油漆未干
风干物燥,小心火烛
-
Rails 2.0 的 Magic - [WEB]
2008-01-18
版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明
http://live-free-or-die-hard.blogbus.com/logs/14080824.html
就这么简单,CRUD(增删改查)功能就OK了。
环境: window XP, InstantRails
rails todo
cd todo
rake db:create:all
ruby script/generate scaffold Todo title:string body:text done:boolean due:datetime
rake db:migrate
开始服务 ruby script/server
打开浏览器输入并访问 http://localhost:3000/todos
随机文章:
Heroku turns me down ~~ 2008-02-20Rails 2.0 step by step [翻译版] 2008-01-26The basic process of what's going on Rails 2008-01-23Ruby On Rails 环境构筑 2008-01-16
收藏到:Del.icio.us
<< Rolling with Rails 2.0 - The First Full Tutorial | 首页 | The basic process of what's going on Rails >>








