Home > todo

todo

Todo is a project mainly written in RUBY and JAVASCRIPT, it's free.

A sample application for backbone.js and Rails 3.1.

Overview

This is sample Rails 3.1 application that demonstrates usage of

  • Backbone.js
  • backbone-rails
  • CoffeeScript
  • ejs
  • Sass

based on https://github.com/rsim/backbone_coffeescript_demo.

Run it

Install gems, run migrations and start application with

bundle install rake db:migrate rails server

And then visit http://localhost:3000.

Developed and untested with Ruby 1.9.3.

Source code

Backbone.js code is located in app/assets/javascripts/backbone.

Previous:sparkleshare