Broken Camping (on Dreamhost)

2010-01-20 Thread Garret Buell
Hello all, I'm running Camping 1.9.300 on DreamHost. Everything has been working great for quite some time, then recently, visiting the Camping app gives a 500 Internal Server Error. It seems as if something at DreamHost was upgraded and now everything is broken. Even the basic example Camping

Re: Broken Camping (on Dreamhost)

2010-01-20 Thread Magnus Holm
That's weird… First of all, could you update Rack to 1.1 and try with that version? If it's still broken, I think this monkey-patch should do it: class Rack::Request def params self.GET.update(self.POST) rescue EOFError, Errno::ESPIPE = e self.GET end end // Magnus Holm On Thu,