diff options
author | xibbar <xibbar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-24 07:25:53 +0000 |
---|---|---|
committer | xibbar <xibbar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-24 07:25:53 +0000 |
commit | 552956c89e38ae64edb9e737d0dee2cb5dcdd89d (patch) | |
tree | 5c4d7a8c10453119cccebe995619e62d8459a842 /ChangeLog | |
parent | 36b49a104c355c5a3bc4eb2f9ece14432e829cb2 (diff) | |
download | ruby-552956c89e38ae64edb9e737d0dee2cb5dcdd89d.tar.gz ruby-552956c89e38ae64edb9e737d0dee2cb5dcdd89d.tar.xz ruby-552956c89e38ae64edb9e737d0dee2cb5dcdd89d.zip |
* lib/cgi/core.rb (read_multipart): change field value as String
from StringIO of Tempfile when multipart parse without file field.
add files method that can uploaded files. [ruby-dev:36547]
* test/cgi/test_cgi_multipart.rb: fix the test for core.rb.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19906 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Fri Oct 24 16:13:12 2008 Takeyuki FUJIOKA <xibbar@ruby-lang.org> + + * lib/cgi/core.rb (read_multipart): change field value as String + from StringIO of Tempfile when multipart parse without file field. + add files method that can uploaded files. [ruby-dev:36547] + + * test/cgi/test_cgi_multipart.rb: fix the test for core.rb. + Fri Oct 24 14:22:48 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * common.mk (ext): split out the target for extension library. |