School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become an Expert!

Join 300,365 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,436 people online right now. Registration is fast and FREE... Join Now!




Ruby IDE

2 Pages V  1 2 >  

Ruby IDE, Which one do you use?

Vegter

17 Jul, 2006 - 12:59 AM
Post #1

D.I.C Head
**

Joined: 21 Sep, 2005
Posts: 77



Thanked: 2 times
My Contributions
Hi all

I'm trying to learn Ruby. The default (Free) IDE that you get with the Ruby installer is FreeRIDE. I wrote a testApp and ran it with FreeRIDE - the IDE crashed on the first go. So my confidence in FreeRIDE is shaken. Anyone know of a good stable free IDE for Ruby?

Thanks

User is offlineProfile CardPM
+Quote Post


Amadeus

RE: Ruby IDE

17 Jul, 2006 - 04:50 AM
Post #2

g++ -o drink whiskey.cpp
Group Icon

Joined: 12 Jul, 2002
Posts: 13,260



Thanked: 147 times
Dream Kudos: 25
My Contributions
http://homepage2.nifty.com/sakazuki/rde_en/index.html
http://www.mondrian-ide.com/

Plugin for Eclipse:
http://sourceforge.net/projects/rubyeclipse

Although FreeRide is a good IDE...perhaps you should track the reason for the crash?

Ruby can also be coded in any text editor you wish...and run through the command line.
User is online!Profile CardPM
+Quote Post

Mr The Plague

RE: Ruby IDE

19 Jul, 2006 - 05:59 PM
Post #3

New D.I.C Head
Group Icon

Joined: 2 Sep, 2005
Posts: 7


Dream Kudos: 25
My Contributions
QUOTE(Vegter @ 17 Jul, 2006 - 12:51 AM) *

Hi all

I'm trying to learn Ruby. The default (Free) IDE that you get with the Ruby installer is FreeRIDE. I wrote a testApp and ran it with FreeRIDE - the IDE crashed on the first go. So my confidence in FreeRIDE is shaken. Anyone know of a good stable free IDE for Ruby?

Thanks


I'm rather fond of just pasting or using load to read code into irb, the interactive ruby interpreter. For actual development I just use vim. *shrug*
User is offlineProfile CardPM
+Quote Post

rubyguy

RE: Ruby IDE

21 Oct, 2006 - 07:49 AM
Post #4

New D.I.C Head
*

Joined: 21 Oct, 2006
Posts: 2


My Contributions
RadRails is the best IDE for Rails out there. It is essentially a packaged Eclipse with all the necessary plugins and generators. You might also want to look into Mongrel to replace webrick. It's a gem and can be easily installed.
User is offlineProfile CardPM
+Quote Post

Huw

RE: Ruby IDE

19 Nov, 2006 - 03:45 AM
Post #5

New D.I.C Head
*

Joined: 19 Nov, 2006
Posts: 3


My Contributions
If you are using Visual Studio, you may want to try Ruby In Steel (I admit a bias, I am one of its developers smile.gif ). We have a free version which has syntax-color editing, code folding, multi-level undo, split-window editing, debugging (breakpoints, step-into, step-over, call-stack, drag&drop watch variables etc. etc.), integrated Rails development tools, Rails debugging, project management in the Solution Explorer, a docked 'run and evaluate' window and lots more...

Get it here...
http://www.sapphiresteel.com

We'll also be releasing a commercial edition in January with our new 'Cylon' debugger (which we believe to be the fastest Ruby debugger anywhere!) and complete syntax, scope and context sensitive IntelliSense.

all the best
Huw
User is offlineProfile CardPM
+Quote Post

paullySC

RE: Ruby IDE

21 Nov, 2006 - 05:41 PM
Post #6

New D.I.C Head
*

Joined: 21 Oct, 2006
Posts: 3


My Contributions

For rails development definitely radrails. But for ruby I just use vim.
User is offlineProfile CardPM
+Quote Post

nokrev

RE: Ruby IDE

7 Jan, 2007 - 04:44 PM
Post #7

New D.I.C Head
*

Joined: 6 Jan, 2007
Posts: 5


