Sha256: 6590553a108fc194fb4ac1f28d1a5255320c84afee996137f44e90fe0bbe4147

Contents?: true

Size: 790 Bytes

Versions: 1

Compression:

Stored size: 790 Bytes

Contents

Installation
------------

Add the following to your Gemfile:
    
    gem "backbonejs-rails", "~> 1.0.0"

Then use Bundler to install:

    $ bundle install

Usage
-------

    $ rails g backbonejs:install

Optionally you can add -ich to the end of that command to have icanhaz.js included.


What Does it do?
================

backbonejs-rails adds the necessary libraries to your Rails app for using [Backbone.js](http://backbonejs.org).

* backbone.js
* underscore.js
* json2.js

For templates you can optionally include [ICanHaz.js](http://icanhazjs.com/)

    $ rails g backbonejs:install -ich 


    
Outdated Screencast? Yep I have one.
----------

You can find my [screencast on Backbone.js and Rails 3 here](http://andrewgertig.com/2011/05/rails-backbone-js-example-screencast/)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
backbonejs-rails-1.0.1 README.md