Skip to content

Commit

Permalink
* bin/camping : Mongrel wasn't loaded if mongrel isn't autoselected
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Pfenniger committed Sep 24, 2006
1 parent 9dfeb3c commit ccd186b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/camping
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ end
# Running the selected server
case conf.server.to_s
when 'mongrel'
require 'mongrel'
require 'mongrel/camping'

class IndexHandler < Mongrel::HttpHandler
def initialize(apps, server)
@apps = apps
Expand Down

0 comments on commit ccd186b

Please sign in to comment.