You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sinatrarb
Hello, does anybody have Shotgun working with Ruby 1.9.1? I get the
following error when I try a simple request:
Rack::Lint::LintError at /
rack.input #<StringIO:0x00000100d03dc8> does not have ASCII-8BIT as
its external encoding
I can see where the encoding's being returned as UTF-8, but I've been
unable to set it in various attempts (such as specifying
Encoding.default_external).
Running my test app via rackup or thin works fine.