Ruby 2.3.8 Doc

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?

Manoj S. 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?

http://www.railsapi.com

More readable than the official site too.

Best,

Marnen Laibow-Koser
http://www.marnen.org
[email protected]

I couldn’t find the doc on http://www.railsapi.com
but found something usable on

http://apidock.com/

but not very easy to use

On Aug 30, 3:08 pm, Manoj S. [email protected] 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

Alexis P. wrote:

I couldn’t find the doc on http://www.railsapi.com

Uh, what? You missed the “build your custom package” link? Go back and
look again.

Best,

Marnen Laibow-Koser
http://www.marnen.org
[email protected]

Hi Marnen, Alexis, Frederick

Thanks for getting back so fast! Love railsapi.com :slight_smile: Thanks for the
share guys! tried building the docs to, just to learn! :smiley: