aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
Commit message (Expand)AuthorAgeFilesLines
* Remove needless block parameterGeorge Claghorn2017-11-071-1/+1
* Fix streaming downloads from S3/Azure StorageGeorge Claghorn2017-11-063-7/+17
* Permit configuring Active Storage's job queueGeorge Claghorn2017-11-035-16/+13
* Allow third-party previewers/analyzers to customize their tempdirsGeorge Claghorn2017-11-022-3/+10
* Use the indicative mood consistently [ci skip]George Claghorn2017-10-221-1/+1
* Fix links [ci skip]George Claghorn2017-10-221-2/+2
* Extract metadata from images and videosGeorge Claghorn2017-10-2225-37/+407
* Merge pull request #30821 from GBH/active-storage-readmeEileen M. Uchitelle2017-10-221-0/+4
|\
| * how do we install active_storage? [skip ci]Oleg2017-10-061-0/+4
* | [Active Storage] require_relative => requireAkira Matsuda2017-10-211-1/+1
* | Use `require_relative` instead of `require` with full path in activestorage/bogdanvlviv2017-10-131-1/+1
* | Define path with __dir__ in activestorage/bogdanvlviv2017-10-133-4/+4
* | Clarify comment [ci skip]George Claghorn2017-10-131-1/+1
* | Accept variation keys in #preview and #variantGeorge Claghorn2017-10-122-7/+12
* | Introduce ActiveStorage::Blob#representationGeorge Claghorn2017-10-124-0/+73
* | Replace variation key use with SHA256 of key to prevent long filenameskhall2017-10-052-1/+6
|/
* Fix third-party system libraries list in ActiveStorage::Preview [ci skip]Yoshiyuki Hirano2017-10-041-2/+2
* Associate blobs with their attachmentsGeorge Claghorn2017-10-031-0/+2
* Fix `test "signed URL generation"` failureRyuta Kamizono2017-09-301-1/+1
* Fix "warning: `*' interpreted as argument prefix"Ryuta Kamizono2017-09-301-1/+1
* Preview PDFs and videosGeorge Claghorn2017-09-2835-68/+436
* Set version in activestorage/package.json in proper format.bogdanvlviv2017-09-271-1/+1
* Fixed broken `bundle exec rake install`yalab2017-09-261-0/+2
* Add missing word [ci skip]George Claghorn2017-09-201-1/+1
* Flesh out ActiveStorage::Filename docsGeorge Claghorn2017-09-201-6/+14
* Merge pull request #30629 from yhirano55/add_scope_to_has_one_attached_macroEileen M. Uchitelle2017-09-202-0/+19
|\
| * Add `with_attached_*` scope to `has_one_attached` macroYoshiyuki Hirano2017-09-192-0/+19
* | Remove unused require in ActiveStorage::VariationYoshiyuki Hirano2017-09-181-2/+0
|/
* Merge pull request #30628 from yhirano55/add_local_option_to_message_formRyuta Kamizono2017-09-171-1/+1
|\
| * Add local option to Message form [ci skip]Yoshiyuki Hirano2017-09-171-1/+1
* | Fix file missing in activestorage's example code [ci skip]Yoshiyuki Hirano2017-09-173-3/+3
|/
* Don't expose Active Storage routesyuuji.yaginuma2017-09-161-5/+5
* Avoid making HTTP requests to generate signed URLs for GCS objectsGeorge Claghorn2017-09-131-3/+3
* Fix activestorage direct upload on firefox_N_I_X_O_N_2017-09-123-1/+3
* Rename activestorage/test/service/configurations.yml to activestorage/test/se...George Claghorn2017-09-111-0/+0
* Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-111-3/+1
* Use v3 of the AWS SDKYuji Yaginuma2017-09-091-3/+3
* Accept GCS client optionsGeorge Claghorn2017-09-011-2/+2
* Have attachments touch their recordsGeorge Claghorn2017-08-311-1/+1
* Ignore files already deleted on GCS file deletionsRosa Gutierrez2017-08-311-1/+5
* RefactorGeorge Claghorn2017-08-291-12/+10
* Fix replacing a singular attachmentGeorge Claghorn2017-08-294-7/+50
* Update Active Storage docs [ci skip]Yoshiyuki Hirano2017-08-304-9/+17
* Synchronously destroy attachmentsGeorge Claghorn2017-08-292-9/+7
* Fix order of Active Storage DiskService URL parametersKoichi ITO2017-08-262-2/+2
* Enable links in Active Storage docs [ci skip]Yoshiyuki Hirano2017-08-262-2/+2
* Fix link in doc for active storage [ci skip]Yoshiyuki Hirano2017-08-251-1/+1
* Widen blob size columnGeorge Claghorn2017-08-241-1/+1
* Merge pull request #30213 from ckundo/ccundiff-alt-text-defaultRafael Mendonça França2017-08-231-3/+3
|\
| * Do not generate default alt text in image tagsCameron Cundiff2017-08-171-3/+3