v0.4.3
-
Handle
Sequel::NoMatchingRow
exception to return a404
.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 newDataset#first!
method, this new method raise an exception instead of returningnil
like
Dataset#first
. -
Ensure migration tasks points to migration directory's full path (Sean Sorrell)