VolteFace
2007-Mar-18 17:52 UTC
no route found to match "/cookbook/recipe/list" with {:method=>:get}
Hi, I ve just spent about three hours trying to figure this out, so any help would be appreciated. I ve followed these steps: 1. Downloaded Instant Rails 2. Unzipped it 3. Ran "InstantRails.exe" to configure it. (path is c:\InstantRails) 4. Went to the "Manage Rails Applications" area and chose "cookbook" app. 5. Clicked on "Start with Mongrel" 6. Mongrel was started and app was loaded on port 3001. 7. I opened a browser and typed "http://localhost:3000/cookbook/recipe/ list" And I get this message: "no route found to match "/cookbook/recipe/list" with {:method=>:get}" Am I doing something wrong here? I appreciate your help very much. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Ravil Bayramgalin
2007-Mar-18 18:31 UTC
Re: no route found to match "/cookbook/recipe/list" with {:m
I would advise you to try to type http://localhost:3000/recipe/list on step 7, because u already launched project cookbook and there is next rule for ruby on rails: http://"server"/"controller"/"method" for u: server - localhost, controller - recipe and method - list -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
VolteFace
2007-Mar-18 18:38 UTC
Re: no route found to match "/cookbook/recipe/list" with {:m
Thanks a bunch, Ravil. Your suggestion fixed it. On Mar 18, 2:31 pm, Ravil Bayramgalin <rails-mailing-l...@andreas- s.net> wrote:> I would advise you to try to typehttp://localhost:3000/recipe/liston > step 7, because u already launched project cookbook and there is next > rule for ruby on rails: > http://"server"/"controller"/"method" > for u: server - localhost, controller - recipe and method - list > > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Bogdan Ionescu
2007-Mar-18 23:36 UTC
Re: no route found to match "/cookbook/recipe/list" with {:method=>:get}
I''m not familiar with instant rails, but wouldn''t you want to use port 3001 if your app was started on that port? On 3/18/07, VolteFace <nandan_n-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org> wrote:> > > Hi, > > I ve just spent about three hours trying to figure this out, so any > help would be appreciated. > > I ve followed these steps: > > 1. Downloaded Instant Rails > 2. Unzipped it > 3. Ran "InstantRails.exe" to configure it. (path is c:\InstantRails) > 4. Went to the "Manage Rails Applications" area and chose "cookbook" > app. > 5. Clicked on "Start with Mongrel" > 6. Mongrel was started and app was loaded on port 3001. > 7. I opened a browser and typed "http://localhost:3000/cookbook/recipe/ > list" > > And I get this message: > "no route found to match "/cookbook/recipe/list" with {:method=>:get}" > > Am I doing something wrong here? I appreciate your help very much. > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Curt Hibbs
2007-Mar-19 02:28 UTC
Re: no route found to match "/cookbook/recipe/list" with {:method=>:get}
On 3/18/07, VolteFace <nandan_n-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org> wrote:> > > Hi, > > I ve just spent about three hours trying to figure this out, so any > help would be appreciated. > > I ve followed these steps: > > 1. Downloaded Instant Rails > 2. Unzipped it > 3. Ran "InstantRails.exe" to configure it. (path is c:\InstantRails) > 4. Went to the "Manage Rails Applications" area and chose "cookbook" > app. > 5. Clicked on "Start with Mongrel" > 6. Mongrel was started and app was loaded on port 3001. > 7. I opened a browser and typed "http://localhost:3000/cookbook/recipe/ > list" > > And I get this message: > "no route found to match "/cookbook/recipe/list" with {:method=>:get}" > > Am I doing something wrong here? I appreciate your help very much.Browse to http://localhost:3001/cookbook/recipe/ and it should work. Curt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Xiu Ji
2008-Jul-28 00:54 UTC
Re: no route found to match "/cookbook/recipe/list" with {:metho
Hi, I have spent almost my whole Sunday to fix the problem: "no route found to match "/recipe/list" with {:method=>:get}", or "no route found to match "/recipe" with {:method=>:get}" depending on what I put into the browser. I believe "http://localhost:3001/recipe/list should be the correct one. I have tried everything and checked through my settings against the tutorial many times. I still could Not solve the problem. Could you please help where could go wrong? Many Thanks! -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Conrad Taylor
2008-Jul-28 01:37 UTC
Re: no route found to match "/cookbook/recipe/list" with {:metho
Hi, if you''re using the default port, it should be 3000 instead 3001. Thus, I would try using the following: http://localhost:3000/recipe/list <http://localhost:3001/recipe/list> Good luck, -Conrad On Sun, Jul 27, 2008 at 5:54 PM, Xiu Ji <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>wrote:> > Hi, > > I have spent almost my whole Sunday to fix the problem: > > "no route found to match "/recipe/list" with {:method=>:get}", or > "no route found to match "/recipe" with {:method=>:get}" > depending on what I put into the browser. > > I believe "http://localhost:3001/recipe/list should be the correct one. > > I have tried everything and checked through my settings against the > tutorial many times. I still could Not solve the problem. > > Could you please help where could go wrong? > > Many Thanks! > -- > Posted via http://www.ruby-forum.com/. > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Xiu Ji
2008-Jul-28 07:33 UTC
Re: no route found to match "/cookbook/recipe/list" with {:metho
Thank you, Conrad! After I started Mongrel, the application was loaded on port 3001. Actually, my configuration steps were as the same as the 7 steps provided in the orginal post of VolteFace at the top. Any further information and advice on this could be very much appreciated. Please help and I really want a working installation to get me really started with Rails. Xiu -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Ryan Bigg
2008-Jul-28 07:36 UTC
Re: no route found to match "/cookbook/recipe/list" with {:metho
Is the controller called recipes? Then it should be localhost:3001/recipes --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---