[Rails] Re: css RoutingError with 3.0.0.beta3

2010-04-25 Thread Joe Smith
"lgs" wrote in message news:f40aaef6-8e69-49bd-91f6-dd5865cf5...@t36g2000yqt.googlegroups.com... To have a shot at 3.0.0.beta3, I had just been trying "rails g scaffold welcome" , then it come up I get a routing error to css which will never display : Started GET "/welcomes" for 93.34.177.13

[Rails] Re: css RoutingError with 3.0.0.beta3

2010-04-24 Thread lgs
... i miss that no touch to config/routes.rb has been done after scaffold generation: r...@webby2066:/var/test/uno# rake routes (in /var/test/uno) GET/welcomes(.:format) {:controller=>"welcomes", :action=>"index"} welcomes POST /welcomes(.:format) {:controller=>"welcomes",