larskanis/fxruby

FXRuby API is not accessible

Closed this issue · 5 comments

FXRuby API is not accessible since 10 october 2019
Something has gone wrong. Please, be so kind to check it.

Sorry for the issues with the API documentation. It is hosted on https://www.rubydoc.info/ which lately seems to have some issues with fxruby. I'll file an issue report there.

For the time being, you can generate the docs locally:

git clone https://github.com/larskanis/fxruby
cd fxruby
gem inst yard
yardoc

Now open doc/index.html in your browser.

It is hosted on https://www.rubydoc.info/ which lately seems to have some issues with fxruby

Unfortunately other projects also run into problems; my gems on rubygems.org don't quite
always have the documentation. Hopefully in the long run things become more stable - it
is not good when documentation is unavailable IMO. On github the README typically
instantly works; on rubygems.org not always. :(

Edit: Yes, the above was from 2019 but I have issues in general again in 2020. I reported
this now twice over the years to rubygems.org but they don't seem to be in charge of
the issues either. It's not a good situation for ruby if it struggles so much with something
as simple as documentation; the whole ecosystem suffers with that, since it should
not be that way.

To work around this annoying issue, I'll push the latest docs to github-pages as an alternative source: https://larskanis.github.io/fxruby/