-1

我有一个 Rails 应用程序,它有一个名为“mastertest”的控制器

默认情况下,当我运行应用程序并转到 localhost:3000 时,我想重定向到 localhost:3000/mastertest。

有人可以帮我配置 routes.rb 文件吗

4

2 回答 2

2

请搜索一下... http://guides.rubyonrails.org/routing.html

root :to => 'pages#main'
于 2013-03-08T23:55:18.203 回答
2

1) 删除 public/index.html 文件

2)更新你的路线文件 - 在这里阅读更多:http: //guides.rubyonrails.org/routing.html#using-root

于 2013-03-08T23:55:46.360 回答