<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/stylesheets/rss.css" type="text/css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Brainspl.at: A Quick Jaunt Through Merb's Framework Code</title>
    <link>http://brainspl.at/articles/2007/12/02/a-quick-jaunt-through-merbs-framework-code</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Brainspl.at</description>
    <item>
      <title>"A Quick Jaunt Through Merb's Framework Code" by Yaroslav Markin</title>
      <description>Thanks for the article, Ezra!</description>
      <pubDate>Wed, 12 Dec 2007 19:43:46 +0000</pubDate>
      <guid>urn:uuid:939bbeb3-ae55-498d-a0e5-c339d7b9f122</guid>
      <link>http://brainspl.at/articles/2007/12/02/a-quick-jaunt-through-merbs-framework-code#comment-4597</link>
    </item>
    <item>
      <title>"A Quick Jaunt Through Merb's Framework Code" by Shalev</title>
      <description>I like to see things visually, so I made &lt;a href="http://codingmind.files.wordpress.com/2007/12/merbjaunt.pdf" rel="nofollow"&gt;this diagram&lt;/a&gt; that follows your excellent post.</description>
      <pubDate>Wed, 05 Dec 2007 05:39:17 +0000</pubDate>
      <guid>urn:uuid:04d3c93d-634d-40ea-9e35-efe735b96178</guid>
      <link>http://brainspl.at/articles/2007/12/02/a-quick-jaunt-through-merbs-framework-code#comment-4583</link>
    </item>
    <item>
      <title>"A Quick Jaunt Through Merb's Framework Code" by Daya Sharma</title>
      <description>Thread safe, ORM agnostic and customizable exceptions among others features will definitely give RoR a run for its money.

Thanks Ezra.</description>
      <pubDate>Wed, 05 Dec 2007 03:58:10 +0000</pubDate>
      <guid>urn:uuid:93a2858c-37b2-410b-b949-6b7a597e2242</guid>
      <link>http://brainspl.at/articles/2007/12/02/a-quick-jaunt-through-merbs-framework-code#comment-4582</link>
    </item>
    <item>
      <title>"A Quick Jaunt Through Merb's Framework Code" by Damien Tanner</title>
      <description>Superb as always Ezra.</description>
      <pubDate>Mon, 03 Dec 2007 20:04:23 +0000</pubDate>
      <guid>urn:uuid:4730373f-68b4-4385-aa57-797cb8e93ea4</guid>
      <link>http://brainspl.at/articles/2007/12/02/a-quick-jaunt-through-merbs-framework-code#comment-4580</link>
    </item>
    <item>
      <title>"A Quick Jaunt Through Merb's Framework Code" by Hampton</title>
      <description>Awesome dude!

I'm going to pour through this before my next hack-attack.</description>
      <pubDate>Mon, 03 Dec 2007 03:49:35 +0000</pubDate>
      <guid>urn:uuid:0c5de2f6-18c4-432b-bda9-6d3900ba9aec</guid>
      <link>http://brainspl.at/articles/2007/12/02/a-quick-jaunt-through-merbs-framework-code#comment-4579</link>
    </item>
    <item>
      <title>"A Quick Jaunt Through Merb's Framework Code" by Daniel Neighman</title>
      <description>Great article Ezra.  That really makes what's going very clear. 

Man I love Merb ;)</description>
      <pubDate>Mon, 03 Dec 2007 03:12:00 +0000</pubDate>
      <guid>urn:uuid:163b435c-f6b7-4000-a646-ebad8685f6b1</guid>
      <link>http://brainspl.at/articles/2007/12/02/a-quick-jaunt-through-merbs-framework-code#comment-4578</link>
    </item>
    <item>
      <title>"A Quick Jaunt Through Merb's Framework Code" by Jason Seifer</title>
      <description>Great article! Really well written and informative. </description>
      <pubDate>Sun, 02 Dec 2007 23:28:21 +0000</pubDate>
      <guid>urn:uuid:3992aa1b-91b7-4d8d-8e11-c8387b3733f1</guid>
      <link>http://brainspl.at/articles/2007/12/02/a-quick-jaunt-through-merbs-framework-code#comment-4576</link>
    </item>
    <item>
      <title>"A Quick Jaunt Through Merb's Framework Code" by Shalev</title>
      <description>Merb is ORM agnostic, which means you can use ActiveRecord just as you can in Rails.  So yes, your AR models will work with Merb.  Just remember to set use_orm :activerecord in dependencies.yml.</description>
      <pubDate>Sun, 02 Dec 2007 06:51:39 +0000</pubDate>
      <guid>urn:uuid:1a0e1050-8254-47de-98e4-27e94da00abe</guid>
      <link>http://brainspl.at/articles/2007/12/02/a-quick-jaunt-through-merbs-framework-code#comment-4575</link>
    </item>
    <item>
      <title>"A Quick Jaunt Through Merb's Framework Code" by Joe</title>
      <description>Awesome, thanks!

So, if I have a Rails app, and want to use merb handlers for a couple various actions, can I reuse the models from the Rails app?</description>
      <pubDate>Sun, 02 Dec 2007 03:21:13 +0000</pubDate>
      <guid>urn:uuid:740ce98d-cd57-485e-81c0-4bd3dc0a8592</guid>
      <link>http://brainspl.at/articles/2007/12/02/a-quick-jaunt-through-merbs-framework-code#comment-4574</link>
    </item>
    <item>
      <title>A Quick Jaunt Through Merb's Framework Code</title>
      <description>&lt;p&gt;This is a tutorial for people that want to familiarize themselves with the merb framework code and how a request travels through the framework.  This is not a complete walkthrough but it will definitely get you into the code base and peeking around at key areas.&lt;/p&gt;


	&lt;p&gt;To follow along at home with you should grab Merb trunk from svn here:&lt;/p&gt;


&lt;pre&gt; svn co http://svn.devjavu.com/merb/trunk merb&lt;/pre&gt;

	&lt;p&gt;This tutorial was written with svn rev #1058 which is trunk as of today. It is probably subject to some change but mostly covers code that is on the hot path and doesn&amp;#8217;t change very often.
&lt;br /&gt;
&lt;br /&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 02 Dec 2007 01:07:00 +0000</pubDate>
      <guid>urn:uuid:9f98b147-76a1-4d02-b25d-01212d901342</guid>
      <author>ezmobius</author>
      <link>http://brainspl.at/articles/2007/12/02/a-quick-jaunt-through-merbs-framework-code</link>
      <category>merb</category>
      <trackback:ping>http://brainspl.at/articles/trackback/4573</trackback:ping>
    </item>
  </channel>
</rss>
