Project
Reverse Dependencies for rspec
The projects listed here declare rspec as a runtime or development dependency
0.0
ActiveRecord extension for cursor based pagination.
2021
2022
2023
2024
2025
2026
0.0
Use database validations and convert ActiveRecord::StatementInvalid into ActiveRecord::RecordInvalid
2021
2022
2023
2024
2025
2026
0.0
CLI-tool to check data integrity of the Rails-application project
2021
2022
2023
2024
2025
2026
0.0
A utility to bulk load test data for performance testing.
2021
2022
2023
2024
2025
2026
0.0
Helping functionality for filtering, sorting and stuff like that with data-tables and ActiveRecord.
2021
2022
2023
2024
2025
2026
0.0
Easily create ActiveRecord date range scopes
2021
2022
2023
2024
2025
2026
0.0
This gem provides a Rails concern to validate date fields in ActiveRecord models, allowing the exclusion of specific fields if needed.
2021
2022
2023
2024
2025
2026
0.0
Rake task to determine if a database is available for a Rails app.
2021
2022
2023
2024
2025
2026
0.0
A tool for setting your database to read-only mode allowing you to conduct migrations, move database, or condut other actions that may typically involve taking a database fully offline
2021
2022
2023
2024
2025
2026
0.0
Transparently retries ActiveRecord transactions on ActiveRecord::Deadlocked errors
(including PG::TRDeadlockDetected) with configurable exponential backoff and jitter.
Provides hooks for custom callbacks, structured logging, and Rails initializer support.
2021
2022
2023
2024
2025
2026
0.0
Retry deadlocked ActiveRecord transactions
2021
2022
2023
2024
2025
2026
0.0
Activerecord utilities/extensions that will helps to make day-to-day application development easily.
2021
2022
2023
2024
2025
2026
0.0
Add default values to ActiveRecord models.
2021
2022
2023
2024
2025
2026
0.0
ActiveRecord defaults to immediately persisting changes to the database on assignments like user.session_ids = [1, 2]. This is a surprising behaviour that this gem aims to fix to be more coherent with regular assignments.
2021
2022
2023
2024
2025
2026
0.0
Delocalize date, time and number model attributes
2021
2022
2023
2024
2025
2026
0.0
Denormalize fields in ActiveRecord.
2021
2022
2023
2024
2025
2026
0.0
Adds deselect logic to ActiveRecord
2021
2022
2023
2024
2025
2026
0.0
Allow / disallow query execution through active record
2021
2022
2023
2024
2025
2026
0.0
Add comment where is it called in your sql automatically. It's useful for code reading.
2021
2022
2023
2024
2025
2026
0.0
Sometimes it's necessary to store incomplete records, without fullfilling all validations, to complete
and then validate the record. ActiveRecord::DraftRecords allows you to persist an record even if it's
invalid by tagging it as a draft.
2021
2022
2023
2024
2025
2026