How to swap prototype for jquery in rails 3.0?
+1
A:
Add to your Gemfile and bundle install
gem "jquery-rails"
Run the generator:
rails generate jquery:install
See the github page for more info.
Dan McNevin
2010-09-22 14:45:51