有没有人尝试将文件发送到client_side
send_file(url),send_file("#{Rails.root}/public/images/rails.png",:type => "image/png")
它为我发送的任何文件提供错误
PROC:0xb74e606c @ /家庭..... /宝石/ ActionPack的-3.0.0.beta / LIB / action_controller /金属/ streaming.rb:95
简单
答案 0 :(得分:0)
此问题已修复:https://rails.lighthouseapp.com/projects/8994/tickets/3860-streaming-pdf-file 升级到3.0.0.beta1或传递:stream => false to send_file。