mulderp / Backbone-on-Rails-todoDemo

A demo application for Backbone-on-Rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

This is a demo todo application inspired by some discussions at #wrocloverb 2013

Some references:

The backbone-on-rails gem is based on the Backbone.js on Rails book from thoughtbot, which is a good introduction to Backbone-on-Rails:

And a couple of Railscasts cover the basics of a single page app with the gem:

Other Todo demos in Backbone can be found here:

JSON from the Rails application

JSON can be fetched from the application:

curl -H "Accept: application/json" 0.0.0.0:3000/api/todos.json

About

A demo application for Backbone-on-Rails


Languages

Language:Ruby 86.4%Language:CoffeeScript 9.5%Language:JavaScript 4.2%