[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

eclipse IDE

Kumar Tnj

1/9/2007 1:46:00 PM

hi,

1) How i work ruby in eclipse IDE.

2) Is they provide any api for ruby...

Thanks & Regards,
kumar

--
Posted via http://www.ruby-....

4 Answers

Luis Parravicini

1/9/2007 1:57:00 PM

0

On 1/9/07, Kumar Tnj <senvenit2003@india.com> wrote:
> 1) How i work ruby in eclipse IDE.

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

Luis

Sylvain Tenier

1/9/2007 3:08:00 PM

0

Hi,
radrails is actually based on RDT, which is a ruby plugin for Eclipse
http://rubyeclipse.source...

Sylvain

Luis Parravicini a écrit :
> On 1/9/07, Kumar Tnj <senvenit2003@india.com> wrote:
>> 1) How i work ruby in eclipse IDE.
>
> Haven't used it myself but I know RadRails (http://www.rad...)
> is an Eclipse plugin to work on RoR projects. May be you can use it
> also for other things apart from rails.
>
> Luis

jpshahom@gmail.com

1/21/2007 1:09:00 AM

0

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



Sylvain Tenier wrote:
> Hi,
> radrails is actually based on RDT, which is a ruby plugin for Eclipse
> http://rubyeclipse.source...
>
> Sylvain
>
> Luis Parravicini a écrit :
> > On 1/9/07, Kumar Tnj <senvenit2003@india.com> wrote:
> >> 1) How i work ruby in eclipse IDE.
> >
> > Haven't used it myself but I know RadRails (http://www.rad...)
> > is an Eclipse plugin to work on RoR projects. May be you can use it
> > also for other things apart from rails.
> >
> > Luis
>
> --------------070408000404000806090101
> Content-Type: text/x-vcard; charset=utf-8
> Content-Disposition: inline;
> filename="sylvain.tenier.vcf"
> X-Google-AttachSize: 359
>
> begin:vcard
> fn:Sylvain Tenier
> n:Tenier;Sylvain
> org;quoted-printable:LORIA;Équipe Orpailleur team
> adr;quoted-printable:BP 239;;Campus scientifique;Vandoeuvre-Lès-Nancy, CEDEX.;;54506 ;France
> email;internet:tenier@loria.fr
> title:doctorant / phD student
> tel;work:0354958517
> x-mozilla-html:FALSE
> url:http://www.loria.f...
> version:2.1
> end:vcard
>
>
> --------------070408000404000806090101--

bpettichord

1/21/2007 6:46:00 AM

0

Kumar Tnj 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