Maybe spring is doing something wrong?
spring is when you do rails s There is a possibility that old information is being read because it starts up and reads at the same time.
Maybe you can eliminate the badness by springing again and checking the behavior?
$ spring stop
Spring is not running
If there is a process other than the following here, KILL
ps aux | grep spring
After executing KILL with $ ps aux | grep spring, check if KILL is done
$ kill -9 ◯◯◯◯
$ ps aux | grep spring
Recommended Posts