Skip to content

v0.4.3

Compare
Choose a tag to compare
@JonathanTron JonathanTron released this 05 Jul 08:49
· 430 commits to master since this release
  • Handle Sequel::NoMatchingRow exception to return a 404.

    As of Sequel 3.46.0, this new standard exception class has been added.
    The main use case is when no row is found when using the new Dataset#first!
    method, this new method raise an exception instead of returning nil like
    Dataset#first.

  • Ensure migration tasks points to migration directory's full path (Sean Sorrell)