开发者

Run ruby IRB for Ruby on rails from Aptana studio and/or radrails?

I was a happy Ruby on Netbean开发者_如何学Cs (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


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