Add this line to your application's Gemfile:
gem 'jquery-validation-rails'
And then execute:
$ bundle
Add jquery-validation-rails
to your Gemfile and run bundle install
:
gem "jquery-validation-rails"
Add the following to your app/assets/javascripts/application.js
:
//= require jquery.validate
//= require jquery.validate.additional-methods
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request