Question
clear cache on Ruby on Rails on Ubuntu (nginx + unicorn)
I set up a new Ruby on Rails on Ubuntu (nginx + unicorn) droplet. The only thing I did was change the html in the default home page (/home/rails/app/views/home/index.html.erb).
Now when I load and reload the home page at http://104.131.230.147/ it switches between the original home page and the new one. I have checked with others to see if the behavior is the same for them and it is.
I’ve tried
rake tmp:cache:clear
rake assets:clean
What other options are there?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
I have this issue as well. I have to restart the server for it to work. :(