Initial Ruby on Rails application The initial rails application can be downloaded from github repo: 000-basic-app@tdd-with-backbonejs The basic application provides model Task(name: string, complete: boolean) and corresponding controller with RESTFUL json interface: GET /tasks.json POST /tasks.json PUT /tasks/:id.json Don’t forget about rake db:create:all and rake db:migrate. You could seed the da