< :前の番号
^ :番号順リスト
> :次の番号
P :前の記事(スレッド移動)
N :次の記事(スレッド移動)
|<:前のスレッド
>|:次のスレッド
^ :返事先
_:自分への返事
>:同じ返事先を持つ記事(前)
<:同じ返事先を持つ記事(後)
---:分割してスレッド表示、再表示
| :分割して(縦)スレッド表示、再表示
~ :スレッドのフレーム消去
.:インデックス
..:インデックスのインデックス
Issue #9051 has been updated by naruse (Yui NARUSE).
Category set to lib
Status changed from Open to Assigned
Assignee set to akr (Akira Tanaka)
Target version set to current: 2.1.0
Backport changed from 1.9.3: UNKNOWN, 2.0.0: UNKNOWN to 1.9.3: DONTNEED, 2.0.0: DONTNEED
Sounds reasonable.
How do you think, akr?
----------------------------------------
Bug #9051: open-uri meta_add_field method removed
https://bugs.ruby-lang.org/issues/9051#change-42614
Author: eweb (Eamonn Webster)
Status: Assigned
Priority: Normal
Assignee: akr (Akira Tanaka)
Category: lib
Target version: current: 2.1.0
ruby -v: ruby 2.1.0dev (2013-10-18 trunk 43355) [x86_64-darwin12.5.0]
Backport: 1.9.3: DONTNEED, 2.0.0: DONTNEED
In the fix for bug #4964 the method Meta#meta_add_field(name, value) was removed and replaced with meta_add_field2(name, values) Note plural!
This breaks code that uses meta_add_field. e.g. HTTPClient.
The fix is to re-implement meta_add_field using meta_add_field2
--
http://bugs.ruby-lang.org/