404 error with all static files
Opened this issue · 1 comments
Deleted user commented
I've followed Install guide in README but I get 404 error with all static files in production
http://imgur.com/a/gYmEP
I've run pre-compile assets
http://imgur.com/a/i5m34
You can check this link: https://brimir-phongtruong.c9users.io/users/sign_in
frenkel commented
You're running webrick directly on that link. You should add a real webserver in front of it (like nginx or apache2) to serve the static files.