Skip to content

This repo is a set of backbone extensions Coroutine commonly uses in Rails applications.

License

Notifications You must be signed in to change notification settings

coroutine/backbone-rails-extensions

Repository files navigation

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 => '[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

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

About

This repo is a set of backbone extensions Coroutine commonly uses in Rails applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published