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

Use action dispatch #55

Merged
merged 2 commits into from
Aug 4, 2022
Merged

Use action dispatch #55

merged 2 commits into from
Aug 4, 2022

Conversation

ham0215
Copy link
Contributor

@ham0215 ham0215 commented Aug 4, 2022

#51 modified the application to use rack from ActionDispach, but the effect of this change caused the existing application to stop working.

Specifically, the same implementation as in this comment(#10 (comment)) is not able to use to_io due to the type change, resulting in a NoMethodError.

I would like to revert from rack to ActionDispach, and also upgrade to version 7.0.3.1 to be compatible with Rails 7.

If this is ok, please use this pull request.

@fuelen fuelen merged commit cc6aed3 into jetruby:master Aug 4, 2022
@fuelen
Copy link
Collaborator

fuelen commented Aug 4, 2022

Thank you!

@fuelen
Copy link
Collaborator

fuelen commented Aug 4, 2022

Published to rubygems

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