/backbone-syphon-rails

Backbone.Syphon for Rails >= 3.1

Primary LanguageRubyMIT LicenseMIT

Backbone::Syphon::Rails for Rails

It is a wrapper for Backbone.Syphon plugin for Backbone

Verstion

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

Current version is 0.5

Installation

Add this line to your application's Gemfile:

gem 'backbone-syphon-rails', github: 'alexandrecolas/backbone-syphon-rails'

And then execute:

$ bundle

Usage

Add this line to your application.js file:

//= require backbone-syphon

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