Hi,
I added a css file in public/stylesheets folder (I use Rails 3.0 so no asset pipeline) and included it in my views by
“<%= stylesheet_link_tag ‘ss’, :media => :all %>”
But I get a routing error on loading my page in my logs.
"ActionController::RoutingError (No route matches “/stylesheets/ss.css”
Please tell me what are the required settings I maybe missing.