Skip to content

v0.4.0

Compare
Choose a tag to compare
@JonathanTron JonathanTron released this 05 Jul 08:50
· 473 commits to master since this release
  • 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