What Ide to Use for Developing in Ruby on Rails on Windows

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

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.

Developing in Ruby on Windows


Ruby and Rails

  • RubyInstaller for Windows
  • RubyStack installer for Windows
  • Rails

Development Environment

IDEs

  • RubyMine
  • NetBeans
  • Aptana RadRails

Text Editors

  • Sublime Text 2
  • e (aka TextMate for Windows) (seems to have been abandoned)
  • Vim/Ruby

bash Environment

  • Cygwin

Source Control

  • Git

Helpful Links

  • Setting Up Rails Development Environment on Windows XP
  • RubyonWindows Blog
  • Is Windows a First Class Platform for Ruby?

Related Questions

  • Why is ruby so much slower on windows?
  • Limitations in running Ruby/Rails on windows
  • Will using an IDE with Rails hinder me?
  • GUI editor for Ruby in Windows
  • What IDE / Editor do you use for Ruby on Windows?
  • https://stackoverflow.com/questions/826164/a-definitive-list-of-ides-for-ruby-on-rails
  • Ruby On Rails with Windows Vista - Best Setup?
  • https://stackoverflow.com/search?q=ruby+on+windows

Ruby on rails Best IDE for Windows

I'm also currently working on Linux and NetBeans. Netbeans also supports Windows and you can have PHP as well. But unfortunately NetBeans has discontinued their Rails support from version 7.0. So long term, it might be a problem.

Another one is RedCar (http://redcareditor.com/), this is also good.

Also Aptana RadRails (http://www.aptana.com/products/radrails) can also be used (they offer Eclipse plugin also).

And if you are looking for a paid one I would say go for Rubymine (http://www.jetbrains.com/ruby/).

But as the final note. I have setup dual boot in my home laptop and do all the development except (.net) in Linux because you know Linux rocks :D

What is the best development environment for Ruby on Rails?

I don't think you need an IDE for RoR, but if you really need one, with with IntelliJ IDEA or Eclipse. But I find eclipse buggy for rails.

What IDE to use for developing in Ruby on Rails on windows?

What IDE / Editor do you use for Ruby on Windows?

Netbeans IDE is quite good.

Working IDE for Rails3 on Windows

I'm using
RubyMine.

You can try it for free for 30 days. Before my time with RubyMine, I've used NetBeans for Rails too. But I have to say RubyMine is the money worth.

What Ruby IDE do you prefer?

Have you tried Aptana? It's based on Eclipse and they have a sweet Rails plugin.

What is the best Ruby on Rails environment for a Visual Studio user?

If you want to stick with Visual Studio, you can always use the Ruby in Steel plugin by Sapphire Steel. The best traditional IDE for Ruby is probably NetBeans, it even has a special stripped-down Ruby Edition.

However, note that unlike less expressive languages like Java, C# or VB.NET, you can not only get by, but even be more productive with a good text editor than with a traditional static IDE. IDEs like NetBeans, Eclipse and Visual Studio are designed with static languages in mind, and trying to force Ruby into that ecosystem is just unnatural.

There is a nice article on The Best Environment for Rails on Windows by Fabio Akita that you might want to read. While I don't agree with everything he writes (mostly because I don't use Rails), it is a pretty good introduction of how you might want to setup a development environment specifically for Rails.

what is the Best OS for Ruby on rails and Java Development?

Lets hope this does not turn into a Linux vs Mac flamewar.

At work and on my private machines, I use Ubuntu/Linux for RubyOnRails and Java development.
Sure, under OS X you have many nice tools available (like TextMate), but there are many others in Ubuntu/Linux available too. For free.
GEdit can replace TextMate quite well when using the right plugins, and for big projects I would always prefer NetBeans (for Rails and Java).
Also Ubuntu's package management and package feeds make it very easy to set up a working development environment.

And finally:

  • Apple is really expensive, you will pay many bucks just for the logo on your device.
  • Ubuntu is absolutely free on the other hand and can run nicely on almost any hardware (200$ Netbooks for example).

My suggestion:

try out Ubuntu on your current device - if you don't like it you can still go for the white fruit. And don't even think about using Windows for Rails Development.



Related Topics



Leave a reply



Submit