Tutorials
Merb Mime Formats
Tutorial
A fairly detailed look at setting up mime types in Merb
Author: hassox | Published: December 13, 2008 | Comments (2)
MerbAuth - The Basics
Tutorial
Merb auth is pretty new, pretty different and since it was made public at Merbcamp, pretty quiet. In this tutorial I’ll go through the basics of what it is and how it works.
Author: hassox | Published: November 05, 2008 | Comments (5)
On freezing...
Tutorial
Our last release – 0.9.6 – already introduced the new bundle behaviour, set to replace what was formerly known as the freezer. With 0.9.7 we were able to streamline the code and...
Author: fabien | Published: October 16, 2008 | Comments (7)
the new merb-cache
Tutorial
The Merb project has been updated with a radical new caching system.
Author: benburkert | Published: September 07, 2008 | Comments (8)
Getting your first Merb app up and running.
Tutorial
Using merb-gen to build your first Merb application.
Author: bryanray | Published: August 31, 2008 | Comments (1)
MerbAuth is Ready
Tutorial
MerbfulAuthentication was a great testbed. Plenty of people are up and running with a basic user system on their site. But it’s not updatable since it’s a code generator. MerbAuth is...
Author: hassox | Published: June 17, 2008 | Comments (9)
An Introduction to Routing
Tutorial
A short sharp introduction to routing in Merb, focussing on some of the more interesting aspects. This tutorial will later be followed up with more detailed articles focussing on specific aspects...
Author: lukesutton | Published: May 29, 2008 | Comments (1)
Providing Different Formats In Merb
Tutorial
Merb provides a very powerful api for responding to requests for different formats. This api is very flexible and makes responding with various formats simple.
Author: hassox | Published: May 28, 2008 | Comments (3)
Basic Authentication
Tutorial
Merb makes basic authentication for your application a piece of cake. Take a look at this for simple.
Author: hassox | Published: May 20, 2008 | Comments (4)
Deploying Multiple Merb Apps Behind Nginx
Tutorial
The easiest way I’ve found to deploy multiple Merb apps to the same server.
Author: glasner | Published: May 18, 2008 | Comments (5)