[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Ruby IDE

Mayuresh Kathe

8/8/2008 5:01:00 AM

Hello,

Is there a good IDE for Ruby?
At the moment am using "vi", plan to migrate to TextEditor under GNOME

I tried downloading ruby-ide from http://www.rub...
But it kept making me go round and round to get a trial version.

Best Regards,

~Mayuresh

42 Answers

Liang.Ye

8/8/2008 5:05:00 AM

0

please try NetBeans.

http://www.ne...

Mayuresh Kathe wrote:
> Hello,
>
> Is there a good IDE for Ruby?
> At the moment am using "vi", plan to migrate to TextEditor under GNOME
>
> I tried downloading ruby-ide from http://www.rub...
> But it kept making me go round and round to get a trial version.
>
> Best Regards,
>
> ~Mayuresh
>
>


James Britt

8/8/2008 5:22:00 AM

0

Mayuresh Kathe wrote:
> Hello,
>
> Is there a good IDE for Ruby?
> At the moment am using "vi", plan to migrate to TextEditor under GNOME

Yikes! :)

Stick with vi (or vim, really) and avail yourself of copious macros and
scripting goodness.

And get rtags, too. Helps makes code navigation in vim super bad.


--
James Britt

www.happycamperstudios.com - Wicked Cool Coding
www.jamesbritt.com - Playing with Better Toys
www.ruby-doc.org - Ruby Help & Documentation
www.rubystuff.com - The Ruby Store for Ruby Stuff

Dejan Dimic

8/8/2008 7:48:00 AM

0

On Aug 8, 7:22 am, James Britt <james.br...@gmail.com> wrote:
> Mayuresh Kathe wrote:
> > Hello,
>
> > Is there a good IDE for Ruby?
> > At the moment am using "vi", plan to migrate to TextEditor under GNOME
>
> Yikes! :)
>
> Stick with vi (or vim, really) and avail yourself of copious macros and
> scripting goodness.
>
> And get rtags, too.  Helps makes code navigation in vim super bad.
>
> --
> James Britt
>
> www.happycamperstudios.com  - Wicked Cool Codingwww.jamesbritt.com          - Playing with Better Toyswww.ruby-doc.org            - Ruby Help & Documentationwww.rubystuff.com           - The Ruby Store for Ruby Stuff

The good Ruby IDE is more about what do you need in particular moment.
I have spend long time testing and finding the right one for me. Here
is a first moment expressions about that process.
I spend my developing times on XP and Ubuntu. The Text Mate is
something that I would like to have but I have try some other
surrogates. My goal is to have almost the same development environment
on both systems.

I have start with SciTE and it is sufficient for the some ruby
programs of mine. Some time I still use it for a 100 line scripts on
XP.

Next Eclipse come along and it was good for a while on both OS. Latter
Aptana take over and after some updates I somehow fill the need to
switch to something new.

NetBeans 6 come with a fresh ruby and rails support and I jump right
in. I have some glitches and eats memory but it was fresh and
interesting. I still use it from time to time.

On XP I have try E-Text editor the windows clone of Text Mate. Very
good and productive but only on windows.

Now I am back to, my not mentioned love so far, VIM. Somehow it is
present on all systems and getting around with it can be a life saver.
It takes time to accommodate but it worth it and it is sufficiently
productive. The better you know it the greater Kung-Fu kata you can
perform. Sooner then latter you will find your self in production VPS
SSH terminal trying to fix something and VIM is there as your survival
swiss knife.

If this could have some point it can be:
you should try to find the IDE that suits you needs and to invest time
to try the others as well but always be prepare to use just a plain
text editor and command prompt.

M. Edward (Ed) Borasky

8/8/2008 1:00:00 PM

0

On Fri, 2008-08-08 at 14:00 +0900, Mayuresh Kathe wrote:
> Hello,
>
> Is there a good IDE for Ruby?
> At the moment am using "vi", plan to migrate to TextEditor under GNOME
>
> I tried downloading ruby-ide from http://www.rub...
> But it kept making me go round and round to get a trial version.
>
> Best Regards,
>
> ~Mayuresh
>
It depends on your platform and your budget. KDevelop is free and open
source, but really runs well only on Linux with the KDE desktop. Komodo,
which is the one I use, is propietary but runs well on almost all
platforms. There are others, like Eclipse and NetBeans, but I haven't
used them.

The key factor in choosing an IDE is the nature of the project. If it's
a single-person project, use whatever works best for you. But if it's a
multi-person project, even if only two, pick something that facilitates
communication among the team and with all of the other tools, especially
your source control, defect tracking, compilers, debuggers, etc.
--
M. Edward (Ed) Borasky
ruby-perspectives.blogspot.com

