Here's a script to install these patches using rvm: https://gist.github.com/3993269
I can confirm my loading time went from 25 seconds to 15 seconds on Teambox, our fairly large Rails 3 app. Kudos!
21–22 of 22 posts
Here's a script to install these patches using rvm: https://gist.github.com/3993269
For a really fast Rails environment I highly recommend Zeus https://github.com/burke/zeus which is built in Go. It does a great job of reloading only the dependencies that have changed.