Project
Reverse Dependencies for activerecord
The projects listed here declare activerecord as a runtime or development dependency
0.01
ActiveRecord adapter for Crate, the distributed database for Docker.
2021
2022
2023
2024
2025
2026
0.01
cursor pagination for ActiveRecord
2021
2022
2023
2024
2025
2026
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
2021
2022
2023
2024
2025
2026
0.01
ActiveRecord::DebugErrors is an extension of activerecord to display useful debug logs on errors.
2021
2022
2023
2024
2025
2026
0.01
Batch up your ActiveRecord "touch" operations for better performance. ActiveRecord::Base.delay_touching do ... end. When "end" is reached, all accumulated "touch" calls will be consolidated into as few database round trips as possible.
2021
2022
2023
2024
2025
2026
0.01
ActiveRecord adapter for AWS Aurora DSQL (PostgreSQL)
2021
2022
2023
2024
2025
2026
0.01
Activerecord::Duckdb providers DuckDB database access for Ruby on Rails applications.
2021
2022
2023
2024
2025
2026
0.01
Provides integration between ActiveRecord::Enum and I18n.
2021
2022
2023
2024
2025
2026
0.01
An ActiveRecord extension for polymorphic exclusive arc relationships
2021
2022
2023
2024
2025
2026
0.01
This gem automatically logs SQL EXPLAIN of every queries. You can check naturally every SQL EXPLAIN from development log, without manually executions.
2021
2022
2023
2024
2025
2026
0.01
Native MySQL additions to ActiveRecord, like LOAD DATA INFILE, ENABLE/DISABLE KEYS, TRUNCATE TABLE.
2021
2022
2023
2024
2025
2026
0.01
A safe way to accept user parameters and query against your ActiveRecord Models
2021
2022
2023
2024
2025
2026
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.
2021
2022
2023
2024
2025
2026
0.01
Allow ActiveRecord to share a connection to multiple databases on the same host
2021
2022
2023
2024
2025
2026
0.01
ActiveRecord extension to allow partitioning ids into regions, for merge replication purposes
2021
2022
2023
2024
2025
2026
0.01
Include ActiveRecord::Immutable in your ActiveRecord models to make your tables append-only.
2021
2022
2023
2024
2025
2026
0.01
Active Record adapter for connecting to an IBM Informix database
2021
2022
2023
2024
2025
2026
0.01
Pass control of Active Record methods to a dedicated object.
2021
2022
2023
2024
2025
2026
0.01
Attribute inheritance for AR associations
2021
2022
2023
2024
2025
2026
0.01
Specify columns like you would with ActiveRecord migrations and then run .auto_upgrade! Based on the mini_record gem from Davide D'Agostino, it adds fewer aliases, doesn't create timestamps and relationship columns automatically.
2021
2022
2023
2024
2025
2026