Anthony Hernandez
Anthony Hernandez
@palkan not sure if any documentation updates are needed, also not sure what section in the changelog to put it under as I wasn't sure if the next release would...
bump
> Also, this should take an optional context timestamp (default to `Time.current`), so stories/comments can show that a user was new at the time of submission rather than the time...
> That feels like it might be a recipe for 1 + n queries, but maybe the association's already going to be preloaded or there'd already be a 1 +...
> Have you tried running `yard` on the project locally? I'm seeing errors, which leads me to believe this is a legitimate error coming from rubydoc.info, and if it's a...
oh sorry, I misinterpreted what you asked. Yes, I have ran `yard` locally.
here is the output from YARD: ``` [warn]: Load Order / Name Resolution Problem on Range: - Something is trying to call mixins on object Range before it has been...
I added the following `.yardopts` file: ``` --exclude lib/extended_range.rb ``` which silenced the errors but had no impact on the issue above. All this file does is take care of...
perhaps also connected, I've been getting a lot of these lately: 