docmeta / rubydoc.info

Next generation rdoc.info site
http://rubydoc.info
MIT License
132 stars 43 forks source link

Frame doesn't update with new class #99

Closed xavdid closed 9 years ago

xavdid commented 9 years ago

Upon releasing a new version of the gem (commit), rubydoc didn't seem to pick up the updated frame.

The new class exists: http://www.rubydoc.info/gems/riq/RIQ/AccountProperties but isn't present in the frame or parent object.

zapnap commented 9 years ago

Looks like it's there now. Perhaps a temporary caching issue? I'll do a test push when I have a free moment and see if maybe our caches aren't being cleared appropriately.

zapnap commented 9 years ago

Will also take a look at your other issue soon. Thanks for reporting the issues!

xavdid commented 9 years ago

Sorry, I was unclear- The frame on the left of the page isn't updated.

See rubygems: rubygems

vs github:

In both cases, the documented AccountProperties class appears, but it's not listed in the "table of contents" in the first image. The rubygems push was a couple of weeks ago (8/8), so it should have updated by now.

lsegal commented 9 years ago

I just cleared the cache on the class/various lists and it should be brought up to date now. Thanks for reporting, and sorry for the inconvenience!

xavdid commented 9 years ago

No problem! For reference, is that something that you'll have to do manually often, or was it more of a one time fluke?

lsegal commented 9 years ago

Invalidation happens automatically when new gems are discovered. My best guess is that something tripped up when caches were being invalidated since the main pages were but the list pages were not. This happens occasionally and is something we are looking into fixing.