For those who might not have seen it, I have written a blog post about getting rid of precompile on the production server.
In a nutshell, you precompile and commit locally, and change a couple of settings in your dev config to NOT serve those compiled assets (which is the default), but still use Sprockets. That means you only have to compile (and commit) when you change something, and the deploy is much faster. If you are anything like me, I tend to code in phases. If I am working on features with no asset or Gem changes, and deploying often, it is nice to have the deploy speed back to what it was before Rails 3! http://richardhulse.blogspot.co.nz/2012/03/rails-how-to-compile-and-commit-assets.html Cheers, Richard -- You received this message because you are subscribed to the Google Groups "WellRailed" group. To view this discussion on the web visit https://groups.google.com/d/msg/wellrailed/-/HbRGraAA_J8J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wellrailed?hl=en.
