Rails 3.1 and Asset Pipeline: Trouble on deploying with Capistrano
问题 I just switched from Ruby on Rails 3.0.10 to 3.1.0 and I would like to deploy my asset files by using the Capistrano gem (my local machine is a MacOs running Snow Leopard, my remote machine is running Ubuntu 10.04 Lucid). So, as wrote in the Official Guide, I uncomment the load 'deploy/assets' in my Capfile like this: # Uncomment if you are using Rails' asset pipeline load 'deploy/assets' Now, when I run the cap deploy command I get the following error (the error is explained at the bottom):