Firewatir 需要不同版本的 activesupport 的问题
我有一个使用 Watir 从网页检索信息的脚本。它作为独立脚本运行良好。现在我想基于它创建一个Padrino Rake任务,并尝试运行脚本会导致错误:
can't activate activesupport (= 2.3.9) for "firewatir-1.6.7",已经激活activesupport-3.0 .3 为“padrino-core-0.9.19”
我理解问题的原因:Firwatir 需要旧版本的 activesupport。但这个要求可以被否决吗?
I have a script that uses Watir to retrieve information from Web pages. It works fine as a standalone script. Now I would like to create a Padrino Rake task based on it, and attempt to run the script results in an error:
can't activate activesupport (= 2.3.9) for "firewatir-1.6.7", already activated activesupport-3.0.3 for "padrino-core-0.9.19"
I understand the reason for the problem: Firwatir demands an older version of activesupport. But can this demand be overruled?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你试过padrino-core-0.9.15吗?它使用 activesupport 2.3.8
这将是我尝试的第一件事。
戴夫
have you tried padrino-core-0.9.15? it uses activesupport 2.3.8
that would be the first thing I'd try.
Dave