An open API service indexing awesome lists of open source software.

https://github.com/aeksco/backbone-radio-rails

Rails asset wrapper for backbone.radio
https://github.com/aeksco/backbone-radio-rails

Last synced: over 1 year ago
JSON representation

Rails asset wrapper for backbone.radio

Awesome Lists containing this project

README

          

backbone-radio-rails
=======================

Rails (3.1 and up) asset wrapper for the latest version of [backbone.radio](https://github.com/marionettejs/backbone.radio) (0.9.0).

# Installation
#### Step 1: Add it to your gemfile:

gem 'backbone-radio-rails'

#### Step 2: Include assets:

```javascript
// In application.js
//= require backbone.radio
```
or
```javascript
// In application.js
//= require backbone.radio.min
```

#####Special thanks to [Marionette.js](https://github.com/marionettejs) for their work on [backbone.radio](https://github.com/marionettejs/backbone.radio).