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?
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 Sachwani 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?
More readable than the official site too.
Best,
I couldn't find the doc on http://www.railsapi.com but found something usable on
but not very easy to use
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 Perrier 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,
Hi Marnen, Alexis, Frederick
Thanks for getting back so fast! Love railsapi.com Thanks for the share guys! tried building the docs to, just to learn!