Project
Reverse Dependencies for activerecord
The projects listed here declare activerecord as a runtime or development dependency
0.0
Creates an enumeration of constants that contain ActiveRecord rows for a static model
2021
2022
2023
2024
2025
2026
0.0
This gem allows you to use enum value as a STI type value easily.
2021
2022
2023
2024
2025
2026
0.0
ActiveRecord::EnumWithLabel adds label and more to ActiveRecord::Base.enum.
2021
2022
2023
2024
2025
2026
0.0
This gem does the same as ActiveRecord::Base#enum but does not define enum_value? and enum_value! methods so you can use the same values in multiple enum
2021
2022
2023
2024
2025
2026
0.0
Generate Mermaid-based ERD diagrams for ActiveRecord models with their dependencies
2021
2022
2023
2024
2025
2026
0.0
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.
2021
2022
2023
2024
2025
2026
0.0
Broadcasts lifecycle events (create, update, destroy) for ActiveRecord models
2021
2022
2023
2024
2025
2026
0.0
A library to make ActiveRecord::Relations even more awesome
2021
2022
2023
2024
2025
2026
0.0
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.
2021
2022
2023
2024
2025
2026
0.0
ActiveRecord adapter that raises an exception when used
2021
2022
2023
2024
2025
2026
0.0
A collection of gems aimed to provide extended database support (Unsigned columns, Comments, etc).
2021
2022
2023
2024
2025
2026
0.0
Tools to help parametrize queries.
2021
2022
2023
2024
2025
2026
0.0
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.
2021
2022
2023
2024
2025
2026
0.0
Native MySQL additions to ActiveRecord, like LOAD DATA INFILE, ENABLE/DISABLE KEYS, TRUNCATE TABLE.
2021
2022
2023
2024
2025
2026
0.0
Break large filters into components and see how each component affects the result
2021
2022
2023
2024
2025
2026
0.0
Easy way to add scopes to your models.
2021
2022
2023
2024
2025
2026
0.0
ActiveRecord extension to filter records by a given set of parameters
2021
2022
2023
2024
2025
2026
0.0
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...
2021
2022
2023
2024
2025
2026
0.0
Easily find all duplicate records)
2021
2022
2023
2024
2025
2026
0.0
Allow custom sort order with find_each behavior
2021
2022
2023
2024
2025
2026