6 Commits

Author SHA1 Message Date
217214c292 version set to v0.1.0 2010-01-14 04:18:34 +02:00
df18f35117 fixed an issue with Rack::init() 2010-01-14 04:18:14 +02:00
58746b2ea9 Rack::init() is only called automatically if
needed when calling Rack::add(), since the other
methods won't work without add() first being
called.
2010-01-13 15:35:06 +02:00
2eff641a75 added public swap method to replace a middleware
stack item
2010-01-13 15:33:46 +02:00
71526a4c3a removed default content type header from Rack, as
middleware is supposed to control it
2010-01-12 21:18:44 +02:00
43a7bae14a initial commit 2010-01-12 21:05:17 +02:00