v0.4.0
-
Ensure we've dropped any opened connection before trying to drop database (Ed Ruder)
-
Make dependency on railtie looser (
>= 3.2.0
) -
Do not add any Sequel plugin by default anymore. Plugins could not be removed
so it is safer to let the user add them via an initializer. Furthermore, we
were changing the default Sequel behaviour related to 'raise on save'.
All the previous plugins/behaviours of sequel-rails can be restored by
creating an initializer with:require "sequel_rails/railties/legacy_model_config"
Thanks to @dlee, for raising concerns about this behaviour in
#11