【发布时间】:2012-08-12 13:02:50
【问题描述】:
我正在阅读有关 Ruby on Rails (http://ruby.railstutorial.org/chapters/static-pages#sec:binstubs) 的教程,它建议使用 bundle --binstubs 来消除带有 bundle exec 的前缀命令。但是,这似乎不适用于 Windows,因为从 bin 文件夹调用可执行文件而不先对其进行 cd-ing 是不合法的。
这篇文章有个评论: http://blog.davidchelimsky.net/2011/07/18/stop-typing-bundle-exec/ 上面写着“......我希望它可以在 Windows 上运行。”。我想知道 - 真的不能在 Windows 上使用它吗?
谢谢,
szm
【问题讨论】:
标签: ruby-on-rails windows bundle