会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
阳光不锈
博客园
::
首页
::
博问
::
闪存
::
新随笔
:: :: ::
管理
::
公告
2009年4月30日
定义redirect_to_index
摘要: def redirect_to_index(msg = nil) flash[:notice] = msg if msg redirect_to :action => :index end
阅读全文
posted @ 2009-04-30 15:40 靳小透
阅读(155)
评论(0)
推荐(0)
start_form_tag 方法没定义
摘要: start_form_tag 和end_form_tag方法已经被废弃了,现在是 参看例子:(《Agile Web Development with Rails》中p105 checkout.rhtml ) "save_order") do %> Name : 40) %> Email: 40) %> ...
阅读全文
posted @ 2009-04-30 15:12 靳小透
阅读(523)
评论(0)
推荐(0)
Web 設計人員如何看 Rails
摘要: Rails For Designers Web 設計人員如何看 Rails? 了解一下 Model, View 及 Controller Model : 資料及處理資料時商業邏輯, 通常會將資料儲存於資料庫 Controller : 主要的應用程式邏輯, 通常程式會利用一些變數傳遞給 view 使用 e...
阅读全文
posted @ 2009-04-30 14:41 靳小透
阅读(171)
评论(0)
推荐(0)