Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't hide _method param in logs; Issue #426 #427

Closed
wants to merge 1 commit into from

Conversation

dlee
Copy link
Contributor

@dlee dlee commented May 7, 2011

Hiding the _method param leaves no indication in the Rails log that a request
would be interpreted by the Rails app according to the method override.

Hiding the _method param leaves no indication in the Rails log that a request
would be interpreted by the Rails app according to the method override.
@dhh
Copy link
Member

dhh commented May 7, 2011

The Rails log already shows you what kind of a request it is. We don't need to repeat this again in the log by exposing _method. Teaching people that it's there is a 1-time piece of information that's not worth cluttering the log with for all time thereafter.

@dhh dhh closed this May 7, 2011
@dlee
Copy link
Contributor Author

dlee commented May 7, 2011

So you're saying issue #426 is not reproducible?

I don't see any indication in the Rails log that tells me that a PUT request is a PUT request.

@dhh
Copy link
Member

dhh commented May 7, 2011

Yeah, I see the problem. We should fix that at its root rather than get _method in there.

@dlee
Copy link
Contributor Author

dlee commented May 7, 2011

Ah, didn't realize it was a regression.

matthewd pushed a commit that referenced this pull request Apr 24, 2018
- Disable jruby-head since bundle fetching is failing on travis
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.

None yet

2 participants