Mac OS X Leopard showing different version of Rails after install -
so i'm installing rails
gem install rails
and didn't have version of rails prior 1 i'm installing (3.0.9).
by time installation finishes documentation error
installing ri documentation rails-3.0.9... file 'lib' not found installing rdoc documentation rails-3.0.9...
even though says rails 3.0.9 installed successfully.
if run
gem list rails
it shows me version 3.0.9, when run
rails -v
it shows me version 2.3.5 ( don't know here came ).
see: http://cl.ly/353h1o1b3y3t260l3f3p
any please?
if don't care, remove rails 2.3.5 gem uninstall rails
, chose appropriate 1 when asks which.
Comments
Post a Comment