unterminated string meets end of file +rails Get link Facebook Twitter Pinterest Email Other Apps - November 17, 2020 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. Read more