Project
Reverse Dependencies for sqlite3
The projects listed here declare sqlite3 as a runtime or development dependency
0.01
Adapt resque-lock with ActiveJob
2021
2022
2023
2024
2025
2026
0.01
Rails engine to register jobs history, adding: job state, error feedback, duration, etc.
2021
2022
2023
2024
2025
2026
0.01
Retry failed jobs with an exponential back-off. This gem aims to mimic most of the functionality of Sidekiq's RetryJobs middleware.
2021
2022
2023
2024
2025
2026
0.01
ActiveJobTracker provides a way to track the progress of ActiveJob jobs.
2021
2022
2023
2024
2025
2026
0.01
Ruby library to automatically preload data for your Active Model Serializers
2021
2022
2023
2024
2025
2026
0.01
Applications that have complex email sending logic have DRYness problems. ActiveMailer solves that by making a legitimate email model where all sending logic belongs. It is also capable of acting as an audit trail for email sending.
2021
2022
2023
2024
2025
2026
0.01
Pulled out of a bigger codebase. Still not ready to be easily reused!
2021
2022
2023
2024
2025
2026
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.
2021
2022
2023
2024
2025
2026
0.01
ActiveMongoid facilitates usage of both ActiveRecord and Mongoid in a single app by providing an inteface for inter-ORM relations.
2021
2022
2023
2024
2025
2026
0.01
Redirect all SELECT queries to a separate connection within a block
2021
2022
2023
2024
2025
2026
0.01
This gem adds custom block expectation matchers for RSpec, such as `expect { ... }.to create_a_new(User)`
2021
2022
2023
2024
2025
2026
0.01
cursor pagination for ActiveRecord
2021
2022
2023
2024
2025
2026
0.01
This gem automatically logs SQL EXPLAIN of every queries. You can check naturally every SQL EXPLAIN from development log, without manually executions.
2021
2022
2023
2024
2025
2026
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.
2021
2022
2023
2024
2025
2026
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.
2021
2022
2023
2024
2025
2026
0.01
Include ActiveRecord::Immutable in your ActiveRecord models to make your tables append-only.
2021
2022
2023
2024
2025
2026
0.01
Implements the Null Object Pattern for nil values in ActiveRecord associations.
2021
2022
2023
2024
2025
2026
0.01
Allows polymorphic loading of has_many through objects
2021
2022
2023
2024
2025
2026
0.01
A simple ActiveRecord extension to support where with comparison operators (`>`, `>=`, `<`, and `<=`).
2021
2022
2023
2024
2025
2026
0.01
Get raw data from ActiveRecord
2021
2022
2023
2024
2025
2026