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
I've been testing out nice_partials and I've noticed that if I use partial.helpers do ... end in a partial, it causes Rails development code reloading to become very unreliable.
Expected outcome: the content changes.
Actual outcome: the content stays the same. Refreshing a second time will show the updated content.
In my actual usage, it seems as though refreshing a second time doesn't always solve it. This gets extra confusing when you have an error, as the rails development error page will show current sources that no longer match the code that caused the error.
The text was updated successfully, but these errors were encountered:
Huh, that's strange! I haven't seen this and I'm not sure what's causing it. Unfortunately, I don't really have to investigate further or fix these days. I don't know when that'll happen again.
I've been testing out nice_partials and I've noticed that if I use
partial.helpers do ... end
in a partial, it causes Rails development code reloading to become very unreliable.Steps to reproduce:
rails new
+bundle add nice_partials
issue-101
branch.bundle install && rails server
Expected outcome: the content changes.
Actual outcome: the content stays the same. Refreshing a second time will show the updated content.
In my actual usage, it seems as though refreshing a second time doesn't always solve it. This gets extra confusing when you have an error, as the rails development error page will show current sources that no longer match the code that caused the error.
The text was updated successfully, but these errors were encountered: