Displaying 1 result from an estimated 1 matches for "0b095ea72".
2009 Mar 23
0
OldRails Rack handler added to Unicorn
Hi all,
I''ve committed support to Unicorn for old versions of Rails that didn''t
support Rack. I think it could be useful for Mongrel 2 (or any other
server) as well:
http://git.bogomips.org/cgit/unicorn.git/commit/?id=0b095ea72 [1]
or just fetch/clone git://git.bogomips.org/unicorn.git
The bin/unicorn_rails code is itself a mess, but cleaning it up is on my
ever growing TODO list along with writing automated tests for them.
It actually seems Rails 2.2.0+ could be Racked, but only 2.3+ requires
Rack. (I''ll ac...