Forum: Rails-core (closed, excessive spam) Missing documentation problem in ActionController::Filters

Posted by Frederick Cheung (Guest)
on 2008-07-03 11:15
(Received via mailing list)
I was just pointing someone at some documentation when I noticed that 
http://api.rubyonrails.com/classes/ActionControlle...
is missing the whole conceptual level chunk that used to sit at the top.

I'm not an rdoc expert but my reading of it is that the long intro to
filters comment used to be followed by the ClassMethods module, but
it's now followed by an internal implementation detail class which is
marked nodoc and that section of documentation gets discarded. Moving
the ClassMethods module back to the top rectifies this, but maybe
someone who knows more about rdoc than me knows what the best way out
is?

Fred
Posted by Jeremy Kemper (Guest)
on 2008-07-04 22:04
(Received via mailing list)
On Thu, Jul 3, 2008 at 2:14 AM, Frederick Cheung
<frederick.cheung@gmail.com> wrote:
> is?
Fixed in http://github.com/rails/rails/commit/271f5b6 -- thanks!

jeremy
Posted by Frederick Cheung (Guest)
on 2008-07-05 13:41
(Received via mailing list)
>
> Fixed inhttp://github.com/rails/rails/commit/271f5b6-- thanks!

Awesome!

Fred
This topic is locked and can not be replied to.