Project
Reverse Dependencies for sqlite3
The projects listed here declare sqlite3 as a runtime or development dependency
0.01
This gem automatically logs SQL EXPLAIN of every queries. You can check naturally every SQL EXPLAIN from development log, without manually executions.
2020
2021
2022
2023
2024
2025
0.01
In ActiveRecord, allows you to query the association of the records that your current query would return. If you need the comments of some posts: `Post.where(...).follow_assoc(:comments)`. You can then chain `where` on the comments.
2020
2021
2022
2023
2024
2025
0.01
Efficient Rails group count if you need the summed up count instead of the hash. Can be used with Kaminari to speed up total_pages and total_count.
2020
2021
2022
2023
2024
2025
0.01
Allows to describe field names that will be stored within hstore column together with their types. Data can then be retrieved with a set of helpful getters.
2020
2021
2022
2023
2024
2025
0.01
Include ActiveRecord::Immutable in your ActiveRecord models to make your tables append-only.
2020
2021
2022
2023
2024
2025
0.01
Implements the Null Object Pattern for nil values in ActiveRecord associations.
2020
2021
2022
2023
2024
2025
0.01
Allows polymorphic loading of has_many through objects
2020
2021
2022
2023
2024
2025
0.01
A simple ActiveRecord extension to support where with comparison operators (`>`, `>=`, `<`, and `<=`).
2020
2021
2022
2023
2024
2025
0.01
Get raw data from ActiveRecord
2020
2021
2022
2023
2024
2025
0.01
Database sharding library for ActiveRecord
2020
2021
2022
2023
2024
2025
0.01
This gem changes ActiveRecord's query logs to be compatible with the sqlcommenter format.
2020
2021
2022
2023
2024
2025
0.01
A data structure for adding survey capabilities using activerecord
2020
2021
2022
2023
2024
2025
0.01
ActiveRecord Tablefree Models provides a simple mixin for creating models that are not bound to the database. This approach is useful for taking advantage of the features of ActiveRecord such as validation, relationships, nested_attributes, etc.
2020
2021
2022
2023
2024
2025
0.01
Getting transactions right is hard, and this gem makes it easier.
2020
2021
2022
2023
2024
2025
0.01
Performs a Sanity Check of your database by logging all invalid Active Records
2020
2021
2022
2023
2024
2025
0.01
Adds customer-supplied encryption keys to storage services.
2020
2021
2022
2023
2024
2025
0.01
Adds resumable support for ActiveStorage.
2020
2021
2022
2023
2024
2025
0.01
Silent your Active Storage logs to avoid "noise" in logs.
2020
2021
2022
2023
2024
2025