- Added the option to execute a callback after editing
You will have to upgrade the javascript files as well after update:
rails g on_the_spot:install
This will copy the new on_the_spot.js
files to your public/javascripts
folder.
- refactored the JS to allow dynamically adding on_the_spot fields (more cleanly).
There is no real need to update, unless you need or want to use this functionality.
You will have to upgrade the javascript files as well after update:
rails g on_the_spot:install
This will copy the new on_the_spot.js
files to your public/javascripts
folder.