Transactional Migrations
Transactional Migrations is a plugin that ensures your migration scripts—both up and down—run within a transaction. When used in conjunction with a database that supports transactional Data Definition Language (DDL)—such as PostgreSQL—this ensures that if any statement within your migration script fails, the entire script is rolled-back.
Over and above installing the plugin, no further action is required for the transactions to take effect.
- Repository Path: svn://rubyforge.org/var/svn/redhillonrails/trunk/vendor/plugins/transactional_migrations
- Homepage: http://www.redhillconsulting.com.au/rails_plugins.html
Tags
Currently tagged with:
You need to Login to tag this item.