Ruby on Rails Monday, August 30, 2010

On Aug 30, 3:08 pm, Manoj Sachwani <manoj.sachw...@gmail.com> wrote:
> Hey Guys,
>
> Loving RoR! Newb here. I was reading up on some api docs online and I
> noticed they officially launched RoR 3 and now I can't find 2.3.8
> docs. Any idea where I can find api doc or build it locally?

if you run rake doc:rails inside a rails app, it will build the docs
for that version of rails (gem server will serve up rdoc for any gems
you have installed too, but that separates out rails into its
constituent gems, which i don't like). I think there's also a task for
building the guides.

Fred

--
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@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment