Project
Reverse Dependencies for activerecord
The projects listed here declare activerecord as a runtime or development dependency
0.0
Allow setting mysql driver flags in database.yml for Rails apps.
2020
2021
2022
2023
2024
2025
0.0
Adds column comment and index comment to migrations for ActiveRecord MySQL adapters
2020
2021
2022
2023
2024
2025
0.0
Dump the type information of a non-standard primary key.
2020
2021
2022
2023
2024
2025
0.0
MySQL REPL featured by ActiveRecord and Pry
2020
2021
2022
2023
2024
2025
0.0
ActiveRecord::MySQL::Strict adds validations to ActiveRecord models to make sure they do not trigger errors in MySQL strict mode.
2020
2021
2022
2023
2024
2025
0.0
Cleaner structure.sql for MySQL.
2020
2021
2022
2023
2024
2025
0.0
Improves the class reflection of relationships
2020
2021
2022
2023
2024
2025
0.0
Adds scopes to your models to perform nearest neighbor queries with PostGIS and PostgreSQL. Also provides rake tasks for generating migrations to create geospatial tables or add geospatial columns and indexes to your existing tables.
2020
2021
2022
2023
2024
2025
0.0
Check if nested attributes were destroyed during the last save
2020
2021
2022
2023
2024
2025
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.
2020
2021
2022
2023
2024
2025
0.0
Monkey patch to index nested errors for ActiveRecord 4
2020
2021
2022
2023
2024
2025
0.0
An ActiveRecord extension to build nested scopes through pre-defined associations
2020
2021
2022
2023
2024
2025
0.0
Normalize your ActiveRecord models' attributes
2020
2021
2022
2023
2024
2025
0.0
Adds NOT logic to ActiveRecord
2020
2021
2022
2023
2024
2025
0.0
Very simple implementation of tableless
2020
2021
2022
2023
2024
2025
0.0
Add support for a not_nill type to active record.
2020
2021
2022
2023
2024
2025
0.0
Create Null Objects for ActiveRecord models with automatic support for empty associations.
2020
2021
2022
2023
2024
2025
0.0
An adapter for ActiveRecord and AREL to support the NuoDB distributed database backend.
2020
2021
2022
2023
2024
2025
0.0
ODBC Data Adapter for ActiveRecord
2020
2021
2022
2023
2024
2025
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.
2020
2021
2022
2023
2024
2025