search for: davisphd

Displaying 2 results from an estimated 2 matches for "davisphd".

2012 Jul 04
3
How to completely reinstall my rails environment on Mac Lion?
Hi, I was learning rails and have completed some projects. On my laptop everything worked for quite some time. However now when I run rails new testapp, for example it doesn''t generate even the first testapp. How can I completely reinstall a rails environment on my mac? I ran several step by step tutorials how to do this, but it seems that the old rails environment is conflicting. I
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