<?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: New Merb Tutorial and RESTful Sample Application</title>
    <link>http://www.brainspl.at/articles/2007/05/31/new-merb-tutorial-and-restful-sample-application</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Brainspl.at</description>
    <item>
      <title>"New Merb Tutorial and RESTful Sample Application" by topfunky</title>
      <description>Ah, found it. Thanks for the link.</description>
      <pubDate>Thu, 14 Jun 2007 17:32:46 +0000</pubDate>
      <guid>urn:uuid:733d0560-782f-4d1c-98ac-b57ed18a91a9</guid>
      <link>http://www.brainspl.at/articles/2007/05/31/new-merb-tutorial-and-restful-sample-application#comment-4485</link>
    </item>
    <item>
      <title>"New Merb Tutorial and RESTful Sample Application" by Ezra</title>
      <description>@topfunky, there is a trac setup at devjavu  http://merb.devjavu.com
</description>
      <pubDate>Thu, 14 Jun 2007 02:27:05 +0000</pubDate>
      <guid>urn:uuid:7793cd10-696e-4b84-8319-d448077c7c58</guid>
      <link>http://www.brainspl.at/articles/2007/05/31/new-merb-tutorial-and-restful-sample-application#comment-4484</link>
    </item>
    <item>
      <title>"New Merb Tutorial and RESTful Sample Application" by topfunky</title>
      <description>Should patches and bugfixes go on Rubyforge, or is there a Devjavu page for them?</description>
      <pubDate>Wed, 13 Jun 2007 17:26:36 +0000</pubDate>
      <guid>urn:uuid:b5faeab8-47dc-4a5e-bdbe-f0149d93a6e2</guid>
      <link>http://www.brainspl.at/articles/2007/05/31/new-merb-tutorial-and-restful-sample-application#comment-4483</link>
    </item>
    <item>
      <title>"New Merb Tutorial and RESTful Sample Application" by Dr Nic</title>
      <description>Is it worth having RouteMatcher as a subclass of Router, for legacy support? And deprecate it later?</description>
      <pubDate>Thu, 31 May 2007 12:38:45 +0000</pubDate>
      <guid>urn:uuid:39e7f524-c19c-48c0-8f21-859f8a07f228</guid>
      <link>http://www.brainspl.at/articles/2007/05/31/new-merb-tutorial-and-restful-sample-application#comment-4475</link>
    </item>
    <item>
      <title>New Merb Tutorial and RESTful Sample Application</title>
      <description>&lt;p&gt;Just a quick post here to link to a sweet merb tutorial with a nice restfull sample app by Zack Chandler&lt;br /&gt;&lt;br /&gt;
&lt;a href='http://depixelate.com/2007/5/31/taking-merb-for-a-spin/comments/106'&gt;Here&amp;#8217;s the tutorial&lt;/a&gt;. And here is the repo with a &lt;a href='http://svn.depixelate.com/applications/invoice_tracker/'&gt;&lt;span class="caps"&gt;RES&lt;/span&gt;Tful invoice tracker merb app&lt;/a&gt;
&lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;Also I just released the merb0.3.3 gem. Thanks to Dave Goodlad we now have route generation helpers as well, check it out:&lt;br /&gt;&lt;/p&gt;


&lt;pre&gt;
$ merb -i
merb init called
irb(main):001:0&amp;gt; show_routes
[:edit_comment, "/posts/:post_id/comments/:id/edit"]
[:new_post, "/posts/new"]
[:posts, "/posts"]
[:custom_new_post, "/posts/new/:action"]
[:edit_post, "/posts/:id/edit"]
[:comment, "/posts/:post_id/comments/:id"]
[:post, "/posts/:id"]
[:new_comment, "/posts/:post_id/comments/new"]
[:custom_new_comment, "/posts/:post_id/comments/new/:action"]
[:comments, "/posts/:post_id/comments"]
=&amp;gt; nil
irb(main):002:0&amp;gt; url :edit_comment, :post_id =&amp;gt; 42, :id =&amp;gt; 24
=&amp;gt; "/posts/42/comments/24/edit" 
irb(main):003:0&amp;gt; url :posts
=&amp;gt; "/posts" 
irb(main):004:0&amp;gt; url :posts, :format =&amp;gt; 'xml'
=&amp;gt; "/posts.xml" 
irb(main):005:0&amp;gt; url :posts, :format =&amp;gt; 'xml'
=&amp;gt; "/posts.xml" 
irb(main):006:0&amp;gt; url :edit_comment, :post_id =&amp;gt; 42, :id =&amp;gt; 24, :format =&amp;gt; 'js'
=&amp;gt; "/posts/42/comments/24/edit.js" 
&lt;/pre&gt;

	&lt;p&gt;There is one slight change in the router.rb route definition that you have to change if you are upgrading from an older merb. In dist/conf/router.rb,  you need to use Merb::Router.prepare instead of Merb::RouteMatcher.prepare.&lt;/p&gt;


	&lt;p&gt;&lt;br /&gt;&lt;/p&gt;


	&lt;p&gt;There are a lot of new little features in this release from the hackfest at Railsconf. Keep them patches coming folks&lt;/p&gt;</description>
      <pubDate>Thu, 31 May 2007 08:02:00 +0000</pubDate>
      <guid>urn:uuid:3752f8d0-9eed-472f-9e38-659a6d6d6848</guid>
      <author>ezmobius</author>
      <link>http://www.brainspl.at/articles/2007/05/31/new-merb-tutorial-and-restful-sample-application</link>
      <category>merb</category>
      <trackback:ping>http://www.brainspl.at/articles/trackback/4474</trackback:ping>
    </item>
  </channel>
</rss>

