zunda (zunda an)
- Login: zunda
- Registered on: 08/27/2008
- Last sign in: 12/26/2019
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/27/2019
-
12:13 AM Ruby Feature #16150: Add a way to request a frozen string from to_s
- With help by mame-san, I found `nil.to_s` returning a frozen empty string (`""`) broke the http gem on ruby-2.7.0. I wonder how other gems maybe affected.
The code raises `FrozenError` when trying to `force_encoding` after `read`ing a...
12/07/2018
-
08:57 PM Ruby Bug #15356: Rack::Deflater on Rails responds with no data on Ruby 2.6.0
- Thanks so much for both of you! I've finally dug into this a little bit further.
First, I could confirm that the problem I first reported here for the simple Rails app with just `Rack::Deflater` added is fixed on `ruby 2.6.0dev (2018-... -
01:07 AM Ruby Bug #15356: Rack::Deflater on Rails responds with no data on Ruby 2.6.0
- Sorry for the delay in getting back to this. Just for your information, unfortunately, I noticed this problem coming back on ruby 2.6.0rc1 (2018-12-06 trunk 66253) [x86_64-linux]. Below is an example Rails app: https://github.com/zunda/m...
11/29/2018
-
06:40 PM Ruby Bug #15356: Rack::Deflater on Rails responds with no data on Ruby 2.6.0
- Thanks! The patch actually fixed the problem.
With `2.6.0-dev` pointing to the binary built as below, the command `curl -H 'Accept-encoding: gzip' -v http://localhost:3000 --raw` prints the HTML data as expected.
~~~
$ cat io.patc... -
08:46 AM Ruby Bug #15356: Rack::Deflater on Rails responds with no data on Ruby 2.6.0
- Clarify what I think of causing the problem.
11/28/2018
-
07:23 PM Ruby Bug #15356 (Closed): Rack::Deflater on Rails responds with no data on Ruby 2.6.0
- I'd like to report that a Rails app with `Rack::Deflater` enabled responds with a zero-length body on Ruby 2.6.0, to a request with `Accept-encoding: gzip` request header. It seems to happen at least on `x86_64-linux` (Ubuntu 18.04.1; se...
09/07/2008
-
01:20 PM Ruby Bug #493: Failure: test_dup(TestIO)
- =begin
Momonga 4の
ruby 1.9.0 (2008-09-07 revision 19208) [i686-linux]
でも発生しました。
Momonga 4の
ruby 1.9.0 (2008-09-07 revision 19208) [x86_64-linux]
では発生しませんでした。
=end