Releases: TalentBox/sequel-rails
Releases · TalentBox/sequel-rails
v1.2.2
- Simplify
binds
handling inLogSubscriber
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
- 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
- Migrate CI to Github actions (Jonathan Tron)
- Add a new sequel-rails hook:
after_new_connection
which
setsSequel
'safter_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
- 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
v1.0.1
- 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
- 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