revision_on_deploy plugin
Creates a REVISION file in your Rails app on deployment which is then used for your RAILS_ASSET_ID.
more…
Creates a REVISION file in your Rails app on deployment which is then used for your RAILS_ASSET_ID.
more…
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.
Cloning this repository:
git clone git://gitorious.org/revision_on_deploy/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/revision_on_deploy/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch
Professional Gitorious services - Git hosting at your company, custom features, support and more. gitorious.com.
