Project
Reverse Dependencies for activerecord
The projects listed here declare activerecord as a runtime or development dependency
0.0
Quickening is a Rails gem for adding to your model a facility to query and manage duplicate records. It's been written to remain relatively abstract and adaptable to various models, and so the library should be an easy plugin for models you may have set up already (barring name clashes).
...
2020
2021
2022
2023
2024
2025
0.0
Implements Law of Demeter by mapping associated record attributes as own attributes (one-way read-only). Consequently, speeds up SQL queries by removing joins queries between intermediary models, at the cost of slower writes. This is an anti-normalization pattern in favour of actual data-redundan...
2020
2021
2022
2023
2024
2025
0.0
This gem was extracted from Elementar projects.
2020
2021
2022
2023
2024
2025
0.0
Quiver is a framework for writing web APIs
2020
2021
2022
2023
2024
2025
0.0
Quo query objects are composable.
2020
2021
2022
2023
2024
2025
0.0
A expression builder for SQL expressions with Postgresql support
2020
2021
2022
2023
2024
2025
0.0
ActiveRecord state store for Qyu https://rubygems.org/gems/qyu
2020
2021
2022
2023
2024
2025
0.0
A Rack middleware for cleaning ActiveRecord connection when raised Exception.
2020
2021
2022
2023
2024
2025
0.0
Database console for Ruby applications running on Rack with ActiveRecord and following the Rails "config/database.yml" database configuration pattern
2020
2021
2022
2023
2024
2025
0.0
The project is a Rack middleware to automatically log a HTTP request to a custom object.
2020
2021
2022
2023
2024
2025
0.0
rack middleware to add u2f authentication to a rack app. Includes registration.
2020
2021
2022
2023
2024
2025
0.0
RadCoreRails lib
2020
2021
2022
2023
2024
2025
0.0
Generates ActiveRecord Migration files from a DB Designer 4 xml file.
2020
2021
2022
2023
2024
2025
0.0
Generates ActiveRecord Migration files from a DB Designer 4 xml file.
2020
2021
2022
2023
2024
2025
0.0
This gem implements add_foreign_key and remove_foreign_key for PostgreSQLAdapter.
2020
2021
2022
2023
2024
2025
0.0
Generates ActiveRecord Migration files from a DB Designer 4 xml file.
2020
2021
2022
2023
2024
2025
0.0
Settings is a plugin that makes managing a table of global key, value pairs easy. Think of it like a global Hash stored in you database, that uses simple ActiveRecord like methods for manipulation. Keep track of any global setting that you dont want to hard code into your rails app. You can store...
2020
2021
2022
2023
2024
2025
0.0
when there are users table and posts table, "remove_foreign_key :users, :post" is invalid migration but rails 4 not raise error and rails 5 raise error this gem check it
2020
2021
2022
2023
2024
2025
0.0
Quick way to inspect your Rails database, see content of tables, filter, export them to CSV, Excel, EXPLAIN SQL and run SQL queries.
2020
2021
2022
2023
2024
2025
0.0
The purpose of this project is to ease the pain of upgrading Rails versions by abstracting away differences between the Rails 2.3 and 3.2 API.
2020
2021
2022
2023
2024
2025