ruby-activerecord-nulldb-adapter

ActiveRecord database adapters based on the Null Object pattern
  https://github.com/nulldb/nulldb
  0
  no reviews



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.