-
Notifications
You must be signed in to change notification settings - Fork 43
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
Rails 4.2.0.beta2 Support #32
Comments
Any update on that? |
My memory is a little rust but I think the Rack Hijack spec says to return
|
@ngauthier Looks like it has, see this: rack/rack@36a2145 |
So perhaps it's ok to just return a 200? Can anyone try it out? |
It returns |
It is because newer version of rack has |
Thanks On Fri, Apr 17, 2015 at 2:12 PM, Sebastian Nowak notifications@github.com
|
Spend some time on it. Locally I have problems to update tests to pass with my code so instead of PR I show you my code. My monkey-patch looks like:
I am sure it could be better implemented, but it shows idea what have changed. |
Tubesock crashes in Rails4.2.0.beta with the following error:
This can be demonstrated in the sock-chat demo app by updating the Gemfile to Rails 4.2.0.beta2.
The text was updated successfully, but these errors were encountered: