Skip to content

vulume/backbone-rails

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backbone-rails

Developing javascript applications on top of rails just got faster thanks to the Rails 3.1 asset pipeline. Like jquery-rails, this gem bundles some javascript files to make them available to your application:

How to use it

Rails 3.1

Add it to your Gemfile:

gem 'backbone-rails'

Require backbone in app/assets/javascripts/application.js.coffee:

#= require backbone-rails

With pure javascript, the line would look like app/assets/javascripts/application.js:

//= require backbone-rails

Versioning

The gem will follow backbone versioning.

Contributors

About

Ships backbone and underscore to your Rails 3.1 application through the new asset pipeline. Rails 3.0 is supported via generators.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%