找不到生成器 active_scaffold_setup
按照本教程使用 Rails3 设置 ActiveScaffold: http://vhochstein.wordpress.com/2010/08/28 /setupactivescaffoldrails3/#comment-4
并且,当我运行以下命令时:
rails g active_scaffold_setup原型
我得到:
找不到生成器active_scaffold_setup。
这是为什么?还有,我该怎么办?
谢谢。
Following this tutorial for setting up ActiveScaffold with Rails3:
http://vhochstein.wordpress.com/2010/08/28/setupactivescaffoldrails3/#comment-4
and, when I run the following command:
rails g active_scaffold_setup prototype
I get:
Could not find generator active_scaffold_setup.
Why is that? And, what should I do?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从 git 和手动克隆插件后我得到了命令运行
将其移动到 Rails 应用程序文件夹中的供应商/插件。
谢谢大家。
I got the command run after cloning the plugin from git and manuallly
moving it to vendor/plugins in the Rails application folder.
Thanks all.