after pulling my hair out with this one, I'm afraid I'm going to have to turn the knowledge of those much wiser.....again!
ok so here's the problem, I am following the following two railscasts:
deploying to a vps
asset pipeline in production
My setup:
Ubuntu Server 12.04
nginx
unicorn
ruby 1.9.3p125
rails 3.2.2
Ad far as I can tell everything has been followed to a T (or Tea or maybe a Tee, I've never seen this phrase written down before). The site is now running on my server but the stylesheet and javascript files are not loaded. it seems to be the same problem as Rails 3.1 404 Error when loading .css files that are present in public/assets or Rails 404 error for Stylesheet or JavaScript files. While the first has no answer, the latter suggests it may be a problem with the web-server not looking for static resources and perhaps shouldn't.
Does anybody know what might be causing this?
I'll try to add the relative files, but I have run out of room in the comment box