Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Double confetti | David Heinemeier Hansson | 2017-07-20 | 1 | -2/+0 |
| | |||||
* | Merge branch 'master' into variants | David Heinemeier Hansson | 2017-07-20 | 25 | -107/+359 |
|\ | |||||
| * | Accept S3 upload options (e.g. server_side_encryption) | James Baer | 2017-07-20 | 2 | -3/+23 |
| | | |||||
| * | Use descriptive new freeze_time helper | George Claghorn | 2017-07-19 | 4 | -4/+4 |
| | | |||||
| * | Replace hard-coded S3 bucket name with configured bucket | James T. Perreault | 2017-07-17 | 2 | -2/+2 |
| | | |||||
| * | Remove unused require | George Claghorn | 2017-07-17 | 1 | -1/+0 |
| | | |||||
| * | Add direct upload support to GCS service | Michael Herold | 2017-07-17 | 3 | -2/+63 |
| | | |||||
| * | Splat options | George Claghorn | 2017-07-16 | 1 | -16/+2 |
| | | |||||
| * | Fix S3 direct upload test | George Claghorn | 2017-07-16 | 1 | -13/+3 |
| | | |||||
| * | Merge pull request #56 from colorfulfool/fix-s3-service | George Claghorn | 2017-07-15 | 1 | -3/+1 |
| |\ | | | | | | | Fix a typo in S3Service | ||||
| | * | Fix a typo in S3Service | colorfulfool | 2017-07-16 | 1 | -3/+1 |
| |/ | |||||
| * | Swap branches | George Claghorn | 2017-07-15 | 1 | -3/+3 |
| | | |||||
| * | Merge pull request #48 from seanhandley/hosted_s3 | George Claghorn | 2017-07-15 | 1 | -2/+18 |
| |\ | | | | | | | Allow custom endpoints for S3. | ||||
| | * | Allow custom endpoints for S3. | Sean Handley | 2017-07-15 | 1 | -2/+18 |
| | | | |||||
| * | | Put conditional back | George Claghorn | 2017-07-14 | 1 | -2/+2 |
| | | | |||||
| * | | Merge pull request #55 from SGospodinov/logger-for-5.2.0 | George Claghorn | 2017-07-14 | 1 | -3/+3 |
| |\ \ | | | | | | | | | Fixing logger to work with Rails 5.2.0.alpha | ||||
| | * | | Fixing logger to work with Rails 5.2.0.alpha | Stanislav Gospodinov | 2017-07-15 | 1 | -3/+3 |
| |/ / | |||||
| * | | Depend on Rails >= 5.2.0.alpha | George Claghorn | 2017-07-14 | 3 | -35/+51 |
| | | | |||||
| * | | Merge pull request #53 from colorfulfool/error-messages | George Claghorn | 2017-07-14 | 2 | -2/+5 |
| |\ \ | | | | | | | | | Useful error messages for two possible misconfigurations | ||||
| | * | | Fail early if no storage service is specified | colorfulfool | 2017-07-15 | 1 | -0/+3 |
| | | | | |||||
| | * | | Don't fail on boot because of missing S3 keys when S3 is not used | colorfulfool | 2017-07-15 | 1 | -2/+2 |
| | |/ | |||||
| * | | Merge pull request #51 from dixpac/restore_intermediate_variables | George Claghorn | 2017-07-14 | 1 | -2/+8 |
| |\ \ | | |/ | |/| | Revert back to the original implementaion with varaibles | ||||
| | * | Revert back to the original implementaion with varaibles | dixpac | 2017-07-14 | 1 | -2/+8 |
| |/ | | | | | | | | | | | Revert `exist? and url` to the original implementation. Since the new one doesn't provide any benefits and makes implementation harder to follow. | ||||
| * | Added rubocop / codeclimate config and fixed current offenses (#45) | Cristian Bica | 2017-07-14 | 18 | -33/+183 |
| | | |||||
| * | Fix regular expression on s3 test URL generation test (#44) | Dino Maric | 2017-07-13 | 1 | -5/+5 |
| | | | | | | | | | | | | | | So tests are passing if the bucket name is rails-active storage. But developers specify their own s3 tests configuration (in my case was activestorage-test) then this regex fails. Also the first part is dynamic and based on bucket name and region | ||||
| * | Merge pull request #43 from dixpac/small_gcs_service_refactoring | George Claghorn | 2017-07-13 | 1 | -8/+2 |
| |\ | | | | | | | Remove unnecessary variables from gcs_service implementation | ||||
| | * | Remove few ivars from gcs_service implementation | dixpac | 2017-07-13 | 1 | -8/+2 |
| |/ | |||||
| * | Merge pull request #42 from quartzmo/gcs-site-url | George Claghorn | 2017-07-12 | 3 | -6/+6 |
| |\ | | | | | | | Update GCSService#url | ||||
| | * | Update GCSService#url | Chris Smith | 2017-07-12 | 3 | -6/+6 |
| | | | | | | | | | | | | | | | Update google-cloud-storage dependency to 1.3 Refactor arguments to Google::Cloud::Storage::File#signed_url | ||||
| * | | Revert "S3: slim down service implementation (#40)" (#41) | David Heinemeier Hansson | 2017-07-12 | 1 | -24/+36 |
| |/ | | | | | This reverts commit 6d3962461fb8d35fc9538d685fee96267663acf2. |