2010年6月8日火曜日

rails 2.3.8 で The error occurred while evaluating nil.[]

 またまた、いろいろ変更されたおかげで、mongrel に修正が必要なようだ…。

mongrel-1.1.5/lib/mongrel/cgi.rb

def send_cookies(to)
...
else
#to['Set-Cookie'] = options['cookie'].to_s
to['Set-Cookie'] = @head['cookie'].to_s
end
...
end


2010/06/09 追記:このやり方でも、まだダメみたいだ…。
2010/06/09 追記2: @ ぬけてるやん orz...

0 件のコメント: