Project
Reverse Dependencies for sqlite3
The projects listed here declare sqlite3 as a runtime or development dependency
0.01
Pulled out of a bigger codebase. Still not ready to be easily reused!
2020
2021
2022
2023
2024
2025
0.01
Provides an ActiveModel::FormObject module that can be included into a PORO. A Rails Generator for Form Objects is included in the Gem.
2020
2021
2022
2023
2024
2025
0.01
ActiveMongoid facilitates usage of both ActiveRecord and Mongoid in a single app by providing an inteface for inter-ORM relations.
2020
2021
2022
2023
2024
2025
0.01
Redirect all SELECT queries to a separate connection within a block
2020
2021
2022
2023
2024
2025
0.01
This gem adds custom block expectation matchers for RSpec, such as `expect { ... }.to create_a_new(User)`
2020
2021
2022
2023
2024
2025
0.01
ActiveRecord::Commentator adds execute location (filename, line-number and method-name) as SQL comment that invokes SQL statement.
2020
2021
2022
2023
2024
2025
0.01
cursor pagination for ActiveRecord
2020
2021
2022
2023
2024
2025
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