I am trying to change the html.erb files from my application, but when i upload the new version and i check with a browser it’s still the old one, i tried different browsers/cleared cache.
Do I need to restart the app? if so, how do i do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You say you are “uploading the new version” which suggests that you’re talking about a server run in production mode (e.g. not your local development environment). In that case, yes, you likely need to restart your application server. E.g. if you are running with Apache/Passenger, then restart Apache.