Project
Reverse Dependencies for activerecord
The projects listed here declare activerecord as a runtime or development dependency
0.0
Provides increment_with_sql! and decrement_with_sql! for ActiveRecord models
2021
2022
2023
2024
2025
2026
0.0
This gem provides a DSL on top of ActiveRecord to get collection of models for index pages with filters.
2021
2022
2023
2024
2025
2026
0.0
Checks databases tables for indexes on foreign keys.
2021
2022
2023
2024
2025
2026
0.0
This Gem eagerly loads trees by indexing the nodes of the tree. The number of queries needed for loading a tree is N,
Where N is the number of different models(ActiveRecords) in the tree.
Each inner object in the tree have an index node instance that is connecting it to the root.
When the root of...
2021
2022
2023
2024
2025
2026
0.0
Packages permission functionality into a set of permission objects.
2021
2022
2023
2024
2025
2026
0.0
Factory Girl factory creater
2021
2022
2023
2024
2025
2026
0.0
Adds mergable, stackable inequality statements to ActiveRecord conditions
2021
2022
2023
2024
2025
2026
0.0
Fiona Connector for Infopark CMS Fiona enables you to develop modern, dynamic web applications using Ruby on Rails and at the same time display CMS managed content.
2021
2022
2023
2024
2025
2026
0.0
Gives RailsConnector Objs information about its CMS class, attributes, etc.
2021
2022
2023
2024
2025
2026
0.0
Extends ancestry to allow attributes to be inherited from ancestors.
2021
2022
2023
2024
2025
2026
0.0
inherits_from provides an interface that allows ActiveRecord models to access other
ActiveRecord models as though they were subclassed, while allowing data to be stored
in a normalized RDBMS.
2021
2022
2023
2024
2025
2026
0.0
Example: "If a restaurant can have many menu items and a chain has many menu items, ensure all restaurants have the menu items of the chain they belong to."
2021
2022
2023
2024
2025
2026
0.0
initial-test-data provides a way to create a test fixture using Active Record, Factory Girl, etc.
2021
2022
2023
2024
2025
2026
0.0
JSON serialization for Rails. Straight-forward attributes. Only serialize what you want. Optimally obeys eager-loaded associations
2021
2022
2023
2024
2025
2026
0.0
Innkeeper allows Rack applications to deal with database multitenancy through ActiveRecord
2021
2022
2023
2024
2025
2026
0.0
ActiveRecord::Relation wrapper that can be modified/combined in place
2021
2022
2023
2024
2025
2026
0.0
Interface the inputex UI library with ActiveModel
2021
2022
2023
2024
2025
2026
0.0
A skeleton that allows extracting queries into atomic, reusable classes.
2021
2022
2023
2024
2025
2026
0.0
InquiryAttrs wraps ActiveRecord/ActiveModel (and StoreModel/Dry::Struct) attributes with
predicate-style inquiry methods. Write user.status.active? instead of
user.status == "active". Blank/nil values safely return false for every
predicate — no more NoMethodError on nil. Run `rails inquiry_attrs...
2021
2022
2023
2024
2025
2026