adequate_errors icon indicating copy to clipboard operation
adequate_errors copied to clipboard

Overcoming limitation of Rails model errors API

Results 2 adequate_errors issues
Sort by recently updated
recently updated
newest added

I have a validation on an amount value. It is checked against a dynamic minimum value (think it as some currency exchange). So if the amount is not over the...

rails limitation

When `%{attribute}` or `%{model}` are used in the error message, they are always capitalized. This can look weird when they are placed at the middle of the sentence. This is...

rails limitation