The problem appears to be the dataType of the Ajax request -- it is
requesting an HTML response rather than a script. I wonder if the
default has changed recently?
Anyway, calling
$.ajaxSetup({ dataType: 'script' });
at the top of your application.js or similar will change the default and
appears to restore the expected behaviour. You could also set the
data-type="script" attribute on your <form> or <a> tags.
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.