rails3用nginx+passenger部署,结果send_file取读的附件无法显示,通过firebug查看发现只发送0字节,搜索了一下网上的解决方案,修改config/environments/production.rb,设置 config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect'还是不行,后来 、cd /yoursitepath/current/chmod 777 -R tmp/问题解决!!!!
rails用nginx部署无法send_file的解...
ruby中hash的fetch,跟python中dict的..
Ruby格式化时间显示
ruby删除文件夹和里面的内容
ruby遍历文件夹
Ruby的哲学——与Yukihiro Matsumoto...
Ruby的map!(collect!)直接修改数组
ruby读文件的方法