kch (Caio Chassot)
- Login: kch
- Email: self@caiochassot.com
- Registered on: 01/07/2010
- Last sign in: 07/03/2021
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
07/03/2021
-
10:45 PM Ruby Feature #13129: Refinements cannot refine method_missing and respond_to_missing?
- I was just bit by this and took a while to figure out.
It's not immediately obvious that it should not work. My mental model for refinements is that it shouldn't be different from reopening the class directly, or including a module.
...
09/29/2010
-
04:19 AM Ruby Bug #3884 (Rejected): rake does not respect LC_* vars for encoding
- =begin
$ ruby -v
ruby 1.9.2p0 (2010-08-18 revision 29034) [universal.x86_64-darwin10.4.0]
$ export -n LC_ALL LC_CTYPE LANG
$ ruby -e "puts __ENCODING__"
US-ASCII
$ LC_ALL="en_US.UTF-8" ruby -e "puts __ENCODING__"
UTF-8...
09/13/2010
-
02:48 AM Ruby Bug #3821 (Closed): UNIXSocket#send_io and multi-arch compiling
- =begin
It seems we have a problem with UNIXSocket#send_io when compiling for multiple archs. It showed up for me when trying to use mod_rails with a universal ruby on the Mac. Here's an excerpt of an exchange I had with the mod_rails g...