On Jul 13, 11:57 am, Roy Yu <[email protected]> wrote: > Oops, this is what I got. > > r...@ryu-laptop:~$ sudo rails _3.0.0.beta4_ --version > /usr/local/lib/site_ruby/1.8/rubygems.rb:779:in > `report_activate_error': RubyGem version error: rails(2.3.8 not = > 3.0.0.beta4) (Gem::LoadError) > from /usr/local/lib/site_ruby/1.8/rubygems.rb:214:in `activate' > from /usr/local/lib/site_ruby/1.8/rubygems.rb:1082:in `gem' > from /usr/bin/rails:18 > r...@ryu-laptop:~$ rails -v > Rails 2.3.8
Try without .beta4? I haven't upgraded to Rails 3.0 so I don't know exactly how to fix this issue. I'd probably try removing all versions of Rails and install just 3.0 sudo gem uninstall rails If that doesn't work, well, I don't know what to tell ya. Hope someone around here can help you. -Anon_comp -- 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.

