I've gotta go help give a 2 year old a bath so I figured I'd post my latest update. Here's the full stack trace (pretty short):
./script/../config/../vendor/rails/activesupport/lib/active_support/dependencies.rb:488:in `load': no such file to load -- mongrel_rails (MissingSourceFile) from ./script/../config/../vendor/rails/activesupport/lib/active_support/dependencies.rb:488:in `load' from ./script/../config/../vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in' from ./script/../config/../vendor/rails/activesupport/lib/active_support/dependencies.rb:488:in `load' from ./script/../config/../vendor/rails/railties/lib/commands/servers/mongrel.rb:60 from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:36:in `gem_original_require' from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:36:in `require' from ./script/../config/../vendor/rails/activesupport/lib/active_support/dependencies.rb:495:in `require' from ./script/../config/../vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in' from ./script/../config/../vendor/rails/activesupport/lib/active_support/dependencies.rb:495:in `require' from ./script/../config/../vendor/rails/railties/lib/commands/server.rb:39 from ./script/server:3:in `require' from ./script/server:3 I've got those files in the 'commands' folder open and am starting to trace their dependencies. It sure seems like a dependency issue (what with every line quoting dependencies.rb ;) Surprisingly, this error isn't showing up much in google searches. I'll try rewording it. Maybe I need to rever to an older version of mongrel? Heck, an older version of everything? Thanks and cheers, ~ari ps. Wouldn't it be handy if you could specify a date in time instead of versions? So the 'gem' command would find the proper versions for, say, june 2007. Hmm.. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

