Project
Reverse Dependencies for activerecord
The projects listed here declare activerecord as a runtime or development dependency
0.01
Redirect all SELECT queries to a separate connection within a block
2020
2021
2022
2023
2024
2025
0.01
Simple bitmask attribute support for ActiveRecord
2020
2021
2022
2023
2024
2025
0.01
This gem adds custom block expectation matchers for RSpec, such as `expect { ... }.to create_a_new(User)`
2020
2021
2022
2023
2024
2025
0.01
ActiveRecord::Commentator adds execute location (filename, line-number and method-name) as SQL comment that invokes SQL statement.
2020
2021
2022
2023
2024
2025
0.01
Comments for activerecord
2020
2021
2022
2023
2024
2025
0.01
activemodel form object pattern. it embraces multiple AR models and provides a transparent interface as if they were a single model.
2020
2021
2022
2023
2024
2025
0.01
Extends ActiveRecord to support covering indexes in PostgreSQL using the INCLUDE clause.
2020
2021
2022
2023
2024
2025
0.01
ActiveRecord adapter for Crate, the distributed database for Docker.
2020
2021
2022
2023
2024
2025
0.01
cursor pagination for ActiveRecord
2020
2021
2022
2023
2024
2025
0.01
Just an ActiveRecord Adapter for the Appengine Datastore.
Create Rails3 application: rails new app_name -m http://siddick.github.com/datastore/rails3.rb
2020
2021
2022
2023
2024
2025
0.01
Rake task to determine if a database is available for a Rails app.
2020
2021
2022
2023
2024
2025
0.01
ActiveRecord::DebugErrors is an extension of activerecord to display useful debug logs on errors.
2020
2021
2022
2023
2024
2025
0.01
ActiveRecord adapter for AWS Aurora DSQL (PostgreSQL)
2020
2021
2022
2023
2024
2025
0.01
Extends ActiveRecord with enumeration capabilites.
2020
2021
2022
2023
2024
2025
0.01
Provides integration between ActiveRecord::Enum and I18n.
2020
2021
2022
2023
2024
2025
0.01
An ActiveRecord extension for polymorphic exclusive arc relationships
2020
2021
2022
2023
2024
2025
0.01
This gem automatically logs SQL EXPLAIN of every queries. You can check naturally every SQL EXPLAIN from development log, without manually executions.
2020
2021
2022
2023
2024
2025
0.01
Native MySQL additions to ActiveRecord, like LOAD DATA INFILE, ENABLE/DISABLE KEYS, TRUNCATE TABLE.
2020
2021
2022
2023
2024
2025
0.01
A safe way to accept user parameters and query against your ActiveRecord Models
2020
2021
2022
2023
2024
2025
0.01
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