<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: More Ruby on Rails with Ubuntu&#8230; (rails.vim)</title>
	<atom:link href="http://dnite.wordpress.com/2006/11/10/more-ruby-on-rails-with-ubuntu-railsvim/feed/" rel="self" type="application/rss+xml" />
	<link>http://dnite.wordpress.com/2006/11/10/more-ruby-on-rails-with-ubuntu-railsvim/</link>
	<description>For my new blog, head over to http://blog.dnite.org</description>
	<lastBuildDate>Sun, 10 Feb 2008 22:21:56 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dru Nelson</title>
		<link>http://dnite.wordpress.com/2006/11/10/more-ruby-on-rails-with-ubuntu-railsvim/#comment-1745</link>
		<dc:creator>Dru Nelson</dc:creator>
		<pubDate>Fri, 06 Jul 2007 21:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://dnite.wordpress.com/2006/11/10/more-ruby-on-rails-with-ubuntu-railsvim/#comment-1745</guid>
		<description>Very helpful. Got the nice syntax highlighting that I was
used to having from RedHat.  Thanks!</description>
		<content:encoded><![CDATA[<p>Very helpful. Got the nice syntax highlighting that I was<br />
used to having from RedHat.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dnite</title>
		<link>http://dnite.wordpress.com/2006/11/10/more-ruby-on-rails-with-ubuntu-railsvim/#comment-438</link>
		<dc:creator>dnite</dc:creator>
		<pubDate>Mon, 05 Feb 2007 18:20:27 +0000</pubDate>
		<guid isPermaLink="false">http://dnite.wordpress.com/2006/11/10/more-ruby-on-rails-with-ubuntu-railsvim/#comment-438</guid>
		<description>@Brandon:

I got the &#039;code&#039; for the .vimrc from a combination of wiki.rubyonrails.com and just added a few things that I like to have as well... I&#039;m glad it helped. x=)</description>
		<content:encoded><![CDATA[<p>@Brandon:</p>
<p>I got the &#8216;code&#8217; for the .vimrc from a combination of wiki.rubyonrails.com and just added a few things that I like to have as well&#8230; I&#8217;m glad it helped. x=)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://dnite.wordpress.com/2006/11/10/more-ruby-on-rails-with-ubuntu-railsvim/#comment-433</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Sat, 03 Feb 2007 18:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://dnite.wordpress.com/2006/11/10/more-ruby-on-rails-with-ubuntu-railsvim/#comment-433</guid>
		<description>Thanks for the post, it was a life saver.  I tried for about 2 hours to figure out how to implement vim-ruby before I came across your site.  How did you know what the startup script (.vimrc) needed to have in it?  I wasn&#039;t able to find any documentation from vim-ruby&#039;s site.

Anyway, thanks again.  I too run on Edgy and will certainly keep an eye on your site for future tips.</description>
		<content:encoded><![CDATA[<p>Thanks for the post, it was a life saver.  I tried for about 2 hours to figure out how to implement vim-ruby before I came across your site.  How did you know what the startup script (.vimrc) needed to have in it?  I wasn&#8217;t able to find any documentation from vim-ruby&#8217;s site.</p>
<p>Anyway, thanks again.  I too run on Edgy and will certainly keep an eye on your site for future tips.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonny</title>
		<link>http://dnite.wordpress.com/2006/11/10/more-ruby-on-rails-with-ubuntu-railsvim/#comment-22</link>
		<dc:creator>jonny</dc:creator>
		<pubDate>Mon, 27 Nov 2006 22:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://dnite.wordpress.com/2006/11/10/more-ruby-on-rails-with-ubuntu-railsvim/#comment-22</guid>
		<description>The reason that RadRails feels slow on Linux is that there&#039;s a bug caused by differences in the way that Windows and Linux treat shortcuts / symlinks.  Each Rails project has a recursive symlink in that &lt;code&gt;ProjectDirectory/vendor/rails&lt;/code&gt; points to itself, and, on Ubuntu, Radrails goes wild trying to find the end of the loop.  This pushes CPU utilisation up to 100% and causes repeated memory overflows in the JVM.

The answer is to delete the &lt;code&gt;ProjectDirectory/vendor/rails&lt;/code&gt; link in each project, and to replace it with an identically named real folder.  You then need to take a copy of all of the files in the &lt;code&gt;ProjectDirectory/vendor&lt;/code&gt; folder and copy them into the new folder that you&#039;ve just created.

After using that hack, I find Radrails more responsive and generally more pleasant to use on Linux than on Windows.</description>
		<content:encoded><![CDATA[<p>The reason that RadRails feels slow on Linux is that there&#8217;s a bug caused by differences in the way that Windows and Linux treat shortcuts / symlinks.  Each Rails project has a recursive symlink in that <code>ProjectDirectory/vendor/rails</code> points to itself, and, on Ubuntu, Radrails goes wild trying to find the end of the loop.  This pushes CPU utilisation up to 100% and causes repeated memory overflows in the JVM.</p>
<p>The answer is to delete the <code>ProjectDirectory/vendor/rails</code> link in each project, and to replace it with an identically named real folder.  You then need to take a copy of all of the files in the <code>ProjectDirectory/vendor</code> folder and copy them into the new folder that you&#8217;ve just created.</p>
<p>After using that hack, I find Radrails more responsive and generally more pleasant to use on Linux than on Windows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flink</title>
		<link>http://dnite.wordpress.com/2006/11/10/more-ruby-on-rails-with-ubuntu-railsvim/#comment-21</link>
		<dc:creator>Flink</dc:creator>
		<pubDate>Mon, 27 Nov 2006 18:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://dnite.wordpress.com/2006/11/10/more-ruby-on-rails-with-ubuntu-railsvim/#comment-21</guid>
		<description>Ok ok then, thanks :)</description>
		<content:encoded><![CDATA[<p>Ok ok then, thanks <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dnite</title>
		<link>http://dnite.wordpress.com/2006/11/10/more-ruby-on-rails-with-ubuntu-railsvim/#comment-20</link>
		<dc:creator>dnite</dc:creator>
		<pubDate>Mon, 27 Nov 2006 16:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://dnite.wordpress.com/2006/11/10/more-ruby-on-rails-with-ubuntu-railsvim/#comment-20</guid>
		<description>@Flink

Ya, I could have used the edgy package for vim-ruby, but just to keep pace with their own development cycle, I install the gem. I really don&#039;t think it matters. Anyone can use either the gem or the deb package.</description>
		<content:encoded><![CDATA[<p>@Flink</p>
<p>Ya, I could have used the edgy package for vim-ruby, but just to keep pace with their own development cycle, I install the gem. I really don&#8217;t think it matters. Anyone can use either the gem or the deb package.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flink</title>
		<link>http://dnite.wordpress.com/2006/11/10/more-ruby-on-rails-with-ubuntu-railsvim/#comment-19</link>
		<dc:creator>Flink</dc:creator>
		<pubDate>Sun, 26 Nov 2006 23:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://dnite.wordpress.com/2006/11/10/more-ruby-on-rails-with-ubuntu-railsvim/#comment-19</guid>
		<description>Hey there, nice post.

But I don&#039;t understand a thing: why you&#039;re using a gem for vim-ruby since there is a &quot;vim-ruby&quot; package in Edgy ? :)</description>
		<content:encoded><![CDATA[<p>Hey there, nice post.</p>
<p>But I don&#8217;t understand a thing: why you&#8217;re using a gem for vim-ruby since there is a &#8220;vim-ruby&#8221; package in Edgy ? <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruby on Rails on Ubuntu &#171; dnite&#8217;s Blog</title>
		<link>http://dnite.wordpress.com/2006/11/10/more-ruby-on-rails-with-ubuntu-railsvim/#comment-8</link>
		<dc:creator>Ruby on Rails on Ubuntu &#171; dnite&#8217;s Blog</dc:creator>
		<pubDate>Wed, 15 Nov 2006 00:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://dnite.wordpress.com/2006/11/10/more-ruby-on-rails-with-ubuntu-railsvim/#comment-8</guid>
		<description>[...] EDIT: I actually did a new piece on using Vim as your &#8216;IDE&#8217; for rails. Take a look. [...]</description>
		<content:encoded><![CDATA[<p>[...] EDIT: I actually did a new piece on using Vim as your &#8216;IDE&#8217; for rails. Take a look. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dnite</title>
		<link>http://dnite.wordpress.com/2006/11/10/more-ruby-on-rails-with-ubuntu-railsvim/#comment-7</link>
		<dc:creator>dnite</dc:creator>
		<pubDate>Sat, 11 Nov 2006 07:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://dnite.wordpress.com/2006/11/10/more-ruby-on-rails-with-ubuntu-railsvim/#comment-7</guid>
		<description>Ya, I know that RadRails is just Eclipse with plugins. I tried to install Eclipse and just add the plugins when I was still running windows and it didn&#039;t work out so well. So I never really bothered again. I may give RadRails another shot when new versions come out, but I&#039;m quite happy with Vim... x=)</description>
		<content:encoded><![CDATA[<p>Ya, I know that RadRails is just Eclipse with plugins. I tried to install Eclipse and just add the plugins when I was still running windows and it didn&#8217;t work out so well. So I never really bothered again. I may give RadRails another shot when new versions come out, but I&#8217;m quite happy with Vim&#8230; x=)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boredandblogging</title>
		<link>http://dnite.wordpress.com/2006/11/10/more-ruby-on-rails-with-ubuntu-railsvim/#comment-6</link>
		<dc:creator>boredandblogging</dc:creator>
		<pubDate>Sat, 11 Nov 2006 06:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://dnite.wordpress.com/2006/11/10/more-ruby-on-rails-with-ubuntu-railsvim/#comment-6</guid>
		<description>RadRails is basically Eclipse plus plugins. If Eclipse runs fine on your machine, try installing the RadRails plugins.</description>
		<content:encoded><![CDATA[<p>RadRails is basically Eclipse plus plugins. If Eclipse runs fine on your machine, try installing the RadRails plugins.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
