MikeDulik / pbj_radio

[backbone, rails]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PBJ Radio

For this app, your job is to build a single-page app that plays music (a real, functional tunr!)

For a working solution, please see the deployed version.

Backbone w/ Rails

Note that for this app, we've provided you with a functional rails back end. Take some time to familiarize yourself with the routes and data model.

This app is already set up to load backbone inside rails, as well as handlebars templates, both using the respective rails gems.

For backbone, everything is just loaded up, not much special. Take a look at the application.js to see how it's done.

Templates

Note the location of the templates in app/assets/javascripts/templates. You can get these compiled templates functions using e.g. HandlebarsTemplates['songs/show'] in your javascript.

About

[backbone, rails]


Languages

Language:Ruby 66.1%Language:HTML 19.7%Language:CSS 9.7%Language:JavaScript 3.3%Language:Handlebars 1.2%