<?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>Rails on the Run &#187; DrNic</title>
	<atom:link href="http://railsontherun.com/tag/drnic/feed/" rel="self" type="application/rss+xml" />
	<link>http://railsontherun.com</link>
	<description>Rails experiments by Matt Aimonetti</description>
	<lastBuildDate>Tue, 23 Feb 2010 07:28:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>a new useless Gem</title>
		<link>http://railsontherun.com/2007/12/04/a-new-useless-gem/</link>
		<comments>http://railsontherun.com/2007/12/04/a-new-useless-gem/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 08:28:00 +0000</pubDate>
		<dc:creator>Matt Aimonetti</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[activation code]]></category>
		<category><![CDATA[DrNic]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[lorem ipsum]]></category>
		<category><![CDATA[newgem]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[sqlite3]]></category>

		<guid isPermaLink="false">http://railsontherun.com/2007/12/04/a-new-useless-gem</guid>
		<description><![CDATA[During Thanksgiving break I had fun with a friend of mine working on a Ruby challenge while digesting the traditional turkey.]]></description>
			<content:encoded><![CDATA[<p>During Thanksgiving break I had fun with a friend of mine working on a Ruby challenge while digesting the traditional turkey.</p>
<p><img src="http://content.screencast.com/media/a088950c-c9d1-4655-9b6e-b917e04dd6ec_74569570-772f-4886-b2ea-f305d1ede3aa_static_0_0_00000026.png" alt="http://content.screencast.com/media/a088950c-c9d1-4655-9b6e-b917e04dd6ec<em>74569570-772f-4886-b2ea-f305d1ede3aa</em>static<em>0</em>0_00000026.png&#8221;/></p>
<p>The challenge was quite simple, create a small library that can generate random words from the English dictionary. </p>
<p>But of course there was a twist. One should be able to choose the total amount of characters, the amount of words and the separator between the words. However we both had a <a href="http://wordlist.sourceforge.net/">word list</a>.</p>
<p>I personally decided to use <a href="http://www.sqlite.org/">SQlite3</a> to store the words after parsing the text file if the database is empty.</p>
<p>It was a good exercise and it got me to play with SQLite and one of the <a href="http://rubyforge.org/projects/sqlite-ruby/">Ruby adapter library</a>. Once I was done, I decide to play with <a href="http://drnicwilliams.com/">DrNic</a> cool <a href="http://newgem.rubyforge.org/">Gem generator</a>.</p>
<p><img src="http://static.flickr.com/50/130749539_89959dd059_t.jpg" alt="http://static.flickr.com/50/130749539<em>89959dd059</em>t.jpg&#8221;/> </p>
<p>Nic is my favorite Aussie&#8217;s Rubyist (ok, I don&#8217;t know many) and I&#8217;ve been wanting to check on this lib for a very long time. And I have to say he did an awesome job! Writing a Ruby Gem has never that easy! And on top of that the generator creates RSpec examples (or test/unit tests), a basic website for your gem and has a bunch of rake tasks to deploy your newly created gem.</p>
<p>Feel free to check the source code:</p>
<p><a href="http://random-word-gen.rubyforge.org/svn/">http://random-word-gen.rubyforge.org/svn/</a></p>
<p><a href="http://rubyforge.org/projects/random-word-gen/">And the Rubyforge site</a></p>
<p>By the way, I did find an almost useful use for this gem. Activation code generator. You know, the kind of string your receive on by email or SMS to activate a feature or an account. It&#8217;s always a pain to type a MD5Hash string, while, when using the word generator, the string is made of existing words, making the process way more user friendly.</p>
<p>I also plan on adding some random copyleft text to the sqlite db so the Gem will be able to generate titles, paragraphs and random quotes. I&#8217;m just tired of reading <a href="http://en.wikipedia.org/wiki/Lorem_ipsum">lorem ipsum</a> and on top of that, I get to it, I might had text in various languages so you check if your app breaks when using another char set, or if your layout can&#8217;t handle too much text.   </p>
<p>Honestly, I don&#8217;t expect you to use this gem, but I jut wanted to encourage people to start writing their own gem, the process is super easy and rewarding. And actually, feel free to try the challenge and post a link to your implementation in the comments. (That&#8217;s seriously, the best way to learn)</p>
<p>p.s: I&#8217;m sorry about my RSS feed constantly being reset, it seems to be a problem with Mephisto, my blog engine and we are trying to figure out what&#8217;s going on.</p>
]]></content:encoded>
			<wfw:commentRss>http://railsontherun.com/2007/12/04/a-new-useless-gem/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Oops, DrNic Did it again</title>
		<link>http://railsontherun.com/2007/04/26/myconfplan-com/</link>
		<comments>http://railsontherun.com/2007/04/26/myconfplan-com/#comments</comments>
		<pubDate>Thu, 26 Apr 2007 10:33:00 +0000</pubDate>
		<dc:creator>Matt Aimonetti</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[bundle]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[DrNic]]></category>
		<category><![CDATA[failure]]></category>
		<category><![CDATA[myconfplan.com]]></category>
		<category><![CDATA[railsconf]]></category>
		<category><![CDATA[RSpec]]></category>
		<category><![CDATA[spec]]></category>
		<category><![CDATA[textmate]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://railsontherun.com/2007/04/26/myconfplan-com</guid>
		<description><![CDATA[DrNic the most famous Australian Rails developer surprisingly doesn&#8217;t spend most of his time working on Rails read interview That&#8217;s maybe why he recently became so active in the Rails community ( see Magic Multi-Connections, Magic Models, map_by_methods, Gem Generator etc..) Today he released something very helpful for the Rails Community, not another Gem or [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://drnicwilliams.com/">DrNic</a> the most famous Australian Rails developer surprisingly doesn&#8217;t spend most of his time working on Rails  <a href="http://www.akitaonrails.com/pages/drnic">read interview</a><br />
That&#8217;s maybe why he recently became so active in the Rails community ( see <a href="http://www.loudthinking.com/arc/000610.html">Magic Multi-Connections</a>, Magic Models, map_by_methods, Gem Generator etc..)</p>
<p>Today he released something very helpful for the Rails Community, not another Gem or another cool plugin to extend Rails but a <a href="http://myconfplan.com">web application</a> to help you planning your conferences. We already had other tools such as <a href="http://railsconf2007.conferencemeetup.com/p/276-matt-aimonetti">conference meetup</a> but it&#8217;s the first time that we get a product helping you to plan a conference by scheduling the sessions you want to attend.</p>
<p><img src="http://farm1.static.flickr.com/169/473390616_12c7596617.jpg?v=0" alt="screenshot"/></p>
<p><a href="http://flickr.com/photos/railsontherun/473389852/in/photostream/">screenshot of the entire schedule</a></p>
<p>I had a quick chat with DrNic about his latest creation and here is what he said:</p>
<p>&#8220;its been fun building just how I thought session selection might look + feel<br />
web2.0 = permissive voyeurism I think!&#8221;</p>
<p>I share the same vision than Nic on session selection and I really enjoyed booking my Rails sessions and seeing what other people selected. (I guess that&#8217;s my voyeur side, don&#8217;t you like web2.0?)</p>
<p>If you wanna see what I planned on attending, checkout my schedule: <a href="http://myconfplan.com/conferences/RailsConf2007/users/matt">my schedule</a></p>
<p>Thanks Nic for the good work and too bad you are not presenting anything at the RailsConf (move your bum to come up with a <em>better</em> submission next year!)</p>
]]></content:encoded>
			<wfw:commentRss>http://railsontherun.com/2007/04/26/myconfplan-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

