0

When I gem server and go to the page, I notice there wasn't a link to the RDoc, and when I move to there a pop out says RDoc is not installed.

But when I type rdoc --help in terminal, there is a reply. How to get to the rdoc, because I need to read omniauth rdoc?

4

2 に答える 2

1

MacでRails 3.0.1とRuby 1.9.2を試してみたところ、うまくいきました... omniauth自体のrdocsコンテンツはありませんが、oa-basic、oa-core、oa-enterprise、oa-oauth、oaのドキュメントがあります-openid

omn​​i-auth をアンインストールして再インストールすることを検討できます

gem uninstall omniauth
gem install omniauth

rdocが構築されるかどうかを確認します。また、Mac または Linux で RVM を使用している場合は、新しい gemset を作成してから、omniauth を再度インストールして試すことができます。

于 2010-11-25T05:05:09.740 に答える
0

sudo gem rdoc omniauthを使用して解決します...しかし、内部には何もありません

于 2010-11-25T06:27:31.860 に答える