i'm totally new to rails. I've prepared a simple todo application with rails 3.0
Need help on adding
i'm totally new to rails.
So far i've done:
- install rails and ruby
- rails new app
- rake db:create
- rails g scaffold name:string status:boolean
- rake db:migrate
- added to routes.rb, root to:"tasks#index"
- rails s