jquery-helpers-for-rails3
jquery-helpers-for-rails3 copied to clipboard
(NO LONGER MAINTAINED) A port of the unobtrusive Prototype helpers in Rails 3 to jQuery
============================================== THIS PROJECT IS NO LONGER MAINTAINED, PLEASE USE https://github.com/rails/jquery-ujs
Install sudo gem install jquery_helpers
Usage: rails generate jquery_helpers [options]
Runtime options: -f, [--force] # Overwrite files that already exist -p, [--pretend] # Run but do not make any changes -q, [--quiet] # Supress status output -s, [--skip] # Skip files that already exist
Description: A port of the unobtrusive Prototype helpers in Rails 3 to jQuery.
Example: ./script/generate jquery_helpers
This will create:
public/javascripts/jquery.rails.js
public/javascripts/jquery.rails.min.js