Skip to content

Conversation

@sbellity
Copy link

@sbellity sbellity commented Feb 6, 2014

  • Params passed in GET operation are now available via Rack::Request params method.
  • Uses URI.parse instead of url.split("?") to parse the op url

Currently, params passed in GET operation are not available via
Rack::Request params.
@chamnap
Copy link

chamnap commented Jun 8, 2016

@arsduo, can we get this PR merged?

@env["REQUEST_PATH"] = uri.path
@env["ORIGINAL_FULLPATH"] = @env["PATH_INFO"] = @url

if @method == 'get'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it should be 'GET'.

@chamnap
Copy link

chamnap commented Jun 8, 2016

It doesn't work for me. I don't know why.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants