如何進去網站後就轉到指定的Controller?
嗯.. 關於這點..
呵~cookoo大哥先在這邊謝過拉XD
雖然你忘記要作最後一個動作...
ok...
- edit config/routes.rb
- add map.connect '', :controller => "ctrl_name"
- save it and remove or rename public/index.html
沒錯...
第三點="=
害我昨天測試了老半天阿阿阿阿阿阿阿阿阿!!!!!!!
火車請別撞我
嗯.. 關於這點..
呵~cookoo大哥先在這邊謝過拉XD
雖然你忘記要作最後一個動作...
ok...
2 則留言:
還有一個更完善的方法:
建立一個static controller
並在routes.rb內,加入:
# Static pages route
# This should have lower priority then the default route
map.connect ':action', :controller => 'static'
這樣一來,:controller => '' 的 URL 就會被redirect到 static/index 還可以加一些不需要用controller包著的action, 例如 http://www.example.com/termsofuse 就會被route 到 static/termsofuse了
還有這樣一個方法阿.. 謝謝:)
張貼留言