<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Rails says "RoR!"</title>
	<atom:link href="http://awesomerails.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://awesomerails.wordpress.com</link>
	<description>taming the animal...and linux too.</description>
	<lastBuildDate>Mon, 06 Jul 2009 21:35:24 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
		<url>http://www.gravatar.com/blavatar/b5a52ddf0306f683654982960a6aec98?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Rails says "RoR!"</title>
		<link>http://awesomerails.wordpress.com</link>
	</image>
			<item>
		<title>MacPorts MySQL + MySQL Gem Install Protips</title>
		<link>http://awesomerails.wordpress.com/2009/07/06/macports-mysql-gem-install-protips/</link>
		<comments>http://awesomerails.wordpress.com/2009/07/06/macports-mysql-gem-install-protips/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 21:31:32 +0000</pubDate>
		<dc:creator>TylerMontgomery</dc:creator>
				<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://awesomerails.wordpress.com/?p=194</guid>
		<description><![CDATA[We moved off of MySQL at work and I hosed my machine, so I never reinstalled mysql.
The I started working on the upgrade to Rails 2.3 for Rentmappr.com and I realized I needed mysql.
So you know, port install that shit right?
sudo port install mysql5 mysql5-server mysql5-devel

Ok that took forever boo. Yay for PostgreSQL&#8217;s quick port [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=awesomerails.wordpress.com&blog=1478867&post=194&subd=awesomerails&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://awesomerails.wordpress.com/2009/07/06/macports-mysql-gem-install-protips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3c15293901ba4fbba6736c86b54a81b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">TylerMontgomery</media:title>
		</media:content>

		<media:content url="http://awesomerails.files.wordpress.com/2009/07/terminal-e28094-bash-e28094-207c39756.png" medium="image">
			<media:title type="html">mysql-sucks</media:title>
		</media:content>

		<media:content url="http://awesomerails.files.wordpress.com/2009/07/terminal-e28094-bash-e28094-134c39718.png" medium="image">
			<media:title type="html">almost</media:title>
		</media:content>

		<media:content url="http://awesomerails.files.wordpress.com/2009/07/terminal-e28094-bash-e28094-143c3976-1.png" medium="image">
			<media:title type="html">mysql-suck-2</media:title>
		</media:content>
	</item>
		<item>
		<title>Engineering Goals</title>
		<link>http://awesomerails.wordpress.com/2009/03/16/engineering-goals/</link>
		<comments>http://awesomerails.wordpress.com/2009/03/16/engineering-goals/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 15:59:58 +0000</pubDate>
		<dc:creator>TylerMontgomery</dc:creator>
				<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://awesomerails.wordpress.com/?p=187</guid>
		<description><![CDATA[I got a lot of good stuff out of going to Mountain West Ruby Conference this weekend.  Sitting here this morning I&#8217;ve come up with some goals I have for myself and my engineering team.

Excel at usability

This is more a personal goal than anything
But its important for us to get right
If people can&#8217;t fully [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=awesomerails.wordpress.com&blog=1478867&post=187&subd=awesomerails&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://awesomerails.wordpress.com/2009/03/16/engineering-goals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3c15293901ba4fbba6736c86b54a81b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">TylerMontgomery</media:title>
		</media:content>
	</item>
		<item>
		<title>Helper Methods for render :update do &#124;page&#124;</title>
		<link>http://awesomerails.wordpress.com/2009/02/10/helper-methods-for-render-update-do-page/</link>
		<comments>http://awesomerails.wordpress.com/2009/02/10/helper-methods-for-render-update-do-page/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 16:47:08 +0000</pubDate>
		<dc:creator>TylerMontgomery</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[rails render update]]></category>
		<category><![CDATA[rails render update helper]]></category>
		<category><![CDATA[rails render update page]]></category>
		<category><![CDATA[render update]]></category>
		<category><![CDATA[render update helper]]></category>

		<guid isPermaLink="false">http://awesomerails.wordpress.com/2009/02/10/helper-methods-for-render-update-do-page/</guid>
		<description><![CDATA[@aneiro showed me this the other day and I just got it to work. So here&#8217;s what&#8217;s up. 
Instead of having a metric crap-ton of rjs files I just started doing render :update do &#124;page&#124; in my controllers. This lets you do, as some people complain, javascript view logic in your controller.  So I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=awesomerails.wordpress.com&blog=1478867&post=177&subd=awesomerails&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://awesomerails.wordpress.com/2009/02/10/helper-methods-for-render-update-do-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3c15293901ba4fbba6736c86b54a81b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">TylerMontgomery</media:title>
		</media:content>
	</item>
		<item>
		<title>Design By Management = Bad Idea</title>
		<link>http://awesomerails.wordpress.com/2009/02/05/design-by-management-bad-idea/</link>
		<comments>http://awesomerails.wordpress.com/2009/02/05/design-by-management-bad-idea/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 19:05:28 +0000</pubDate>
		<dc:creator>TylerMontgomery</dc:creator>
				<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://awesomerails.wordpress.com/?p=174</guid>
		<description><![CDATA[Management didn&#8217;t get to where they are by being good designers.  They do not know what looks good and what looks bad. They do know, I hope, how to run a business.  
You should leave complex things like typesetting, color theory page layout, etc to a designer. Management types should worry about getting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=awesomerails.wordpress.com&blog=1478867&post=174&subd=awesomerails&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://awesomerails.wordpress.com/2009/02/05/design-by-management-bad-idea/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3c15293901ba4fbba6736c86b54a81b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">TylerMontgomery</media:title>
		</media:content>
	</item>
		<item>
		<title>Don&#8217;t leave this page cause I said so dialog</title>
		<link>http://awesomerails.wordpress.com/2009/01/26/dont-leave-this-page-cause-i-said-so-dialog/</link>
		<comments>http://awesomerails.wordpress.com/2009/01/26/dont-leave-this-page-cause-i-said-so-dialog/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 19:14:09 +0000</pubDate>
		<dc:creator>TylerMontgomery</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[confirmation]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js confirmation dialog]]></category>
		<category><![CDATA[keep user from navigating away]]></category>
		<category><![CDATA[onbeforeunload]]></category>
		<category><![CDATA[onbeforeunload confirmation]]></category>

		<guid isPermaLink="false">http://awesomerails.wordpress.com/?p=164</guid>
		<description><![CDATA[I have a process where I create an object on one screen, and then in the next screen add some information to that object.  
Problem is, if you navigate away from that second page I have an object that has no important info attached to it. 
My process is a wizard approach to setting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=awesomerails.wordpress.com&blog=1478867&post=164&subd=awesomerails&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://awesomerails.wordpress.com/2009/01/26/dont-leave-this-page-cause-i-said-so-dialog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3c15293901ba4fbba6736c86b54a81b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">TylerMontgomery</media:title>
		</media:content>
	</item>
		<item>
		<title>TwitPlot.com my twitter testing ground</title>
		<link>http://awesomerails.wordpress.com/2009/01/13/twitplotcom-my-twitter-testing-ground/</link>
		<comments>http://awesomerails.wordpress.com/2009/01/13/twitplotcom-my-twitter-testing-ground/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 18:28:09 +0000</pubDate>
		<dc:creator>TylerMontgomery</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[twitplot.com twitplot twit plot twitter "twitter api" "twitter gem" "twitter ruby gem"  jnunemaker geokit "geokit rails"]]></category>

		<guid isPermaLink="false">http://awesomerails.wordpress.com/2009/01/13/twitplotcom-my-twitter-testing-ground/</guid>
		<description><![CDATA[Going to spare you the obligatory 5 paragraph  &#8216;I haven&#8217;t posted in months&#8217; intro. So, my new project has been figuring out how to condense this business of twitter into something people can understand and find useful.
So I bought http://twitplot.com yesterday, grabbed the pretty well done twitter gem http://github.com/jnunemaker/twitter/ and started playing with the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=awesomerails.wordpress.com&blog=1478867&post=157&subd=awesomerails&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://awesomerails.wordpress.com/2009/01/13/twitplotcom-my-twitter-testing-ground/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3c15293901ba4fbba6736c86b54a81b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">TylerMontgomery</media:title>
		</media:content>
	</item>
		<item>
		<title>Give Wikipedia some money, you know its helped you win bets.</title>
		<link>http://awesomerails.wordpress.com/2008/12/22/give-wikipedia-some-money-you-know-its-helped-you-win-bets/</link>
		<comments>http://awesomerails.wordpress.com/2008/12/22/give-wikipedia-some-money-you-know-its-helped-you-win-bets/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 18:42:02 +0000</pubDate>
		<dc:creator>TylerMontgomery</dc:creator>
				<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://awesomerails.wordpress.com/2008/12/22/give-wikipedia-some-money-you-know-its-helped-you-win-bets/</guid>
		<description><![CDATA[
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=awesomerails.wordpress.com&blog=1478867&post=156&subd=awesomerails&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://awesomerails.wordpress.com/2008/12/22/give-wikipedia-some-money-you-know-its-helped-you-win-bets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3c15293901ba4fbba6736c86b54a81b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">TylerMontgomery</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/foundation/1/1a/2008_fundraiser_banner_button-en.png" medium="image">
			<media:title type="html">Wikipedia Affiliate Button</media:title>
		</media:content>
	</item>
		<item>
		<title>Rentmappr.com ToDo</title>
		<link>http://awesomerails.wordpress.com/2008/11/24/rentmapprcom-todo/</link>
		<comments>http://awesomerails.wordpress.com/2008/11/24/rentmapprcom-todo/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 22:39:59 +0000</pubDate>
		<dc:creator>TylerMontgomery</dc:creator>
				<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://awesomerails.wordpress.com/?p=154</guid>
		<description><![CDATA[
ajax change city
lightbox welcome (after choose city) (with a don&#8217;t show this again &#8211; store in session &#8211; if they then login check that option and add to db)
get rid of saved_houses div if not logged in
scroll_to for images/streetview
click city name to choose city in addition to &#8216;pick this city&#8217; link
searching not working

   [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=awesomerails.wordpress.com&blog=1478867&post=154&subd=awesomerails&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://awesomerails.wordpress.com/2008/11/24/rentmapprcom-todo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3c15293901ba4fbba6736c86b54a81b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">TylerMontgomery</media:title>
		</media:content>
	</item>
		<item>
		<title>How&#8217;d this happen?</title>
		<link>http://awesomerails.wordpress.com/2008/10/29/howd-this-happen/</link>
		<comments>http://awesomerails.wordpress.com/2008/10/29/howd-this-happen/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 05:06:57 +0000</pubDate>
		<dc:creator>TylerMontgomery</dc:creator>
				<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://awesomerails.wordpress.com/?p=152</guid>
		<description><![CDATA[So I&#8217;m not really sure how I&#8217;m at where I&#8217;m at and why its so awesome.
Big news in my life is that my company had to layoff about 20% of our staff, which meant 4 really talented people from our engineering team got fired on Monday.  My boss then writes me in an email that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=awesomerails.wordpress.com&blog=1478867&post=152&subd=awesomerails&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://awesomerails.wordpress.com/2008/10/29/howd-this-happen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3c15293901ba4fbba6736c86b54a81b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">TylerMontgomery</media:title>
		</media:content>
	</item>
		<item>
		<title>Fork and Ruby!</title>
		<link>http://awesomerails.wordpress.com/2008/10/08/fork-and-ruby/</link>
		<comments>http://awesomerails.wordpress.com/2008/10/08/fork-and-ruby/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 18:36:19 +0000</pubDate>
		<dc:creator>TylerMontgomery</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[ruby fork]]></category>

		<guid isPermaLink="false">http://awesomerails.wordpress.com/?p=150</guid>
		<description><![CDATA[Utilizing a huge amount of resources&#8230;i.e. pwnage on a Dell 2950:

Uploaded with plasq&#8217;s Skitch!
Check out how all 8 cores are getting used and both network cards are screaming from my 16 ruby processes pulling down a shit-ton of data. 
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=awesomerails.wordpress.com&blog=1478867&post=150&subd=awesomerails&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://awesomerails.wordpress.com/2008/10/08/fork-and-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3c15293901ba4fbba6736c86b54a81b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">TylerMontgomery</media:title>
		</media:content>

		<media:content url="http://img.skitch.com/20081008-x2bwe2mbxfurk1stb4ef4k2kan.preview.jpg" medium="image">
			<media:title type="html">Terminal — ssh — 135×55</media:title>
		</media:content>
	</item>
	</channel>
</rss>