aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Set ActiveStorage::Blob.service when ActiveStorage::Blob is loadedGeorge Claghorn2017-08-081-16/+15
* | Merge pull request #30135 from ffmike/azure-storage-fix-content-typeRafael Mendonça França2017-08-081-2/+3
|\ \ | |/ |/|
| * Support content_type in AzureStorageService#urlMike Gunderloy2017-08-081-2/+3
* | ActiveStorage:Add migrations per rails engine conventions (#30111)Dino Maric2017-08-082-36/+2
|/
* Merge branch 'master' into ast-moduleDavid Heinemeier Hansson2017-08-054-7/+13
|\
| * Merge pull request #30081 from y-yagi/fix_ruby_warningsDavid Heinemeier Hansson2017-08-051-2/+8
| |\
| | * Fix ruby warningsyuuji.yaginuma2017-08-051-2/+8
| * | Merge pull request #30080 from georgeclaghorn/active-storage-secret-key-baseDavid Heinemeier Hansson2017-08-051-1/+1
| |\ \
| | * | Check for `app.secrets.secret_key_base`, not `app.config.secret_key_base`George Claghorn2017-08-051-1/+1
| | |/
| * | Merge pull request #30083 from koic/change_gem_version_of_active_storage_to_5...David Heinemeier Hansson2017-08-051-2/+2
| |\ \
| | * | Change gem version of Active Storage to 5.2.0.alphaKoichi ITO2017-08-051-2/+2
| | |/
| * / Remove unecesarry exception variabledixpac2017-08-051-1/+1
| |/
* / `module ActiveStorage`, not `ActiveStorage::Class`claudiob2017-08-0412-660/+685
|/