Skip to content

tgandee79/jquery-validation-rails

 
 

Repository files navigation

Jquery::Validation::Rails

Installation

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"

Include select2-rails javascript assets

Add the following to your app/assets/javascripts/application.js:

//= require jquery.validate
//= require jquery.validate.additional-methods

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published