ruby-activerecord-nulldb-adapter 0.3.1-1 source package in Ubuntu

Changelog

ruby-activerecord-nulldb-adapter (0.3.1-1) unstable; urgency=medium


  * Initial release (Closes: #752371)

 -- Cédric Boutillier <email address hidden>  Wed, 09 Jul 2014 22:09:29 +0200

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-activerecord-nulldb-adapter_0.3.1-1.dsc 1.9 KiB 7c9b4d0cb70e9f5d47b17689113f895a56b03a8f1205de51b80b3bde540a8303
ruby-activerecord-nulldb-adapter_0.3.1.orig.tar.gz 13.3 KiB f4cd87ae3da5f9b21abe8faefb78a112131b30daf216ac217f9c626417502e4f
ruby-activerecord-nulldb-adapter_0.3.1-1.debian.tar.xz 2.1 KiB e4c41ffbf9e38291bd4bc512d930bad6e713d17fc825573afe9e459c2025203e

No changes file available.

Binary packages built by this source

ruby-activerecord-nulldb-adapter: ActiveRecord database adapters based on the Null Object pattern

 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.