如何将 Sprockets 2 与 Rails 3.0.x 一起使用

发布于 2024-11-16 05:09:00 字数 375 浏览 4 评论 0原文

我正在尝试使用 这些 要点 让 Sprockets 2.0beta 与 Rails 3.0.5 应用程序一起使用,其方式与在 Rails 3.1 中本机的工作方式类似。到目前为止,彻底失败了——我的应用程序正在寻找正确的路由和文件,并加载扩展 Sprockets::Environment 的初始化程序,但它没有解析我的 application.js 中的 //= require 'phu' 行。

谁能告诉我有关带有 Rails 3.0 的 Sprockets 2 的信息吗?

I'm trying to use these gists to get Sprockets 2.0beta to work with a Rails 3.0.5 app in a similar way to how it works natively in Rails 3.1. Failing thoroughly so far--my app is finding the correct routes and files, and loading the initializer that extends Sprockets::Environment, but it's not parsing the //= require 'phu' lines in my application.js.

Can anyone enlighten me about Sprockets 2 with Rails 3.0?

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

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

发布评论

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

评论(1

动听の歌 2024-11-23 05:09:00

我使用了相同的要点作为基础,并且效果很好。不过我做了一些改变。
也许你可以尝试一下,看看是否有帮助: https://gist.github.com/1112393

ps:我猜你自己解决了这个问题,因为已经一个月了......
我个人还有另一个问题: 如何将 Sprockets 2 与 Rails 3.0.x 一起使用(如何使用预编译资源)
如果您已经解决了这个问题,或者找到了另一种提高生产效率的方法,您能帮助我吗?谢谢。

I have used the same gists as a basis, and it works fine. I have made some changes though.
Maybe you can try that, see if it helps: https://gist.github.com/1112393

ps: I guess you solved it yourself since it's been a month...
I personally have another problem: How to use Sprockets 2 with Rails 3.0.x (how to use precompiled assets)
If you solved it already, or found another way to make this efficient on production, could you help me? Thanks.

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