"A mathematician is a machine for turning coffee into theorems." --
Alfréd Rényi via Paul ErdÅ?s


Shashank Agarwal

8/8/2008 1:20:00 PM

0

Liang.Ye wrote:
> please try NetBeans.
>
> http://www.ne...

I second NetBeans.
--
Posted via http://www.ruby-....

Jayson Williams

8/8/2008 3:50:00 PM

0

I like working in NetBeans, but even on the Quad processor computer at
work, NetBeans can be sloooow, when it shouldn't be. My one complaint
about NetBeans is that it eats memory for breakfast lunch and dinner.
Dejan's experiences sound very similar to mine, except that I have
never tried VIM. I think I will give VIM a whirl. Thanks Dejan

~Jay

Jayson Williams

8/8/2008 4:39:00 PM

0

On Fri, Aug 8, 2008 at 12:01 PM, Dana Merrick <dmerrick@ics.com> wrote:
> If you're gonna go with Vim, I highly recommend you buy O'Reilly's book on
> learning Vi/Vim. Vi isn't like any other text editors that you have used
> before.
>
> That being said, I encourage you to learn Vi, for in my opinion it is one of
> the most valuable skills a programmer can have.

Thanks Dana,
I've played with Vi while getting my feet wet with Linux, some time
ago. I agree Vi is not like anything you would traditionally find on
Windows systems. I just installed gvim, and when I opened it up, for
the first time, I let out a slight gasp. I had forgotten how 'textual'
Vi is (even in gvim). No pretty windowed help screen, no pop up
alerts, just text. The up side is that Vi brings out a touch Spartan
in me, which is nice from time to time.

Thanks for the heads up Dana
~Jay

Jayson Williams

8/8/2008 4:55:00 PM

0

On Fri, Aug 8, 2008 at 12:25 PM, Eric Schulte <schulte.eric@gmail.com> wrote:
> To piggy-back on and emphasize the importance of Dana's point,
>
> If you are or intend to become a programmer you should commit to
> learning either VI or Emacs.

WoW... I've always wanted true sensi black-belt olympic telepathic
grand-master 9-Dan ninja-type powers. If Vi is the way, then let me
atum...
Just one more reason to learn something new!
Hoooya! Boy am I syked!
Watch this flying somersault backflip kick... with a twist....
ouch! ; )

~Jay

Kyle Schmitt

8/8/2008 6:06:00 PM

0

On Fri, Aug 8, 2008 at 12:22 AM, James Britt <james.britt@gmail.com> wrote:
> Mayuresh Kathe wrote:
>> Is there a good IDE for Ruby?
> Yikes! :)
>
> Stick with vi (or vim, really) and avail yourself of copious macros and
Mayuresh,

As someone who absolutely loves coding in NetBeans and all the
niceties of it, keep your vim handy, as well as scite.

NetBeans
Like I said, I love using NetBeans but:
* It's a pain when you just need to edit one or two files.
* It's a pain for small projects & one off scripts.
* It's rather slow to load up.

Scite
When NetBeans is to slow to load, or I'm doing a one off, or a just a
quick edit, I say Scite.
It's got good text highlighting
It's got code folding
It has other features, but I don't care about them.
Still, it's X only, and you don't always have X, so..

VIM!
All that said, I still use vim extensively for coding in ruby, sh, etc.
It's on everything
It loads fast
Easy to search through large scripts
Good text highlighting

Just a few thoughts
--Kyle

M. Edward (Ed) Borasky

8/9/2008 4:37:00 AM

0

On Sat, 2008-08-09 at 03:06 +0900, Kyle Schmitt wrote:
> Scite
> When NetBeans is to slow to load, or I'm doing a one off, or a just a
> quick edit, I say Scite.
> It's got good text highlighting
> It's got code folding
> It has other features, but I don't care about them.
> Still, it's X only, and you don't always have X, so..
Scite used to run on Windows -- did that change?

>
> VIM!
> All that said, I still use vim extensively for coding in ruby, sh, etc.
> It's on everything
> It loads fast
> Easy to search through large scripts
> Good text highlighting
It runs on Windows. :)
There's a book called "Hacking Vim".
It has a nice Ruby scripting interface.
--
M. Edward (Ed) Borasky
ruby-perspectives.blogspot.com

"A mathematician is a machine for turning coffee into theorems." --
Alfréd Rényi via Paul ErdÅ?s