I’ll be presenting Rack this Tuesday at the first Montreal Against Rails (the non-Rails meeting).
I’ll show how to use Rack and then I’d like to try something new (and probably crazy-stupid). Building a web framework with Rack is so easy, I’ll be doing pair programming with anyone from the audience to create our own custom framework live during the presentation (in 30 min). We’ll start with the code posted on RefactorMyCode as the application code, we’ll implement the framework code during the presentation. So submit your ideas there before the event.
To take part in first and biggest Montreal Ruby pair programming session and watch the other cool presentations, make sure to RSVP.









1 Comment
September 14, 2008 at 1:48 pm
Very Simple Rack framework…
What about being able to nest blocks according to their path?
Also, why the explicit render() call? Just make it so the return value from the block is the text that is rendered in the response body.
Here’s an example:…