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 应用程序,它在视图中有一个 haml 文件。我想在浏览器中查看haml文件,这样做的正确方法是什么?
我已经启动了rails s
rails s
使用http://localhost:3000
http://localhost:3000
但是我如何自己查看haml文件?
Haml 只是另一种类似于 ERb 的模板语言,因此您可以将其与用 ERb 编写的视图完全相同: