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 项目从工作计算机复制/粘贴到 Ubuntu Virtual Box 上的个人计算机,当我尝试访问页面时出现错误:“缺少模板”。
有人有想法吗?
(对不起,我的英语不好)
在 views 文件夹中,rails 在文件夹中找不到index.html.erb文件/products。确保那里有索引文件。如果不是这样,请在此处粘贴您的目录结构
index.html.erb
/products
它应该在这里
/home/benjamin/workspace/Projet_ERP_Rails/app/views/products/index.html.erb
如果它不存在,则创建一个。