I would recommend looking for another assets compilation app. I had the same issue when Rails 3.1 came out and my provider underestimated the impact of it. Finally they adjusted the compilation process where I needed to use: gem 'therubyracer' gem 'execjs'
And now compilation just takes several seconds. On 3 apr, 14:24, Rafa García <[email protected]> wrote: > If the connection is blocked by this task for a long time maybe your > sshd(or ssh client) configuration hang up the connection. > > Could you try to play with ServerAliveInterval and ServerAliveCountMax (in > ~/.ssh/config) ? > > I'm not sure but you don't lose nothing with it :) > > 2012/4/3 tim <[email protected]> > > > > > > > > > Hey guys. > > > I am going to bump this post in the hopes that somebody else has run into > > this problem. > > > In a nutshell rake:precompile hangs on the production server but works > > fine on the local machine. Looking at the log file I can see that it has > > compiled all the assets twice and then has hung for some reason. > > > Any clues? I am not doing anything crazy or special. > > >> -- > > * You received this message because you are subscribed to the Google > > Groups "Capistrano" 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 athttp://groups.google.com/group/capistrano?hl=en -- * You received this message because you are subscribed to the Google Groups "Capistrano" 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/capistrano?hl=en
