I'm trying to get this app I have (I actually started it over fresh) to start up with rails 2.3.2
rick- ~/projects/rails/hockey $ sudo gem install rails -v 2.3.2 Password: Successfully installed rails-2.3.2 1 gem installed rick- ~/projects/rails/hockey $ sudo rake rails:update (in /Users/rick/projects/rails/hockey) rick- ~/projects/rails/hockey $ ruby script/server => Booting Mongrel (use 'script/server webrick' to force WEBrick) => Rails 2.2.2 application starting on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server ** Starting Mongrel listening at 0.0.0.0:3000 ** Starting Rails with development environment... ** Rails loaded. ** Loading any Rails specific GemPlugins ** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart). ** Rails signals registered. HUP => reload (without restart). It might not work well. ** Mongrel 1.1.5 available at 0.0.0.0:3000 ** Use CTRL-C to stop. my environment.rb file has RAILS_GEM_VERSION = '2.3.2' unless defined? RAILS_GEM_VERSION and my bash_profile has export RAILS_GEM_VERSION=2.3.2 Why does it say "Rails 2.2.2 application starting on http://0.0.0.0:3000" gem list shows: rick- ~/projects/rails/hockey $ gem list --local rails *** LOCAL GEMS *** rails (2.3.2, 2.2.2, 2.1.1, 2.1.0) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

