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

Replace deprecated usage of Request[] with request.params[] #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

adolski
Copy link

@adolski adolski commented Dec 14, 2023

In Rack 3.0.0.beta1, Request[] was deprecated and prints the following message to the console when used:

Request#[] is deprecated and will be removed in a future version of Rack. Please use request.params[] instead

This PR replaces the use of Request[] with Request.params[] per the recommendation of the console message.

@scott8803
Copy link

Any idea if this is going to be merged in? Is this gem still maintained by anyone?

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