Chiropractor
I miss ActiveSupport. I really do. The javascript standard library is lacking. So this is a collection of some useful Backbone and Underscore components. Saves me from having to keep downloading them into every project. This seems like a reasonable stack that gives you pretty powerful framework for building backbone apps.
Included:
Also have a couple extensions:
- Backbone.LayoutRegion: Combines Layouts and Regions from Marionette
- Backbone.JST: Adds JST support to Marionette
Installation
Add this line to your application's Gemfile:
gem 'chiropractor'
And then execute:
$ bundle
Or install it yourself as:
$ gem install chiropractor
Usage
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