Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
ruby-activerecord-nulldb-adapter
ActiveRecord database adapters based on the Null Object pattern
https://github.com/nulldb/nulldb
0
no reviews
Install
NullDB provides a database backend for Ruby ActiveRecord that translates database interactions into no-ops. Using NullDB enables one to test model business logic - including after_save hooks - without ever touching a real database.