<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: IDE&#8217;s For Ruby on Rails</title>
	<atom:link href="http://www.anujgakhar.com/2009/04/04/ides-for-ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anujgakhar.com/2009/04/04/ides-for-ruby-on-rails/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ides-for-ruby-on-rails</link>
	<description>Anuj @ Flex, ColdFusion and other RIA stuff....</description>
	<lastBuildDate>Fri, 03 Sep 2010 07:52:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Nirav</title>
		<link>http://www.anujgakhar.com/2009/04/04/ides-for-ruby-on-rails/comment-page-1/#comment-3591</link>
		<dc:creator>Nirav</dc:creator>
		<pubDate>Sun, 07 Mar 2010 09:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=400#comment-3591</guid>
		<description>Use XCode

Check this out:

http://developer.apple.com/tools/developonrailsleopard.html</description>
		<content:encoded><![CDATA[<p>Use XCode</p>
<p>Check this out:</p>
<p><a href="http://developer.apple.com/tools/developonrailsleopard.html" rel="nofollow">http://developer.apple.com/tools/developonrailsleopard.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anuj Gakhar</title>
		<link>http://www.anujgakhar.com/2009/04/04/ides-for-ruby-on-rails/comment-page-1/#comment-3410</link>
		<dc:creator>Anuj Gakhar</dc:creator>
		<pubDate>Thu, 27 Aug 2009 14:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=400#comment-3410</guid>
		<description>Good info here guys, thanks a lot.</description>
		<content:encoded><![CDATA[<p>Good info here guys, thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://www.anujgakhar.com/2009/04/04/ides-for-ruby-on-rails/comment-page-1/#comment-3395</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Wed, 29 Jul 2009 23:03:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=400#comment-3395</guid>
		<description>I used 3rd Rail and Netbeans.

3rd Rail: This was by far the most promising when Borland created it but what&#039;s killed it is the stuff that is wrapped around the Java to ensure licenses are paid. This breaks the Java and on my Ubuntu 64 bit system means that for me both JBuilder (which I loved using) and 3rd Rail were killed off completely. Which is a huge pity because these two IDEs are absolutely awesome. 3rd Rail in particular could have been the only player in town IMHO.

Netbeans. Well, what can I say? I tried and tried to get 6.5.1 to work properly but, the bottom line, is that Netbeans is a Java development environment with Ruby rammed onto it. It doesn&#039;t do just about everything that you would expect an IDE to do. Effectively you have a not-great text editor with context sensitive code completion that is basic at best, nowhere near, for example, the stellar implementation in JBuilder or 3rd Rail.

Then there are all the problems with trying to run JRuby in it. In short, forget it. Doesn&#039;t work. Creating a project simply doesn&#039;t work. The gems system is broken. In fact, it all is. I have spent weeks upon weeks hunting down obscure errors, misleading output and minimal help online trying to get the most basic of Rails projects created. I succeeded in getting one project shoe horned into existence but only through effectively bypassing everything and anything from the IDE side, hand cranking the creation at the command line and fixing things in vi.

Netbeans does have Rails support, yes. But in version 6.5.1 it is pre-alpha at best with none of the features that you use and IDE to obtain. It&#039;s less than useless and I honestly regret taking all the time to try and get it to run.

Plain Ruby (non-Rails) worked better for me in Netbeans, but then I ran into the fact that debugging in Netbeans simply doesn&#039;t exist. There is a half-hearted attempt at it, but it does nothing useful other than allow you to step through your code. Variable inspection, watch points, etc may as well not exist and so many debugging features just simply don&#039;t work, aren&#039;t available or simply are not implemented.

The best solution for Linux-based Rails programming that I have so far is the good old fashioned vi text editor and google on hand.</description>
		<content:encoded><![CDATA[<p>I used 3rd Rail and Netbeans.</p>
<p>3rd Rail: This was by far the most promising when Borland created it but what&#8217;s killed it is the stuff that is wrapped around the Java to ensure licenses are paid. This breaks the Java and on my Ubuntu 64 bit system means that for me both JBuilder (which I loved using) and 3rd Rail were killed off completely. Which is a huge pity because these two IDEs are absolutely awesome. 3rd Rail in particular could have been the only player in town IMHO.</p>
<p>Netbeans. Well, what can I say? I tried and tried to get 6.5.1 to work properly but, the bottom line, is that Netbeans is a Java development environment with Ruby rammed onto it. It doesn&#8217;t do just about everything that you would expect an IDE to do. Effectively you have a not-great text editor with context sensitive code completion that is basic at best, nowhere near, for example, the stellar implementation in JBuilder or 3rd Rail.</p>
<p>Then there are all the problems with trying to run JRuby in it. In short, forget it. Doesn&#8217;t work. Creating a project simply doesn&#8217;t work. The gems system is broken. In fact, it all is. I have spent weeks upon weeks hunting down obscure errors, misleading output and minimal help online trying to get the most basic of Rails projects created. I succeeded in getting one project shoe horned into existence but only through effectively bypassing everything and anything from the IDE side, hand cranking the creation at the command line and fixing things in vi.</p>
<p>Netbeans does have Rails support, yes. But in version 6.5.1 it is pre-alpha at best with none of the features that you use and IDE to obtain. It&#8217;s less than useless and I honestly regret taking all the time to try and get it to run.</p>
<p>Plain Ruby (non-Rails) worked better for me in Netbeans, but then I ran into the fact that debugging in Netbeans simply doesn&#8217;t exist. There is a half-hearted attempt at it, but it does nothing useful other than allow you to step through your code. Variable inspection, watch points, etc may as well not exist and so many debugging features just simply don&#8217;t work, aren&#8217;t available or simply are not implemented.</p>
<p>The best solution for Linux-based Rails programming that I have so far is the good old fashioned vi text editor and google on hand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomazzi</title>
		<link>http://www.anujgakhar.com/2009/04/04/ides-for-ruby-on-rails/comment-page-1/#comment-3388</link>
		<dc:creator>tomazzi</dc:creator>
		<pubDate>Wed, 08 Jul 2009 13:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=400#comment-3388</guid>
		<description>Actually, most of the cross-platforms Rails IDE are - no surprise - written in Java. That is why they are performance hogs and don&#039;t look quite compelling (2 best characteristics of Java mind you).

So you should go for a Vim equivalent and a command prompt. On MacOS, that means TextMate and Terminal and if you&#039;re not on MacOS then, well, good luck.</description>
		<content:encoded><![CDATA[<p>Actually, most of the cross-platforms Rails IDE are &#8211; no surprise &#8211; written in Java. That is why they are performance hogs and don&#8217;t look quite compelling (2 best characteristics of Java mind you).</p>
<p>So you should go for a Vim equivalent and a command prompt. On MacOS, that means TextMate and Terminal and if you&#8217;re not on MacOS then, well, good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: makkk</title>
		<link>http://www.anujgakhar.com/2009/04/04/ides-for-ruby-on-rails/comment-page-1/#comment-3386</link>
		<dc:creator>makkk</dc:creator>
		<pubDate>Mon, 29 Jun 2009 23:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=400#comment-3386</guid>
		<description>I went for VimMate, as i like Vims capability to highlight everything i ever open. With some plugins it gets as functional as an IDE could be including greate and fast code completion and  snippets.</description>
		<content:encoded><![CDATA[<p>I went for VimMate, as i like Vims capability to highlight everything i ever open. With some plugins it gets as functional as an IDE could be including greate and fast code completion and  snippets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.anujgakhar.com/2009/04/04/ides-for-ruby-on-rails/comment-page-1/#comment-3375</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 12 Jun 2009 18:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=400#comment-3375</guid>
		<description>To clarify my last comment, I am referring to context sensitive completion that give a list of class attributes after typing the dot after a class name or instance.  I know that this is complicated by not having variable types, but it could be done for many scenarios.</description>
		<content:encoded><![CDATA[<p>To clarify my last comment, I am referring to context sensitive completion that give a list of class attributes after typing the dot after a class name or instance.  I know that this is complicated by not having variable types, but it could be done for many scenarios.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.anujgakhar.com/2009/04/04/ides-for-ruby-on-rails/comment-page-1/#comment-3374</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 12 Jun 2009 18:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=400#comment-3374</guid>
		<description>It has been almost a year since I tried the IDEs for rails.  Coming from a Turbo Pascal, C++ Builder, Delphi, MS Visual Studio background, I really wanted a nice IDE and tried every one that I could find last year; but I didn&#039;t like any of them at that time.  They all seemed bloated and needed more time to learn them than I needed to learn Ruby and Rails.

I love TextMate and definitely recommend it.  Between in and the Mac terminal, I tend to get things done quickly.  The only negative for me is the lack of code completion, but none of the IDEs that I tried had useful code completion, so nothing lost.</description>
		<content:encoded><![CDATA[<p>It has been almost a year since I tried the IDEs for rails.  Coming from a Turbo Pascal, C++ Builder, Delphi, MS Visual Studio background, I really wanted a nice IDE and tried every one that I could find last year; but I didn&#8217;t like any of them at that time.  They all seemed bloated and needed more time to learn them than I needed to learn Ruby and Rails.</p>
<p>I love TextMate and definitely recommend it.  Between in and the Mac terminal, I tend to get things done quickly.  The only negative for me is the lack of code completion, but none of the IDEs that I tried had useful code completion, so nothing lost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ran</title>
		<link>http://www.anujgakhar.com/2009/04/04/ides-for-ruby-on-rails/comment-page-1/#comment-3364</link>
		<dc:creator>Ran</dc:creator>
		<pubDate>Wed, 03 Jun 2009 16:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=400#comment-3364</guid>
		<description>You could also try SciTE, which seems to handle ruby quite well.</description>
		<content:encoded><![CDATA[<p>You could also try SciTE, which seems to handle ruby quite well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spencer</title>
		<link>http://www.anujgakhar.com/2009/04/04/ides-for-ruby-on-rails/comment-page-1/#comment-3359</link>
		<dc:creator>Spencer</dc:creator>
		<pubDate>Sun, 24 May 2009 08:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=400#comment-3359</guid>
		<description>Have to disagree with a bunch of these.  I tried RadRails, NetBeans, and 3rd Rail.  They were all memory hogs with so much bloat that I wasted more time trying to make them run than I did writing code.  I tried Kate, which was about as close as I could get to a fast, lightweight editor, but it has its drawbacks, too.  Finally went to Komodo&#039;s Editor, and its been great.  Doesn&#039;t crash, fast, doesn&#039;t get in the way.  I may move to their IDE, since I would like to have subversion and other stuff integrated, and I wish it had a terminal pane I could keep open, but I&#039;ve given up on trying to use any Java-based IDE with Rails -- none of them work as advertised.
I came from the .net world, so I wasted a lot of time feeling like I was supposed to have an IDE.</description>
		<content:encoded><![CDATA[<p>Have to disagree with a bunch of these.  I tried RadRails, NetBeans, and 3rd Rail.  They were all memory hogs with so much bloat that I wasted more time trying to make them run than I did writing code.  I tried Kate, which was about as close as I could get to a fast, lightweight editor, but it has its drawbacks, too.  Finally went to Komodo&#8217;s Editor, and its been great.  Doesn&#8217;t crash, fast, doesn&#8217;t get in the way.  I may move to their IDE, since I would like to have subversion and other stuff integrated, and I wish it had a terminal pane I could keep open, but I&#8217;ve given up on trying to use any Java-based IDE with Rails &#8212; none of them work as advertised.<br />
I came from the .net world, so I wasted a lot of time feeling like I was supposed to have an IDE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene</title>
		<link>http://www.anujgakhar.com/2009/04/04/ides-for-ruby-on-rails/comment-page-1/#comment-3352</link>
		<dc:creator>Eugene</dc:creator>
		<pubDate>Tue, 12 May 2009 12:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=400#comment-3352</guid>
		<description>Another great IDE was not mentioned here: JetBrains RubyMine: ttp://www.jetbrains.com/ruby

RubyMine 1.0 was just released in the end of April and had a very good marks at the just finished RailsConf. 


wbr,
Eugene</description>
		<content:encoded><![CDATA[<p>Another great IDE was not mentioned here: JetBrains RubyMine: ttp://www.jetbrains.com/ruby</p>
<p>RubyMine 1.0 was just released in the end of April and had a very good marks at the just finished RailsConf. </p>
<p>wbr,<br />
Eugene</p>
]]></content:encoded>
	</item>
</channel>
</rss>
