In rails, how can I find out what caused a .save() to fail, other than validation errors? December 30, 2022 by Tarik If @user.save (for example) returns false, then just run this to get all the errors: @user.errors.full_messages