Skip to content

Rails 4.2.0.beta2 Support #32

@tyrauber

Description

@tyrauber

Tubesock crashes in Rails4.2.0.beta with the following error:

 Started GET "/chat" for ::1 at 2014-11-09 14:20:01 -0800
 Processing by ChatController#chat as HTML
   Rendered text template (0.1ms)
 Completed -1  in 12ms (Views: 3.4ms | ActiveRecord: 0.0ms)
 Rack::Lint::LintError: Status must be >=100 seen as integer
 Exiting
 /gems/tubesock-0.2.4/lib/tubesock.rb:96:in `select': no implicit conversion of Rack::Lint::HijackWrapper into IO (TypeError)

This can be demonstrated in the sock-chat demo app by updating the Gemfile to Rails 4.2.0.beta2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions