Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Translate service-specific missing object exceptions into a generic one | Cameron Bothner | 2018-08-21 | 1 | -0/+4 |
| | | | | | | | | | `ActiveStorage::Blob#download` and `ActiveStorage::Blob#open` raise `ActiveStorage::FileNotFoundError` when the corresponding file is missing from the storage service. Services translate service-specific missing object exceptions (e.g. `Google::Cloud::NotFoundError` for the GCS service and `Errno::ENOENT` for the disk service) into `ActiveStorage::FileNotFoundError`. | ||||
* | Document all Active Storage error classes [ci skip] | George Claghorn | 2018-08-10 | 1 | -0/+8 |
| | |||||
* | Add a generic base class for Active Storage exceptions | George Claghorn | 2018-08-10 | 1 | -4/+7 |
| | | | | | | Closes #33292. [Andrei Makarov & George Claghorn] | ||||
* | Verify integrity after chunked download | George Claghorn | 2018-05-28 | 1 | -0/+4 |
| | |||||
* | Add missing `# frozen_string_literal: true` | Ryuta Kamizono | 2018-01-11 | 1 | -0/+2 |
| | |||||
* | Extract Analyzable and Representable concerns | George Claghorn | 2018-01-10 | 1 | -0/+5 |