twitter风格的url

1
2
3
4
5
twitter风格的url, http://xxx.com/devon
map.connect ':name', :controller => 'user', :action => 'show'

route所有path到某一个action
map.connect '*path' , :controller => 'blog' , :action => 'unrecognized'

放到routes.rb的最后

    Posted by devon At September 18, 2008 09:50

请登录以发表评论。