<?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: Merb is useable and a gem</title>
    <link>http://brainspl.at/articles/2006/10/18/merb-is-useable-and-a-gem</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Brainspl.at</description>
    <item>
      <title>"Merb is useable and a gem" by Mark Thomas</title>
      <description>How about the name "maglev" because of its relationship with Rails. It's like a Rails "lite". Not as many routes supported, but it sure goes fast!</description>
      <pubDate>Fri, 02 Mar 2007 13:49:23 +0000</pubDate>
      <guid>urn:uuid:a9ddb0df-ae57-4027-ad27-687fb574191e</guid>
      <link>http://brainspl.at/articles/2006/10/18/merb-is-useable-and-a-gem#comment-4007</link>
    </item>
    <item>
      <title>"Merb is useable and a gem" by hrln</title>
      <description>did gem install and there is no conf directory...</description>
      <pubDate>Wed, 24 Jan 2007 20:39:15 +0000</pubDate>
      <guid>urn:uuid:bef51791-55b8-4054-ad01-5e37325c7f1e</guid>
      <link>http://brainspl.at/articles/2006/10/18/merb-is-useable-and-a-gem#comment-3925</link>
    </item>
    <item>
      <title>"Merb is useable and a gem" by Brandon Z</title>
      <description>Sounds really cool, but (if I may be so bold as to say so) it could use a catchier name.  How about Catnip (mongrel + [h]erb)?  That might work, even though mongrels are normally dogs.  Good names contribute to the success of their bearers.  Compare Ruby, Rails, Java, C#, BASIC, to APL, Algol, Lisp (has a negative connotation, even though it is very memorable), Smalltalk (same as Lisp).</description>
      <pubDate>Mon, 23 Oct 2006 13:25:33 +0000</pubDate>
      <guid>urn:uuid:1ad06802-a4d6-44d8-b9cb-f160e867326e</guid>
      <link>http://brainspl.at/articles/2006/10/18/merb-is-useable-and-a-gem#comment-3732</link>
    </item>
    <item>
      <title>"Merb is useable and a gem" by perolof@gmail.com</title>
      <description>Hi, I downloaded Merb in a separate directory (windows XP), ran 

gem install merb

gem unpack merb

merb start -t

but I get errors refering to InstantRails:
the last one saying: 'require' from D:/InstantRails/ruby/lib/ruby/gems/1.8/gems/merb-0.0.3/bin
from D:/InstantRails/ruby/bin/merb:18:in  'load'
from D:/InstantRails/ruby/bin/merb:18

I ran the "gem" commands D:/InstantRails/Ruby/

What should I do to get out of this error?

Thanks Per-Olof
</description>
      <pubDate>Mon, 23 Oct 2006 10:37:23 +0000</pubDate>
      <guid>urn:uuid:1c8cfce3-9281-4ac0-9551-a201403443d4</guid>
      <link>http://brainspl.at/articles/2006/10/18/merb-is-useable-and-a-gem#comment-3731</link>
    </item>
    <item>
      <title>"Merb is useable and a gem" by David Felstead</title>
      <description>This is very neat!  I was thinking about building something exactly like this (Mongrel + lightweight Ruby web framework) a few days ago, and lo and behold, here it is!

Good stuff :)</description>
      <pubDate>Sun, 22 Oct 2006 21:36:13 +0000</pubDate>
      <guid>urn:uuid:e03a48b2-fb95-49d9-90f3-7a81db5e9c5a</guid>
      <link>http://brainspl.at/articles/2006/10/18/merb-is-useable-and-a-gem#comment-3730</link>
    </item>
    <item>
      <title>"Merb is useable and a gem" by Amr Malik</title>
      <description>Hey Ezra, cool stuff! one quick thing, the line regarding the uploads should say "upload" not "uploads" (quoting the line below)

&gt;&gt;&gt; http://localhost:4000/uploads/start

cheers,

Amr</description>
      <pubDate>Fri, 20 Oct 2006 23:35:03 +0000</pubDate>
      <guid>urn:uuid:cc43d9e7-25eb-4f58-baf8-e9fdb87e398a</guid>
      <link>http://brainspl.at/articles/2006/10/18/merb-is-useable-and-a-gem#comment-3728</link>
    </item>
    <item>
      <title>"Merb is useable and a gem" by Tom</title>
      <description>Hi Ezra,
&lt;br /&gt;
merb is great! how about renaming "conf" to "config" for that you could "merge" a merb project handling file uploads into the directory structure of an existing rails project?

