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 4 应用程序制作自定义 404 页面,但我找不到可行的解决方案......很多人为 Rails 3 编写解决方案,但它不适用于 Rails 4。请帮助我。
我用“page_404”操作创建了一个控制器“ErrorPages”。
错误页面的模板位于public目录中。要为 404 自定义页面,您只需编辑名为404.html.
public
404.html