Sha256: 43d39d37475b0b6d7d8cf877e11e23dcf20cd91d1caf50493054c0d8576f2f9a

Contents?: true

Size: 874 Bytes

Versions: 3

Compression:

Stored size: 874 Bytes

Contents

# 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 jquery-validation-rails javascript assets

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

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

Localization:

    //= require jquery.validate.localization/messages_XX

## Changes

See [CHANGELOG.md](CHANGELOG.md) in this repository for detailed changes.

## 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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jquery-validation-rails-1.13.1 README.md
jquery-validation-rails-1.12.0 README.md
jquery-validation-rails-1.11.1.1 README.md