unterminated string meets end of file +rails

 This error is because you are trying to instert special symbol in record.

User.last.update(password: "!@#$")

User.last.update(password: "!@/#$") //it will not throw any errors.

Popular posts from this blog

Completely uninstall elasticsearch in Linux

Install Elastic search 5.x in ubuntu 20, 18, 16