I made a basic rails app with a simple pages controller with an index function and when I load the page I get:
ActionView::Template::Error (application.css i
A quick fix for capistrano user is to put this line to Capfile
# Uncomment if you are using Rails' asset pipeline load 'deploy/assets'