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
The text was updated successfully, but these errors were encountered:
fleitz
changed the title
Duplicate Content when using :erb filter
Using :erb filter multiple times repeats all previous :erb filter content.
Jun 27, 2019
Expected Result:
test is printed twice.
Actual Result:
test is printed three times.
The more times you use the ERB filter the more times it repeats all previous :erb filter content.
Running this view through haml on the command line produces the intended result, so I believe this is an issue with the way haml interacts with rails.
Produced this result by using only rails new rails_test and then adding the haml-rails and haml gems to the Gemfile and scaffolding a foos_controller.
From Gemfile.lock:
The text was updated successfully, but these errors were encountered: