Row Version Migrations plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install svn://rubyforge.org/var/svn/redhillonrails/trunk/vendor/plugins/row_version_migrations
If you have a table for which you do not want row version columns to be generated, simply pass
:row_version => false
as an option to create_table:
create_table :orders, :row_version => false do |t| ... end
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | Back in time (1 older version) | Last edited by: scott, 7 months ago

