v0.3.0
[0.3.0] - 2024-08-28
Changed
- Raise an error if
nil
is passed for the:field
option. (#16) - Calling
rank!
with an invalid column name, by either specifying the:field
or:group_by
option, will not issue a warning anymore. This also means the gem does not require an active database connection when loading classes. (#16)
Full Changelog: v0.2.0...v0.3.0