Me too :)
On Saturday, 17 March 2012 at 6:06 PM, Nahum Wild wrote: > I'd rather have a slow deploy. > > --nahum > > On Sat, Mar 17, 2012 at 16:33, Matt Powell <[email protected] > (mailto:[email protected])> wrote: > > It's simple enough to write a pre-commit hook that scans a changelog, > > compares mtimes with compiled assets, and runs a rake task if the results > > are found wanting. > > > > M > > > > On Saturday, 17 March 2012 at 1:04 PM, nahum wrote: > > > > > How do you ensure that you don't forgot to pre-compile your assets? IE > > > prevent a deployment with the wrong/old assets? > > > > > > --nahum > > > > > > On Saturday, 17 March 2012 09:24:21 UTC+13, Richard Hulse wrote: > > > > 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/-/eIZDf8q1jKIJ. > > > To post to this group, send email to [email protected] > > > (mailto:[email protected]). > > > To unsubscribe from this group, send email to > > > [email protected] > > > (mailto:wellrailed%[email protected]). > > > For more options, visit this group at > > > http://groups.google.com/group/wellrailed?hl=en. > > > > -- > > You received this message because you are subscribed to the Google Groups > > "WellRailed" group. > > To post to this group, send email to [email protected] > > (mailto:[email protected]). > > To unsubscribe from this group, send email to > > [email protected] > > (mailto:wellrailed%[email protected]). > > For more options, visit this group at > > http://groups.google.com/group/wellrailed?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "WellRailed" group. > 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. -- You received this message because you are subscribed to the Google Groups "WellRailed" group. 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.
