Sha256: 69fc88bde6e345e4cff7f4b6793cd6dac660f9de987451c48a35446abb3ae8f5

Contents?: true

Size: 1.42 KB

Versions: 1

Compression:

Stored size: 1.42 KB

Contents

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

* Underscore.Inflector: https://github.com/jeremyruppel/underscore.inflection
* Underscore.String: https://github.com/epeli/underscore.string
* Backbone.Marionette: https://github.com/marionettejs/backbone.marionette
* Backbone.Relational: https://github.com/PaulUithol/Backbone-relational
* Backbone.ModelBinder: https://github.com/theironcook/Backbone.ModelBinder
* AccountingJS: http://josscrowcroft.github.com/accounting.js/
* MomentJS: https://github.com/timrwood/moment/

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

```javascript
//= 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
chiropractor-1.0.0 README.md