aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib
Commit message (Expand)AuthorAgeFilesLines
* Swap raw video width and height if angle is 90 or 270 degreesGeorge Claghorn2017-12-081-1/+13
* Fix customizing Content-Type via GCS service URLsGeorge Claghorn2017-12-071-1/+7
* Fix instrumention name: delete_prefixed like the others.Kasper Timm Hansen2017-12-031-1/+1
* Purge variants with their blobsGeorge Claghorn2017-12-027-29/+79
* Make ASt previewer/analyzer binary paths configurableGeorge Claghorn2017-12-014-4/+32
* Add ActiveStorage::Previewer#logger to match ActiveStorage::Analyzer#loggerGeorge Claghorn2017-11-301-0/+4
* Use `credentials` instead of `keyfile` in GCS seviceyuuji.yaginuma2017-11-291-0/+2
* Preparing for 5.2.0.beta2 releaseRafael Mendonça França2017-11-281-1/+1
* Preparing for 5.2.0.beta1 releaseRafael Mendonça França2017-11-271-1/+1
* Avoid connecting to GCS during app bootGeorge Claghorn2017-11-231-5/+12
* Provide attachment writersGeorge Claghorn2017-11-201-0/+8
* Permit attaching files to new recordsGeorge Claghorn2017-11-192-5/+9
* Introduce ActiveStorage::Attached::{One,Many}#detachGeorge Claghorn2017-11-142-7/+14
* Remove needless block parameterGeorge Claghorn2017-11-071-1/+1
* Fix streaming downloads from S3/Azure StorageGeorge Claghorn2017-11-062-7/+7
* Permit configuring Active Storage's job queueGeorge Claghorn2017-11-032-14/+6
* 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-2213-30/+218
* [Active Storage] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Fix "warning: `*' interpreted as argument prefix"Ryuta Kamizono2017-09-301-1/+1
* Preview PDFs and videosGeorge Claghorn2017-09-2810-7/+135
* Add `with_attached_*` scope to `has_one_attached` macroYoshiyuki Hirano2017-09-191-0/+6
* Fix file missing in activestorage's example code [ci skip]Yoshiyuki Hirano2017-09-172-2/+2
* Avoid making HTTP requests to generate signed URLs for GCS objectsGeorge Claghorn2017-09-131-3/+3
* 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
* 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-293-7/+25
* Update Active Storage docs [ci skip]Yoshiyuki Hirano2017-08-302-2/+2
* Fix order of Active Storage DiskService URL parametersKoichi ITO2017-08-261-1/+1
* Fix syntax errorGeorge Claghorn2017-08-201-1/+1
* DRYGeorge Claghorn2017-08-204-10/+14
* Merge pull request #30280 from koic/change_namespace_of_active_storage_rake_taskRyuta Kamizono2017-08-161-1/+1
|\
| * Change namespace of Active Storage rake taskKoichi ITO2017-08-161-1/+1
* | Fix RuboCop offensesKoichi ITO2017-08-161-2/+2
|/
* minor tweaks in Active Storage after a walkthroughXavier Noria2017-08-158-9/+9
* Use frozen string literal in Active StorageKoichi ITO2017-08-1216-1/+33
* Merge pull request #30198 from betesh/activestorage-rack-test-uploaded-fileRafael França2017-08-111-1/+1
|\
| * Make activestorage treat Rack::Test::UploadedFile just like ActionDispatch::H...Isaac Betesh2017-08-111-1/+1
* | Merge pull request #30147 from yhirano55/fix_trailing_blank_linesRafael França2017-08-112-2/+0
|\ \
| * | [Active Storage] `rubocop -a --only Layout/TrailingBlankLines`Yoshiyuki Hirano2017-08-093-3/+1
* | | Evaluate `@active_storage_attached_#{name}` only onceRyuta Kamizono2017-08-121-12/+8
* | | Fix formatting of Active Storage docs [ci skip]Koichi ITO2017-08-112-2/+2
* | | Fix formatting of Active Storage docs [ci skip]yuuji.yaginuma2017-08-119-36/+36
| |/ |/|
* | Isolate ActiveStorage namespaces (#30095)Dino Maric2017-08-102-1/+3
|/
* Merge pull request #30118 from georgeclaghorn/active-storage-load-hooksRafael França2017-08-081-16/+15
|\