All tagged by Version

  • Acts As Revisionable This plugin can handle automatically keeping revisions of a model each time it is updated. It is intended to allow you to keep a history of changes that can be reviewed or restored. The functionality is very similar to that offered by the... Type: Plugin | Last updated: 06 January 2008
  • Row Version Migrations Row Version Migrations is a plugin that automatically generates the following row version columns for every table: created_at, updated_at, lock_version Type: Plugin | Last updated: 08 October 2007
  • Version Number Version number gives you an easy way to get the Subversion revision number in your apps. Type: Plugin | Last updated: 08 October 2007
  • Versioned URLs This plugin modifies Rails' existing asset timestamping mechanism to support versioned urls, a-la "http://www.somehost.com/images/logo.gif.v423". Type: Plugin | Last updated: 30 September 2007
  • Acts As Draftable Allows a model to save certain attributes into a smaller drafts table. These are meant to be temporary modifications until the actual model is saved. This is very similar to Acts as Versioned. Type: Plugin | Last updated: 09 September 2007
  • Acts As Paranoid Overrides some basic methods for the current model so that calling #destroy sets a 'deleted_at' field to the current timestamp. ActiveRecord is required. Type: Plugin | Last updated: 09 September 2007
  • App Version This is a simple plugin that makes it easy to manage the version number of your Rails application. Type: Plugin | Last updated: 11 April 2008