从 Aptana studio 和/或 radrails 运行 Ruby on Rails 的 ruby​​ IRB?

发布于 2024-10-19 05:33:36 字数 227 浏览 1 评论 0原文

我曾经是 Netbeans (6.9) 上的 Ruby 用户,直到我得知 NB (Oracle) 在未来的版本中将不再支持 Ruby。所以,我正在尝试 Aptana w RadRails 插件。到目前为止,转换有点棘手,但看起来还不错。但是,我还没有弄清楚如何从 Aptana studio 和/或 radrails 为 Ruby on Rails 运行 ruby​​ IRB。我一直在使用 Aptana 2.05 版本。任何帮助将不胜感激

I was a happy Ruby on Netbeans (6.9) user until I learned that NB (Oracle) will no longer be supporting Ruby, in future releases. So, I'm trying out Aptana w RadRails plugin. so far the trasition has been a little tricky, but it seems okay. BUT, I haven't figgured out how to Run ruby IRB for Ruby on rails from Aptana studio and/or radrails. I've been using version 2.05 of Aptana. Any help will be appreciated

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

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

发布评论

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

评论(1

泛泛之交 2024-10-26 05:33:36

作为 RadRails 的首席开发人员,我建议升级到 Studio 3 并在嵌入式终端中使用 irb。如果您更愿意保留 RadRails 2,那么我建议您只使用操作系统终端/命令行并在那里运行 irb。

我们没有添加任何特别的内容,我们正在努力推动用户在 Studio 3 中更多地使用 Rails 命令行。如果您需要在 irb 会话中与 Rails 应用程序交互,那么您需要运行“ ruby 脚本/控制台”适用于 Rails 2.x 及更低版本,“rails 控制台”适用于 Rails 3.x。

As the lead developer of RadRails, I'd suggest upgrading to Studio 3 and using irb inside the embedded Terminal. If you'd prefer to stay on RadRails 2, then I suggest you just use the OS terminal/command line and run irb there.

There's nothing special we add on top, and we're moving towards pushing users to use the command line more with Rails in Studio 3. If you need to interact with your rails app in an irb session, then you'll want to run "ruby script/console" for Rails 2.x and lower, and "rails console" for Rails 3.x.

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