Issue #114
resolved
I had to comment out load 'deploy/assets'
in Capfile
, do a deploy then un-comment it out. A bit like the rolify thing. Can we fix it or document it?
Comments (3)
-
-
- changed status to resolved
Use the turbo-sprockets gem for asset speedup, rather than that gist. Should fix
#114→ <<cset 86e3e8cf7449>>
-
Use the turbo-sprockets gem for asset speedup, rather than that gist. Should fix
#114→ <<cset 86e3e8cf7449>>
- Log in to comment
Can I suggest we use https://github.com/ndbroadbent/turbo-sprockets-rails3 instead of Craig's code (which I assume came from https://gist.github.com/3072362)?
Unfortunately it means switching to the capistrano master branch...
Edit to add:
Rails best practices now recommend this as well:
http://rails-bestpractices.com/posts/704-speed-up-assets-precompile-with-turbo-sprockets-rails3
Alternatively, looking at issues that others had had with that gist, it may be that assets aren't symlinked to the shared directory and this is what is causing problems:
https://gist.github.com/3072362#comment-559206