When I try to deploy my app with capistrano, I\'ll get this error:
failed: \"sh -c \'cp /var/www/my_app/releases/20120313115055/config/database.stagi
If you don't need to "reference application objects or methods"(1) during precompile then you might be OK with setting config.assets.initialize_on_precompile to false in config/application.rb
config.assets.initialize_on_precompile
false
config/application.rb