Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What IDE to use for developing in Ruby on Rails on Windows? [duplicate]

Possible Duplicate:
What Ruby IDE do you prefer?

I've generally been doing stuff on Microsoft .NET out of college almost 2 years ago. I just started looking at Ruby on Rails. So what editor should I use? I'm using Notepad++ right now but can I get debugging etc. somehow?

like image 375
Malik Daud Ahmad Khokhar Avatar asked Aug 19 '08 12:08

Malik Daud Ahmad Khokhar


People also ask

What IDE should I use for Ruby on Rails?

MVSC (Visual studio code for Ruby) The most well-known and trustworthy IDE available for free download is the Microsoft Visual Studio Code. TrustRadius, a product review website, has rated Visual Studio Code 9.2 out of 10, establishing it as the finest editor for Ruby on Rails.

Is RubyMine free?

RubyMine includes an evaluation license key for a free 30-day trial.


2 Answers

Try both NetBeans and RadRails for maybe a week each, then you can find which works best for you. The best advice is to learn your tool. If you are not checking out something new about your editor, something that could potentially save you time (regexp, etc) then you are doing yourself a huge disservice.

I have been using Eclipse/Aptana/RadRails and unlike Gaius have been pretty happy with it. I recommend the Eclipse IDE for Java Developers from Eclipse Downloads: http://www.eclipse.org/downloads/

Then grab Aptana Studio, following these instructions.

When Eclipse restarts Aptana will have a view, click on rad rails and you are good to go. Just make sure you have ruby installed already, or it becomes a pain to resolve.

like image 182
Craig Avatar answered Sep 21 '22 19:09

Craig


Aptana Studio

I use it for all web development - HTML, CSS, PHP, JavaScript, Rails...

EDIT: For full disclosure, I'm biased toward Aptana and RadRails as I know a few members of the original RadRails dev team.

like image 21
Thomas Owens Avatar answered Sep 23 '22 19:09

Thomas Owens