I tried installing the mysql gem like so:
C:\Documents and Settings\Tim>gem install mysql
Select which gem to install for your platform (i386-mswin32)
- mysql 2.7.3 (mswin32)
- mysql 2.7.1 (mswin32)
- mysql 2.7 (ruby)
- mysql 2.6 (ruby)
- Skip this gem
- Cancel installation
1
Successfully installed mysql-2.7.3-mswin32
Installing ri documentation for mysql-2.7.3-mswin32…
Installing RDoc documentation for mysql-2.7.3-mswin32…
While generating documentation for mysql-2.7.3-mswin32
… MESSAGE: Unhandled special: Special: type=17, text=""
… RDOC args: --op c:/ruby/lib/ruby/gems/1.8/doc/mysql-2.7.3-mswin32/
rdoc --exc
lude ext --main README --quiet ext README docs/README.html
(continuing with the rest of the installation)
C:\Documents and Settings\Tim>
Apparently, the rdoc documentation doesn’t install correctly. When I
click on mysql’s rdoc link from the RubyGems Documentation Index, it
just says webpage not found. Is there some way to install this
documentation? Or failing that, is the documentation somewhere on the
web?
Also, I am a ruby newbie so I don’t know where to find the ri
documentation which seemingly was installed. And does ri =
reference implementation?
Many thanks to anyone who can help!