How do I use CSS with RoR? When I link externally, I\'m never able to see the files. I cp\'d the .css file to every folder I could think of...views, controller, template, an
To add to the above, the most obvious place to add stylesheet_link_tag is in your global application layout - application.html.erb.