1
I modified the show.html.erb file, but the changes are not displayed on the system, I started to work with Ruby in Redmine a little while ago, it could be cache or some compilation is needed in the modified file?
1
I modified the show.html.erb file, but the changes are not displayed on the system, I started to work with Ruby in Redmine a little while ago, it could be cache or some compilation is needed in the modified file?
1
If Voce is running your application on the server then every time Voce makes a change it will be necessary to restart the Rails server for the changes to be updated.
If your application is locally recommend going up the server in developmemt mode'
Browser other questions tagged ruby-on-rails ruby
You are not signed in. Login or sign up in order to post.
no compilation required as long as you are not running your application in Production mode
– Breno Perucchi
@Brenoperucchi thank you for the reply, the system is in production, what I must do?
– scooby
switch to Rails Development. I don’t know how you do this in Redmine pq I don’t use the IDE.
– Breno Perucchi
Hello, can send a print of what is being rendered?
– Luiz Carvalho