Newbie question:
In the Rails documentation it often reads something like
See the RDoc on ActionController::AutoComplete to learn more about
this.
How do I generate/view this documentation? (I’m on Mac OS X)
Thanks in advance
Sebastian
Newbie question:
In the Rails documentation it often reads something like
See the RDoc on ActionController::AutoComplete to learn more about
this.
How do I generate/view this documentation? (I’m on Mac OS X)
Thanks in advance
Sebastian
Go to api.rubyonrails.com
Or, at Terminal, type gem_server, and set your browser to localhost:
8808 for rdocs on all of your gems. If, for some reason, your rdoc
was not created with the gem install, you can do so with the rdoc
command.
- dan
–
Dan K. mailto:[email protected]
http://www.dankohn.com/ tel:+1-415-233-1000
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs