Project
Reverse Dependencies for sqlite3
The projects listed here declare sqlite3 as a runtime or development dependency
0.0
Makes it easy to have specific concern modules included into all of your models after the model has connected to the database
2021
2022
2023
2024
2025
2026
0.0
Manage ActiveRecord model instantly.
2021
2022
2023
2024
2025
2026
0.0
A gem to track changes on active record models
2021
2022
2023
2024
2025
2026
0.0
Instead of a many-to-many join table, serialize the ids into a JSON array.
2021
2022
2023
2024
2025
2026
0.0
Importing records from a json file go slow?. No problem, use me. It uses the awesome activerecord-import gem. Documentation and code in https://github.com/carlosgab83/active_record_json_importer/
2021
2022
2023
2024
2025
2026
0.0
This ActiveRecord extension adds JWT(JSON Web Token) method
2021
2022
2023
2024
2025
2026
0.0
It provides a simple method to make SQL execution lazy.
2021
2022
2023
2024
2025
2026
0.0
lightweight activerecord queries
2021
2022
2023
2024
2025
2026
0.0
ActiveRecord::Relation extension, find object in collection if it exists or build new one
2021
2022
2023
2024
2025
2026
0.0
Shows a web view when you have pending migration scripts and executes them for your automatically!
2021
2022
2023
2024
2025
2026
0.0
Extension for multi language of active-record.
2021
2022
2023
2024
2025
2026
0.0
An ActiveRecord::LogSubscriber which records only mod sql.
2021
2022
2023
2024
2025
2026
0.0
Enable the query_cache for your abstract base class inherited from ActiveRecord::Base
2021
2022
2023
2024
2025
2026
0.0
ActiveRecord::MySQL::Strict adds validations to ActiveRecord models to make sure they do not trigger errors in MySQL strict mode.
2021
2022
2023
2024
2025
2026
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.
2021
2022
2023
2024
2025
2026
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.
2021
2022
2023
2024
2025
2026
0.0
Order your ActiveRecord scopes by a supplied list of ids
2021
2022
2023
2024
2025
2026
0.0
ActiveRecord::Relation#outer_joins
2021
2022
2023
2024
2025
2026
0.0
An ActiveRecord ConnectionPools class supports switching connection pool by database config instead of ActiveRecord model class name
2021
2022
2023
2024
2025
2026
0.0
This patch provides first_or_create method to be atomic, once the default one isn't!!!
2021
2022
2023
2024
2025
2026