Re: [Rails] Routing error for stylesheets in rails 3.0

2012-07-05 Thread CavalryJim
Do you have a ss.css file in your public/stylesheets folder? If not, that is the problem. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To view this discussion on the web visit

Re: [Rails] Routing error for stylesheets in rails 3.0

2012-07-05 Thread Shalini Sah
Hi, It was some mistake on my part. I have resolved it. Thanks Regards. On Thu, Jul 5, 2012 at 6:37 PM, CavalryJim james.davis...@gmail.com wrote: Do you have a ss.css file in your public/stylesheets folder? If not, that is the problem. -- You received this message because you are

[Rails] Routing error for stylesheets in rails 3.0

2012-07-04 Thread Shalini Sah
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

Re: [Rails] Routing error for stylesheets in rails 3.0

2012-07-04 Thread Colin Law
On 4 July 2012 14:12, Shalini Sah shalinisah6...@gmail.com wrote: 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 %= stylesheet_link_tag 'ss', :media = :all % But I get a

Re: [Rails] Routing error for stylesheets in rails 3.0

2012-07-04 Thread Shalini Sah
ss.css On Wed, Jul 4, 2012 at 6:51 PM, Colin Law clan...@googlemail.com wrote: On 4 July 2012 14:12, Shalini Sah shalinisah6...@gmail.com wrote: 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