hello! i´m new to this "script.aculo.us" stuff and have one question: does this sortable list demo: http://demo.script.aculo.us/ajax/sortable_elements especially the ajax callback only work when ruby is installed on the server? is there any chance to get the sorted list back with normal ajax and php? or am i understanding something totally wrong here? ;) thank you very much! br harald --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hey Harald, bugf!X a écrit :> especially the ajax callback only work when ruby is installed on the > server?Absolutely not. The source code illustrated uses Rails for brevity, but all of Spinoffs are entirely server-agnostic. AAMOF, I think 75+% of the users on this list do *not* use Ruby or Rails on the server side. -- Christophe Porteneuve a.k.a. TDD "[They] did not know it was impossible, so they did it." --Mark Twain Email: tdd-x+CfDp/qHev2eFz/2MeuCQ@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
thank you! i just got it... you simply have to do a print_r($_POST["list"]); in the called script to get back the list :) On Feb 23, 9:18 am, Christophe Porteneuve <t...-x+CfDp/qHev2eFz/2MeuCQ@public.gmane.org> wrote:> Hey Harald, > > bugf!X a écrit : > > > especially the ajax callback only work when ruby is installed on the > > server? > > Absolutely not. The source code illustrated uses Rails for brevity, but > all of Spinoffs are entirely server-agnostic. AAMOF, I think 75+% of > the users on this list do *not* use Ruby or Rails on the server side. > > -- > Christophe Porteneuve a.k.a. TDD > "[They] did not know it was impossible, so they did it." --Mark Twain > Email: t...-x+CfDp/qHev2eFz/2MeuCQ@public.gmane.org--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---