zzak

Results 331 comments of zzak

@gfvcastro @jonjensen if someone wants to rebase and include Nagachika-san's suggestion, I think it could be approved: https://github.com/ruby/www.ruby-lang.org/pull/2123/files#r330827913

This PR is a lesson on why in-repo translations are not a good idea. Let's just fix the english version and let other people open PRs to fix the other...

Just did a quick search but found (I think) a good example of how this change might break things: https://github.com/avo-hq/avo/blob/a51ee9aa36bc002ecfe5478265e49a6a380c467d/spec/system/avo/user_forms_spec.rb#L38-L47 I can see the argument for not testing the error...

I've recently observed something similar to this, by simply trying to subscribe to a channel that doesn't exist. :thinking:

I've taken a stab at this with #47328, open to other suggestions or ideas! :bow:

Changes upstream have been merged, but we won't get the canonical URL until SDoc is released and a new Rails release is made using that version. This means we have...

I can still reproduce this with RubyGems 2.0.3 on `ruby 2.1.0dev (2013-06-16 trunk 41328) [x86_64-darwin12.3.0]`

This should work now on `ruby-2.0.0`, but is broken on `ruby-2.1.0`. In order to fix this in rbtree, we should apply the following patch: https://gist.github.com/tmm1/7609371 See also: ruby-core:58715 in https://bugs.ruby-lang.org/issues/9121

Should we remove `active_support.cache_format_version = 6.1` as well? ``` DEPRECATION WARNING: Support for `config.active_support.cache_format_version = 6.1` has been deprecated and will be removed in Rails 7.2. ```