Sep 12
Freezing Rails Plugins
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



Post a comment.