Project
Reverse Dependencies for simplecov
The projects listed here declare simplecov as a runtime or development dependency
0.0
ActiveQuery is a gem that helps you to create query objects in a simple way. It provides a DSL to define queries and scopes for your query object.
2020
2021
2022
2023
2024
2025
0.0
Batch up your ActiveRecord "touch" operations for better performance. ActiveRecord::Base.delay_touching do ... end. When "end" is reached, all accumulated "touch" calls will be consolidated into as few database round trips as possible.
2020
2021
2022
2023
2024
2025
0.0
A ruby library for making requests to the services using the active_record_api-rest_controller gem
2020
2021
2022
2023
2024
2025
0.0
An ActiveRecord adapter that enables Rails applications to connect to and query AWS Athena
2020
2021
2022
2023
2024
2025
0.0
Batch up your ActiveRecord "touch" operations for better performance. All accumulated "touch" calls will be consolidated into as few database round trips as possible.
2020
2021
2022
2023
2024
2025
0.0
Simply conditions DSL for ActiveRecord
2020
2021
2022
2023
2024
2025
0.0
Allows ActiveRecord and Rails to use a `cached_at` column for the `cache_key` if available
2020
2021
2022
2023
2024
2025
0.0
Instruments all activerecord objects with notifications around callbacks
2020
2021
2022
2023
2024
2025
0.0
A collection of useful coders for ActiveRecord, including a pipeline for chaining them.
2020
2021
2022
2023
2024
2025
0.0
`activerecord-creating_foreign_keys` defines FOREIGN KEY Constraints in a CREATE TABLE Statement.
2020
2021
2022
2023
2024
2025
0.0
Use database validations and convert ActiveRecord::StatementInvalid into ActiveRecord::RecordInvalid
2020
2021
2022
2023
2024
2025
0.0
A utility to bulk load test data for performance testing.
2020
2021
2022
2023
2024
2025
0.0
Handling dynamic scope for ActiveRecord.
2020
2021
2022
2023
2024
2025
0.0
Break large filters into components and see how each component affects the result
2020
2021
2022
2023
2024
2025
0.0
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.0
Allows for larger level scoping (framing) that affect complicated queries more holistically
2020
2021
2022
2023
2024
2025
0.0
Adds model translations allow you to translate your models' attributes
2020
2021
2022
2023
2024
2025
0.0
A Ruby gem for extracting and importing complex ActiveRecord object graphs with smart dependency resolution, beautiful CLI progress visualization, and memory-efficient streaming. Perfect for data migration, testing, and environment synchronization.
2020
2021
2022
2023
2024
2025
0.0
Backport of ActiveRecord::Base.ignored_columns into Rails 4 and 5.0
2020
2021
2022
2023
2024
2025
0.0
Add index hints method(use/ignore/force index) to ActiveRecord
2020
2021
2022
2023
2024
2025