After a bit more digging.. Paperclip works fine in file mode.. minus
any S3 connections... with them.. I get this when I assign my file to
the instance.attachment... in my case media.image = file So, it seems
Paperclip is fine for the most part, and the problem is now
interfacing Paperclip with RightAws? I am using latest of each...
right_aws v1.7.3 with right_http_connection v1.2.3, and paperclip
v2.1.2
incompatible Net::HTTP monkey-patch
/usr/lib/ruby/gems/1.8/gems/right_http_connection-1.2.3/lib/
right_http_connection.rb:402:in `request'
/usr/lib/ruby/gems/1.8/gems/right_http_connection-1.2.3/lib/
right_http_connection.rb:330:in `loop'
/usr/lib/ruby/gems/1.8/gems/right_http_connection-1.2.3/lib/
right_http_connection.rb:330:in `request'
/usr/lib/ruby/gems/1.8/gems/right_aws-1.7.3/lib/awsbase/
right_awsbase.rb:245:in `request_info_impl'
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
/usr/lib/ruby/gems/1.8/gems/right_aws-1.7.3/lib/awsbase/
benchmark_fix.rb:30:in `add!'
/usr/lib/ruby/gems/1.8/gems/right_aws-1.7.3/lib/awsbase/
right_awsbase.rb:245:in `request_info_impl'
/usr/lib/ruby/gems/1.8/gems/right_aws-1.7.3/lib/s3/
right_s3_interface.rb:161:in `request_info'
/usr/lib/ruby/gems/1.8/gems/right_aws-1.7.3/lib/s3/
right_s3_interface.rb:363:in `put'
/usr/lib/ruby/gems/1.8/gems/right_aws-1.7.3/lib/s3/right_s3.rb:451:in
`put'
/usr/lib/ruby/gems/1.8/gems/paperclip-2.1.2/lib/paperclip/storage.rb:
95:in `flush_writes'
/usr/lib/ruby/gems/1.8/gems/paperclip-2.1.2/lib/paperclip/storage.rb:
91:in `each'
/usr/lib/ruby/gems/1.8/gems/paperclip-2.1.2/lib/paperclip/storage.rb:
91:in `flush_writes'
/usr/lib/ruby/gems/1.8/gems/paperclip-2.1.2/lib/paperclip/
attachment.rb:114:in `save'
/usr/lib/ruby/gems/1.8/gems/paperclip-2.1.2/lib/paperclip.rb:226:in
`send'
/usr/lib/ruby/gems/1.8/gems/paperclip-2.1.2/lib/paperclip.rb:226:in
`save_attached_files'
/usr/lib/ruby/gems/1.8/gems/paperclip-2.1.2/lib/paperclip.rb:220:in
`each_attachment'
/usr/lib/ruby/gems/1.8/gems/paperclip-2.1.2/lib/paperclip.rb:219:in
`each'
/usr/lib/ruby/gems/1.8/gems/paperclip-2.1.2/lib/paperclip.rb:219:in
`each_attachment'
/usr/lib/ruby/gems/1.8/gems/paperclip-2.1.2/lib/paperclip.rb:225:in
`save_attached_files'