Richard Schneeman
Richard Schneeman
docsdoctor.org is deprecated in favor of codetriage.com. Can you try subscribing to docs there and let me know if it is still broken?
I would stick only with "official" undocumented tags. It would be really hard to blacklist unoficcial tags like `"todo"` or `"needs documentation"`. If someone has a comment that says that,...
Unfortunately `:nodoc:` is VERY ambiguous. In Rails it means that the method is private and it should not be used as it may change. I don't think a ton of...
I did something like this with codetriage, basically it sends you an email if you clicked on yesterdays, but then after that goes to every other day model, then once...
Thanks for the review @ioquatix ! Regarding the naming suggestion. That's originally what I thought too. The problem I ran into is that `Array#difference` can accept multiple arrays: ``` array.difference([1,2],...
@ioquatix here's the `difference!` implementation (with benchmarks in the commit message): https://github.com/schneems/ruby/commit/1c8ebb23e8106b3e4d331949d8bab867e219ff71 That's a raw re-write of `difference` to be mutable. It's worth noting that `concat` is also slower than...
Thank you. I have created https://bugs.ruby-lang.org/issues/18395
That makes sense. Thanks for looking into it!
Rails new should produce a Ruby version in the Gemfile.lock. > If all tooling is already reading from .ruby-version, that alone should keep consistent resolution for bundler. bundler does not...
100% of the time it crashes, every time for me. Fresh install using Lion