如何将 Sprockets 2 与 Rails 3.0.x 一起使用
我正在尝试使用 这些 要点 让 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用了相同的要点作为基础,并且效果很好。不过我做了一些改变。
也许你可以尝试一下,看看是否有帮助: 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.