Why Rails is better than whatever it is you use: ToDo List in 5 Lines(ZZ)

Why Rails is better than whatever it is you use: ToDo List in 5 Lines(ZZ)

  1. rails todo
  2. cd todo
  3. rake db:create:all
  4. script/generate scaffold Todo title:string body:text done:boolean due:datetime
  5. rake db:migrate

你可能感兴趣的:(Why Rails is better than whatever it is you use: ToDo List in 5 Lines(ZZ))