hi evrybody i m from france ,and you are doing very good job i am beginer and i have a little problem with Sortable lists, i have an error message which appear : Method Not Allowed The requested method POST is not allowed for the URL /ajax/order. Apache/ProXad [May 15 2007 17:32:33] Server at khalidiqbal.free.fr Port 80 this is the link http://khalidiqbal.free.fr/javascripts/123.htm i thank you in advance for help --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Your error is most likely coming from Apache via the <limit> directive. http://httpd.apache.org/docs/1.3/mod/core.html#limit It''s possible your server side code is throwing it, but I suspect you''d know if that was the case because you''d have to do it explicitly. TAG On Jul 6, 2007, at 6:15 PM, khalidof-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:> > hi evrybody > > i m from france ,and you are doing very good job > > i am beginer and i have a little problem with Sortable lists, i have > an error message which appear : > > > Method Not Allowed > > The requested method POST is not allowed for the URL /ajax/order. > > Apache/ProXad [May 15 2007 17:32:33] Server at khalidiqbal.free.fr > Port 80 > > > > this is the link http://khalidiqbal.free.fr/javascripts/123.htm > > i thank you in advance for help > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Salut, On 7/7/07, khalidof-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <khalidof-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > this is the link http://khalidiqbal.free.fr/javascripts/123.htm >/ajax/order does not exist on http://khalidiqbal.free.fr/ There is a folder /javascripts/ajax/order. Perhaps you should use relative URLs instead of absolute. The target of Ajax.Request must be a script... Yours, Nicolas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---