rails icon indicating copy to clipboard operation
rails copied to clipboard

Improve ActiveStorage::InvariableError message

Open p8 opened this issue 1 year ago • 0 comments

Mention which blob can't be transformed and what content_type it has.

Checklist

Before submitting the PR make sure the following are checked:

  • [x] This Pull Request is related to one change. Unrelated changes should be opened in separate PRs.
  • [x] Commit message has a detailed description of what changed and why. If this PR fixes a related issue include it in the commit message. Ex: [Fix #issue-number]
  • [x] Tests are added or updated if you fix a bug or add a feature.
  • [x] CHANGELOG files are updated for the changed libraries if there is a behavior change or additional feature. Minor bug fixes and documentation changes should not be included.

p8 avatar Jun 22 '24 16:06 p8