Sep 12

Freezing Rails Plugins

by Peter Jones / September 12, 2006

Already freezing gems or rails edge, but need to freeze plugins too? I do. When I branch for a release, I want to make sure that remotely fetched plugins don't change on me. Plus, I won't have to svn co them every time I deploy.

Here is a rake file to do just that.

rake rails:freeze:plugins

Tags: rails plugins svn

0 Comments