<?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>This Orange &#187; Work</title>
	<atom:link href="http://blog.thisorange.com/category/work/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.thisorange.com</link>
	<description>So Very Orange</description>
	<lastBuildDate>Tue, 24 Jan 2012 23:30:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>formating the ruby &#8211; rails console</title>
		<link>http://blog.thisorange.com/2009/10/28/formating-the-ruby-rails-console/</link>
		<comments>http://blog.thisorange.com/2009/10/28/formating-the-ruby-rails-console/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 02:45:02 +0000</pubDate>
		<dc:creator>Pheonix7284</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[formatting]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://blog.thisorange.com/?p=78</guid>
		<description><![CDATA[So now that I got the ruby console working, when you get output it&#8217;s just a big stream of text, and very hard to read separate results, and just a plain PITA. This: http://github.com/cldwalker/hirb#readme Does some excellent formating, comes with the default view enabled, but if you want to make your own configurations you can.]]></description>
			<content:encoded><![CDATA[<p>So now that I got the ruby console working, when you get output it&#8217;s just a big stream of text, and very hard to read separate results, and just a plain PITA.</p>
<p>This: <a title="link to external site" href="http://github.com/cldwalker/hirb#readme" target="_blank">http://github.com/cldwalker/hirb#readme</a></p>
<p>Does some excellent formating, comes with the default view enabled, but if you want to make your own configurations you can.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thisorange.com/2009/10/28/formating-the-ruby-rails-console/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rails console errors on start &#8220;`require&#8217;: no such file to load &#8212; readline (LoadError)&#8221;</title>
		<link>http://blog.thisorange.com/2009/10/28/rails-console-errors-on-start-require-no-such-file-to-load-readline-loaderror/</link>
		<comments>http://blog.thisorange.com/2009/10/28/rails-console-errors-on-start-require-no-such-file-to-load-readline-loaderror/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 20:07:42 +0000</pubDate>
		<dc:creator>Pheonix7284</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[bugfixes]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://blog.thisorange.com/?p=74</guid>
		<description><![CDATA[I was getting this: Loading development environment (Rails 2.3.2) /usr/local/lib/ruby/1.8/irb/completion.rb:10:in `require&#8217;: no such file to load &#8212; readline (LoadError) from /usr/local/lib/ruby/1.8/irb/completion.rb:10 from /usr/local/lib/ruby/1.8/irb/init.rb:252:in `require&#8217; from /usr/local/lib/ruby/1.8/irb/init.rb:252:in `load_modules&#8217; from /usr/local/lib/ruby/1.8/irb/init.rb:250:in `each&#8217; from /usr/local/lib/ruby/1.8/irb/init.rb:250:in `load_modules&#8217; from /usr/local/lib/ruby/1.8/irb/init.rb:21:in `setup&#8217; from /usr/local/lib/ruby/1.8/irb.rb:54:in `start&#8217; from /usr/local/bin/irb:13 Whenever I tried to use the console.  Some helpfull google searching got me this: [...]]]></description>
			<content:encoded><![CDATA[<p>I was getting this:</p>
<blockquote><p>Loading development environment (Rails 2.3.2)<br />
/usr/local/lib/ruby/1.8/irb/completion.rb:10:in `require&#8217;: no such file to load &#8212; readline (LoadError)<br />
from /usr/local/lib/ruby/1.8/irb/completion.rb:10<br />
from /usr/local/lib/ruby/1.8/irb/init.rb:252:in `require&#8217;<br />
from /usr/local/lib/ruby/1.8/irb/init.rb:252:in `load_modules&#8217;<br />
from /usr/local/lib/ruby/1.8/irb/init.rb:250:in `each&#8217;<br />
from /usr/local/lib/ruby/1.8/irb/init.rb:250:in `load_modules&#8217;<br />
from /usr/local/lib/ruby/1.8/irb/init.rb:21:in `setup&#8217;<br />
from /usr/local/lib/ruby/1.8/irb.rb:54:in `start&#8217;<br />
from /usr/local/bin/irb:13</p></blockquote>
<p>Whenever I tried to use the console.  Some helpfull google searching got me this:<br />
<a title="external blog" href="http://dirk.net/2009/04/05/no-such-file-to-load-readline-loaderror-when-running-scriptconsole/" target="_blank">http://dirk.net/2009/04/05/no-such-file-to-load-readline-loaderror-when-running-scriptconsole/</a></p>
<p>Which worked wonders.</p>
<p>I  also caught that I pretty much stick everything I&#8217;ve added to my work comp in my home directory.  I have no time for basic organization apparently.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thisorange.com/2009/10/28/rails-console-errors-on-start-require-no-such-file-to-load-readline-loaderror/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snow is coming &#8230;according to predictions</title>
		<link>http://blog.thisorange.com/2009/10/08/snow-is-coming-according-to-predictions/</link>
		<comments>http://blog.thisorange.com/2009/10/08/snow-is-coming-according-to-predictions/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 03:36:18 +0000</pubDate>
		<dc:creator>Pheonix7284</dc:creator>
				<category><![CDATA[RealLife]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[call for suggestions]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[RL]]></category>
		<category><![CDATA[SuperDifferentProjectOfVeryLarge]]></category>

		<guid isPermaLink="false">http://blog.thisorange.com/?p=61</guid>
		<description><![CDATA[I really don&#8217;t know how software devs handle working on the same thing for so long.  I&#8217;ve been working on this one pieces of a large project at work, and I&#8217;ve been practically going cross eyed.  Today I was given a bit of a break(a different part had more priority, and needed some extra hands) [...]]]></description>
			<content:encoded><![CDATA[<p>I really don&#8217;t know how software devs handle working on the same thing for so long.  I&#8217;ve been working on this one pieces of a large project at work, and I&#8217;ve been practically going cross eyed.  Today I was given a bit of a break(a different part had more priority, and needed some extra hands) and got moved over to @qrevolution &#8216;s section of the project.  It was <em>refreshing. </em> Something new.  Working on the same thing for so long, it gets harder to keep perspective.</p>
<p>I&#8217;m also all ready for the SNOW that is supposed to happen this weekend.  Even acquired some snow boots for the first time in years. Before that happens though, anyone know any good places in MN close to the Twin Cities for taking fall photos?  Or getting pumpkins?  Planning a field trip this weekend.</p>
<p>Also, I&#8217;m watching Ghost Hunters right now, and &#8230;MEATLOAF is on it.  O.o Good show Mr. Loaf.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thisorange.com/2009/10/08/snow-is-coming-according-to-predictions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

