When I'm using local Webrick server on my local machine everything is OK, but after uploading my project to remote server (unicorn + nginx) i had bug with assets path. Now its starting from the root of the server:
<link href="/var/www/rails/demo/assets/application-2432a9098f54da0c4d34883512814c4b.css" media="all" rel="stylesheet" />
My app is located in /var/www/rails/demo/
What I'm doing wrong?