[Rails-spinoffs] Parsing Querystring

2006-08-11 Thread Sam
Is there a function somewhere which will take a string containing a URL and return an object with all the querystring key / value pairs?   Sam   ___ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman

[Rails-spinoffs] Sortable.serialize for a tree: how to identify parent of nested items?

2006-08-11 Thread Leon Chevalier
Hi all, In Scriptaculous for, say, the following tree: ac_page_content_1 ac_page_content_2 -> ac_page_content3 Once serialised and posted to the server (PHP) the $_POST array looks like this: Array ( [0] => ac_page_content_1 [1] => Array (

[Rails-spinoffs] Sortable callback, when dragging starts/stops

2006-08-11 Thread Tim Bellinghausen
Hi *, is there a callback or something else to get noticed, if the user starts (stops) to drag an element of a sortable? I only found the onUpdate and onChange callbacks, but they don't give the information I need. Thanks in advance, Tim ___ Rails-spi