Eclipse IDE

hi,

  1. How i work ruby in eclipse IDE.

  2. Is they provide any api for ruby…

Thanks & Regards,
kumar

On 1/9/07, Kumar T. [email protected] wrote:

  1. How i work ruby in eclipse IDE.

Haven’t used it myself but I know RadRails (http://www.radrails.org/)
is an Eclipse plugin to work on RoR projects. May be you can use it
also for other things apart from rails.

Luis

Hi,
radrails is actually based on RDT, which is a ruby plugin for Eclipse

Sylvain

Luis P. a écrit :

I use Eclipse RDT plugin and like it very much. You can find it here:
Aptana.com | Axway.

Sylvain,

I use Eclipse for Java programming but I’m having some problem running
Ruby under Eclipse, particularly pointing to the the Ruby Interpreter
either on Mac OSX 10.4.7 or on the RDT site.
I tried within Eclipse the help, software update, etc… but never
succeeded.
Any advice you could offer?
Jean-Pierre

Kumar T. wrote:

  1. How i work ruby in eclipse IDE.

Use Eclipse 3.1.2 – NOT 3.2. The newer version of Eclipse does not
work well with the RDT plugin (0.8). Specifically, the ruby debugger
does not show variables. (But then again, you should probably learn to
use IRB for debugging first.)

Bret