私は Ruby on Rails を学んでおり、Ryan Bigg のブログと Agile Wed Development book から RVM と Rails をインストールしました。これは以前は自宅の PC で機能していましたが、職場では次のエラーが表示されます。
depot$ rails -v
Could not find gem 'sqlite3 (>= 0) ruby' in the gems available on this machine.
Run `bundle install` to install missing gems.
私は足場を生成しようとしていますが、これは私が得たものです:
depot$ rails generate scaffold Product \ title:string description:text image_url:text price:decimal
Could not find gem 'sqlite3 (>= 0) ruby' in the gems available on this machine.
Run `bundle install` to install missing gems.
sqlite3 をインストールし、RVM 1.9.2-p320 をインストールし、Ubuntu 11.04 で実行しています。
これを引き起こしている可能性のあるアイデアと、それを修正する方法はありますか?