My Contributions
Textmate for Mac. InType (alpha just released) is very similar, on Windows, and can use the same bundles. It looks great (but then again, doesn't run in WINE).
User is offlineProfile CardPM
+Quote Post

nsakic

RE: Ruby IDE

29 Jan, 2007 - 10:10 PM
Post #8

New D.I.C Head
*

Joined: 29 Jan, 2007
Posts: 1


My Contributions
RadRails is very good for IDE.. I use komodo - same I use for Perl. So, far it has been good... I'm gonna transfer to Radrails pretty soon.
User is offlineProfile CardPM
+Quote Post

theRemix

RE: Ruby IDE

30 Jan, 2007 - 06:36 PM
Post #9

D.I.C Regular
***

Joined: 19 Oct, 2005
Posts: 426



Thanked: 10 times
My Contributions
RadRails for windows

Eclipse or gedit for linux
User is offlineProfile CardPM
+Quote Post

spullen

RE: Ruby IDE

22 Mar, 2007 - 07:59 PM
Post #10

D.I.C Regular
Group Icon

Joined: 22 Mar, 2007
Posts: 356



Thanked: 9 times
Dream Kudos: 100
My Contributions
I just use notepad cause it is quick, and I don't think that the IDE's for Ruby are that good. The one that I have tried that works really well is the plug-in for eclipse, but I think that has some bugs in it too.
User is offlineProfile CardPM
+Quote Post

tlrobinson

RE: Ruby IDE

10 Apr, 2007 - 10:54 PM
Post #11

New D.I.C Head
*

Joined: 10 Apr, 2007
Posts: 2


My Contributions
TextMate on Mac OS X
User is offlineProfile CardPM
+Quote Post

arjab

RE: Ruby IDE

22 Apr, 2007 - 12:10 PM
Post #12

New D.I.C Head
*

Joined: 22 Apr, 2007
Posts: 2


My Contributions
Hi, well I'm quite new to Ruby myself and just been introduced to Instant Rails. At uni we are using RadRails, it so simple and easy to use. I suppose you could use jEdit or better still Komodo.

My personal choice is RadRails, there is so much help available if you get stuck.
User is offlineProfile CardPM
+Quote Post

rahulbatra

RE: Ruby IDE

23 Apr, 2007 - 01:09 AM
Post #13

D.I.C Head
Group Icon

Joined: 28 Dec, 2005
Posts: 176



Thanked: 2 times
Dream Kudos: 275
My Contributions
I use SciTE for doing all my ruby stuff. Its clean and functional (and got installed with the default ruby package). tongue.gif
User is offlineProfile CardPM
+Quote Post

spullen

RE: Ruby IDE

16 May, 2007 - 10:48 AM
Post #14

D.I.C Regular
Group Icon

Joined: 22 Mar, 2007
Posts: 356



Thanked: 9 times
Dream Kudos: 100
My Contributions
also another one that I recently started using is notepad++ it's on sourceforge, or just do a google search for it.
User is offlineProfile CardPM
+Quote Post

IndianGuru

RE: Ruby IDE

2 Jun, 2007 - 06:33 PM
Post #15

New D.I.C Head
*

Joined: 2 Jun, 2007
Posts: 2


My Contributions
SciTE works for me.
User is offlineProfile CardPM
+Quote Post

spullen

RE: Ruby IDE

8 Jun, 2007 - 02:23 PM
Post #16

D.I.C Regular
Group Icon

Joined: 22 Mar, 2007
Posts: 356



Thanked: 9 times
Dream Kudos: 100
My Contributions
I recently started using Aptana, which now includes everything that was RadRails. Aptana is built on the eclipse platform, and it makes for a very good development environment, so that's the one I am sticking with now. I think Aptana took over the radRails project, and they have it as a downloadable plugin for their program.
User is offlineProfile CardPM
+Quote Post

Alinux

RE: Ruby IDE

10 Sep, 2007 - 04:37 AM
Post #17

New D.I.C Head
*

Joined: 10 Sep, 2007
Posts: 3


My Contributions
Hi guys
it's my 1st post
and that was really helping topic
thnx a lot.
User is offlineProfile CardPM
+Quote Post

angelsgeek

RE: Ruby IDE

19 Oct, 2007 - 08:50 AM
Post #18

New D.I.C Head
*

Joined: 19 Oct, 2007
Posts: 22


My Contributions
I use RadRails
User is offlineProfile CardPM
+Quote Post

ValPaliy

RE: Ruby IDE

6 Dec, 2007 - 04:43 PM
Post #19

D.I.C Lover
Group Icon

Joined: 6 Dec, 2007
Posts: 1,362



Thanked: 9 times
My Contributions
QUOTE(Vegter @ 17 Jul, 2006 - 01:59 AM) *

Hi all

I'm trying to learn Ruby. The default (Free) IDE that you get with the Ruby installer is FreeRIDE. I wrote a testApp and ran it with FreeRIDE - the IDE crashed on the first go. So my confidence in FreeRIDE is shaken. Anyone know of a good stable free IDE for Ruby?

Thanks


Tried Aptana and did not like it - too hungry for updates and updates take long, plus the integration with Ruby is not complete.
I am using NetBeans now, just downloaded it about a week ago. Has all the features an IDE should have. Like it so far.

Any opinion stated here is MHO.

Thanks, Val
User is offlineProfile CardPM
+Quote Post

spullen

RE: Ruby IDE

6 Dec, 2007 - 05:24 PM
Post #20

D.I.C Regular
Group Icon

Joined: 22 Mar, 2007
Posts: 356



Thanked: 9 times
Dream Kudos: 100
My Contributions
The new version of Aptana (Aptana Studio 1.0) is much better than previous versions. Also the Ruby itegration is better too.
User is offlineProfile CardPM
+Quote Post

2 Pages V  1 2 >
Fast ReplyReply to this topicStart new topic

Time is now: 11/7/09 08:43PM

Live Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month