database_cleaner-active_record
Database cleaner
Tools for cleaning databases using ActiveRecord
Strategies for cleaning databases using ActiveRecord. Can be used to ensure a clean state for testing.
63 stars
8 watching
64 forks
Language: Ruby
last commit: 3 months ago activerecorddatabase-cleaner
Related projects:
Repository | Description | Stars |
---|---|---|
databasecleaner/database_cleaner-sequel | A tool for cleaning Sequel databases by deleting or truncating tables | 17 |
databasecleaner/database_cleaner-redis | A tool for cleaning up data in Redis databases | 4 |
databasecleaner/database_cleaner-mongoid | A tool for cleaning up data in MongoDB databases. | 9 |
khaiql/dbcleaner | A tool to clean up and manage databases during testing by temporarily locking tables to prevent race conditions. | 161 |
sinatra-activerecord/sinatra-activerecord | An extension of the Sinatra web framework that integrates with ActiveRecord for database operations. | 733 |
databasecleaner/database_cleaner-mongo | A Ruby gem that provides a clean and efficient way to delete data from MongoDB databases. | 2 |
westonganger/active_snapshot | A library that provides simplified snapshots and restoration for ActiveRecord models and associations with transparent white-box implementation. | 126 |
databasecleaner/database_cleaner | Tools and strategies for cleaning and preparing databases for testing in Ruby applications. | 2,936 |
drecom/activerecord-turntable | Database sharding extension for Ruby on Rails applications | 211 |
schemaplus/schema_plus_tables | Adds utility features to ActiveRecord's handling of tables | 5 |
appoxy/simple_record | An ActiveRecord-like interface for interacting with SimpleDB | 129 |
janko/sequel-activerecord_connection | An extension to Sequel that allows reusing an existing Active Record connection for database interaction. | 137 |
wvanbergen/scoped_search | Makes it easy to search and filter data in ActiveRecord models using a query string. | 265 |
derrickreimer/sequenced | Automatically assigns unique sequential IDs to records in databases | 406 |
schemaplus/schema_plus_indexes | Adds convenient capabilities to ActiveRecord's index handling | 9 |