Sha256: a14591d3d3922fdcf92fbe52fe1496dae9e1bc0b797b99a01b8baeb95e793d7c
Contents?: true
Size: 430 Bytes
Versions: 14
Compression:
Stored size: 430 Bytes
Contents
unless defined?(Mongrel) abort "PROBLEM: Mongrel is not available on your system (or not in your path)" end require 'rails/mongrel_server/commands' GemPlugin::Manager.instance.load "rails::mongrel" => GemPlugin::INCLUDE, "rails" => GemPlugin::EXCLUDE case ARGV[0] ||= 'start' when 'start', 'stop', 'restart' ARGV[0] = "rails::mongrelserver::#{ARGV[0]}" end if not Mongrel::Command::Registry.instance.run ARGV exit 1 end
Version data entries
14 entries across 14 versions & 6 rubygems