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
- 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