Rails default scripts and jquery-rails
I recently had an issue in a (3.0.7) rails app where link_to some_path, :method => :post was calling the action associated with GET, this was caused by not having a link to jquery_ujs.js (I’m using jquery so don’t want rails.js) in my html output. Googling turns up a number of suggestions to add jquery_ujs.js and […]