Cannot upload file from ActionController::TestUploadedFile in JRuby
sprite2005 opened this issue · 3 comments
sprite2005 commented
See this gist http://gist.github.com/473168
technoweenie commented
Is uploaded_data being called? http://github.com/technoweenie/attachment_fu/blob/master/lib/technoweenie/attachment_fu.rb#L337-354
I'd probably start with some puts
debugging there. See if it's being called, and if so, how far it gets before silently failing.
sprite2005 commented
Please close this issue. My app is based on Community Engine and one of their initializers break attachment_fu under JRuby: http://github.com/bborn/communityengine/blob/master/config/initializers/attachment_fu_patch.rb I will let them know. Thanks.
technoweenie commented
Rad :)