You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't want to see error messages being annotated on the top of classes that failed. This happens commonly on parent classes such as ApplicationRecord or other custom ParentModel.
Examples:
# # can't find table ''
OR
# Could not dump table "other_db.foobars" because of following NoMethodError
# undefined method `[]' for nil:NilClass
These messages should not be shown by default. Maybe we could add something like an optional --debug flag to the rake task which would still print these messages.
The text was updated successfully, but these errors were encountered:
I don't want to see error messages being annotated on the top of classes that failed. This happens commonly on parent classes such as ApplicationRecord or other custom ParentModel.
Examples:
# # can't find table ''
OR
These messages should not be shown by default. Maybe we could add something like an optional
--debug
flag to the rake task which would still print these messages.The text was updated successfully, but these errors were encountered: