search for: parse_multipart

Displaying 3 results from an estimated 3 matches for "parse_multipart".

2010 Jun 14
3
How do I upgrade rack in my current rails app?
Hi, I have a rails 2.3.8 app which has rack 1.1.0. I get parse_multipart error. There''s a new release of rack 1.2.0 which might fix the multipart error. The question is how I upgrade the rack? I froze the rails. I did "gem update rack" and it upgraded rack to 1.2.0. But my rails app still uses rack 1.1. How do I set the rails app use rack 1.2.0? Tha...
2007 Oct 24
1
Status of Merb on JRuby
...es applied, there are still 3 spec failures. One is in the spec ''a merb mailer should be able to send mails via sendmail'', and depends on JRuby bug JRUBY-1106[5]. The other two are caused by a ''can''t convert Tempfile into String'' error in Request#parse_multipart. I''ll try and track that one down later today. Most of Merb''s dependencies are available on JRuby, with the exception of json, which uses a native C parser. Changing the gem dependency to json_pure would allow Merb to install on any platform [4]. Mongrel doesn''t off...
2010 Jan 11
0
FAILSAFE error when attempting custom POST - How do I fault find for this?
...art, with a file upload + some form parameters) however it''s hard to tell from Rails what it is causing it? /!\ FAILSAFE /!\ Tue Jan 12 08:20:06 +1000 2010 Status: 500 Internal Server Error bad content body /opt/local/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/utils.rb: 351:in `parse_multipart'' /opt/local/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/utils.rb: 323:in `loop'' /opt/local/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/utils.rb: 323:in `parse_multipart'' /opt/local/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/request.rb: 133:in `POST''...