我有一个 Rails 应用程序,它有一个名为“mastertest”的控制器
默认情况下,当我运行应用程序并转到 localhost:3000 时,我想重定向到 localhost:3000/mastertest。
有人可以帮我配置 routes.rb 文件吗
我有一个 Rails 应用程序,它有一个名为“mastertest”的控制器
默认情况下,当我运行应用程序并转到 localhost:3000 时,我想重定向到 localhost:3000/mastertest。
有人可以帮我配置 routes.rb 文件吗
请搜索一下... http://guides.rubyonrails.org/routing.html
root :to => 'pages#main'
1) 删除 public/index.html 文件
2)更新你的路线文件 - 在这里阅读更多:http: //guides.rubyonrails.org/routing.html#using-root