Edge Rails 未列出插件/gem 生成器
我最近使用 Edge Rails 创建了一个项目框架,并安装了 rspec、rspec-rails 和 cucumber 作为插件(git 子模块)。如果我运行:
$ script/generate
我得到的只是内置生成器的列表。插件中的那些不会显示。我安装了与 gems 相同的插件并得到了相同的结果。有谁知道为什么会发生这种情况和/或我该如何解决它?
I recently created a project skeleton with Edge Rails and installed rspec
, rspec-rails
and cucumber
as plugins (git submodules). If I run:
$ script/generate
all I get is a list of built-in generators. The ones from the plugins don't show up. I installed the same plugins as gems and got the same result. Does anyone know why this is happening and/or how I can fix it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最好的办法可能是在 Rails 票证系统上创建一个问题 - http://rails.lighthouseapp.com 。那里合适的人会看到它。
Your best best is probably to create an issue on the Rails ticket system - http://rails.lighthouseapp.com. It will get seen by the right people there.