Routing error for stylesheets in rails 3.0

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.

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

And the name of that file is?

Colin

ss.css

Do you have a ss.css file in your public/stylesheets folder? If not, that is the problem.

Hi,

It was some mistake on my part. I have resolved it.

Thanks & Regards.