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?
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?
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