0

Some time ago I read the changelog of a Ruby on Rails version (I think 3.1.0). In that was written that the documentation "system"/"software" was changed. The current can be browsed here.

What is the new documentation software used by Rails? Where I can find that and the related documentation? How should I use that?

user12882
  • 4,702
  • 9
  • 39
  • 54

2 Answers2

2

screenshot http://pix.am/AeJE.png

This gives us a hint that it is made with RDoc. I thought, however, that they are using YARD now.

Sergio Tulentsev
  • 226,338
  • 43
  • 373
  • 367
2

They switched to SDoc for version 3.1. The announcement is here: http://weblog.rubyonrails.org/2011/8/29/the-rails-api-switches-to-sdoc

This post provides good instructions: https://stackoverflow.com/a/7463142/8179

Community
  • 1
  • 1
Thomas Brice
  • 362
  • 3
  • 5