Transactional Migrations plugin

Plugin details

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.

Websitehttp://www.redhillonrails.org/ Repositorysvn://rubyforge.org/var/svn/redhillonrails/trunk/vendor/plugins/transactional_migrations Author Red Hill Consulting Tags Database, Migrations LicenseMIT

Documentation

Install the plugin:
ruby script/plugin install svn://rubyforge.org/var/svn/redhillonrails/trunk/vendor/plugins/transactional_migrations

Over and above installing the plugin, no further action is required for the transactions to take effect.

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | (0 older versions) | Last edited by: maxim_kulkin, 8 months ago