https://github.com/aeksco/backbone-subroute-rails
Rails asset wrapper for backbone.subroute
https://github.com/aeksco/backbone-subroute-rails
Last synced: over 1 year ago
JSON representation
Rails asset wrapper for backbone.subroute
- Host: GitHub
- URL: https://github.com/aeksco/backbone-subroute-rails
- Owner: aeksco
- License: mit
- Created: 2014-12-20T23:00:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-30T23:34:19.000Z (about 11 years ago)
- Last Synced: 2025-02-24T15:43:10.399Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
backbone-subroute-rails
=======================
Rails (3.1 and up) asset wrapper for the latest version of [backbone.subroute](https://github.com/ModelN/backbone.subroute) (0.4.6).
# Installation
#### Step 1: Add it to your gemfile:
gem 'backbone-subroute-rails'
#### Step 2: Include assets:
```javascript
// In application.js
//= require backbone.subroute
```
#####Special thanks to [Model N](https://github.com/ModelN) for their work on [backbone.subroute](https://github.com/ModelN/backbone.subroute).