I've been riding rails since 1.2 and had no problems (that i couldn't
get over) upgrading. Since i've installed rails 2.2.2 (verified via gem
list, and rails -v) and I change my environment.rb to read
RAILS_GEM_VERSION = '2.2.2'
yet when i run script/server it still starts up in 2.1.0
Hi, did you update the configuration files by running 'rake
rails:update' in
the root of your rails application? Also,
what version of ruby gems are you using (gem -v)?
-Conrad
not sure if rake rails:update did anything but here's the output of my
bash
richard-macbook-pro:slangasaurus richard$ sudo gem install rails
Successfully installed rails-2.2.2
1 gem installed
richard-macbook-pro:slangasaurus richard$ script/server
=> Booting Mongrel (use 'script/server webrick' to force WEBrick)
=> Rails 2.1.0 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.
WOW, you're fking awesome. I don't know how i missed that. Thanks a
bunch, i knew it was something small. I had my rails version frozen, all
i had to do was delete the folder in under vendor. Thanks abunch!!