aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Resolve gemspec typoDavid Heinemeier Hansson2017-07-312-1/+86
| | | |
| * | | No longer usedDavid Heinemeier Hansson2017-07-311-23/+0
| | | |
| * | | Require activestorage per default with asset pipelineDavid Heinemeier Hansson2017-07-311-0/+1
| | | |
| * | | Bring activestorage dependencies into the general GemfileDavid Heinemeier Hansson2017-07-313-233/+14
| | | |
| * | | Initialize changelogDavid Heinemeier Hansson2017-07-311-0/+3
| | | |
| * | | Use standard Rails layout for gemspecDavid Heinemeier Hansson2017-07-311-12/+24
| | | |
| * | | Include default storage configurationDavid Heinemeier Hansson2017-07-315-0/+36
| | | |
| * | | Add 'activestorage/' from commit '3f4a7218a4a4923a0e7ce1b2eb0d2888ce30da58'Rafael Mendonça França2017-07-31121-0/+7370
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | git-subtree-dir: activestorage git-subtree-mainline: 0d58e7e478e79c2d6b2a39a4444d2a17a903b2a6 git-subtree-split: 3f4a7218a4a4923a0e7ce1b2eb0d2888ce30da58
| | * | | Azure Storage support (#36)Dino Maric2017-07-317-0/+198
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Microsoft Azure storage support * Add support for Microsoft Azure Storage * Comply with the new headers implementation
| | * | | Depend on Ruby >=2.2.2 (#85)Dino Maric2017-07-312-2/+2
| | | | |
| | * | | activestorage.js 0.1.1Javan Makhmali2017-07-301-1/+1
| | | | |
| | * | | Configure per-service request headers for direct uploads (#83)Javan Makhmali2017-07-3011-20/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Configure per-service request headers for direct uploads * Fix header hashes
| | * | | Convert type inquiry into root predicates for base types alone insteadDavid Heinemeier Hansson2017-07-282-16/+14
| | | | |
| | * | | Must always return the options even if they werent convertedDavid Heinemeier Hansson2017-07-281-1/+1
| | | | |
| | * | | Add Blob#type as a StringInquirerDavid Heinemeier Hansson2017-07-282-0/+20
| | | | |
| | * | | Add a direct_upload: true option to file_field_tag and Form#file_fieldDavid Heinemeier Hansson2017-07-282-1/+19
| | | | | | | | | | | | | | | | | | | | Then users don't have to bother with manually referring to internal routes.
| | * | | Add npm package detailsJavan Makhmali2017-07-281-4/+11
| | | | |
| | * | | Minor constructor signature tweaksJavan Makhmali2017-07-284-8/+12
| | | | |
| | * | | Add JavaScript linting (#82)Javan Makhmali2017-07-286-24/+594
| | | | |
| | * | | Add JavaScript direct upload support (#81)Javan Makhmali2017-07-2716-0/+3139
| | | | |
| | * | | Separate show and direct upload testsGeorge Claghorn2017-07-271-0/+1
| | | | |
| | * | | Use blob service URL methodsGeorge Claghorn2017-07-271-34/+14
| | | | |
| | * | | Validate Content-LengthGeorge Claghorn2017-07-272-44/+46
| | | | |
| | * | | Introduce the Dummy. (#70)Dino Maric2017-07-2754-77/+676
| | | | |
| | * | | Fix broken links in READMERolandas Barysas2017-07-271-1/+1
| | | | |
| | * | | Fix test failure in CI due to platform differencesGeorge Claghorn2017-07-261-1/+1
| | | | |
| | * | | Check variant image properties directlyGeorge Claghorn2017-07-265-25/+14
| | | | |
| | * | | Avoid creating unnecessary blobsGeorge Claghorn2017-07-261-3/+0
| | | | |
| | * | | Compare images by selected attributes (size, colorspace)Anton Khamets2017-07-263-15/+28
| | | | |
| | * | | Add direct upload support to the disk serviceGeorge Claghorn2017-07-257-9/+134
| | | | |
| | * | | Deep mergeGeorge Claghorn2017-07-241-8/+5
| | | | |
| | * | | Did thatDavid Heinemeier Hansson2017-07-241-1/+0
| | | | |
| | * | | Flesh out the README a bit moreDavid Heinemeier Hansson2017-07-241-10/+22
| | | | |
| | * | | Document the rest of libDavid Heinemeier Hansson2017-07-249-10/+61
| | | | |
| | * | | Trivial typo fixMike Gunderloy2017-07-241-1/+1
| | | | | | | | | | | | | | | Only one character, but it needs to be done
| | * | | Fix blob associationsDavid Heinemeier Hansson2017-07-243-2/+21
| | | | | | | | | | | | | | | | | | | | cc @javan
| | * | | Models are autoloaded per engine standardsDavid Heinemeier Hansson2017-07-241-1/+1
| | | | |
| | * | | Add standard version setupDavid Heinemeier Hansson2017-07-242-0/+23
| | | | |
| | * | | Follow the same copyright format as the other Rails frameworksDavid Heinemeier Hansson2017-07-241-0/+23
| | | | |
| | * | | Basic documentation for jobDavid Heinemeier Hansson2017-07-241-0/+1
| | | | |
| | * | | Finish basic documentation for controllersDavid Heinemeier Hansson2017-07-243-13/+11
| | | | |
| | * | | Merge branch 'master' of github.com:rails/activestorageDavid Heinemeier Hansson2017-07-246-16/+18
| | |\ \ \
| | | * | | Verify direct upload checksumsGeorge Claghorn2017-07-246-16/+18
| | | | | | | | | | | | | | | | | | | | | | | | Closes #74.
| | * | | | Start on docs for libDavid Heinemeier Hansson2017-07-242-0/+3
| | | | | |
| | * | | | Basic documentation for all the modelsDavid Heinemeier Hansson2017-07-245-3/+149
| | | | | |
| | * | | | Blob/Variant#url -> #service_url to emphasize this URL isn't to be publicDavid Heinemeier Hansson2017-07-248-11/+15
| | |/ / /
| | * | | Everything under app/ is eager loaded, don't want that for serviceDavid Heinemeier Hansson2017-07-246-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/activestorageDavid Heinemeier Hansson2017-07-243-1/+7
| | |\ \ \
| | | * | | Skip controller test, tooGeorge Claghorn2017-07-231-0/+2
| | | | | |
| | | * | | Temporarily skip variant tests pending a fixGeorge Claghorn2017-07-231-0/+4
| | | | | |