Project

Reverse Dependencies for activerecord

The projects listed here declare activerecord as a runtime or development dependency

0.0
No commit activity in last 3 years
No release in over 3 years
Deafault ActiveRecord::Errors class doesn't localize erorr messages. In some cases, we need localized error message for user. With this gem you can localize these error messages using I18n.
2020
2021
2022
2023
2024
2025
0.0
No release in over 3 years
Broadcasts lifecycle events (create, update, destroy) for ActiveRecord models
2020
2021
2022
2023
2024
2025
0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
A library to make ActiveRecord::Relations even more awesome
2020
2021
2022
2023
2024
2025
0.0
No release in over 3 years
Provides `ActiveRecord::Relation#except`, a convenience method that let's you select all the fields from a table with the exception of the given ones.
2020
2021
2022
2023
2024
2025
0.0
No release in over 3 years
A collection of gems aimed to provide extended database support (Unsigned columns, Comments, etc).
2020
2021
2022
2023
2024
2025
0.0
No release in over 3 years
activerecord_extras provides utility methods and scopes for ActiveRecord models, including EXISTS and COUNT subqueries on has_many associations, and SQL helpers for boolean casting.
2020
2021
2022
2023
2024
2025
0.0
No release in over 3 years
Low commit activity in last 3 years
Break large filters into components and see how each component affects the result
2020
2021
2022
2023
2024
2025
0.0
No release in over a year
ActiveRecord::FilterWithScope extends Rails ActiveRecord gently to filter records out of the box. The handy tool that lets you filter your ActiveRecord models using the scopes you have already defined. All you need to do is map the filter parameters to the corresponding scopes in the...
2020
2021
2022
2023
2024
2025
0.0
No commit activity in last 3 years
No release in over 3 years
Better finder syntax (|, &, >=, <=) for ActiveRecord.
2020
2021
2022
2023
2024
2025
0.0
Repository is gone
No release in over 3 years
Provide an easy way to define boolean getters and settings on an integer column in active record objects.
2020
2021
2022
2023
2024
2025
0.0
Low commit activity in last 3 years
No release in over a year
In ActiveRecord, allows you to query the association of the records that your current query would return. If you need the comments of some posts: `Post.where(...).follow_assoc(:comments)`. You can then chain `where` on the comments.
2020
2021
2022
2023
2024
2025