Activity
From 04/23/2009 to 04/29/2009
04/29/2009
-
10:00 PM Feature #1411: transcode for UTF8-MAC
- =begin
成瀬です。
Nobuyoshi Nakada wrote:
> なかだです。
>
> At Wed, 29 Apr 2009 18:43:26 +0900,
> NARUSE, Yui wrote in... -
07:50 PM Feature #1411: transcode for UTF8-MAC
- =begin
なかだです。
At Wed, 29 Apr 2009 18:43:26 +0900,
NARUSE, Yui wrote in [ruby-dev:38356]:
> 「ファイルシステムに適した形」というのは... -
06:43 PM Feature #1411: transcode for UTF8-MAC
- =begin
成瀬です。
Nobuyoshi Nakada wrote:
> Mac OS Xのシステムコールとしては、NFCだろうとNFDだろうと区別せず
> に通すようです。
正確にはVFSドライバのレイヤーです... -
06:01 PM Bug #1419 (Closed): Tk, segmentation fault
- =begin
linux-jb1a:/home/oleg/src/RUBY/SVN/ruby/ext/tk/sample # ruby ./menubar1.rb
/usr/local/lib/ruby/site_ruby/1.... -
03:27 PM Bug #1418 (Closed): File.join repeats recursive array contents
- =begin
Applied in changeset r23306.
=end
-
12:12 PM Bug #1418 (Closed): File.join repeats recursive array contents
- =begin
This was fixed for Array#join, see [ruby-dev:37019].
$ ruby1.8 -v
ruby 1.8.8dev (2009-04-28 revision ...
04/28/2009
-
07:17 AM Bug #1415 (Closed): Structがppできない
- =begin
Applied in changeset r23301.
=end
-
04:48 AM Bug #1415 (Closed): Structがppできない
- =begin
Ruby 1.9.1で構造体をppするとエラーになります。
require 'pp'
RUBY_VERSION # => "1.9.1"
struct = Str...
04/27/2009
-
04:57 PM Bug #1410 (Closed): irb shows some messages on boot
- =begin
Applied in changeset r23300.
=end
-
03:58 PM Bug #1410: irb shows some messages on boot
- =begin
いまいです。
From: Nobuhiro IMAI <nov_at_yo.rim.or.jp>
Date: Mon, 27 Apr 2009 15:43:51 +0900
> こんなことになってるようで... -
03:44 PM Bug #1410: irb shows some messages on boot
- =begin
いまいです。
From: Nobuhiro IMAI <nov_at_yo.rim.or.jp>
Date: Mon, 27 Apr 2009 15:18:20 +0900
> /home/nov/rub... -
03:18 PM Bug #1410: irb shows some messages on boot
- =begin
いまいです。
From: Nobuyoshi Nakada <nobu_at_ruby-lang.org>
Date: Mon, 27 Apr 2009 14:36:25 +0900
>> irb を起動... -
02:36 PM Bug #1410: irb shows some messages on boot
- =begin
なかだです。
At Sun, 26 Apr 2009 21:08:48 +0900,
Nobuhiro IMAI wrote in [ruby-dev:38336]:
> irb を起動すると以下のようなメッ... -
03:34 PM Bug #1414 (Third Party's Issue): NameError (undefined method `path' for class `ActionController::UploadedStringIO')
- =begin
See also Ruby bug #1271
Processing ApplicationController#create (for 127.0.0.1 at 2009-04-26 19:00:26) [... -
10:09 AM Feature #1408: 0.1.to_r not equal to (1/10)
- =begin
Heesob Park wrote:
> 2009/4/27 Martin DeMello <[email protected]>:
>> On Sun, Apr 26, 2009 at 2:51 PM... -
09:49 AM Feature #1408: 0.1.to_r not equal to (1/10)
- =begin
2009/4/27 Martin DeMello <[email protected]>:
> On Sun, Apr 26, 2009 at 2:51 PM, Heesob Park <redmine@... -
01:49 AM Feature #1411 (Closed): transcode for UTF8-MAC
- =begin
なかだです。
At Thu, 16 Apr 2009 22:21:24 +0900,
NARUSE, Yui wrote in [ruby-dev:38310]:
> わたしはMac OS Xで生活し...
04/26/2009
-
09:08 PM Bug #1410 (Closed): irb shows some messages on boot
- =begin
irb を起動すると以下のようなメッセージが出るようです。
$ irb1.9
Error loading gem paths on load path in gem_prelude
no implic... -
06:21 PM Feature #1408 (Closed): 0.1.to_r not equal to (1/10)
- =begin
$ ruby -e 'p 0.1.to_r'
(3602879701896397/36028797018963968)
whereas
$ ruby -e 'p "0.1".to_r'
... -
03:17 PM Bug #1407 (Closed): Ruby 1.9.1でのoptparseの挙動がおかしい
- =begin
Applied in changeset r23286.
=end
-
02:32 PM Bug #1407 (Closed): Ruby 1.9.1でのoptparseの挙動がおかしい
- =begin
Ruby 1.9.1でのoptparse.rbの挙動がおかしいです。Ruby 1.8.7の挙動が正しいと思います。
$ cat optparse-bug.rb
#!/usr/local/bin/ruby
...
04/25/2009
-
08:45 PM Bug #1404 (Feedback): Net::HTTP::Post failing when a post field contains ":"
- =begin
=end
-
07:21 PM Bug #1404: Net::HTTP::Post failing when a post field contains ":"
- =begin
Hi,
At Sat, 25 Apr 2009 15:06:51 +0900,
Ignacio Martín wrote in [ruby-core:23311]:
> Bug #1404: Net::HTT... -
07:20 PM Bug #1404: Net::HTTP::Post failing when a post field contains ":"
- =begin
Hi,
At Sat, 25 Apr 2009 18:51:50 +0900,
daz wrote in [ruby-core:23313]:
> ^ (?) Change seems to be for:
... -
07:13 PM Bug #1404 (Open): Net::HTTP::Post failing when a post field contains ":"
- =begin
=end
-
06:27 PM Bug #1404 (Closed): Net::HTTP::Post failing when a post field contains ":"
- =begin
Applied in changeset r23277.
=end
-
03:06 PM Bug #1404 (Closed): Net::HTTP::Post failing when a post field contains ":"
- =begin
require 'net/http'
post_me = {
'var' => 'a:b'
}
uri = URI.parse("www.someserver.com")
reques... -
07:17 PM Bug #1403 (Closed): Process.daemon should do a double fork to avoid problems with controlling terminals
- =begin
Applied in changeset r23280.
=end
-
10:16 AM Bug #1403: Process.daemon should do a double fork to avoid problems with controlling terminals
- =begin
=end
-
10:11 AM Bug #1403: Process.daemon should do a double fork to avoid problems with controlling terminals
- =begin
Hi,
At Sat, 25 Apr 2009 09:52:46 +0900,
Gary Wright wrote in [ruby-core:23307]:
> >> Author: Gary Wright... -
08:15 AM Bug #1403: Process.daemon should do a double fork to avoid problems with controlling terminals
- =begin
Hi,
At Sat, 25 Apr 2009 08:06:36 +0900,
Gary Wright wrote in [ruby-core:23305]:
> Author: Gary Wright
>... -
08:06 AM Bug #1403 (Closed): Process.daemon should do a double fork to avoid problems with controlling terminals
- =begin
Standard practice when 'daemonizing' is to do a second fork so that the final process is no longer a session ... -
06:51 PM Bug #1405 (Rejected): File::Stat have no marshal_dump/marshal_load
- =begin
File::Stat have no marshal_dump/marshal_load
=end
04/24/2009
-
09:43 AM Bug #1401 (Rejected): ftools is not in the 1.9.1
- =begin
ftools is deprecated.
Use fileutils instead.
=end
-
09:28 AM Bug #1401 (Rejected): ftools is not in the 1.9.1
- =begin
require 'ftools' does not work.
=end
04/23/2009
-
10:37 PM Feature #1400: Please add a method to enumerate fields in OpenStruct
- =begin
A usage example and context for the feature request here: http://www.sourcepole.ch/2009/4/23/what-fields-does... -
10:34 PM Feature #1400 (Closed): Please add a method to enumerate fields in OpenStruct
- =begin
There are two ways to find out what fields an OpenStruct instance has. One is through inspect,
however tha... -
05:56 PM Bug #1399 (Third Party's Issue): Segmentation fault is raised when you use a postgres gem
- =begin
I dont know if my post is at the correct place, i hope so...
I used both postgres gems (ruby-pg and ruby-po...
Also available in: Atom