like:
&lt;pre&gt;&lt;code&gt;
app/controllers/my_merb_controller.rb 
app/controlllers/my_rails_controllter.rb
[..]
config/railsconfigfiles
config/merbconfigfiles
&lt;/code&gt;&lt;/pre&gt;
Cheers, tom</description>
      <pubDate>Thu, 19 Oct 2006 08:09:19 +0000</pubDate>
      <guid>urn:uuid:6276bd83-15ea-4807-890d-109f8140d52a</guid>
      <link>http://brainspl.at/articles/2006/10/18/merb-is-useable-and-a-gem#comment-3727</link>
    </item>
    <item>
      <title>"Merb is useable and a gem" by Ezra</title>
      <description>Yeah that will be pretty easy to integrate and I have plans to do so but its not in there yet. </description>
      <pubDate>Wed, 18 Oct 2006 22:35:58 +0000</pubDate>
      <guid>urn:uuid:c7f300b5-8d14-4f54-81d0-7db71fe72ad2</guid>
      <link>http://brainspl.at/articles/2006/10/18/merb-is-useable-and-a-gem#comment-3726</link>
    </item>
    <item>
      <title>"Merb is useable and a gem" by ivo</title>
      <description>can't wait playing around with it.
what about getting upload progress information while uploading (e.g. like http://mongrel.rubyforge.org/docs/upload_progress.html)?
are ther any plans getting this working sometimes?
regards
ivo</description>
      <pubDate>Wed, 18 Oct 2006 08:11:06 +0000</pubDate>
      <guid>urn:uuid:02eac8f5-eb13-4446-b586-753512656274</guid>
      <link>http://brainspl.at/articles/2006/10/18/merb-is-useable-and-a-gem#comment-3725</link>
    </item>
    <item>
      <title>Merb is useable and a gem</title>
      <description>&lt;p&gt;I&amp;#8217;m happy to announce the first useable release of my new pocket-framework Merb. Merb is a mongrel handler with built in controller and view templating with erb. It has a nice routing system similar to rails but much simpler. It uses some of the code from the camping handler and the rails handler and then some of its own secret sauce to form imho a nice fast little framework.&lt;/p&gt;


	&lt;p&gt;ActiveRecord is supported as shown in the sample app. Merb does not use cgi.rb at all(yay!) but can handle file uploads very well. See the sample app. And it can process concurrent file uploads without blocking. Merb also supports the X-SENDFILE header so you can set that header to a path to a file in your controller and then mongrel will serve it directly and your controller can continue on to the next request.&lt;/p&gt;


	&lt;p&gt;Merb is a pet project of mine but was born out of real life need. I am using it in combination with rails apps that need a lot of file uploads or need to serve some dynamic pages faster then rails will allow. Right now Merb performs very well for a dynamic ruby framework thanks to mongrel being very fast when it doesn&amp;#8217;t have the Rails Albatross ™ on its back. Serving a dynamic templated page thru merb routing and controller with 10 ActiveRecord objects being listed out in the view, merb clocks in at 400req/sec on my macbook and a bit better on a real server. Static files are served as fast as mongrel can.&lt;/p&gt;


	&lt;p&gt;I am using this along side a rails app by rewriting requests to a suburl to the merb mongrel like /foo &amp;rarr; merb handler. I am investigating making it possible to mount merb at a url in mongrel itself along side a rails app but I have to do more testing to see how that affects everything.&lt;/p&gt;


	&lt;p&gt;If you want to play along at home you can do this to get a quick start:&lt;/p&gt;


&lt;pre&gt;
$ sudo gem install merb
$ gem unpack merb
$ cd merb-0.0.3/examples/sample_app
# edit the conf/merb_init.rb to add your database password info.
# then add a posts table to your db with a title and body column.
$ merb start -t
&lt;/pre&gt;

	&lt;p&gt;Then you can browse to these urls to play around.&lt;/p&gt;


&lt;pre&gt;
http://localhost:4000/posts/new
or
http://localhost:4000/posts/list
or
http://localhost:4000/uploads/start
&lt;/pre&gt;

	&lt;p&gt;Here are the relevant links if you want to get involved with Merb development.&lt;/p&gt;


	&lt;p&gt;&lt;a href='http://merb.rubyforge.org/'&gt;http://merb.rubyforge.org/&lt;/a&gt;&lt;br /&gt;
&lt;a href='http://merb.devjavu.com/'&gt;http://merb.devjavu.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href='http://svn.devjavu.com/merb'&gt;http://svn.devjavu.com/merb&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;Keep in mind that Merb is only a week or two old and is changing fast! If you want to get in on the ground floor and help me add to the base system then you are most welcome. On the other hand, if Merb kills your children I am not responsible ;)&lt;/p&gt;


	&lt;p&gt;Thanks for playing!&lt;/p&gt;</description>
      <pubDate>Wed, 18 Oct 2006 00:03:00 +0000</pubDate>
      <guid>urn:uuid:5c27a6cc-aa3c-4d74-a6f8-8152f57fc1a2</guid>
      <author>ezmobius</author>
      <link>http://brainspl.at/articles/2006/10/18/merb-is-useable-and-a-gem</link>
      <category>merb</category>
      <category>mongrel</category>
      <category>server</category>
      <trackback:ping>http://brainspl.at/articles/trackback/3724</trackback:ping>
    </item>
  </channel>
</rss>
