# gem list

*** LOCAL GEMS ***
..
rails (2.3.2, 2.3.0, 2.2.2)
..



# gem env gempath
/root/.gem/ruby/1.8:/usr/lib/ruby/gems/1.8




./config/environment.rb
...
RAILS_GEM_VERSION = '2.3.2' unless defined? RAILS_GEM_VERSION
...



# ./script/generate controller test
Missing the Rails 2.3.2 gem. Please `gem install -v=2.3.2 rails`, update
your RAILS_GEM_VERSION setting in config/environment.rb for the Rails
version you do have installed, or comment out RAILS_GEM_VERSION to use
the latest version installed.


What wrong?
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to