Can't View Documentation for Rails
For some reason RubyDoc.info doesn't seem to be documenting the Rails gem correctly. When I view Rails in RubyDoc.info all I see is the README - none of Rail's classes, methods, or anything else shows up in the documentation.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by lsegal on 22 Jul, 2013 08:08 PM
The rails gem is a meta-package; it does not contain any source code. It simply contains a gemspec with dependencies to the other libraries, such as actionpack, activerecord, etc.
This is why we have a specially built rails doc package at: http://rubydoc.org/docs/rails/frames