通过跳过模型创建脚手架

发布于 2024-10-12 18:53:50 字数 135 浏览 6 评论 0原文

我有 Rails 2.3 和 ruby​​ 1.8.7

我只想创建一个控制器并查看它的文件。 Rails2.3 中是否有任何命令可以帮助我做到这一点。我知道这可以在 Rails 3 中完成,但是有没有办法在 Rails 2.3 中做到这一点

I have rails 2.3 and ruby 1.8.7

I want to create only a controller and view files for it. Is there any command in rails2.3 that will help me in doing this. I know this can be done in rails 3, but is there a way to do this in rails 2.3

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

娇女薄笑 2024-10-19 18:53:50

只需在 Rails 目录中输入 script/generate controller [controller_name] [action_name_1] [action_name_2] ... 即可使用给定的操作和相应的视图文件创建控制器。

Just say script/generate controller [controller_name] [action_name_1] [action_name_2] ... in the Rails directory to create a controller with the given actions and corresponding view files.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文