bobnysoftz-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org
2008-Dec-31 17:08 UTC
Re: Having Problems Starting with Ruby on the rails
Please can you help I''m having this problem when I type in this URL on my browser: http://localhost:3000/Manage Routing Error No route matches "/Manage" with {:method=>:get} --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
this wont work until you create a manage controller. On Wed, Dec 31, 2008 at 12:08 PM, bobnysoftz-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org < bobnysoftz-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> > Please can you help I''m having this problem when I type in this URL on > my browser: http://localhost:3000/Manage > > Routing Error > > No route matches "/Manage" with {:method=>:get} > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
It''s also not likely to work if you have a capital M... If you have a manage_controller... it''d just be /manage (sans-uppercase) On Wed, Dec 31, 2008 at 9:08 AM, bobnysoftz-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org <bobnysoftz-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> > Please can you help I''m having this problem when I type in this URL on > my browser: http://localhost:3000/Manage > > Routing Error > > No route matches "/Manage" with {:method=>:get} > > > >-- Robby Russell Chief Evangelist, Partner PLANET ARGON, LLC design // development // hosting w/Ruby on Rails http://www.planetargon.com/ http://www.robbyonrails.com/ aim: planetargon +1 503 445 2457 +1 877 55 ARGON [toll free] +1 815 642 4068 [fax] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---