Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | Check variant image properties directly | George Claghorn | 2017-07-26 | 5 | -25/+14 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Avoid creating unnecessary blobs | George Claghorn | 2017-07-26 | 1 | -3/+0 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Compare images by selected attributes (size, colorspace) | Anton Khamets | 2017-07-26 | 3 | -15/+28 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Add direct upload support to the disk service | George Claghorn | 2017-07-25 | 7 | -9/+134 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Deep merge | George Claghorn | 2017-07-24 | 1 | -8/+5 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Did that | David Heinemeier Hansson | 2017-07-24 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Flesh out the README a bit more | David Heinemeier Hansson | 2017-07-24 | 1 | -10/+22 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Document the rest of lib | David Heinemeier Hansson | 2017-07-24 | 9 | -10/+61 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Trivial typo fix | Mike Gunderloy | 2017-07-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only one character, but it needs to be done | |||||
| * | | | | | | | | | | | | | Fix blob associations | David Heinemeier Hansson | 2017-07-24 | 3 | -2/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cc @javan | |||||
| * | | | | | | | | | | | | | Models are autoloaded per engine standards | David Heinemeier Hansson | 2017-07-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Add standard version setup | David Heinemeier Hansson | 2017-07-24 | 2 | -0/+23 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Follow the same copyright format as the other Rails frameworks | David Heinemeier Hansson | 2017-07-24 | 1 | -0/+23 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Basic documentation for job | David Heinemeier Hansson | 2017-07-24 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Finish basic documentation for controllers | David Heinemeier Hansson | 2017-07-24 | 3 | -13/+11 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge branch 'master' of github.com:rails/activestorage | David Heinemeier Hansson | 2017-07-24 | 6 | -16/+18 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Verify direct upload checksums | George Claghorn | 2017-07-24 | 6 | -16/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #74. | |||||
| * | | | | | | | | | | | | | | Start on docs for lib | David Heinemeier Hansson | 2017-07-24 | 2 | -0/+3 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Basic documentation for all the models | David Heinemeier Hansson | 2017-07-24 | 5 | -3/+149 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Blob/Variant#url -> #service_url to emphasize this URL isn't to be public | David Heinemeier Hansson | 2017-07-24 | 8 | -11/+15 | |
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Everything under app/ is eager loaded, don't want that for service | David Heinemeier Hansson | 2017-07-24 | 6 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since it references all the specific cloud services that are intended only to be loaded on demand. | |||||
| * | | | | | | | | | | | | | Merge branch 'master' of github.com:rails/activestorage | David Heinemeier Hansson | 2017-07-24 | 3 | -1/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Skip controller test, too | George Claghorn | 2017-07-23 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Temporarily skip variant tests pending a fix | George Claghorn | 2017-07-23 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Don't annotate template class with :nodoc: | George Claghorn | 2017-07-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Refer to the yielded app | David Heinemeier Hansson | 2017-07-24 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Tell service which content-type to use for the response | David Heinemeier Hansson | 2017-07-23 | 12 | -21/+27 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Still need GlobalID for PurgeJob serialization | David Heinemeier Hansson | 2017-07-23 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Schema out of date and now obvious | David Heinemeier Hansson | 2017-07-23 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Fix attaching | David Heinemeier Hansson | 2017-07-23 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Can use the associations now | |||||
| * | | | | | | | | | | | | | Merge pull request #32 from rails/explore-polymorphism | David Heinemeier Hansson | 2017-07-23 | 9 | -31/+47 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use regular polymorphic associations rather than record_gid | |||||
| | * | | | | | | | | | | | | | Demonstrate preloading in example | David Heinemeier Hansson | 2017-07-23 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | 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. |