<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>merb articles</title>
  <link type="application/atom+xml" href="http://merb.groups.wuyasea.com/b1ogs/22/articles?format=xml" rel="self"/>
  <link type="text/html" href="http://merb.groups.wuyasea.com/b1ogs/22/articles" rel="alternate"/>
  <language>en-us</language>
  <entry>
    <title>starting with Merb 0.9.3</title>
    <link type="text/html" href="/articles/starting-with-merb-0-9-3/52" rel="alternate"/>
    <updated>Thu, 19 Jun 2008 02:13:20 -0000</updated>
    <author>
      <name>dorren</name>
    </author>
    <content type="html">&lt;pre&gt;&lt;code class="console"&gt;
gem install merb
gem install merb_activerecord
gem install merb_helpers
&lt;/code&gt;&lt;/pre&gt;</content>
  </entry>
  <entry>
    <title>merb intro</title>
    <link type="text/html" href="/articles/merb-intro/37" rel="alternate"/>
    <updated>Thu, 06 Mar 2008 03:34:55 -0000</updated>
    <author>
      <name>dorren</name>
    </author>
    <content type="html">Merb is another rails like web framework, but not exactly like rails, see my previous &lt;a href="http://ruby-on-rails.groups.wuyasea.com/articles/merb-is-da-bomb/29"&gt;post&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Similar to any new softwares, the documentation/tutorials are hard to come by, if any. So this is pretty much a bread crumb trail for myself. So here it goes.&lt;br /&gt;
&lt;h2&gt;Install&lt;/h2&gt;
add merbivore.com as gem source.&lt;br /&gt;
&lt;pre&gt;&lt;code class="console"&gt;gem sources -a http://merbivore.com&lt;/code&gt;&lt;/pre&gt;
Now you should be able to install gems from both rubyforge and merbivore.com. Typically, I'll have following list of merb related gems installed.&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;merb (0.9.1)
merb-action-args (0.9.1)
merb-assets (0.9.1)
merb-builder (0.9.1)
merb-core (0.9.1)
merb-gen (0.9.1)
merb-haml (0.9.1)
merb-mailer (0.9.1)
merb-more (0.9.1)
merb-parts (0.9.1)
merb_activerecord (0.9.1)
merb_helpers (0.9.1)
merb_param_protection (0.9.1)
merb_rspec (0.9.0)
merb_stories (0.9.1)
merbful_authentication (0.9.1)&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;
&lt;h2&gt;Create app&lt;/h2&gt;
2 commands you'll use the most are "merb" and "merb-gen", "merb" is used to run the actual app, and "merb-gen" is used to generate all sorts of code. run either command with "--help" shows all the options available.&lt;br /&gt;
&lt;br /&gt;
create a new app. "merb-gen cool_app"&lt;br /&gt;
to run command in test env, like "MERB_ENV=test rake db:reset"&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;Reference&lt;/h2&gt;
&lt;a href="http://merbivore.com/documentation.html"&gt;merbivore doc&lt;/a&gt;</content>
  </entry>
</feed>
