Building a Web App With Merb From Start to Finish
Slapp: A simple chat wall Merb tutorial is a perfect example of the sort of tutorial / guide that could encourage a lot of people to try out a new framework (as far as Merb is new, of course). It walks you through the process of developing a "chat wall" type application with Merb from start to finish (right from installing Merb to playing with the running application).
One thing that makes the tutorial stand out is that it puts test spec driven development at the heart of the application. After installing Merb and configuring the database, you're straight into writing a story with RSpec! This is quite different to most of the Rails introductory articles which skim over testing, and it makes the guide very suitable for those who aren't familiar with RSpec but who want to learn how to use it while developing a Web application.
Lastly, the "finished" application is available from a Gitorious Git repository for those who want to work backwards or look at the code up front.
April 21, 2008 at 11:42 pm
I also think it is a very good idea to show people how ppl to test a framework, as much as how to use the framework.
April 23, 2008 at 2:03 am
Couldn't resist :)
http://p.ramaze.net/1197
April 23, 2008 at 2:11 am
Okay, officially paint me impressed. That is excellent stuff, manveru. I think Ramaze has just won a new fan.
April 23, 2008 at 5:53 pm
That is cool. *Wonders how many LOC the Merb --very-flat equivalent would have......*
April 24, 2008 at 7:56 pm
I will have to agree with everyone, manveru, very cool indeed.