authlogic icon indicating copy to clipboard operation
authlogic copied to clipboard

Reference documentation (rubydoc) is broken

Open elliotcm opened this issue 3 years ago • 2 comments

ISSUES THAT DO NOT FOLLOW THIS TEMPLATE WILL BE CLOSED IMMEDIATELY.

  • [x] This is not a usage question.
    • Our volunteers' time is limited, so please ask usage questions on StackOverflow.
  • [x] This is not a security issue.
  • [x] This bug is reproducible with a clean install of authlogic
  • [x] I am committed to fixing this in a reasonable amount of time, and responding promptly to feedback.

The documentation page for Authlogic::Session::Base has been broken for at least a year.

See https://www.rubydoc.info/github/binarylogic/authlogic/Authlogic/Session/Base and https://github.com/binarylogic/authlogic/issues/738

Expected Behavior

rubydoc.info should be able to render the page based on the Authlogic::Session::Base class.

Actual Behavior

rubydoc.info (and/or yard) fails to generate the documentation, raising an error.

Invalid namespace object: Authlogic::Session::Base.klass_name

elliotcm avatar Jun 28 '22 20:06 elliotcm

Still broken

kride avatar Sep 04 '24 08:09 kride

Still broken. Just wanted to look up some config options...

mkllnk avatar Jul 22 '25 04:07 mkllnk