[#18121] [Ruby 1.8.7 - Bug #405] (Open) ssl.rb:31: [BUG] Bus Error — Anonymous <redmine@...>

Issue #405 has been reported by Anonymous.

14 messages 2008/08/04

[#18130] Re: New array methods cycle, choice, shuffle (plus bug in cycle) — Brian Candler <B.Candler@...>

> Seriously though... Array.first is a noun.

10 messages 2008/08/05

[#18319] NEW Command: absolute_path() -- — "C.E. Thornton" <admin@...>

Core,

14 messages 2008/08/16
[#18321] Re: NEW Command: absolute_path() -- — Yukihiro Matsumoto <matz@...> 2008/08/18

Hi,

[#18381] [Bug #496] DRb.start_service(nil) is very slow — Hongli Lai <redmine@...>

Bug #496: DRb.start_service(nil) is very slow

11 messages 2008/08/25

[ruby-core:18389] Re: [Bug:1.9] rubygems fails to cache spec file

From: Tanaka Akira <akr@...>
Date: 2008-08-26 17:07:35 UTC
List: ruby-core #18389
In article <e0b1e5700808260950s79665563h3615a7af3ad4cc0b@mail.gmail.com>,
  "Yusuke ENDOH" <mame@tsg.ne.jp> writes:

> This is because Apache, which rubyforge uses, seems to handle
> If-Modified-Since field only when it is represented in GMT.
> This is not a fault of rubygems, but I think it's better for
> rubygems to convert last_modified in GMT.

See HTTP-date definition of RFC 2616.

> -      request.add_field 'If-Modified-Since', last_modified.rfc2822
> +      request.add_field 'If-Modified-Since', last_modified.dup.gmtime.rfc2822

I recommend Time#httpdate.
-- 
Tanaka Akira

In This Thread