Hegwin.Me

Time doth transfix the flourish set on youth. And delves the parallels in beauty's brow.

Handle Assets with Nginx Instead of Thin

Nginx部署时Assets静态文件请求的配置

When deploying a Rails project to a production environment, I met a lot of problems with assets. For the Hegwin.me blog you're reading now, I'm using Nginx and Thin as the server for deployment. Since I don't deploy very often, I basically do it manually. During my deployment, after I execute `RAILS_ENV=production bundle exec rake assets:precompile` and start the server...