Hello again, Where are the HTML based Rails docs? My OS X Tiger Unix prompt tells me that Rails is installed under: /usr/local/ but I can''t find any of the docs anywhere? Sincere regards, Unnsse
The docs are actually in /usr/local/lib/ruby/gems/1.8/docs, but you''ll probably want to serve them up locally using the ''gem_server'' command. - james On 12/3/05, untz <untz786-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote:> Hello again, > > Where are the HTML based Rails docs? My OS X Tiger Unix prompt tells > me that Rails is installed under: > > /usr/local/ > > but I can''t find any of the docs anywhere? > > Sincere regards, > > Unnsse > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Typically in /usr/lib/ruby/gems/1.8/doc/*. Also online at http:// api.rubyonrails.com/ On Dec 3, 2005, at 2:29 AM, untz wrote:> Hello again, > > Where are the HTML based Rails docs? My OS X Tiger Unix prompt > tells me that Rails is installed under: > > /usr/local/ > > but I can''t find any of the docs anywhere? > > Sincere regards, > > Unnsse > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails
James and Steve... Thanks for the response! On Dec 3, 2005, at 1:45 AM, Steven Smith wrote:> Typically in /usr/lib/ruby/gems/1.8/doc/*. Also online at http:// > api.rubyonrails.com/ > > > On Dec 3, 2005, at 2:29 AM, untz wrote: > >> Hello again, >> >> Where are the HTML based Rails docs? My OS X Tiger Unix prompt >> tells me that Rails is installed under: >> >> /usr/local/ >> >> but I can''t find any of the docs anywhere? >> >> Sincere regards, >> >> Unnsse >> _______________________________________________ >> Rails mailing list >> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> http://lists.rubyonrails.org/mailman/listinfo/rails > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails
Untz- Also a great way to see the installed docs for gems that you have installed is to run this command: $ gem_server That will start a webrick server on port 8808 so after you run that command go to your web browser and go to this address: http://localhost:8808 All of your gems that have docs will be listed and browseable right there for you. Cheers- -EZra On Dec 3, 2005, at 2:08 AM, untz wrote:> James and Steve... Thanks for the response! > > On Dec 3, 2005, at 1:45 AM, Steven Smith wrote: > >> Typically in /usr/lib/ruby/gems/1.8/doc/*. Also online at http:// >> api.rubyonrails.com/ >> >> >> On Dec 3, 2005, at 2:29 AM, untz wrote: >> >>> Hello again, >>> >>> Where are the HTML based Rails docs? My OS X Tiger Unix prompt >>> tells me that Rails is installed under: >>> >>> /usr/local/ >>> >>> but I can''t find any of the docs anywhere? >>> >>> Sincere regards, >>> >>> Unnsse >>> _______________________________________________ >>> Rails mailing list >>> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >>> http://lists.rubyonrails.org/mailman/listinfo/rails >> >> _______________________________________________ >> Rails mailing list >> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> http://lists.rubyonrails.org/mailman/listinfo/rails > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-Ezra Zygmuntowicz WebMaster Yakima Herald-Republic Newspaper ezra-gdxLOakOTQ9oetBuM9ipNAC/G2K4zDHf@public.gmane.org 509-577-7732
If you are on OSX/Tiger, the rdoc widget is quite convenient ... http://widgets.precisionis.com.au/ On Dec 3, 2005, at 12:52 PM, Ezra Zygmuntowicz wrote:> Untz- > > Also a great way to see the installed docs for gems that you have > installed is to run this command: > > $ gem_server > > That will start a webrick server on port 8808 so after you run > that command go to your web browser and go to this address: > > http://localhost:8808 > > All of your gems that have docs will be listed and browseable > right there for you. > > Cheers- > > -EZra > > On Dec 3, 2005, at 2:08 AM, untz wrote: > >> James and Steve... Thanks for the response! >> >> On Dec 3, 2005, at 1:45 AM, Steven Smith wrote: >> >>> Typically in /usr/lib/ruby/gems/1.8/doc/*. Also online at http:// >>> api.rubyonrails.com/ >>> >>> >>> On Dec 3, 2005, at 2:29 AM, untz wrote: >>> >>>> Hello again, >>>> >>>> Where are the HTML based Rails docs? My OS X Tiger Unix prompt >>>> tells me that Rails is installed under: >>>> >>>> /usr/local/ >>>> >>>> but I can''t find any of the docs anywhere? >>>> >>>> Sincere regards, >>>> >>>> Unnsse >>>> _______________________________________________ >>>> Rails mailing list >>>> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >>>> http://lists.rubyonrails.org/mailman/listinfo/rails >>> >>> _______________________________________________ >>> Rails mailing list >>> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >>> http://lists.rubyonrails.org/mailman/listinfo/rails >> >> _______________________________________________ >> Rails mailing list >> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> http://lists.rubyonrails.org/mailman/listinfo/rails >> > > -Ezra Zygmuntowicz > WebMaster > Yakima Herald-Republic Newspaper > ezra-gdxLOakOTQ9oetBuM9ipNAC/G2K4zDHf@public.gmane.org > 509-577-7732 > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails