public
Description: Rails plugin to set RAILS_ASSET_ID based on the rev ID on deployment
Homepage: http://gitorious.org/projects/revision_on_deploy
Clone URL: git://github.com/toolmantim/revision_on_deploy.git
name age message
file LICENSE Mon Apr 07 07:36:45 -0700 2008 Added a license [toolmantim]
file README Mon Apr 07 08:24:41 -0700 2008 More succinct README [toolmantim]
file init.rb Mon Apr 07 07:16:06 -0700 2008 Added initial revision_on_deploy plugin [toolmantim]
directory lib/ Mon Apr 07 07:16:06 -0700 2008 Added initial revision_on_deploy plugin [toolmantim]
directory recipes/ Mon Apr 07 07:23:41 -0700 2008 Move to using proper Cap hooks so as to sit cle... [toolmantim]
README
= Revision on Deploy Plugin

== Author

Tim Lucas <t.lucas@toolmantim.com>

== About

Creates a REVISION file in your Rails app on deployment which is then used for
your RAILS_ASSET_ID.

Advantages: Helps to keep the asset ids consistent on multi-server setups
where Rails simply uses the file's mtime.

Disadvantages: Every asset gets the new id on every deployment, regardless of
its mtime. Not applicable if your deployment has deployment-time-set mtimes
anyway.

Revision numbers are truncated to the first 7 characters.