0
私はLinuxには比較的新しいですが、私はUbuntu 11.10で開発環境をセットアップしようとしています。私はルビー1.8とレール2.2.2がインストールされているが、netbeansは次のエラーでそうでなければ私に言っているようだ。Rails 2.2.2 gemが見つからない
Missing the Rails 2.2.2 gem. Please gem install -v=2.2.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.
宝石のリスト
actionmailer (2.2.2)
actionpack (2.2.2)
activerecord (2.2.2)
activeresource (2.2.2)
activesupport (2.2.2)
rack (1.0.1)
rails (2.2.2)
rake (0.9.2.2)
宝石リスト-dレール
rails (2.2.2)
Author: David Heinemeier Hansson
Rubyforge: http://rubyforge.org/projects/rails
Homepage: http://www.rubyonrails.org
Installed at: /usr/lib/ruby/gems/1.8
Web-application framework with template engine, control-flow layer,
and ORM.
私は同様の質問を見てきましたが、私はまだ何が違うの結果を得ることができていません。
感謝を指している可能性があります。私は私の問題を解決した。 Netbeansは間違ったルビープラットフォームを指していました。ツール> Ruby Gems – Haronious
に行って解決しました。別のIDEを調べてみましょうか。 NetbeansはRubyのサポートを中止しました。私はRubymineに移動しました –