Project
Reverse Dependencies for sqlite3
The projects listed here declare sqlite3 as a runtime or development dependency
0.0
Enable the query_cache for your abstract base class inherited from ActiveRecord::Base
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
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
An ActiveRecord extension to build nested scopes through pre-defined associations
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
0.0
Order your ActiveRecord scopes by a supplied list of ids
2020
2021
2022
2023
2024
2025
0.0
ActiveRecord::Relation#outer_joins
2020
2021
2022
2023
2024
2025
0.0
An ActiveRecord ConnectionPools class supports switching connection pool by database config instead of ActiveRecord model class name
2020
2021
2022
2023
2024
2025
0.0
This patch provides first_or_create method to be atomic, once the default one isn't!!!
2020
2021
2022
2023
2024
2025
0.0
activerecord with pattern match
2020
2021
2022
2023
2024
2025
0.0
A Rubygem that provides an easy way to build ActiveRecord models that represent PeopleSoft tables
2020
2021
2022
2023
2024
2025
0.0
This gem provides the functionality of ActiveRecord::Relation#pick for Rails 5 and 4.2 apps.
2020
2021
2022
2023
2024
2025
0.0
This gem provides an extension to ActiveRecord, enabling efficient Multi-Table, Multiple-Inheritance for ActiveRecord models.
2020
2021
2022
2023
2024
2025
0.0
active_record-pool is an extension to active_record that gives you an interface to write high-speed inserts, updates, & delete in a manageable way.
2020
2021
2022
2023
2024
2025
0.0
Associations for plain old ruby objects
2020
2021
2022
2023
2024
2025
0.0
You can use for STI, polymorphic and custom preload
2020
2021
2022
2023
2024
2025
0.0
PreloadQuery allows you preload queries and have them available as would a relations and `preload` of ActiveRecord.
2020
2021
2022
2023
2024
2025
0.0
See where each database call is coming from in your code, and get query
profiling to see which queries are taking up the most time in the database.
2020
2021
2022
2023
2024
2025
0.0
Use the propertybase_id as the primary key in all your rails models
2020
2021
2022
2023
2024
2025
0.0
The DSL provides a nice and clean way to write ActiveRecord queries better than model scopes.
2020
2021
2022
2023
2024
2025