You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my interactive application that enables OpenStack VM creation, i use erb to dynamically generate drop down in the form.yml.erb file.
When I had a look at the logs, I see the erb code is called in a loop, even when the form is not viewed. Why is that? Is this expected behavior? Shouldn't the form be rendered only when it's opened?
The text was updated successfully, but these errors were encountered:
andrejcermak
changed the title
form.yml.erb being rendered all the tim
form.yml.erb being rendered all the time
May 15, 2025
In my interactive application that enables OpenStack VM creation, i use
erb
to dynamically generate drop down in the form.yml.erb file.When I had a look at the logs, I see the
erb
code is called in a loop, even when the form is not viewed. Why is that? Is this expected behavior? Shouldn't the form be rendered only when it's opened?The text was updated successfully, but these errors were encountered: