Project
Reverse Dependencies for activerecord
The projects listed here declare activerecord as a runtime or development dependency
0.1
HasSecureToken provides you an easily way to geneatre uniques random tokens for any model in ruby on rails. **SecureRandom::base58** is used to generate the 24-character unique token, so collisions are highly unlikely.
2021
2022
2023
2024
2025
2026
0.1
A Rails generator that generates Rails I18n locale files with automatic translation for almost every known locale.
2021
2022
2023
2024
2025
2026
0.1
Irwi is Ruby on Rails plugin which adds wiki functionality to your application.
2021
2022
2023
2024
2025
2026
0.1
Add schema comments in your migrations, see them in model annotations and db/schema.rb dump
2021
2022
2023
2024
2025
2026
0.1
Generated scopes for ActiveRecord classes.
2021
2022
2023
2024
2025
2026
0.1
Building APIs the way you want it.
2021
2022
2023
2024
2025
2026
0.1
Use deep_pluck as a shortcut to select one or more attributes and include associated models without loading a bunch of records. And DRY up your code when using #as_json.
2021
2022
2023
2024
2025
2026
0.09
Bit array for ActiveRecord
2021
2022
2023
2024
2025
2026
0.09
Amazon Redshift _makeshift_ adapter for ActiveRecord 5.
2021
2022
2023
2024
2025
2026
0.09
Enable ActiveRecord models to be handled as BiTemporal Data Model.
2021
2022
2023
2024
2025
2026
0.09
Adds various #where_assoc_* methods to ActiveRecord to make it easy to do correct conditions on the associations of the model being queried.
2021
2022
2023
2024
2025
2026
0.09
Extends your user model with friendships management methods
2021
2022
2023
2024
2025
2026
0.09
Provides enhancements to ActiveRecord to handle spatial datatypes in PostgreSQL and MySQL.
2021
2022
2023
2024
2025
2026
0.09
Decreases the need to write integration tests by ensuring that the things you stub or mock actually exist.
2021
2022
2023
2024
2025
2026
0.09
Create, manage, and send scheduled email sequences and drip campaigns from your Rails app.
2021
2022
2023
2024
2025
2026
0.09
A utility that adds class based enum functionality to ActiveRecord attributes
2021
2022
2023
2024
2025
2026
0.09
With more than one application server, validates_uniqueness_of becomes a lie.
Two app servers -> two requests -> two near-simultaneous uniqueness checks ->
two processes that commit to the database independently, violating this faux
constraint. You'll need a database-level constraint for cases li...
2021
2022
2023
2024
2025
2026
0.09
Safe destroy for ActiveRecord.
2021
2022
2023
2024
2025
2026
0.09
Garner is a cache layer for Ruby and Rack applications, supporting model and instance binding and hierarchical invalidation.
2021
2022
2023
2024
2025
2026
0.09
Provides support for using versioning gems such as PaperTrail with Globalize.
2021
2022
2023
2024
2025
2026