Rails 3 installation problem: File not found: lib
If during installation of rails 3 on RVM ruby or default Ubuntu 10.10 ruby installation you get this error:
File not found: lib
You should install rdoc-data an rdoc gems before rails
gem install rdoc-data rdoc
Соображения
