Ubuntu Ruby on Rails on 14.04 (Nginx + Unicorn) on digitalocean. My rails application was working fine until now. But, suddenly I am facing this error and none of my stylesheets/javascript files are loading.
I did rake assets:precompile. But, it doesn't work. I don't want to set
config.assets.compile = true
This will take a toll on my website. I have been going through a lot of solutions available online but they all suggest to set the above code to 'true'. I can't understand what has gone wrong!
I, [2015-02-12T14:31:37.688066 #19201] INFO -- : Started GET "/stylesheets/application.css" for 1.22.191.212 at 2015-02-12 14:31:37 +0000
I, [2015-02-12T14:31:37.691759 #19201] INFO -- : Processing by VendorsController#index as CSS
I, [2015-02-12T14:31:37.695637 #19201] INFO -- : Completed 500 Internal Server Error in 4ms