Project
Reverse Dependencies for rake
The projects listed here declare rake as a runtime or development dependency
0.0
Improves the class reflection of relationships
2021
2022
2023
2024
2025
2026
0.0
Adds :destroy_if option to accepts_nested_attributes_for, which is basically a stronger version of :reject_if that destroys existing records, too.
2021
2022
2023
2024
2025
2026
0.0
Monkey patch to index nested errors for ActiveRecord 4
2021
2022
2023
2024
2025
2026
0.0
Normalize your ActiveRecord models' attributes
2021
2022
2023
2024
2025
2026
0.0
Very simple implementation of tableless
2021
2022
2023
2024
2025
2026
0.0
An adapter for ActiveRecord and AREL to support the NuoDB distributed database backend.
2021
2022
2023
2024
2025
2026
0.0
Provides `ActiveRecord::Relation#one!`, a convenience method that asserts a relation contains exactly one record and returns it. If there are no records or more than one, an `ActiveRecord::NoRecordFound` or `ActiveRecord::MultipleRecordsFound` exception is raised, respectively.
2021
2022
2023
2024
2025
2026
0.0
A store is required by an OpenID server and optionally by the consumer to store associations, nonces, and auth key information across requests and processes. If rails is distributed across several machines, they must must all have access to the same OpenID store data, so the FilesystemStore won't...
2021
2022
2023
2024
2025
2026
0.0
This gem extends active record and it's migrations for oracle queue support.
2021
2022
2023
2024
2025
2026
0.0
Order your ActiveRecord scopes by a supplied list of ids
2021
2022
2023
2024
2025
2026
0.0
Allow chaining active record scopes with OR.
2021
2022
2023
2024
2025
2026
0.0
Signalize when some primary key overflow soon.
2021
2022
2023
2024
2025
2026
0.0
An ActiveRecord ConnectionPools class supports switching connection pool by database config instead of ActiveRecord model class name
2021
2022
2023
2024
2025
2026
0.0
This patch provides first_or_create method to be atomic, once the default one isn't!!!
2021
2022
2023
2024
2025
2026
0.0
activerecord with pattern match
2021
2022
2023
2024
2025
2026
0.0
A Rubygem that provides an easy way to build ActiveRecord models that represent PeopleSoft tables
2021
2022
2023
2024
2025
2026
0.0
A ruby gem that makes working with Postgres arrays in ActiveRecord easier
2021
2022
2023
2024
2025
2026
0.0
ActiveRecord connection adapter for safe PgBouncer use
2021
2022
2023
2024
2025
2026
0.0
This gem adds a feature which inserts records using PostgreSQL generate_series function to ActiveRecord. Insertion using generate_series function is very fast, so it is useful when you want to insert simple but many and many record, e.g. prepare for performance test.
2021
2022
2023
2024
2025
2026
0.0
Automatic reconnection for Postgres
2021
2022
2023
2024
2025
2026