Re: [Rails] Routing error when creating a new application

2013-05-31 Thread Colin Law
On 31 May 2013 16:09, Cameron D. wrote: > Hello. > > So I created a new application (named guestbook), controllers, and > entry(named sign_in) in Rails. I uncommented the "match > ':controller..' and the 'root :to => 'welcome#index' lines in > config/locales/routes.rb file. When I type > "lo

[Rails] Routing error when creating a new application

2013-05-31 Thread Cameron D.
Hello. So I created a new application (named guestbook), controllers, and entry(named sign_in) in Rails. I uncommented the "match ':controller..' and the 'root :to => 'welcome#index' lines in config/locales/routes.rb file. When I type "localhost:3000/entries/sign_in", I received the "Routing