Project
Reverse Dependencies for activerecord
The projects listed here declare activerecord as a runtime or development dependency
0.0
Touch a parent's collection on ActiveRecord.
2021
2022
2023
2024
2025
2026
0.0
Password Validators including Dropbox ZXCVBN algorithim
2021
2022
2023
2024
2025
2026
0.0
to where arel
2021
2022
2023
2024
2025
2026
0.0
TPhases (Transactional Phases) is a support framework that helps you build your Rails request life cycles into read-only and write-only phases.
2021
2022
2023
2024
2025
2026
0.0
Small supporting units of Ruby to use with Rails
2021
2022
2023
2024
2025
2026
0.0
a lightweight, simplified, pure-ruby way to handle object model construction, similar to FactoryGirl.
2021
2022
2023
2024
2025
2026
0.0
Trakable provides audit logging and version tracking for ActiveRecord models with polymorphic whodunnit, changesets, and built-in retention
2021
2022
2023
2024
2025
2026
0.0
Track rake tasks in your Rails application.
2021
2022
2023
2024
2025
2026
0.0
A Rails test gem that exposes and marks the calls that
touches the database (to help you find tests that hit
the database)
2021
2022
2023
2024
2025
2026
0.0
Abstraction on top of searchkick to handle form inputs easily
2021
2022
2023
2024
2025
2026
0.0
Within one transaction, track changes to your models and see all state transitions.
2021
2022
2023
2024
2025
2026
0.0
Using nested-transactions to allow efficient, programmatic initialization of test data
2021
2022
2023
2024
2025
2026
0.0
Adds advisory locks that are automatically released at the end of a transaction.
2021
2022
2023
2024
2025
2026
0.0
Store attribute changes during ActiveRecord Transaction
2021
2022
2023
2024
2025
2026
0.0
Set transaction isolation level in the ActiveRecord in a database agnostic way.
Works with MySQL, PostgreSQL and SQLite as long as you are using new adapters mysql2, pg or sqlite3.
Supports all ANSI SQL isolation levels: :serializable, :repeatable_read, :read_committed, :read_uncommitted.
2021
2022
2023
2024
2025
2026
0.0
Adds :isolation_level option to ActiveRecord #transaction calls, as well as :minimum_isolation_level. Supports mysql and postgresql.
2021
2022
2023
2024
2025
2026
0.0
Functions to wrap and retry a code block when the DB declares a serialization failure or deadlock.
2021
2022
2023
2024
2025
2026
0.0
Retries database transaction on deadlock and transaction serialization errors. Supports MySQL, PostgreSQL and SQLite.
2021
2022
2023
2024
2025
2026
0.0
Assists your everyday re-encryption needs, in Rails.
2021
2022
2023
2024
2025
2026
0.0
This library is supposed to simplify rolling back transactions, preserving some data still stored.
2021
2022
2023
2024
2025
2026