Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.42 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.42 KB

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

//= require chiropractor

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