A wrapper for the Backbone.Validation plugin for Backbone
The version of this gem follows that of the associated Backbone.Validation version
Currently: v0.9.1
Add this line to your application's Gemfile:
gem 'backbone-validation-rails', git: 'git://github.com/zakusha/backbone-validation-rails.git'
Add this line to your application.js menifest:
//= require backbone-validation
And then execute:
$ bundle install
Or install it yourself as:
$ gem install backbone-validation-rails
- 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