<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" 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>Wed, 04 Jan 2012 00:40:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='awesomerails.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Rails says "RoR!"</title>
		<link>http://awesomerails.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://awesomerails.wordpress.com/osd.xml" title="Rails says &#34;RoR!&#34;" />
	<atom:link rel='hub' href='http://awesomerails.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Rails 3 Memcached Session Store</title>
		<link>http://awesomerails.wordpress.com/2011/08/23/rails-3-memcached-session-store/</link>
		<comments>http://awesomerails.wordpress.com/2011/08/23/rails-3-memcached-session-store/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 15:34:59 +0000</pubDate>
		<dc:creator>TylerMontgomery</dc:creator>
				<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://awesomerails.wordpress.com/?p=215</guid>
		<description><![CDATA[Couldn&#8217;t be simpler in Rails 3. Dalli is the new standard gem for dealing with memcached. Gone are the days of &#8220;memcache, memcache-client, memcached&#8221; clusterfuck. Just use Dalli. All theses steps are outlined in the Dalli README. So if you don&#8217;t want to read the README here you go: 1. drop gem "dalli" in your [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=awesomerails.wordpress.com&amp;blog=1478867&amp;post=215&amp;subd=awesomerails&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://awesomerails.wordpress.com/2011/08/23/rails-3-memcached-session-store/feed/</wfw:commentRss>
		<slash:comments>2</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>Show last two directories of pwd in BASH prompt</title>
		<link>http://awesomerails.wordpress.com/2009/09/21/show-last-two-directories-of-pwd-in-bash-prompt/</link>
		<comments>http://awesomerails.wordpress.com/2009/09/21/show-last-two-directories-of-pwd-in-bash-prompt/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 22:58:52 +0000</pubDate>
		<dc:creator>TylerMontgomery</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[bash prompt]]></category>
		<category><![CDATA[bash show last two directories]]></category>
		<category><![CDATA[last two directories]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[PROMPT_DIRTRIM]]></category>

		<guid isPermaLink="false">http://awesomerails.wordpress.com/?p=202</guid>
		<description><![CDATA[Problem: Show current directory and one above it in bash prompt. So ok googling for a few hours produced a failed attempt at using PROMPT_DIRTRIM=2 (which only works on bash v.4 which is not installed on OS X, you can get it from macports so i wish you good luck) Found a post here that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=awesomerails.wordpress.com&amp;blog=1478867&amp;post=202&amp;subd=awesomerails&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://awesomerails.wordpress.com/2009/09/21/show-last-two-directories-of-pwd-in-bash-prompt/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>

		<media:content url="http://img.skitch.com/20090921-mfn3utyn26t334ra7k3fgkqj25.png" medium="image">
			<media:title type="html">finished bash prompt</media:title>
		</media:content>
	</item>
		<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 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=awesomerails.wordpress.com&amp;blog=1478867&amp;post=194&amp;subd=awesomerails&amp;ref=&amp;feed=1" width="1" height="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 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=awesomerails.wordpress.com&amp;blog=1478867&amp;post=187&amp;subd=awesomerails&amp;ref=&amp;feed=1" width="1" height="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 ended [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=awesomerails.wordpress.com&amp;blog=1478867&amp;post=177&amp;subd=awesomerails&amp;ref=&amp;feed=1" width="1" height="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 their khakis [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=awesomerails.wordpress.com&amp;blog=1478867&amp;post=174&amp;subd=awesomerails&amp;ref=&amp;feed=1" width="1" height="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 up [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=awesomerails.wordpress.com&amp;blog=1478867&amp;post=164&amp;subd=awesomerails&amp;ref=&amp;feed=1" width="1" height="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&amp;blog=1478867&amp;post=157&amp;subd=awesomerails&amp;ref=&amp;feed=1" width="1" height="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&amp;blog=1478867&amp;post=156&amp;subd=awesomerails&amp;ref=&amp;feed=1" width="1" height="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 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=awesomerails.wordpress.com&amp;blog=1478867&amp;post=154&amp;subd=awesomerails&amp;ref=&amp;feed=1" width="1" height="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>
	</channel>
</rss>
