Ruby on Rails Tuesday, January 31, 2012

Paet Worlds II wrote in post #1043392:
> gem install nifty-generators
>
>
> And this is what I get:
>
>
> Successfully installed nifty-generators-0.4.6
> 1 gem installed
> Installing ri documentation for nifty-generators-0.4.6...
> ERROR: While generating documentation for nifty-generators-0.4.6
> ... MESSAGE: Invalid argument - ./</cdesc-<.ri
> ... RDOC args: --ri --op
> C:/Ruby193/lib/ruby/gems/1.9.1/doc/nifty-generators-0.4
> .6/ri lib --title nifty-generators-0.4.6 Documentation --quiet

It's only failing to install the docs. Either add the option to gem
install to skip the docs, or do the actual right thing and put the gem
in your Gemfile and use bundler to install. That will automatically skip
installing the docs. The docs you probably won't use anyway.

--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment