Welcome Guest | Login

Need rails 2.1.0

I've seen several references indicating that rails is 2.1.0 already available. But not for me.

[~]$ /usr/local/bin/rails -v
Rails 2.0.2

I even tried installing a local gem but its still at version 2.0.2

[~]$ gem install -i ~/.gems rails
Bulk updating Gem source index for: http://gems.rubyforge.org
Successfully installed rails-2.1.0
1 gem installed
[~]$ .gems/bin/rails -v
Rails 2.0.2

Any ideas or suggestions would be most welcome.

thanks,
Jason

2008-06-23 07:21 AM

Hello,

Put the following 2 entries in the .bashrc file in your home directory.
=
export GEM_HOME=$HOME/.gems
export GEM_PATH=/usr/local/lib/ruby/gems/1.8:$GEM_HOME
=
Then log-out and re-login to your account. Check the status by running the command 'rails -v' in your ssh console.

2008-06-23 07:45 AM

Regards,
Rahul

Hello Guest! In order to post you must be an active client with us, please log in or sign up.