mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-14 11:24:22 +01:00
Joyent hasn't upgraded their gem yet, and for many users this could be a major installation pitfall. Rails is vendored, so why can't it boot? Rack? What's that?
8 lines
128 B
Ruby
8 lines
128 B
Ruby
require 'swiftcore/evented_mongrel'
|
|
|
|
module Rack
|
|
module Handler
|
|
class EventedMongrel < Handler::Mongrel
|
|
end
|
|
end
|
|
end
|