I can't the "confirm" dialog to come up. The record gets deleted ok and the page is updated, but no confirm dialog :(
= button_to('- - -', sched_set_path(sched_set_id),
:confirm => 'Are you sure you want to delete this schedule?',
:method => :delete,
:action => :delete,
:class=> 'delete_icon')
app/assets/javascripts/application.jsandrake assets:precompile. I had //jquery_ujs - no '=' - so was was hard to see. – Michael Durrant Jul 29 '12 at 3:18