This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Mon Apr 07 07:36:45 -0700 2008 | [toolmantim] |
| |
README | Mon Apr 07 08:24:41 -0700 2008 | [toolmantim] |
| |
init.rb | Mon Apr 07 07:16:06 -0700 2008 | [toolmantim] |
| |
lib/ | Mon Apr 07 07:16:06 -0700 2008 | [toolmantim] |
| |
recipes/ | Mon Apr 07 07:23:41 -0700 2008 | [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.




