我要複製的Twitter個人資料頁面,並有一個用戶名「http://www.my-app.com/username」一個URL,而我可以手動鍵入該到地址欄並導航到個人資料頁,我不能鏈接到自定義網址。定製軌網址與用戶名
我認爲這個問題是在路線 - 這裏是我的routes.rb中的代碼
map.connect '/:username', :controller => 'users', :action => 'show'
另外,我有Question
和Answer
模型,我想,像這樣的自定義URL鏈接到他們:
http://www.my-app.com/username/question/answer/2210
你不需要更好地構架它,只是更簡潔 – 2010-02-16 00:29:21