0.01
No commit activity in last 3 years
No release in over 3 years
All it does it give you the files you need, nothing fancy. When installed it will require Backbone.js, Underscore.js, and json2.js
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.0.0
~> 3.0
~> 0.8.7

Runtime

~> 0.14
 Project Readme

Backbone.js 1.0.0 Underscore.js 1.5.0

Installation

Add the following to your Gemfile:

gem "backbonejs-rails", "~> 1.0.1"

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.

  • backbone.js
  • underscore.js
  • json2.js

For templates you can optionally include ICanHaz.js

$ rails g backbonejs:install -ich 

Outdated Screencast? Yep I have one.

You can find my screencast on Backbone.js and Rails 3 here