Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No more GlobalID | David Heinemeier Hansson | 2017-07-23 | 4 | -8/+1 |
| | |||||
* | Add and test preloading scope | David Heinemeier Hansson | 2017-07-23 | 2 | -1/+10 |
| | |||||
* | Merge branch 'master' into explore-polymorphism | David Heinemeier Hansson | 2017-07-23 | 1 | -1/+1 |
|\ | |||||
| * | Work-around until @response.parsed_body problem is solved | David Heinemeier Hansson | 2017-07-23 | 1 | -2/+2 |
| | | |||||
| * | Return to same level of abstraction | David Heinemeier Hansson | 2017-07-23 | 1 | -1/+5 |
| | | |||||
| * | Require mini_magick when it's used | George Claghorn | 2017-07-23 | 1 | -1/+1 |
| | | |||||
* | | Return to same level of abstraction | David Heinemeier Hansson | 2017-07-23 | 1 | -1/+5 |
| | | |||||
* | | Work-around until @response.parsed_body problem is solved | David Heinemeier Hansson | 2017-07-23 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into explore-polymorphism | David Heinemeier Hansson | 2017-07-23 | 6 | -9/+9 |
|\| | |||||
| * | Merge branch 'master' of github.com:rails/activestorage | David Heinemeier Hansson | 2017-07-23 | 1 | -8/+8 |
| |\ | |||||
| * | | Specify verification purposes | David Heinemeier Hansson | 2017-07-23 | 6 | -9/+9 |
| | | | |||||
* | | | Fix attaching with standard Rails associations. | Kasper Timm Hansen | 2017-07-23 | 3 | -11/+15 |
| | | | | | | | | | | | | | | | | | | | | | Removes needless ivar caching (a Rails association handles that). Inserts a reload and a nil assign, since the association proxy doesn't seem to that it's been destroyed through `purge`. | ||||
* | | | Collapse indeces per Jeremy. | Kasper Timm Hansen | 2017-07-23 | 1 | -3/+1 |
| | | | |||||
* | | | Explore regular polymorphic associations rather than record_gid | David Heinemeier Hansson | 2017-07-23 | 6 | -17/+24 |
| |/ |/| | |||||
* | | Use parsed_body to auto parse the response as JSON. | Kasper Timm Hansen | 2017-07-23 | 1 | -8/+8 |
|/ | |||||
* | Update the README with more explicit expectation setting | David Heinemeier Hansson | 2017-07-23 | 1 | -6/+6 |
| | |||||
* | VerifiedKeyWithExpiration no longer needed | David Heinemeier Hansson | 2017-07-23 | 9 | -62/+11 |
| | | | | Thanks to rails/rails#29854! This does mean that we now depend on rails/rails master. | ||||
* | Provide a BlobsController for stable blob URLs | David Heinemeier Hansson | 2017-07-23 | 2 | -0/+30 |
| | | | | We need to have stable urls for blobs and variants or caching won't work. So provide a controller that can give that and redirect to the service URL upon lookup. | ||||
* | Switch to simpler signed_id for blob rather than full GlobalID | David Heinemeier Hansson | 2017-07-23 | 12 | -30/+41 |
| | | | | We don't need to lookup multiple different classes, so no need to use a globalid. | ||||
* | Switch to a single message verifier | David Heinemeier Hansson | 2017-07-23 | 5 | -15/+9 |
| | | | | No need for this proliferation | ||||
* | Disk controller must rely on key alone | David Heinemeier Hansson | 2017-07-23 | 1 | -5/+6 |
| | | | | Otherwise it can't be used to display variants. It's better anyway since all other services won't know about blobs either. Better simulation. Closes #71 | ||||
* | Even more needless requires | David Heinemeier Hansson | 2017-07-22 | 4 | -6/+0 |
| | |||||
* | Nix more needless requires | David Heinemeier Hansson | 2017-07-22 | 4 | -8/+4 |
| | |||||
* | No need for explicit requires any more | David Heinemeier Hansson | 2017-07-22 | 1 | -6/+0 |
| | |||||
* | Fix extension to run test automatically | David Heinemeier Hansson | 2017-07-22 | 1 | -0/+0 |
| | |||||
* | Move model tests to models directory | David Heinemeier Hansson | 2017-07-22 | 4 | -0/+0 |
| | |||||
* | Move models and jobs to the app setup | David Heinemeier Hansson | 2017-07-22 | 14 | -1/+3 |
| | | | | Follow engine conventions more closely | ||||
* | Unused, we can extract from it out-of-repo | David Heinemeier Hansson | 2017-07-22 | 1 | -90/+0 |
| | |||||
* | Move storage_services.yml to config for consistency | David Heinemeier Hansson | 2017-07-22 | 2 | -1/+1 |
| | |||||
* | Don't need to validate transformations actually | David Heinemeier Hansson | 2017-07-22 | 1 | -12/+0 |
| | | | | Since they're only ever generated in signed form. Users never have direct access to dictate transformations. | ||||
* | Assume Rails is defined | Dino Maric | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #67 from dixpac/move_controller_tests | David Heinemeier Hansson | 2017-07-22 | 2 | -0/+0 |
|\ | | | | | Move all controller tests to controllers dir | ||||
| * | Move all controller tests to controller/ dir | dixpac | 2017-07-22 | 2 | -0/+0 |
|/ | |||||
* | Fix RuboCop offenses and warnings | Koichi ITO | 2017-07-22 | 7 | -52/+52 |
| | |||||
* | Merge pull request #63 from rails/variants | David Heinemeier Hansson | 2017-07-21 | 21 | -53/+296 |
|\ | | | | | On-demand variants | ||||
| * | Mention need for mini_magick with variants | David Heinemeier Hansson | 2017-07-21 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'master' into variants | David Heinemeier Hansson | 2017-07-21 | 1 | -3/+4 |
| |\ | |/ |/| | |||||
* | | Add instruction to install the gem from the master (#65) | Dino Maric | 2017-07-21 | 1 | -3/+4 |
| | | |||||
| * | Quick example of variants | David Heinemeier Hansson | 2017-07-21 | 1 | -0/+7 |
| | | |||||
| * | Test actual transformation via controller too | David Heinemeier Hansson | 2017-07-21 | 3 | -7/+7 |
| | | |||||
| * | Test actual transformations | David Heinemeier Hansson | 2017-07-21 | 3 | -2/+15 |
| | | |||||
| * | Anemic intro | David Heinemeier Hansson | 2017-07-21 | 1 | -0/+1 |
| | | |||||
| * | Extract test helper for image blob fixtures | David Heinemeier Hansson | 2017-07-21 | 3 | -7/+9 |
| | | |||||
| * | Fix parens after inline block | David Heinemeier Hansson | 2017-07-21 | 1 | -1/+1 |
| | | |||||
| * | Actually we just want them mounted straight | David Heinemeier Hansson | 2017-07-21 | 1 | -1/+1 |
| | | |||||
| * | Provide directed URL as well as resolving | David Heinemeier Hansson | 2017-07-21 | 1 | -4/+7 |
| | | |||||
| * | Proper require | David Heinemeier Hansson | 2017-07-21 | 1 | -1/+1 |
| | | |||||
| * | Fix and test VariantsController | David Heinemeier Hansson | 2017-07-21 | 5 | -12/+36 |
| | | |||||
| * | Over-indented | David Heinemeier Hansson | 2017-07-21 | 1 | -2/+2 |
| | | |||||
| * | Precise naming | David Heinemeier Hansson | 2017-07-21 | 1 | -1/+1 |
| | |