R
Ruby Student
[Note: parts of this message were removed to make it a legal post.]
Hello team,
I am having a problem with Ramaze.
I submitted a question and a helpful team member gave me the info below.
The problem is that I don't know how to apply the path and so I would like
someones help.
The following is the reply from a sympathetic user:
=================================================================
You need latest Rack from github, the commit fixing your problem is:
http://github.com/rack/rack/commit/723e29a005d2b878424d8abc021e1c1a1d7e865b
=================================================================
The above link will take you to a page with the following:
@@ -42,7 +42,7 @@ module Rack
res.status = status.to_i
headers.each { |k, vs|
if k.downcase == "set-cookie"
- res.cookies.concat vs.to_a
+ res.cookies.concat Array(vs)
else
vs.each { |v|
res[k] = v
I really would like to try this tool, Ramaze, but I can't continue until my
problem is resolved.
I am submitting this question here because I believe that applying the patch
might be the same either for Ruby or for Ramaze.
Thank you
Hello team,
I am having a problem with Ramaze.
I submitted a question and a helpful team member gave me the info below.
The problem is that I don't know how to apply the path and so I would like
someones help.
The following is the reply from a sympathetic user:
=================================================================
You need latest Rack from github, the commit fixing your problem is:
http://github.com/rack/rack/commit/723e29a005d2b878424d8abc021e1c1a1d7e865b
=================================================================
The above link will take you to a page with the following:
@@ -42,7 +42,7 @@ module Rack
res.status = status.to_i
headers.each { |k, vs|
if k.downcase == "set-cookie"
- res.cookies.concat vs.to_a
+ res.cookies.concat Array(vs)
else
vs.each { |v|
res[k] = v
I really would like to try this tool, Ramaze, but I can't continue until my
problem is resolved.
I am submitting this question here because I believe that applying the patch
might be the same either for Ruby or for Ramaze.
Thank you