When I do a gem server the Rails entries do not provide rdoc entries and the web references point to http://rubyonrails.org/ whose documentation links point only to the rails-3.0.0 api so far as I can tell. How does one install the rails rdoc files so that gem server can serve them or how does one reach the 2.3.9 api online? -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
> When I do a gem server the Rails entries do not provide rdoc entries and > the web references point to http://rubyonrails.org/ whose documentation > links point only to the rails-3.0.0 api so far as I can tell. > > How does one install the rails rdoc files so that gem server can serve > them or how does one reach the 2.3.9 api online?You can get 2.3.8 from http://railsapi.com/ (click ''build your custom package'') -philip -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Philip Hallstrom wrote:> You can get 2.3.8 from http://railsapi.com/ (click ''build your custom > package'') > > -philipThanks. I also since discovered that gem rdoc --all --overwrite will create the missing rdoc files locally as well. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.