Ok, I’ve run into an issue running the gem install command on Windows
Vista. Doesn’t matter which gem I install (sqllite, rails, rspec,…) I
get the same error. I can’t figure out how to pass a debug switch to gem
to get more info and the error message is rather vague. Suggestions?
ERROR: While executing gem … (TypeError)
can’t convert nil into String
can you try “gem install sqlite3-ruby --no-ri --no-rdoc”
Skip the documentation generation and see if that works.
Dunno why is failing on your end, but updating rdoc could solve it
(gem install rdoc --no-ri --no-rdoc)
Luis thanks, you pointed me in the right direction. I followed your last
suggestion first which eventually gave me the real error, a non-absolute
home error.