============================================== 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
Project
jquery_helpers
A port of the unobtrusive Prototype helpers in Rails 3 to jQuery
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Dependencies
Runtime
= 3.0.0.beta
Project Readme