From: Bryan L. <br...@os...> - 2007-08-31 10:34:32
|
On Aug 31, 2007, at 4:28 AM, Tim Perrett wrote: > > trap(:INT) { exit } > > begin > silence_warnings { ARGV = parameters } > load("mongrel_rails") > ensure > tail_thread.kill if tail_thread > puts 'Exiting' > end > > They do some other configuration before hand of course, but the thing > is, I am not sure what load() its actually calling? Sorry thats out > of a left field but I just wondered if anyone knew? > http://corelib.rubyonrails.org/classes/Kernel.html#M002059 (rdoc for Kernel#load) mongrel_rails is in the bin/ directory of your mongrel gem install install. |