[Rails-spinoffs] Re: Sortable: Ajax not firing?

2006-05-24 Thread Josh on Rails
throw an error if a URL is set, but the serialize fails? -- JoshuaOn 5/24/06, Josh on Rails <[EMAIL PROTECTED]> wrote: Using Rails to generate a sortable list, I get the draggable/sortable page elements, but Ajax never fires back the post-sorted list. (I've checked with IE & Firefox,

[Rails-spinoffs] Sortable: Ajax not firing?

2006-05-24 Thread Josh on Rails
Using Rails to generate a sortable list, I get the draggable/sortable page elements, but Ajax never fires back the post-sorted list. (I've checked with IE & Firefox, the "save this order to the DB" controller hasn't been called.) The View:    Drag to sort.            <% @estimate.components.each do

[Rails-spinoffs] PeriodicalExecuter and clearInterval

2006-01-19 Thread Josh
I apologize if this is not an appropriate question for this list (I couldn't find a mailing list for prototype). Anybody know of a way to use the stop the PeriodicalExecuter in prototype from executing? In traditional js, I would just call "clearInterval(id)". M

Re: [Rails-spinoffs] Draggable performance issues

2006-01-12 Thread Josh
Odd you should mention this problem. I was just noticing it this morning.  I grabbed the dragdrop.js from svn (/spinoffs/scriptaculous/src) but didn't notice a performance improvement. I don't know about your CPU but mine pegs out when I'm dragging. Maybe I'm pushing it too far, though. Here is wha