Project
Reverse Dependencies for activerecord
The projects listed here declare activerecord as a runtime or development dependency
0.33
A database backed ActiveSupport::Cache::Store
2019
2020
2021
2022
2023
2024
0.33
Supplies TimeOfDay and Shift class that includes parsing, strftime, comparison, and arithmetic.
2019
2020
2021
2022
2023
2024
0.32
Scale database reads with replicas in Rails
2019
2020
2021
2022
2023
2024
0.32
Often times you'll end up with empty strings where you really want nil at the database level. This plugin automatically converts blanks to nil and is configurable.
2019
2020
2021
2022
2023
2024
0.32
Rails performance tests (removed from core in Rails 4.0)
2019
2020
2021
2022
2023
2024
0.31
Deprecated finder APIs extracted from Active Record.
2019
2020
2021
2022
2023
2024
0.31
Citus Rails Integration (Rails 4.2)
2019
2020
2021
2022
2023
2024
0.31
The EmailAddress Gem to work with and validate email addresses.
2019
2020
2021
2022
2023
2024
0.31
PostgreSQL Cursor is an extension to the ActiveRecord PostgreSQLAdapter for
very large result sets. It provides a cursor open/fetch/close interface to
access data without loading all rows into memory, and instead loads the result
rows in 'chunks' (default of 1_000 rows), buffers them, an...
2019
2020
2021
2022
2023
2024
0.31
Active Record (~>3.2) plugin which allows you to hide and restore records without actually deleting them. Check its GitHub page for more in-depth information.
2019
2020
2021
2022
2023
2024
0.31
SchemaPlus is a gem that simply pulls in a collection of other gems from the SchemaPlus family of ActiveRecord extensions
2019
2020
2021
2022
2023
2024
0.3
Active Record (>=3.1) plugin which allows you to hide and restore records without actually deleting them. Check its GitHub page for more in-depth information.
2019
2020
2021
2022
2023
2024
0.3
DbCharmer is a Rails plugin (and gem) that could be used to manage AR model connections, implement master/slave query schemes, sharding and other magic features many high-scale applications need.
2019
2020
2021
2022
2023
2024
0.3
Active Record (>=3.0) plugin which allows you to hide and restore records without actually deleting them. Check its GitHub page for more in-depth information.
2019
2020
2021
2022
2023
2024
0.3
Active Record (>=3.0) plugin which allows you to hide and restore records without actually deleting them. Check its GitHub page for more in-depth information.
2019
2020
2021
2022
2023
2024
0.3
Simple OAuth 2.0 provider toolkit
2019
2020
2021
2022
2023
2024
0.3
Make it easy to upsert on MySQL, PostgreSQL, and SQLite3. Transparently creates merge functions for MySQL and PostgreSQL; on SQLite3, uses INSERT OR IGNORE.
2019
2020
2021
2022
2023
2024
0.29
Lightweight state machine extracted from ActiveModel
2019
2020
2021
2022
2023
2024
0.28
Bit fields for ActiveRecord:
This gem lets you use a single integer column in an ActiveRecord model
to store a collection of boolean attributes (flags). Each flag can be used
almost in the same way you would use any boolean attribute on an
ActiveRecord object.
2019
2020
2021
2022
2023
2024
0.28
This gem allows you to easily use [Hashids](http://hashids.org/ruby/)
in your Rails app. Instead of your models using sequential numbers like 1,
2, 3, they will instead have unique short hashes like "yLA6m0oM",
"5bAyD0LO", and "wz3MZ49l". The database will still use integers under...
2019
2020
2021
2022
2023
2024