Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了简单的 Rails 应用程序。在开发模式下,我得到了典型的“欢迎页面”,但在生产模式下出现错误ActionController::RoutingError (No route matches [GET] "/")直到创建控制器并设置根路由。为什么我在生产中看不到“欢迎页面”?
Welcome 控制器仅用于开发。这是添加它的拉取请求,说明它仅适用于开发环境:
https://github.com/rails/rails/pull/8468