我 rake routes,只能得到
Prefix Verb URI Pattern Controller#Action
GET / front#index
GET|POST /:controller(/:action(/:id(.:format))) :controller#:action
然后在 views 中只能把链接写死了
<a href="/User/login">点此登陆</a>
其实这样写也不麻烦,只是我亲爱的 rubymine 会有语法警告,背景变成屎黄色,当然也不会有自动完成了