Displaying 2 results from an estimated 2 matches for "shalinisah6692".
2012 Jul 03
2
Plugin help Tabbed view in Rails 3
Hi,
I am trying to create a tabbed view for my RoR application where I am
trying to project the same partial by passing some local variables to it,
but I have not been successful so far.Please point to some nice rails
plugins for tabbed panels in rails 3.0 as well as some video or written
tutorials.
Thanks & Regards,
Shalini Sah
--
You received this message because you are subscribed
2012 Jul 04
4
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