From: Wes Gamble Date: 2008-06-08T01:35:41+09:00 Subject: Re: DRb Problems with Mac OS X 10.5.3 Jeff Sidlosky wrote: > Lorgio Jimenez wrote: >> >> Incase you get errors and cannot get the hack above, try putting it in >> the environment.rb file INSIDE the config block. > > Yeah that doesn't work either. > > A) INSIDE config block of environment.rb, > > B) Before the "Rails::Initializer.run(:set_load_path)" line in boot.rb. > > Neither A or B work. > > Any other ideas? > > ./script/../config/boot.rb:48: uninitialized constant DRb (NameError) > from script/server:2:in `require' > from script/server:2 I put it in environment.rb _outside_ of the config block and it works like a champ. What a drag -- why didn't I hear about this at RailsConf? Wes -- Posted via http://www.ruby-forum.com/.