- 浏览: 95757 次
- 性别:
- 来自: 上海
最新评论
-
yaocanwei:
Show一下ROR结合Ext的成果 -
taito:
educate 写道do you think it is us ...
Ruby-On-Rails-Radiant CMS系统 -
educate:
do you think it is useful for p ...
Ruby-On-Rails-Radiant CMS系统 -
qq123zhz:
直接用httpservice通信?
Restfulx + Rails开发flex应用 -
javy_liu:
uninitialized constant Applicat ...
用Rails Captcha插件,轻松实现验证码
文章列表
如果想用REST风格的ROR
比如访问地址如此精简
http://www.taito.com/admin/1 <-- 自动调用 show 方法
http://www.taito.com/admin/1/edit <-- 自动调用 edit 方法
views的代码如此精简
原始的代码:
link_to :controller => "admin", :action => "show", :id => project
现在的代码:
link_to "Show", admin_pa ...