<?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>ruby on rails blog &#187; rails</title>
	<atom:link href="http://jonathanng.com/tag/rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanng.com</link>
	<description>class AllYourCode &#60; Us</description>
	<lastBuildDate>Sat, 31 Oct 2009 02:53:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Watermarking images paperclip&#8217;s post-processor</title>
		<link>http://jonathanng.com/ruby-on-rails/watermarking-images-paperclips-post-processor/</link>
		<comments>http://jonathanng.com/ruby-on-rails/watermarking-images-paperclips-post-processor/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 21:44:02 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[paperclip]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[watermark]]></category>

		<guid isPermaLink="false">http://jonathanng.com/?p=258</guid>
		<description><![CDATA[For those of you who wanted to use thoughtbot&#8217;s paperclip plugin to manage image uploads but were having trouble watermarking said images, behold! http://github.com/ng/paperclip-watermarking-app/tree/master]]></description>
		<wfw:commentRss>http://jonathanng.com/ruby-on-rails/watermarking-images-paperclips-post-processor/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Paperclip doesn&#8217;t accept multiple files in Rails 2.3</title>
		<link>http://jonathanng.com/ruby-on-rails/paperclip-doesnt-accept-multiple-files-in-rails-23/</link>
		<comments>http://jonathanng.com/ruby-on-rails/paperclip-doesnt-accept-multiple-files-in-rails-23/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 00:01:57 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[2.3]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[paperclip]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[uploads]]></category>

		<guid isPermaLink="false">http://www.jonathansng.com/?p=221</guid>
		<description><![CDATA[Those of you who have upgraded to Rails 2.3 may have encountered a bug where Thoughtbot&#8217;s Paperclip doesn&#8217;t want to accept multiple file attachments. I checked my models, migrations, and forms but I couldn&#8217;t figure it out for the life of me. It turns out there is some kind of bug with the Rack interface [...]]]></description>
		<wfw:commentRss>http://jonathanng.com/ruby-on-rails/paperclip-doesnt-accept-multiple-files-in-rails-23/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>adapter: mysql (ArgumentError)</title>
		<link>http://jonathanng.com/ruby-on-rails/adapter-mysql-argumenterror/</link>
		<comments>http://jonathanng.com/ruby-on-rails/adapter-mysql-argumenterror/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 05:28:29 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[yaml]]></category>

		<guid isPermaLink="false">http://www.jonathansng.com/?p=214</guid>
		<description><![CDATA[I was up late working on a project and I kept running into this error after I tried to deploy to my staging server. It turns out you can&#8217;t use tabs in a YAML file. Oops..after I removed the tabs and used spaces my app started successfully. &#160; /usr/lib64/ruby/1.8/yaml.rb:133:in `load': syntax error on line 18, [...]]]></description>
		<wfw:commentRss>http://jonathanng.com/ruby-on-rails/adapter-mysql-argumenterror/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails Relationships</title>
		<link>http://jonathanng.com/ruby-on-rails/rails-relationships/</link>
		<comments>http://jonathanng.com/ruby-on-rails/rails-relationships/#comments</comments>
		<pubDate>Mon, 05 May 2008 06:46:43 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rails 2]]></category>
		<category><![CDATA[ror]]></category>

		<guid isPermaLink="false">http://www.jonathansng.com/?p=147</guid>
		<description><![CDATA[The Bookstore: A Rails 2.0 Tutorial&#8230;continued&#8230;who wants to play with relational databases? Here&#8217;s the section I&#8217;m sure you&#8217;ve all by dying for; sure, the scaffold was pretty bad ass, but now we&#8217;re going to play with something you ALL will enjoy. This segment is going to be a little bit longer than the others, we&#8217;ll [...]]]></description>
		<wfw:commentRss>http://jonathanng.com/ruby-on-rails/rails-relationships/feed/</wfw:commentRss>
		<slash:comments>55</slash:comments>
		</item>
		<item>
		<title>RESTful design and the HTTP request</title>
		<link>http://jonathanng.com/technology/restful-design-and-the-http-request/</link>
		<comments>http://jonathanng.com/technology/restful-design-and-the-http-request/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 06:35:01 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[http request]]></category>
		<category><![CDATA[http response]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[restful design]]></category>
		<category><![CDATA[restful rails]]></category>

		<guid isPermaLink="false">http://www.jonathansng.com/?p=144</guid>
		<description><![CDATA[One of the biggest changes in Rails 2.0 is the way the framework pimps RESTful design. ??!@#$%^&#038;*?? My thoughts exactly. Understanding what REST was/did/accomplsiehd was a bit of a struggle for me, hopefully, I can do a good job of breaking the concept down into tasty, digestible portions. Disclaimer: If you&#8217;re a robotic code monkey [...]]]></description>
		<wfw:commentRss>http://jonathanng.com/technology/restful-design-and-the-http-request/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>PHP vs Rails</title>
		<link>http://jonathanng.com/technology/php-vs-rails/</link>
		<comments>http://jonathanng.com/technology/php-vs-rails/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 22:16:48 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.jonathansng.com/?p=134</guid>
		<description><![CDATA[I was milling over some old PHP code today, funny, because my friend Norm linked me to David Hansson&#8217;s blog post&#8230;it looks like PHP is a Friday thing! After looking at my old code, I thought to myself, hmm, what better time to showcase the beauty of Rails. I made a post on a message [...]]]></description>
		<wfw:commentRss>http://jonathanng.com/technology/php-vs-rails/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Free online dating that&#8217;s truly free!</title>
		<link>http://jonathanng.com/technology/free-online-dating-thats-truly-free/</link>
		<comments>http://jonathanng.com/technology/free-online-dating-thats-truly-free/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 21:28:54 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[In the news]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[dating]]></category>
		<category><![CDATA[free online dating]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.jonathansng.com/technology/free-online-dating-thats-truly-free/</guid>
		<description><![CDATA[April 2nd was the cumulation of four months of work, yesterday we launched Meeta.com our free dating website. Using a rapid development framework, known to all of you guys as Ruby on Rails, we&#8217;ve been able to move from conceptual models to a production stable product in a very short amount of time! Along the [...]]]></description>
		<wfw:commentRss>http://jonathanng.com/technology/free-online-dating-thats-truly-free/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>View SQLite data with columns</title>
		<link>http://jonathanng.com/technology/view-sqlite-data-with-columns/</link>
		<comments>http://jonathanng.com/technology/view-sqlite-data-with-columns/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 23:47:55 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[sqlite]]></category>

		<guid isPermaLink="false">http://www.jonathansng.com/technology/view-sqlite-data-with-columns/</guid>
		<description><![CDATA[SQLite allows us to quickly and effortlessly get our Rails applications off the ground. Having used MySQL, I was used to formatted data queries . The first time I used a SQLite database, I was in for a little shock. add3-imac:trunk jon$ sqlite3 db/development.sqlite3 SQLite version 3.4.0 Enter &#34;.help&#34; for instructions sqlite&#62; SELECT * FROM [...]]]></description>
		<wfw:commentRss>http://jonathanng.com/technology/view-sqlite-data-with-columns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>214-748-3647</title>
		<link>http://jonathanng.com/ruby-on-rails/214-748-3647/</link>
		<comments>http://jonathanng.com/ruby-on-rails/214-748-3647/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 23:40:47 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.jonathansng.com/ruby-on-rails/214-748-3647/</guid>
		<description><![CDATA[The number is 214-748-3647, and as fate has it&#8230;somebody from Texas is very unlucky. One of the sites I have been working on saves the phone numbers of condominiums to the database. Take a slight oversight on my part, mix in a improperly declared column type, and poof&#8230;you have phone numbers storing incorrectly. What did [...]]]></description>
		<wfw:commentRss>http://jonathanng.com/ruby-on-rails/214-748-3647/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Update a single record&#8217;s attribute</title>
		<link>http://jonathanng.com/ruby-on-rails/update-a-single-records-attribute/</link>
		<comments>http://jonathanng.com/ruby-on-rails/update-a-single-records-attribute/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 00:07:20 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[activerecord]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.jonathansng.com/ruby-on-rails/update-a-single-records-attribute/</guid>
		<description><![CDATA[Need to update a single record&#8217;s attribute? This will allow you to update a single attribute and save your record. If you use this method, you will also bypass any validation&#8230;beware, attributes can be updated even if the object is invalid.  1 2 3 4 5 6 7 8 9 10 11 12 13 14 [...]]]></description>
		<wfw:commentRss>http://jonathanng.com/ruby-on-rails/update-a-single-records-attribute/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
