Row Version Migrations plugin

Plugin details

Row Version Migrations is a plugin that automatically generates the following row version columns for every table: created_at, updated_at, lock_version

Websitehttp://www.redhillconsulting.com.au/rails_plugins.html Repositorysvn://rubyforge.org/var/svn/redhillonrails/trunk/vendor/plugins/row_version_migrations Author Red Hill Consulting Tags row, column, Version LicenseRuby's (MIT)

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 documentation

Edit plugin | Back in time (1 older version) | Last edited by: scott, 7 months ago