<?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>Merbist &#187; exceptions</title>
	<atom:link href="http://merbist.com/tag/exceptions/feed/" rel="self" type="application/rss+xml" />
	<link>http://merbist.com</link>
	<description>Random thoughts of a software developer</description>
	<lastBuildDate>Tue, 03 Jan 2012 02:34:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Exception handling in Merb</title>
		<link>http://merbist.com/2008/10/01/exception-handling-in-merb/</link>
		<comments>http://merbist.com/2008/10/01/exception-handling-in-merb/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 17:56:02 +0000</pubDate>
		<dc:creator>Matt Aimonetti</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[exceptions]]></category>
		<category><![CDATA[merb]]></category>

		<guid isPermaLink="false">http://merbist.com/?p=108</guid>
		<description><![CDATA[Paul Sadauskas aka Rando posted a very interesting article showing how he handles exceptions in his JSON webservices built on top of Merb. After discussing with NewBamboo guys it was decided to move their merb_exceptions plugin to merb-plugins. The notifier currently supports two interfaces, Email Alerts and Web Hooks. Emails are formatted as plain text [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<div class="wp-caption alignright" style="width: 234px"><a href="http://flickr.com/photos/kali-ma/124218131/"><img title="Fresh Mint" src="http://farm1.static.flickr.com/42/124218131_5c16c08798_m.jpg" alt="Mint was originally used as a medicinal herb to treat stomach ache and chest pains. (Something developers eating too much pizza know a bit too well)" width="224" height="240" /></a><p class="wp-caption-text">Mint was originally used as a medicinal herb to treat stomach ache and chest pains. (Something developers eating too much pizza know a bit too well)</p></div>
<p><a title="Rando" href="http://theamazingrando.com/blog/" target="_blank">Paul Sadauskas aka Rando</a> posted a <a title="Exceptions Handlng" href="http://www.theamazingrando.com/blog/?p=46" target="_blank">very interesting article</a> showing how he handles exceptions in his JSON webservices built on top of Merb.</li>
<li>After discussing with <a title="NewBamboo" href="http://newbamboo.co.uk/" target="_blank">NewBamboo guys</a> it was decided to move their <a title="merb_exceptions" href="http://github.com/wycats/merb-plugins/tree/master/merb_exceptions" target="_blank">merb_exceptions plugin</a> to <a title="merb-plugins" href="http://github.com/wycats/merb-plugins/tree/master" target="_blank">merb-plugins</a>. The notifier currently supports two interfaces, Email Alerts and Web Hooks. Emails are formatted as plain text and sent using your Merb environment&#8217;s mail settings. Web hooks as sent as post requests. Railists moving over to this side of the fence will not have to develop their own <a title="exception_notification" href="http://github.com/rails/exception_notification/tree/master" target="_blank">exception_notification plugin</a> anymore. Note the NewBamboo team will keep on maintaining the plugin, we just moved it the set of official plugins.</li>
<li>We got some reports of problems killing workers when using DataMapper and HEAD from yesterday, this is a known problem which should be fixed in the next few days at the latest. (use `merb -K all` to kill your workers instead of ctrl+c)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://merbist.com/2008/10/01/exception-handling-in-merb/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

