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

Asked

Viewed 82 times

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?

  • no compilation required as long as you are not running your application in Production mode

  • @Brenoperucchi thank you for the reply, the system is in production, what I must do?

  • switch to Rails Development. I don’t know how you do this in Redmine pq I don’t use the IDE.

  • Hello, can send a print of what is being rendered?

1 answer

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

You are not signed in. Login or sign up in order to post.