Skip to content

Releases: TalentBox/sequel-rails

v1.2.2

18 Dec 09:13
Compare
Choose a tag to compare
  • Simplify binds handling in LogSubscriber to support bound variables and prepare statements (Jonathan Tron)
    #201
  • Update CI to run against rails 7.1 & ruby 3.2, add spec for db:rollback (@PikachuEXE)
    #199
  • Update instructions for Rails 7 (@opensourceame)
    #197

v1.2.1

18 Oct 07:29
Compare
Choose a tag to compare
  • Fix Rails 7.1 beta1 deprecation warning in log subscriber (@rwojnarowski)
    #196
  • Improve documentation about loading Sequel extensions (@elbouillon)
    #192
  • Fix rails db:create/rails db:create:all (@tycooon)
    #190
  • Update github pages (Stefan Vermaas)
    #189

v1.2.0

15 Apr 12:22
Compare
Choose a tag to compare
  • Migrate CI to Github actions (Jonathan Tron)
  • Add a new sequel-rails hook: after_new_connection which
    sets Sequel's after_connect, and is triggered for every
    new connection (@kamilpavlicko)
    #186
  • Database drop fix for Sequel (>= 5.38.0) (@AnotherRegularDude)
    #184
  • Fix for simplified Spring integration (Janko Marohnić, Adrián Mugnolo)
    #181
  • Simplify Spring integration (Janko Marohnić)
    #180

v1.1.1

08 Jun 12:11
Compare
Choose a tag to compare
  • When using SQL schema dump in MySQL, don't output the generation date in order
    to have the same output if nothing changed. (Joseph Halter)
  • Fix readme formatting (Ben Koshy)
    #175
  • Add frozen_string_literal to migration template (Semyon Pupkov)
    #174
  • Add allow_missing_migration_files option (Semyon Pupkov)
    #172
    #173

v1.1.0

29 Oct 07:50
Compare
Choose a tag to compare
  • Add test_connect option (p-leger)
    #165
  • Silence logger for sessions store (Michael Coyne)
    #171
  • Add db:sessions:clear and db:sessions:trim rake tasks (Michael Coyne)
    #170
  • Allow 'servers' to propagate to Sequel connection (Dustin Byrne)
    #169

v1.0.1

29 Oct 07:51
Compare
Choose a tag to compare
  • Check that db/ exists before running db:schema:load (Olivier Lacan)
    #157
  • Raise useful exception when db/migrate directory is absent (Olivier Lacan)
    #156
  • Test Ruby 2.5.0 on Travis CI (Olivier Lacan)
    #155
  • Fix Sequel::DatabaseConnectionError on db:create:all task (Olivier Lacan)
    #154
  • Enable skip_connect in db:create rake task (Olivier Lacan)
    #148
  • Update controller tests to cope with ActionDispatch::IntegrationTest
    params handling change.
  • Fix db:create rake tasks (Rolf Timmermans)
    #145

v1.0.0

20 Nov 07:19
Compare
Choose a tag to compare
  • Support for Sequel ~> 5.0 (@Jesterovskiy and @ckoenig)
    #143
  • Better handling of missing database when using Postgresql (Steve Hoeksema)
    #140
  • Drop CI testing with Rubies < 2.2 and Rails < 4.0, add Rails 5.1, and add
    minimal Ruby (>= 2.2) and Rubygems (>= 1.8.11) version to gemspec
  • Fix arguments for the shell exec commands on windows (Gencer W. Genç)
    #134

v0.9.17

26 Jun 08:20
Compare
Choose a tag to compare

Release v0.9.16, missed the commits with the actual changes described in the History.md.

  • Better handling of missing database when using Postgresql (Steve Hoeksema)
    #140

v0.9.16

22 Jun 06:57
Compare
Choose a tag to compare
  • Better handling of missing database when using Postgresql (Steve Hoeksema)
    #140

v0.9.15

11 Apr 07:19
Compare
Choose a tag to compare

This will be the last version to support Ruby < 2.2

  • Remove alias_method_chain usage for Rails 5.1 compatibility (Mohammad Satrio)
    #132
  • Fix string interpolation syntax in error message for db:migrate task (Henre Botha)
    #133