我需要一些帮助来创建一个简单的 html 页面并将其定位在服务器中。
由于我在文档中找不到它,所以我尝试将 index2.html 文件放在 /public 库中,当我尝试使用它来接收它时
http://127.0.0.1:3000/index2.html
或者
http://127.0.0.1:3000/public/index2.html
和接收器
ActionController::RoutingError (No route matches [GET] "/public/index2.html"):
- 如何从服务器获取 html
- 我如何将其设为默认值。
谢谢。
编辑:感谢您的回答。我正在寻找最简单的工作方式。在许多 教程中,它说您可以将其放在公用文件夹中,仅此而已。这将使我无用的控制器。