rolf (Rolf T)
- Login: rolf
- Registered on: 11/13/2024
- Last sign in: 11/18/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
11/18/2024
-
09:12 AM Ruby Bug #20871: Including methods in Enumerable doesn't make them available in Array
- I managed to narrow it down a bit further. With the versions specified in https://github.com/rolftimmermans/ruby-20871/blob/main/Gemfile.lock:
```ruby
% irb
irb(main):001> require "active_support"
irb(main):002> require "active_support/... -
07:24 AM Ruby Bug #20871: Including methods in Enumerable doesn't make them available in Array
- We are running into the exact same problem. I was not able to reproduce it except as part of a Rails application. Maybe that's not exactly helpful, but hopefully this helps zoom in further on the issue. The problem seems to be introduced...