<?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>Talha's Stuff</title>
	<atom:link href="http://talhasyed.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://talhasyed.wordpress.com</link>
	<description>I can't think of a tagline</description>
	<lastBuildDate>Mon, 09 Feb 2009 18:19:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='talhasyed.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Talha's Stuff</title>
		<link>http://talhasyed.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://talhasyed.wordpress.com/osd.xml" title="Talha&#039;s Stuff" />
	<atom:link rel='hub' href='http://talhasyed.wordpress.com/?pushpress=hub'/>
		<item>
		<title>A foolproof way of removing all local gems</title>
		<link>http://talhasyed.wordpress.com/2009/02/06/a-foolproof-way-of-removing-all-local-gems/</link>
		<comments>http://talhasyed.wordpress.com/2009/02/06/a-foolproof-way-of-removing-all-local-gems/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 17:10:51 +0000</pubDate>
		<dc:creator>talhasyed</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubygems]]></category>

		<guid isPermaLink="false">http://talhasyed.wordpress.com/?p=32</guid>
		<description><![CDATA[For completely removing all local gems, no hassle, this is the only method that worked for me foolproof: gem list &#124; cut -d" " -f1 &#124; sudo xargs gem uninstall -aIx<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=talhasyed.wordpress.com&amp;blog=6001210&amp;post=32&amp;subd=talhasyed&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For completely removing all local gems, no hassle, this is the only method that worked for me foolproof:</p>
<p><code>gem list | cut -d" " -f1 | sudo xargs gem uninstall -aIx</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/talhasyed.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/talhasyed.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/talhasyed.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/talhasyed.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/talhasyed.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/talhasyed.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/talhasyed.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/talhasyed.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/talhasyed.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/talhasyed.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/talhasyed.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/talhasyed.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/talhasyed.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/talhasyed.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=talhasyed.wordpress.com&amp;blog=6001210&amp;post=32&amp;subd=talhasyed&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://talhasyed.wordpress.com/2009/02/06/a-foolproof-way-of-removing-all-local-gems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fbb3adc8e1dfdb8fd9c4fe5a63ddcd5d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">talhasyed</media:title>
		</media:content>
	</item>
		<item>
		<title>Error Notification and Tracking with Merb + Hoptoad</title>
		<link>http://talhasyed.wordpress.com/2009/01/22/error-notification-and-tracking-with-merb-hoptoad/</link>
		<comments>http://talhasyed.wordpress.com/2009/01/22/error-notification-and-tracking-with-merb-hoptoad/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 16:50:13 +0000</pubDate>
		<dc:creator>talhasyed</dc:creator>
				<category><![CDATA[merb]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://talhasyed.wordpress.com/?p=8</guid>
		<description><![CDATA[Our merb app needed some kind of exception notification. We could have gone the route we chose with our older Rails apps, ie, just mail all exceptions to some kind of alias like errors@ourcompany.com.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=talhasyed.wordpress.com&amp;blog=6001210&amp;post=8&amp;subd=talhasyed&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Our merb app needed some kind of exception notification. We could have gone the route we chose with our older Rails apps, ie, just mail all exceptions to some kind of alias like errors@ourcompany.com.</p>
<p>But that approach would leave us with no way to centrally review all errors from a web page short of sending them to a central exception notification app via REST or something. Surely there had to be a tool of some sort that already did this, right?</p>
<p>After some investigation, I happened upon <a href="http://www.hoptoadapp.com">Hoptoad</a>, an app by the folks at <a href="http://www.thoughtbot.com">thoughtbot</a>.</p>
<p>And it turned out that there a great merb <a href="http://github.com/atmos/merb_hoptoad_notifier/tree/master">plugin</a> for Hoptoad too (by <a href="http://atmos.org/">http://atmos.org/</a>)!</p>
<p>It&#8217;s easy to set up, and once you have it up and running, all your errors go into a central Hoptoad project repository.</p>
<div id="attachment_26" class="wp-caption alignnone" style="width: 710px"><img class="size-full wp-image-26" title="picture-12" src="http://talhasyed.files.wordpress.com/2009/01/picture-12.png?w=700&#038;h=191" alt="The Project List" width="700" height="191" /><p class="wp-caption-text">The Project List</p></div>
<p>A project page in Hoptoad gives you a convenient summary of all the errors that have occurred in your app with an error summary and error count.</p>
<div id="attachment_27" class="wp-caption alignnone" style="width: 710px"><img class="size-full wp-image-27" title="picture-22" src="http://talhasyed.files.wordpress.com/2009/01/picture-22.png?w=700&#038;h=260" alt="Project Error List" width="700" height="260" /><p class="wp-caption-text">Project Error List</p></div>
<p>The detailed error page show you the environment variables, a backtrace, as well as many other useful details.</p>
<div id="attachment_28" class="wp-caption alignnone" style="width: 710px"><img class="size-full wp-image-28" title="picture-32" src="http://talhasyed.files.wordpress.com/2009/01/picture-32.png?w=700&#038;h=561" alt="Error Details" width="700" height="561" /><p class="wp-caption-text">Error Details</p></div>
<p>All in all, using hoptoad is a great way to set your app up for error notification and tracking. It&#8217;s easy too &#8211; the whole process took me an hour, from signing up with hoptoad to setting up merb_hoptoad_notifier, to getting error notification emails!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/talhasyed.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/talhasyed.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/talhasyed.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/talhasyed.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/talhasyed.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/talhasyed.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/talhasyed.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/talhasyed.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/talhasyed.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/talhasyed.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/talhasyed.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/talhasyed.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/talhasyed.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/talhasyed.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=talhasyed.wordpress.com&amp;blog=6001210&amp;post=8&amp;subd=talhasyed&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://talhasyed.wordpress.com/2009/01/22/error-notification-and-tracking-with-merb-hoptoad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fbb3adc8e1dfdb8fd9c4fe5a63ddcd5d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">talhasyed</media:title>
		</media:content>

		<media:content url="http://talhasyed.files.wordpress.com/2009/01/picture-12.png" medium="image">
			<media:title type="html">picture-12</media:title>
		</media:content>

		<media:content url="http://talhasyed.files.wordpress.com/2009/01/picture-22.png" medium="image">
			<media:title type="html">picture-22</media:title>
		</media:content>

		<media:content url="http://talhasyed.files.wordpress.com/2009/01/picture-32.png" medium="image">
			<media:title type="html">picture-32</media:title>
		</media:content>
	</item>
		<item>
		<title>puts &#8220;Hello world&#8221;</title>
		<link>http://talhasyed.wordpress.com/2008/12/30/puts-hello-world/</link>
		<comments>http://talhasyed.wordpress.com/2008/12/30/puts-hello-world/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 21:09:53 +0000</pubDate>
		<dc:creator>talhasyed</dc:creator>
				<category><![CDATA[hello-world]]></category>

		<guid isPermaLink="false">http://talhasyed.wordpress.com/?p=5</guid>
		<description><![CDATA[I’ve decided to jot down my thoughts, experiences on (web) development in blog format, so here we are!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=talhasyed.wordpress.com&amp;blog=6001210&amp;post=5&amp;subd=talhasyed&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="main">
<div class="snap_preview">
<p>I’ve decided to jot down my thoughts, experiences on (web) development in blog format, so here we are!</p></div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/talhasyed.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/talhasyed.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/talhasyed.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/talhasyed.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/talhasyed.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/talhasyed.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/talhasyed.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/talhasyed.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/talhasyed.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/talhasyed.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/talhasyed.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/talhasyed.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/talhasyed.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/talhasyed.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=talhasyed.wordpress.com&amp;blog=6001210&amp;post=5&amp;subd=talhasyed&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://talhasyed.wordpress.com/2008/12/30/puts-hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fbb3adc8e1dfdb8fd9c4fe5a63ddcd5d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">talhasyed</media:title>
		</media:content>
	</item>
	</channel>
</rss>
