<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Blackbox &#187; Ruby on Rails</title>
	<atom:link href="http://www.the-blackbox.co.uk/category/programming/ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.the-blackbox.co.uk</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 31 Aug 2010 20:27:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Aptana and RadRails</title>
		<link>http://www.the-blackbox.co.uk/programming/aptana-and-radrails/</link>
		<comments>http://www.the-blackbox.co.uk/programming/aptana-and-radrails/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 11:05:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Aptana]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://www.the-blackbox.co.uk/?p=58</guid>
		<description><![CDATA[I&#8217;ve recently started playing with Aptana and RadRails under Windows, where I encountered a problem where Aptana wasn&#8217;t able to install gems, and it popped up the installation window each time I started Aptana. It is logged as a known issue but I wanted it working, so I persevered. The upshot of it is, I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently started playing with Aptana and RadRails under Windows, where I encountered a problem where Aptana wasn&#8217;t able to install gems, and it popped up the installation window each time I started Aptana.  It is l<a href="http://redirectingat.com?id=3344X607854&xs=1&url=http%3A%2F%2Fsupport.aptana.com%2Fasap%2Fbrowse%2FROR-155&sref=rss">ogged as a known issue</a> but I wanted it working, so I persevered.</p>
<p>The upshot of it is, I looked at the Rails console within Aptana at what commands were being run.  Most of the where, for example:</p>
<blockquote><p>gem install rails -l</p></blockquote>
<p>All I did, is take each of the commands run automatically from the console and removed the <strong>-l</strong> option:</p>
<blockquote><p>gem install rails</p></blockquote>
<p>Everything installed perfectly in no time at all, and it&#8217;s all now up and running!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-blackbox.co.uk/programming/aptana-and-radrails/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
