RubyMine 中的脚手架在哪里

发布于 2024-10-16 00:55:56 字数 220 浏览 1 评论 0原文

我正在尝试 RubyMine,并观看本教程 https://www.jetbrains.com/ruby/documentation / 。作者在那里使用项目->新->脚手架,但我在那里找不到脚手架。怎么了?

I'm trying RubyMine, and watching this tutorial https://www.jetbrains.com/ruby/documentation/ . The author uses there project->new->scaffold but i could not find scaffold there. What's wrong?

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

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

发布评论

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

评论(3

青萝楚歌 2024-10-23 00:55:56

每当在 RubyMine 中搜索某些内容时,强烈推荐的就是“搜索”->“查找操作”(Cmd-Shift-A)。

只需在搜索字段中输入“scaffold”,它就会显示相关的 IDE 操作。

Whenever searching for something in RubyMine, a highliy recommented thing is "Search"->"Find Action" (Cmd-Shift-A).

Just type "scaffold" in the search field and it shows the relevant IDE actions.

十年九夏 2024-10-23 00:55:56

点击文件->新->运行 Rails Generator...

输入scaffold 并按回车键,您可以输入scaffold 参数

在下一个对话框中

Click on File -> New -> Run Rails Generator...

type scaffold and press enter

in the next dialog you can enter the scaffold parameters

小矜持 2024-10-23 00:55:56

借助 RubyMine,我经常发现更容易使用终端执行 Rails 命令,例如生成脚手架和迁移,并使用 RubyMine 界面来观察服务器控制台中发生的情况、获取数据库或路由等。这是两全其美的方法。祝你好运。

With RubyMine, I often find it easier to use the terminal for Rails commands like generating scaffolds and migrations and use the RubyMine interface for watching what's happening in the server console, raking the database or routes, etc. It's sort of the best of both worlds. Good luck.

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