Previews not updating without Rails restart #1522
Unanswered
Jackson200
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Basically like the title, previews don't update without restarting Rails, if anyone has any insight?
My preview files live in
spec/components/previews/
, but I had the same issue when they were undertest
. When I update thecomponent.rb
, orcomponent.html.erb
I see the changes on refresh, but when I update myspec/components/previews/component_preview.rb
I need to restart Rails to see the changes.I have searched for
spring
orcache
that shouldn't be ondevelopment
, but I am stumped.Has anyone come across this before, or have any ideas?
Thanks a million for reading.
Beta Was this translation helpful? Give feedback.
All reactions