如何在 Ruby 中使用 sass-rails 助手?

发布于 2024-12-08 11:04:58 字数 268 浏览 0 评论 0原文

Github 页面来看,似乎可以使用 Sass 助手 (asset_path、asset_urlimage_path 等)在 Ruby 中,但我不知道如何实现。

我需要为回形针附件设置 default_url 并希望使用资产管道中的一项资产。

From the Github page it would seem that one can use the Sass helpers (asset_path, asset_url, image_path etc.) in Ruby but I can't figure out how.

I need to set the default_url for a Paperclip attachment and want to use one of my assets from the asset pipeline for that.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

榆西 2024-12-15 11:04:58

您可以在 SCSS 文件中使用 sass 助手,但不能在其他地方使用它们。在这些情况下,您需要使用常规 asset_path 和 image_tag 帮助程序。

You can use the sass helpers in SCSS files, but you cannot use them elsewhere. In those cases you need to use the regular asset_path and image_tag helpers.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文