Ruby on Rails - .html.erb file does not update on server

1

I modified the show.html.erb file, but the changes are not displayed on the system, I started to tinker with ruby in redmine, could it be cache or does it require some compilation in the modified file?

    
asked by anonymous 19.08.2016 / 21:41

1 answer

1

If you are running your application on the server then every time you make a change you will need to restart the rails server for the changes to be updated.

If your application is locally recommend upgrading the server in 'developmemt' mode

    
20.08.2016 / 05:24