I\'ve been plowing through the chapters at railstutorial.org and been using Rails 3.1.3 because I\'m crazy and/or wanted a challenge. I managed to figure out most version pr
So for all of you pulling out your hair for using Rails 3.1, here's the solution.
<%= javascript_include_tag "application" %>
Using "application" instead of :defaults solves this problem, delete and confirm should work, now get back to coding!
Special thanks to George Shaw for this answer over on https://stackoverflow.com/a/8350158/1127011 .
And it case you were wondering, title is for mouseover only.