ri Questions

2

Solved

Question: Why does my CPU register ~30% when blur is applied versus ~6% when no blur is applied to an animated object? Details: I have a set of randomly generated items on a page that have a CSS ...
Composer asked 9/2, 2016 at 13:54

3

Solved

I have just installed the RVM and I am reading The Well-Grounded Rubyist book. In the first chapter I am supposed to try ri String#upcase to view documentation on the upcase method, however I get a...
Judicious asked 8/7, 2011 at 14:7

3

Solved

I'm just getting into Ruby - one of the things I'm having a little trouble letting go of is Intellisense / code completion, so if I don't have that I really need to have the API close to hand at al...
Reedbuck asked 22/11, 2011 at 21:39

5

Solved

I'm running Ubuntu 11.10 and installed Ruby 1.9 like this: $ sudo apt-get install ruby1.9 rubygems Everything is working very well but ri seems to have empty documentations. ri told me that the ...
Spina asked 2/4, 2012 at 17:32

2

Solved

I have Ubuntu 11.10 and am using rvm with ruby 1.9.2. I followed this exactly to install Ruby: http://blog.sudobits.com/2011/10/27/how-to-install-ruby-on-rails-in-ubuntu-11-10/ I generate the docs...
Valaria asked 3/1, 2012 at 23:12

4

Solved

Is there a way to find out which part of my ri command that is not showing Ruby's documentation: $ ruby --version ruby 1.9.3p392 (2013-02-22 revision 39386) [i686-linux] $ ri --version ...
Nitriding asked 29/3, 2013 at 4:12

3

Solved

Whenever I install gems I see ri and rdoc follow. I know this is documentation but what is the difference between the two and how to use them?
Trifacial asked 4/9, 2010 at 20:31

5

I just installed rvm and then rails 3.1rc5 with: gem install rails --pre But I got some errors after "Installing ri documentation" and the RDoc documentation: Successfully installed <bunch o...
Chicane asked 4/8, 2011 at 8:57

1

Possible Duplicate: ruby 1.9 ri problem When I try to use Ruby's ri tool in a command prompt window to get help about classes, methods, etc. it seems to always fail. For example if I ...
Zimmermann asked 15/10, 2009 at 22:3

2

Solved

I'm having trouble viewing ri documentation within gvim and MacVim (tried it on both) Some of the ri documentation includes text decorations that look fine when viewed in a terminal window, but inc...
Logarithm asked 19/1, 2011 at 5:31
1

© 2022 - 2024 — McMap. All rights reserved.