aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/test/template
Commit message (Collapse)AuthorAgeFilesLines
* Use frozen string literal in Active StorageKoichi ITO2017-08-121-0/+2
|
* Run Active Storage tests in CI (#30144)George Claghorn2017-08-101-4/+0
|
* Extend image_tag to accept ActiveStorage Attachments and Variants (#30084)Anton Khamets2017-08-071-0/+40
* Extend image_tag to accept ActiveStorage's Attachments and Variants * Flip resolve_image_source around * Add tests for the new use-cases of image_tag * Remove the higher-level test * Update image_tag documentation * Add error states into the test suite * Re-raise polymorhic_url's NoMethodError as ArgumentError * delegate_missing_to will raise DelegationError instead of NoMethodError