Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Recommend using :resize_to_fit after all | Janko Marohnić | 2018-04-23 | 1 | -5/+5 |
| | |||||
* | Fix leftover references to VariantsController [ci skip] | dixpac | 2018-04-08 | 1 | -1/+1 |
| | | | | | VariantsController has been merged to RepresentationsController, this PR fixes outdated references to VariantsController in ActiveStorage documentation. | ||||
* | Generate root-relative paths in Active Storage disk service URL methods | George Claghorn | 2018-03-05 | 1 | -3/+7 |
| | | | | Fixes #32129. | ||||
* | Merge Previews/Variants controller into one Representations controller. | Kasper Timm Hansen | 2018-03-03 | 1 | -2/+2 |
| | | | | | | | | | Since ActiveStorage::Blob::Representable unifies the idea of previews and variants under one roof as representation, we may as well have the controllers follow suit. Thus ActiveStorage::RepresenationsController enters the fray. I've copied the old tests for both previews and variants and unified those as well. | ||||
* | Hoist update for clarity | George Claghorn | 2018-02-20 | 1 | -1/+6 |
| | |||||
* | Extract content types from blob data | George Claghorn | 2018-01-15 | 1 | -0/+11 |
| | |||||
* | Update error names in docs [ci skip] | George Claghorn | 2018-01-10 | 1 | -3/+3 |
| | |||||
* | Add missing `# frozen_string_literal: true` | Ryuta Kamizono | 2018-01-11 | 2 | -0/+4 |
| | |||||
* | Correct comment [ci skip] | George Claghorn | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Extract Analyzable and Representable concerns | George Claghorn | 2018-01-10 | 2 | -0/+146 |