<?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>Hank Beaver &#187; merb</title>
	<atom:link href="http://www.hankbeaver.com/index.php/tag/merb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hankbeaver.com</link>
	<description>Open-source, Internet technologist who works for MaxMedia located in Atlanta, GA, USA</description>
	<lastBuildDate>Tue, 09 Aug 2011 18:20:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Notes on MerbDay Atlanta 2008</title>
		<link>http://www.hankbeaver.com/index.php/2008/12/07/notes-on-merbday-atlanta-2008/</link>
		<comments>http://www.hankbeaver.com/index.php/2008/12/07/notes-on-merbday-atlanta-2008/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 00:48:37 +0000</pubDate>
		<dc:creator>hbeaver</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[merb]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.rubyslacker.com/?p=68</guid>
		<description><![CDATA[Ironically, the two most interesting items for me personally were not directory related to Merb at all. I was quite impressed with the CSS capabilities of SASS and CouchDB gave me hope that being stuck in the rigidity of columns in SQL is not always my path. Here&#8217;s my my Merbday summary,  iteration retrospective format:
STOP:

 [...]]]></description>
			<content:encoded><![CDATA[<p>Ironically, the two most interesting items for me personally were not directory related to <a title="http://merbivore.com/" href="http://merbivore.com/">Merb</a> at all. I was quite impressed with the CSS capabilities of <a title="http://haml.hamptoncatlin.com/docs/rdoc/classes/Sass.html" href="http://haml.hamptoncatlin.com/docs/rdoc/classes/Sass.html">SASS</a> and <a title="incubator.apache.org/couchdb/" href="http://www.rubyslacker.com/wp-admin/incubator.apache.org/couchdb">CouchDB</a> gave me hope that being stuck in the rigidity of columns in SQL is not always my path. Here&#8217;s my my Merbday summary,  iteration retrospective format:</p>
<p>STOP:</p>
<ul>
<li> Assuming Merb is &#8220;fragmentation&#8221; (so said someone smarter than me ) of the Rails community and a real effort to improve on Ruby as the defacto web programming language.</li>
</ul>
<p>START:</p>
<ul>
<li> Using <a title="http://ruby-prof.rubyforge.org/" href="http://ruby-prof.rubyforge.org/">ruby-prof</a> in Rails projects and <a title="http://cfis.savagexi.com/2007/07/10/how-to-profile-your-rails-application" href="http://cfis.savagexi.com/2007/07/10/how-to-profile-your-rails-application">Kcachegrind</a> to profile apps. (thanks for <a title="http://yehudakatz.com/" href="http://yehudakatz.com/">Yehuda Katz</a> at <a title="www.engineyard.com " href="http://www.rubyslacker.com/wp-admin/www.engineyard.com ">www.engineyard.com </a>)</li>
<li> Playing with Merb on a real project and focus on understand slices and interaction with other slices.</li>
<li> Investigate writing an Admin or basic CMS slice with someone else.</li>
</ul>
<p>CONTINUE:</p>
<ul>
<li>Loving Rails and not abandon it as yet.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.hankbeaver.com/index.php/2008/12/07/notes-on-merbday-atlanta-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling logging (logs) on MERB in development</title>
		<link>http://www.hankbeaver.com/index.php/2008/12/06/enabling-logging-logs-on-merb-in-development/</link>
		<comments>http://www.hankbeaver.com/index.php/2008/12/06/enabling-logging-logs-on-merb-in-development/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 15:29:01 +0000</pubDate>
		<dc:creator>hbeaver</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[merb]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.rubyslacker.com/?p=66</guid>
		<description><![CDATA[
MERB does not have development logging turned on by default something I like very much in Rails. To turn it on, uncomment this line:
c[:log_file]  = Merb.root / "log" / "development.log"

In the config/environments/development.rb file.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.rubyslacker.com/wp-content/uploads/2008/12/picture-1.png"><img class="alignleft size-thumbnail wp-image-67" title="picture-1" src="http://www.rubyslacker.com/wp-content/uploads/2008/12/picture-1-150x57.png" alt="" width="150" height="57" /></a><br />
MERB does not have development logging turned on by default something I like very much in Rails. To turn it on, uncomment this line:</p>
<pre>c[:log_file]  = Merb.root / "log" / "development.log"
</pre>
<p>In the config/environments/development.rb file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hankbeaver.com/index.php/2008/12/06/enabling-logging-logs-on-merb-in-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

