Error installing rails: file ‘lib’ not found
on Sunday 29th April, 2012 Gabe speculated thusly…gem install rails
Successfully installed rails-3.2.3
1 gem installed
Installing ri documentation for rails-3.2.3...
file 'lib' not found
Installing RDoc documentation for rails-3.2.3...
file 'lib' not found
The solution is to install rdoc first:
gem install rdoc
The run rails install again:
gem install rails
Posted in Programming, Ruby on Rails