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.
The project has a dependency on Spin.js. Appropriate files are included in the vendor directory.
Major and minor version numbers are pegged to Backbone.js. Patch versions are specific to this project.
Add this line to your application's Gemfile:
gem 'backbone-rails-extensions', :git => '[email protected]:coroutine/backbone-rails-extensions.git',
:tag => '0.9.0'
And then execute:
$ bundle
Or install it yourself as:
$ gem install backbone-rails-extensions
TODO: Write usage instructions here
- 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