[RUBY] Isn't it reflected even if the content is updated in Rails?

★ I updated the content, but it is not reflected. .. ..

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.

❶ Do rails s and spring stop in another tab

Maybe you can eliminate the badness by springing again and checking the behavior?

$ spring stop

Spring is not running

❶ Take a look at the process

If there is a process other than the following here, KILL

ps aux | grep spring

12.png

After executing KILL with $ ps aux | grep spring, check if KILL is done

$ kill -9 ◯◯◯◯

$ ps aux | grep spring

Recommended Posts

Isn't it reflected even if the content is updated in Rails?
Even if I write the setting of STRICT_QUOTE_ESCAPING in CATALINA_OPTS in tomcat8.5, it is not reflected.
What to do if Cloud9 is full in the Rails tutorial
Memo: [Java] If a file is in the monitored directory, process it.
An active hash that can be treated as data even if it is not in the database
If the parameter is an array, how to include it in Stopara's params.permit
Continuation ・ Active hash that can be handled as data even if it is not in the database ~ Display
Is it faster if the docker bind mount is readonly?
Is there an instance even if the constructor fails?
[Rails] N + 1 is evil! If it does occur, resolve it for the time being! !! Is dangerous
At the time of dialogReturn event, I checked because it is not updated even if I specify a component with update
It doesn't work if the Map key is an array
[Rails] When the layout change of devise is not reflected
Enter line breaks in rails text_area → display as it is.
If it doesn't change with the disable_with option in Safari
[Rails carrier wave] How to not transition to the error screen even if the image upload is not selected
Like function The part that is stuck in making it asynchronous
What to do if the Rails page doesn't appear in Rails tutorial 1.3.2
[Rails] Why is it render if save is successful and redirect_to fails?
How to write the view when Vue is introduced in Rails?
Even though the property file path is specified in the -cp option, it is not recognized as a classpath.
rails AWS deployment is not reflected
Data is not registered in Rails.
"" Application.js "is not present in the asset pipeline" error in Ruby on Rails
[Rails] About the error that the image is not displayed in the production environment
[Java] Nowadays, the extended for statement is not exclusively for List, isn't it?
Get the type of an array element to determine if it is an array
Is there an engineer who hasn't validated the Json column in Rails?
[Cloud9] Yay! You ’re on Rails! Is not displayed in the rails tutorial
Phenomenon that cannot log out even though it is described in devise
Is it possible to put the library (aar) in the Android library (aar) and use it?
If you get the error The data ca n’t be read because it is missing in docker for mac