aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * This is even more explaining and upload/download don't have some inherent ↵David Heinemeier Hansson2017-07-061-4/+2
| | | | | | | | need to synchronize chunk sizes anyway
| * We have the technology!David Heinemeier Hansson2017-07-061-1/+1
| |
| * Convert magic number to constantDavid Heinemeier Hansson2017-07-061-2/+4
| |
| * Clearer focus on cloudDavid Heinemeier Hansson2017-07-061-1/+1
| |
| * We are using the try operatorDavid Heinemeier Hansson2017-07-061-1/+1
| |
| * Extract configuration into config/storage_configuration.ymlDavid Heinemeier Hansson2017-07-065-35/+72
| |
| * Add task to install the migration neededDavid Heinemeier Hansson2017-07-063-2/+13
| |
| * Flesh out mirror testsGeorge Claghorn2017-07-061-7/+26
| |
| * Mirror: only hit all sites for upload and deleteGeorge Claghorn2017-07-061-21/+4
| | | | | | | | The mirror service exists for the purpose of migration, where all blobs exist in the primary subservice and a subset of blobs exist in the secondary subservice. Since the primary subservice is the source of truth until a migration is completed, operations like existence checks need not be performed against the secondary subservices.
| * Rename from Site to Service now that we're called Active StorageDavid Heinemeier Hansson2017-07-0624-220/+220
| |
| * Update README with new nameDavid Heinemeier Hansson2017-07-061-3/+3
| |
| * ActiveVault -> ActiveStorageDavid Heinemeier Hansson2017-07-0638-180/+173
| | | | | | | | Yaroslav agreed to hand over the gem name ❤️
| * ActiveVault::Site::MirrorSite#urlGeorge Claghorn2017-07-052-3/+14
| |
| * Basic MirrorSiteDavid Heinemeier Hansson2017-07-053-4/+37
| | | | | | | | Still need to convert it to threading
| * Record outstanding todosDavid Heinemeier Hansson2017-07-051-0/+11
| |
| * Default to purging later when the owning record is destroyedDavid Heinemeier Hansson2017-07-055-5/+55
| |
| * Moving this to the macro definitionDavid Heinemeier Hansson2017-07-051-4/+0
| |
| * Bit further on the READMEDavid Heinemeier Hansson2017-07-051-1/+37
| |
| * Only purge if attachedDavid Heinemeier Hansson2017-07-052-4/+22
| |
| * Avoid duplicate attachmentsDavid Heinemeier Hansson2017-07-051-1/+1
| |
| * Require the Active Support core extension usedGeorge Claghorn2017-07-051-0/+1
| |
| * Fix testGeorge Claghorn2017-07-051-1/+1
| |
| * Ensure the array is flatDavid Heinemeier Hansson2017-07-051-1/+1
| |
| * Slim down examplesDavid Heinemeier Hansson2017-07-051-12/+10
| |
| * Fix configuration namesDavid Heinemeier Hansson2017-07-051-3/+3
| |
| * Attached one and manyDavid Heinemeier Hansson2017-07-059-41/+139
| |
| * Add attachmentsDavid Heinemeier Hansson2017-07-059-25/+132
| |
| * Assign plain metadata for nowDavid Heinemeier Hansson2017-07-051-0/+1
| |
| * Use active_vault as the table prefixDavid Heinemeier Hansson2017-07-052-2/+2
| | | | | | | | At least pretend this can be used outside of Rails as well
| * Last name updateDavid Heinemeier Hansson2017-07-051-2/+2
| |
| * Merge remote-tracking branch 'origin/master'David Heinemeier Hansson2017-07-052-0/+14
| |\
| | * Eliminate SIGNERGeorge Claghorn2017-07-041-4/+5
| | |
| | * ActiveFile::Site::GCSSite#urlGeorge Claghorn2017-07-042-1/+14
| | |
| * | Rename from ActiveFile to ActiveVault since activefile gem name was takenDavid Heinemeier Hansson2017-07-0529-87/+87
| |/
| * Quote the filename to deal with spacesDavid Heinemeier Hansson2017-07-041-1/+1
| |
| * Better error reportingDavid Heinemeier Hansson2017-07-041-2/+2
| |
| * Wait on Marcel for nowDavid Heinemeier Hansson2017-07-041-1/+2
| |
| * Fix filename referenceDavid Heinemeier Hansson2017-07-041-1/+1
| |
| * Fix up DiskController and add basic testingDavid Heinemeier Hansson2017-07-045-3/+76
| |
| * Extract create_blob test helperDavid Heinemeier Hansson2017-07-042-5/+8
| |
| * Fix copy-pasta referencesDavid Heinemeier Hansson2017-07-041-2/+2
| |
| * Use explaining parameter nameDavid Heinemeier Hansson2017-07-042-2/+2
| |
| * Actually #url needs to deal with the dispositionDavid Heinemeier Hansson2017-07-045-10/+17
| |
| * Rescue require exceptionDavid Heinemeier Hansson2017-07-041-0/+2
| |
| * Test filenameDavid Heinemeier Hansson2017-07-041-0/+36
| |
| * Breathing roomDavid Heinemeier Hansson2017-07-041-1/+0
| |
| * Pair down interface to match what's been implementedDavid Heinemeier Hansson2017-07-041-9/+3
| |
| * Disposition is a header, not part of a URLDavid Heinemeier Hansson2017-07-043-4/+4
| |
| * Use lazy-loaded factory method for site configurationDavid Heinemeier Hansson2017-07-0417-46/+47
| |
| * Differentiate between io streams and read dataDavid Heinemeier Hansson2017-07-047-16/+16
| |