Hello, i am running OSX 10.5 leopard with installed rails 2.2.2 at /
usr/bin/. Having wanted to try rails 2.3, i created a gems directory
at $HOME/gems and used 'export GEM_HOME=$HOME/gems'. Then i gave a
'gem install rails --source http://gems.rubyonrails.org and installed
rails 2.3 at $GEM_HOME. I have also installed rake. However, when i
run 'rails', the rails2.2.2 is executed. Can anyone help me with this
minor problem ? Is there a way to run rails 2.3 instead of 2.2.2 ? i
would not like to uninstall rails 2.2.2.