Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | 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 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Extract variation value object | David Heinemeier Hansson | 2017-07-21 | 6 | -65/+84 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Hacky way to mount routes for engine controller tests | David Heinemeier Hansson | 2017-07-21 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Mount routes on the engine | David Heinemeier Hansson | 2017-07-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Accept that this is a full-Rails engine | David Heinemeier Hansson | 2017-07-21 | 2 | -9/+46 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Better naming | David Heinemeier Hansson | 2017-07-21 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | True is the same as no arguments | David Heinemeier Hansson | 2017-07-20 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Consistent naming | David Heinemeier Hansson | 2017-07-20 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Make processing an explicit step | David Heinemeier Hansson | 2017-07-20 | 2 | -7/+9 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Fix-up variants controller | David Heinemeier Hansson | 2017-07-20 | 2 | -22/+11 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Move controllers to default engine location for auto loading | David Heinemeier Hansson | 2017-07-20 | 4 | -14/+23 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Extract routes.rb to engine location for auto configuration | David Heinemeier Hansson | 2017-07-20 | 4 | -25/+13 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Use the direct accessor | David Heinemeier Hansson | 2017-07-20 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Use a unique blob variant key for storage | David Heinemeier Hansson | 2017-07-20 | 1 | -2/+10 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Do real transformations in a safe way | David Heinemeier Hansson | 2017-07-20 | 1 | -4/+20 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Follow AR like naming of factory method | David Heinemeier Hansson | 2017-07-20 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Easier access to the variant of a blob | David Heinemeier Hansson | 2017-07-20 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | |