jmadureira / backbone-validation-rails

Backbone Validation Gem for Rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backbone.Validation Gem for Rails

A wrapper for the Backbone.Validation plugin for Backbone

Version

The version of this gem follows that of the associated Backbone.Validation version

Currently: v0.9.1

Installation

Add this line to your application's Gemfile:

gem 'backbone-validation-rails', git: 'git://github.com/jmadureira/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

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

Backbone Validation Gem for Rails

License:MIT License


Languages

Language:Ruby 100.0%