Piotr Wlodarek
2008-Apr-26 08:49 UTC
Only get, head, post, put, and delete requests are allowed.
Rails REVISION_9248 (edge before 2.1) Sometimes I get a very strange exception: " ActionController::MethodNotAllowed Only get, head, post, put, and delete requests are allowed. " Notice that *all* HTTP methods are allowed but still the current one is "not allowed". Restarting the server helps for a while. Then the problem recurs. -- 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 -~----------~----~----~----~------~----~------~--~---
Zach
2008-May-05 05:17 UTC
Re: Only get, head, post, put, and delete requests are allowed.
I''m also getting this with edge 9250. The map.root route doesn''t seem to work correctly, I can view it fine if the controller is specified. On Apr 26, 4:49 am, Piotr Wlodarek <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Rails REVISION_9248 (edge before 2.1) > > Sometimes I get a very strange exception: > > " > ActionController::MethodNotAllowed > > Only get, head, post, put, and delete requests are allowed. > " > > Notice that *all* HTTP methods are allowed but still the current one is > "not allowed". > > Restarting the server helps for a while. Then the problem recurs. > -- > 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 -~----------~----~----~----~------~----~------~--~---
Frederick Cheung
2008-May-05 09:41 UTC
Re: Only get, head, post, put, and delete requests are allowed.
I''ve no idea what the problem might be, but in case you didn''t know, you''re not working with the latest edge, you''re working with edge from 3 weeks ago (at which point rails development moved over to git). Fred On 5 May 2008, at 06:17, Zach wrote:> > I''m also getting this with edge 9250. > > The map.root route doesn''t seem to work correctly, I can view it fine > if the controller is specified. > > On Apr 26, 4:49 am, Piotr Wlodarek <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > wrote: >> Rails REVISION_9248 (edge before 2.1) >> >> Sometimes I get a very strange exception: >> >> " >> ActionController::MethodNotAllowed >> >> Only get, head, post, put, and delete requests are allowed. >> " >> >> Notice that *all* HTTP methods are allowed but still the current >> one is >> "not allowed". >> >> Restarting the server helps for a while. Then the problem recurs. >> -- >> 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 -~----------~----~----~----~------~----~------~--~---
Zach
2008-May-07 04:27 UTC
Re: Only get, head, post, put, and delete requests are allowed.
Ah, is there an updated rake task to pull from the git repo instead? A quick search didn''t turn up anything. -Zach On May 5, 5:41 am, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''ve no idea what the problem might be, but in case you didn''t know, > you''re not working with the latest edge, you''re working with edge from > 3 weeks ago (at which point rails development moved over to git). > > Fred > On 5 May 2008, at 06:17, Zach wrote: > > > > > I''m also getting this with edge 9250. > > > The map.root route doesn''t seem to work correctly, I can view it fine > > if the controller is specified. > > > On Apr 26, 4:49 am, Piotr Wlodarek <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > > wrote: > >> Rails REVISION_9248 (edge before 2.1) > > >> Sometimes I get a very strange exception: > > >> " > >> ActionController::MethodNotAllowed > > >> Only get, head, post, put, and delete requests are allowed. > >> " > > >> Notice that *all* HTTP methods are allowed but still the current > >> one is > >> "not allowed". > > >> Restarting the server helps for a while. Then the problem recurs. > >> -- > >> 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 -~----------~----~----~----~------~----~------~--~---