coolgeng coolgeng wrote: > ./script/../config/boot.rb:43:Warning: require_gem is obsolete. Use gem > instead That will say that for a few more versions of Rails, apparently. It is a "warning", which in computer science is a minor error that does not stop a program. > => Booting Mongrel (use 'script/server webrick' to force WEBrick) > => Rails application starting on http://0.0.0.0:3000 > => Call with -d to detach > => Ctrl-C to shutdown server > ** Ruby version is not up-to-date; loading cgi_multipart_eof_fix > ** Starting Mongrel listening at 0.0.0.0:3000 > ** Starting Rails with development environment... > ** Rails loaded. > ** Loading any Rails specific GemPlugins > ** Signals ready. INT => stop (no restart). > ** Mongrel available at 0.0.0.0:3000 > ** Use CTRL-C to stop. And that is a normal Mongrel startup. Does your site work? Do your unit tests pass? What is in your log/* folder? Does log/development.log contain the word Error anywhere? -- Phlip