Loading yardoc plugins

's Avatar

ancor

07 Oct, 2013 09:42 AM

I have this project in github: https://github.com/openSUSE/travel-support-program

In the .yardopts file I have a line for loading the activerecord yardoc's plugin.
https://github.com/openSUSE/travel-support-program/blob/master/.yar...

If I execute yardoc locally, that configuration line works and my docs get all the goodies from the activerecord plugin, but rubydoc.info seems to ignore it, according to what I can see at http://www.rubydoc.info/github/openSUSE/travel-support-program

It's possible to specify yardoc plugins for rubydoc.info? Would it be possible to include some popular plugins like activerecord or even state_machine?

  1. Support Staff 1 Posted by lsegal on 07 Oct, 2013 10:00 AM

    lsegal's Avatar

    For security reasons we don't support arbitrary plugins on rubydoc.info. If you think the plugins are useful you can submit a pull request to have them added to the site. Look at https://github.com/lsegal/rubydoc.info/commit/958814c0def407a9d44d1... as an example of how this can be done. I can then review the code to make sure it won't cause problems with other plugins on the site.

  2. lsegal closed this discussion on 07 Oct, 2013 10:00 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac