yevgenko / backbone-syphon-rails

Rails gem wrapper for recent Backbone.Syphon version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backbone::Syphon::Rails for Rails

This GEM contains more recent version of Backbone.Syphon than the original backbone-syphon-rails GEM

It is a wrapper for Backbone.Syphon plugin for Backbone

The marionettejs/backbone.syphon contains more recent version of the plugin and it is still supported. Derick's repository contains an old version.

Verstion

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

Current version is 0.6.3

Installation

Add this line to your application's Gemfile:

gem 'backbone-syphon-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install backbone-syphon-rails

Usage

Add this line to your application.js file:

//= require backbone-syphone

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

Rails gem wrapper for recent Backbone.Syphon version

License:MIT License


Languages

Language:Ruby 100.0%