This project is archived and is in readonly mode.
rack.input requires ASCII-8BIT encoded StringIO
Reported by qoobaa | October 19th, 2009 @ 10:44 AM
New Rack (1.0.1) throws an exception if the rack.input parameter is not binary encoded. This breaks integration tests (Cucumber, Webrat, etc.).
Comments and changes to this ticket
-
yury October 31st, 2009 @ 06:41 PM
ruby 1.9.1p243, rack 1.0.1, rails-2-3-stable
Without this patch i have 2 failures, 66 errors in actionpack tests.
With patch everything is ok. -
Chip November 11th, 2009 @ 11:27 PM
Thanks!
Works with my system:
ruby 1.9.1p129, rack 1.0.1, rails 2.3.4 -
Taylor luk November 13th, 2009 @ 03:32 AM
+1 confirm bug , cucumber + webrat outputs that error message
ruby 1.9.1 p243
rails 2.3.4temporary patch to make cucumber work again without touching rails core
https://rspec.lighthouseapp.com/projects/16211-cucumber/tickets/490...
-
qoobaa May 9th, 2010 @ 10:05 PM
I think someone has already solved this problem without closing ticket.
-
Andrea Campi October 11th, 2010 @ 07:24 AM
- Tag changed from 1.9, 1.9.1, 2-3-stable, 2.3, 2.3.4, actioncontroller, action_controller, action_pack, integration, integration_test, patch, patched, ruby1.9, ruby19 to 1.9, 1.9.1, 2-3-stable, 2.3, 2.3.4, actioncontroller, action_controller, action_pack, integration, integration_test, patch, ruby1.9, ruby19
- Importance changed from to
bulk tags cleanup
-
Piotr Sarnacki December 15th, 2010 @ 08:53 AM
- State changed from new to resolved
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>