<?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>newthink.net &#187; Ruby</title>
	<atom:link href="http://www.newthink.net/tag/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.newthink.net</link>
	<description>Less Talk. More Do.</description>
	<lastBuildDate>Tue, 26 Jan 2010 18:28:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A Few Weeks With Rails</title>
		<link>http://www.newthink.net/2007/11/05/a-few-weeks-with-rails/</link>
		<comments>http://www.newthink.net/2007/11/05/a-few-weeks-with-rails/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 16:30:00 +0000</pubDate>
		<dc:creator>Ash Christopher</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://newthink.net/blog/2007/11/05/a-few-weeks-with-rails/</guid>
		<description><![CDATA[ It&#8217;s been a few weeks since I started using Ruby on Rails, and so far it has been pretty good. That isn&#8217;t to say I havent run into a few hickups.
I am quite familiar with PHP, so I set out to try to do the same things in rails as I would in PHP. [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://newthink.net/wp-content/uploads/2007/11/rails.png' alt='Ruby on Rails' align='left' style='margin-right: 10px' /> It&#8217;s been a few weeks since I started using Ruby on Rails, and so far it has been pretty good. That isn&#8217;t to say I havent run into a few hickups.</p>
<p>I am quite familiar with PHP, so I set out to try to do the same things in rails as I would in PHP. Everything seemed to transfer over without effort&#8230; except file upload inputs. These kept me busy for quite some time, and had me wanting to pull out my hair.</p>
<p>I tried to make use of the community; exploring the wiki, reading through the rails cookbook, seeking out blogs that addressed the issue, visiting <strong>#rubyonrails</strong> on <strong>irc.freenode.net</strong> on a regular basis. Infact, the IRC community was referring me to the wiki article (<a href="http://wiki.rubyonrails.org/rails/pages/HowtoUploadFiles">HowtoUploadFiles</a>). No matter how I tried, the upload just wouldnt work. I had narrowed the problem down to the <em>multipart => &#8220;true&#8221;</em> definition, but that was about as far as I could get without help. Luckily, I know a few rails nunjas (gurus) who helped me figure out what to do.</p>
<p>As it turns out, the rails wiki was incorrect. Since the project is opensource, it was easy enough for me to fix the documentation (perhaps the documentation was for a previous version of rails, and hadn&#8217;t been updated), but it was still a frustrating week (I was actually only working on it maybe and hour a night, but still) especially since it was such a simple task I was trying to complete.</p>
<p>Hopefully there are no more hiccups like this as I go forward. I am already thinking about a cool new idea which I am excited to work on once I complete this test application.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.newthink.net/2007/11/05/a-few-weeks-with-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Is This Rails Thing?</title>
		<link>http://www.newthink.net/2007/10/01/what-is-this-rails-thing/</link>
		<comments>http://www.newthink.net/2007/10/01/what-is-this-rails-thing/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 15:18:20 +0000</pubDate>
		<dc:creator>Ash Christopher</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://newthink.net/blog/2007/10/01/what-is-this-rails-thing/</guid>
		<description><![CDATA[A few weeks ago, I downloaded an eBook on Ruby on Rails and gave the first few chapters a read. It was decently interesting, and it sounded like something I would like to get into. I am not a fan of eBooks, so I decided I would spring for a physical copy.

The book covers Rails [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago, I downloaded an eBook on Ruby on Rails and gave the first few chapters a read. It was decently interesting, and it sounded like something I would like to get into. I am not a fan of eBooks, so I decided I would spring for a physical copy.</p>
<p><a href="http://www.amazon.ca/Agile-Development-Rails-Dave-Thomas/dp/0977616630/ref=sr_1_1/702-0097744-5236026?ie=UTF8&#038;s=books&#038;qid=1191254859&#038;sr=8-1"><img src='http://newthink.net/blog/wp-content/uploads/2007/10/51yzkk7c2wl__ss500_.jpg' alt='Agile Web Development with Rails' /></a></p>
<p>The book covers Rails development from the beginners level to the fairly advanced. It offers an easy tutorial which one can follow along, and gives a decent amount of information about most of the features they have available.</p>
<p>One of the biggest features that the Rails framework offers is migration. Although it is a fairly small part of Rails, it is a technology which I know is useful to many companies. At Pason, we created our own technology that basically does the same task as migration. It would have been nice to just use the Rails&#8217; migration instead of developing our own.</p>
<p>The biggest issue I am having now, is getting back into the Python-style of coding. Ruby and Python are fairly similar&#8230; and very much different from Java and C++ which I am more familiar with. There are also a few speedbumps I am noticing when working on my first Rails project, but I hope to overcome them soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.newthink.net/2007/10/01/what-is-this-rails-thing/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
