-
Published Question
My production app has been running for a while. Then yesterday I did a git pull that changed four files and my site stopped loading.
The culprit appears to be unicorn failing to run properly.
No matter what I do, unic...
3
•
•
By
jcspampinato
Ruby on Rails
Ubuntu 16.04
-
Published Question
So, made some small changes to some files, the largest of which was the creation of a new javascript file and moving an existing javascript function to it. Committed them locally, pushed them to my remote master, then...
1
•
•
By
jcspampinato
Ruby on Rails
Deployment
Nginx
Ubuntu 16.04
-
Published Question
Images that exist in my repo and display fine in development are 404 not found in production.
I have confirmed the images are present on the production server in root/assets/images/<subdir>/. The images are not acces...
2
•
•
By
jcspampinato
Ruby on Rails
DigitalOcean 1-Click Apps Marketplace
Ubuntu 16.04
-
Published Question
My site runs fine locally in development. However, deployed on digital ocean in the Ubuntu 16.04 environment, it breaks because the so-called 'shebang' line above, which is not in any of my original js code, nor direc...
3
•
•
By
jcspampinato
Ruby on Rails
JavaScript
Linux Basics
Ubuntu 16.04