简体   繁体   中英

Error During Rails Installation

I am trying to find out if this error during my rails installation matters at all

Installing RDoc documentation for builder-3.0.4...
/root/.rbenv/versions/1.9.3-p448/lib/ruby/gems/1.9.1/gems/rdoc-4.0.1/lib/rdoc/parser.rb:87: warning: Unsupported encoding : ignored
/root/.rbenv/versions/1.9.3-p448/lib/ruby/gems/1.9.1/gems/rdoc-4.0.1/lib/rdoc/parser.rb:87: warning: Unsupported encoding  ignored
/root/.rbenv/versions/1.9.3-p448/lib/ruby/gems/1.9.1/gems/rdoc-4.0.1/lib/rdoc/parser.rb:87: warning: Unsupported encoding : ignored
/root/.rbenv/versions/1.9.3-p448/lib/ruby/gems/1.9.1/gems/rdoc-4.0.1/lib/rdoc/parser.rb:87: warning: Unsupported encoding  ignored

I think it will only affect usage of the help documentation (that is what RDoc is for) so wouldn't actually affect rails itself.

I've seen a few doc issues lately. For some of them gem install rdoc to upgrade to the latest version of the RDoc package itself has helped.

Almost certainly not since this just occurred in the generation of the documentation for Builder (as opposed to something that could affect your code at runtime). But here is an explanation of the issue for your version.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM