None of my listeners are firing. There's no docs, just the code? It changed listener names in previous releases, but I'm using the new "ajax:beforeSend" and nothing is still getting called.
$('#myform').live("ajax:beforeSend", function() {
console.log('ajax:loading')
}
Ditto with 'ajax:success'. Any tips for debugging? I am using data-disable-with on my submit button..