<?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/"
	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>Code Adept &#187; rails</title>
	<atom:link href="http://blog.code-adept.com/tag/rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.code-adept.com</link>
	<description>Random thoughts on Agile development and other things geeky.</description>
	<lastBuildDate>Wed, 17 Feb 2010 22:29:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.code-adept.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/edb361b7afb00fde970428c0df6650df?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Code Adept &#187; rails</title>
		<link>http://blog.code-adept.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.code-adept.com/osd.xml" title="Code Adept" />
	<atom:link rel='hub' href='http://blog.code-adept.com/?pushpress=hub'/>
		<item>
		<title>RubyMine, my new favorite Ruby IDE</title>
		<link>http://blog.code-adept.com/2009/01/22/rubymine-my-new-favorite-ruby-ide/</link>
		<comments>http://blog.code-adept.com/2009/01/22/rubymine-my-new-favorite-ruby-ide/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 13:04:34 +0000</pubDate>
		<dc:creator>Jeremy Anderson</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[jetbrains]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://blog.code-adept.com/?p=105</guid>
		<description><![CDATA[Recently JetBrains decided to build a Ruby specific IDE called RubyMine based on their very awesome IntelliJ IDEA product.  They already had a very nice Ruby plugin for IntelliJ which in my opinion was the best Ruby integration for any IDE (sorry NetBeans fanboys), but decided to package a stripped down version of IntelliJ specifically [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.code-adept.com&blog=2511053&post=105&subd=codeadept&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Recently JetBrains decided to build a Ruby specific IDE called <a href="http://www.jetbrains.com/ruby/index.html" target="_blank">RubyMine</a> based on their very awesome <a href="http://www.jetbrains.com/idea/" target="_blank">IntelliJ IDEA</a> product.  They already had a very nice Ruby plugin for IntelliJ which in my opinion was the best Ruby integration for any IDE (sorry NetBeans fanboys), but decided to package a stripped down version of IntelliJ specifically for Ruby.  Now don&#8217;t get me wrong, when I say stripped down, I definitely don&#8217;t mean stripped down in features, because this IDE rocks.<span id="more-105"></span></p>
<p>A couple of really nice features that I miss when using fine text editors such as TextMate, are code-completion and SCM integration.  I know TextMate has a psuedo code-completion by pressing the Esc key, and that there is a Git bundle for TextMate, but it in no way compares to the elegance of RubyMine.  I mean come on, when I&#8217;m still trying to learn the API, stuff like the screenshots below really help.</p>
<div id="attachment_106" class="wp-caption alignnone" style="width: 520px"><img class="size-full wp-image-106" title="picture-2" src="http://codeadept.files.wordpress.com/2009/01/picture-2.png?w=510&#038;h=253" alt="Code completion in RubyMine" width="510" height="253" /><p class="wp-caption-text">Code completion in RubyMine</p></div>
<p>The next feature I really miss is the visual Red/Green bar of running unit tests.  While the RSpec bundle for TextMate provides a really nice HTML output giving that Red/Green bar experience, when running simple TestUnit tests you don&#8217;t get this, and I found that the bundle constantly switched back and forth from RSpec to Ruby and that got a little annoying.</p>
<div id="attachment_107" class="wp-caption alignnone" style="width: 520px"><img class="size-full wp-image-107" title="picture-1" src="http://codeadept.files.wordpress.com/2009/01/picture-1.png?w=510&#038;h=193" alt="RubyMine's test runner output" width="510" height="193" /><p class="wp-caption-text">RubyMine&#39;s test runner output</p></div>
<p>The biggest reason I will likely be switching to RubyMine for my Rails projects is that it&#8217;s cross platform.  While I prefer to do my development in either Mac OSX or Linux, some of the developers on my projects may be more comfortable in Windows.  Using RubyMine allows us to develop using a common tool making it easier to pair and help each other out without having to lose productivity due to the context switching from one development environment to another.  I can&#8217;t wait for the 1.0 release of this product because it will only get better.</p>
<div id="attachment_108" class="wp-caption alignnone" style="width: 520px"><img class="size-full wp-image-108" title="picture-3" src="http://codeadept.files.wordpress.com/2009/01/picture-3.png?w=510&#038;h=581" alt="RubyMine's generators" width="510" height="581" /><p class="wp-caption-text">RubyMine&#39;s generators</p></div>
<div id="attachment_109" class="wp-caption alignnone" style="width: 520px"><img class="size-full wp-image-109" title="picture-4" src="http://codeadept.files.wordpress.com/2009/01/picture-4.png?w=510&#038;h=484" alt="Running Rake tasks couldn't be easier" width="510" height="484" /><p class="wp-caption-text">Running Rake tasks couldn&#39;t be easier</p></div>
<br /> Tagged: ide, jetbrains, rails, Ruby, tools <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codeadept.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codeadept.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codeadept.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codeadept.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codeadept.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codeadept.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codeadept.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codeadept.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codeadept.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codeadept.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.code-adept.com&blog=2511053&post=105&subd=codeadept&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.code-adept.com/2009/01/22/rubymine-my-new-favorite-ruby-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/611c688725819bb23742a714a9c33dfe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jeremy</media:title>
		</media:content>

		<media:content url="http://codeadept.files.wordpress.com/2009/01/picture-2.png" medium="image">
			<media:title type="html">picture-2</media:title>
		</media:content>

		<media:content url="http://codeadept.files.wordpress.com/2009/01/picture-1.png" medium="image">
			<media:title type="html">picture-1</media:title>
		</media:content>

		<media:content url="http://codeadept.files.wordpress.com/2009/01/picture-3.png" medium="image">
			<media:title type="html">picture-3</media:title>
		</media:content>

		<media:content url="http://codeadept.files.wordpress.com/2009/01/picture-4.png" medium="image">
			<media:title type="html">picture-4</media:title>
		</media:content>
	</item>
		<item>
		<title>Thanks Zed&#8230;Long Live Grails</title>
		<link>http://blog.code-adept.com/2008/01/17/thanks-zedlong-live-grails/</link>
		<comments>http://blog.code-adept.com/2008/01/17/thanks-zedlong-live-grails/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 12:37:02 +0000</pubDate>
		<dc:creator>Jeremy Anderson</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[grails]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://blog.code-adept.com/2008/01/17/thanks-zedlong-live-grails/</guid>
		<description><![CDATA[I ran across this post on Rick Hightower&#8217;s blog the other day titled Thanks Zed.  I have to agree with Rick on many points, especially that Java should stop wasting it&#8217;s time with supporting JRuby and instead focus those efforts on Groovy and Grails.  Like Rick, I had bought several Rails books and after it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.code-adept.com&blog=2511053&post=23&subd=codeadept&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>I ran across this post on Rick Hightower&#8217;s blog the other day titled <a href="http://www.jroller.com/RickHigh/entry/thanks_zed_btw_syntax_matters" target="_blank">Thanks Zed</a>.  I have to agree with Rick on many points, especially that Java should stop wasting it&#8217;s time with supporting JRuby and instead focus those efforts on Groovy and Grails.  Like Rick, I had bought several Rails books and after it was all said and done, I wasn&#8217;t really that impressed.  I am a huge fan of the whole &#8220;Convention Over Configuration&#8221; paradigm, but I guess I just wasn&#8217;t ready to give up on Java just yet and jump on the Rails bandwagon.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/codeadept.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/codeadept.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codeadept.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codeadept.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codeadept.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codeadept.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codeadept.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codeadept.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codeadept.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codeadept.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codeadept.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codeadept.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.code-adept.com&blog=2511053&post=23&subd=codeadept&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.code-adept.com/2008/01/17/thanks-zedlong-live-grails/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/611c688725819bb23742a714a9c33dfe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jeremy</media:title>
		</media:content>
	</item>
	</channel>
</rss>