Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: f change create_table :users do |t| t.string :lastname t.string :firstname t.string :email t.string :password_digest end end end user = User.create(lastname: "LastName", firstname: "Name", email: "mail.mail.com", password: "qwerty") user.save (0.3ms) BEGIN (0.2ms) ROLLBACK Source: http://pastebin.com/raw.php?i=2LERTF5u
↧