No commit activity in last 3 years
No release in over 3 years
This gem provides a set of Backbone.js extensions commonly used in Coroutine projects. These extensions include simple collection views, paginated collection views, searching, and loading indicators.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

BackboneRailsExtensions

This gem provides a set of common extensions to Backbone.js. These extensions include simple collection views, paginated collection views, searching, and loading indicators.

All files are included in the asset pipeline by default. To leverage the files in your project, simply reference the components in your manifest files.

Dependencies

The project has a dependency on Spin.js. Appropriate files are included in the vendor directory.

Versioning

Major and minor version numbers are pegged to Backbone.js. Patch versions are specific to this project.

Installation

Add this line to your application's Gemfile:

gem 'backbone-rails-extensions', :git => 'git@github.com:coroutine/backbone-rails-extensions.git',
                                 :tag => '0.9.0'

And then execute:

$ bundle

Or install it yourself as:

$ gem install backbone-rails-extensions

Usage

TODO: Write usage instructions here

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