about summary refs log tree commit homepage
path: root/config
DateCommit message (Collapse)
2010-05-28dev: isolate: bump cramp to 0.11
2010-05-06dev: isolate: bump unicorn dependency
2010-04-27dev: isolate: bump Unicorn test dependency
2010-04-19add test for the rack-fiber_pool gem with EventMachine
Although advertised as being Thin-only, the rack-fiber_pool gem works with our EventMachine concurrency model as well. Note that it's impossible to expose the streaming "rack.input" behavior of the native FiberSpawn/FiberPool models via middleware, but most people don't need streaming a "rack.input" See http://github.com/mperham/rack-fiber_pool for more details on the rack-fiber_pool gem.
2010-04-19use the excellent `isolate' gem for dev
It should make life easier when dealing with and testing complex dependencies, especially ones like Cramp which depend on prerelease versions of gems.