Rails 子目录中的视图模板

发布于 2024-10-14 03:59:25 字数 318 浏览 2 评论 0原文

是否可以使 Rails 自动在某些子目录中查找视图模板?

我的页面上有不同的格式(html、iphone、android、js 等等),并且视图目录开始变得一团糟。我希望 Rails 自动在 /html /iphone 等中查找模板,如果找不到,则返回到正常目录。例如,如果格式为 iphone,它将首先在 /views/users/iphone/index.iphone.haml 中查找,如果找不到,它将查找 /views/users/index.iphone.haml

Is it possible to make rails automatically look in certain sub-directories for a view-template?

I have different formats on my page (html, iphone, android, js and so on..) and the views directories are starting to be a real mess. I would like rails to automatically look for templates in /html /iphone and so on and fall back to the normal directory if it can't find it. So for example, if the format is iphone, it will first look in /views/users/iphone/index.iphone.haml and if it can't find it, it will look for /views/users/index.iphone.haml.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文