I am trying to send a file via send_file, in rails 3... The file is found and is seemingly sent too, but for some reason it is not received...
Also even though :disposition => 'inline' is set, the browser always shows a "download box"...
In nginx conf, sendfile is set to on...