2 Matching Annotations
- Mar 2022
-
github.com github.com
-
support for ActiveRecord migrations in non-Rails applications.
-
- Feb 2021
-
github.com github.com
-
The assert method is used by all the other assertions. It pushes the second parameter to the list of errors if the first parameter evaluates to false or nil.
Seems like these helper functions could be just as easily used in ActiveRecord models. Therefore, they should be in a separate gem, or at least module, that can be used in both these objects and ActiveRecord objects.
-