These days, whenever you say that you're building a web application with Ruby, its almost implied that you will be using Rails to do so.
Well, what if you don't want to use Rails? Or Sinatra? Or any other Framework for that matter. What if you just want to roll your own code for routing, controllers, rendering and models?