index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activestorage
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #36715 from peterzhu2118/azure-content-type
Eileen M. Uchitelle
2019-07-24
1
-2
/
+2
|
\
|
*
Add content_type to upload in Azure
Peter Zhu
2019-07-24
1
-2
/
+2
*
|
Merge pull request #36642 from wagenet/fix-disk-service-host
Rafael França
2019-07-23
1
-1
/
+5
|
\
\
|
*
|
Fix host for ActiveStorage DiskService
Peter Wagenet
2019-07-09
1
-1
/
+5
|
|
/
*
|
Make Active Storage routes optional
Gannon McGibbon
2019-07-22
2
-0
/
+2
*
|
Preserve existing attachment assignment behavior for upgraded apps
George Claghorn
2019-07-20
3
-10
/
+27
|
/
*
Skip image analysis on ImageMagick error
George Claghorn
2019-05-30
1
-0
/
+3
*
Add :allow_nil option to delegate_missing_to; use in ActiveStorage
Matt Tanous
2019-05-23
1
-1
/
+1
*
Mirror direct uploads
George Claghorn
2019-05-22
3
-6
/
+33
*
S3: permit uploading files larger than 5 GB
George Claghorn
2019-05-16
1
-4
/
+28
*
Halve string allocations in S3 streaming and partial downloads
George Claghorn
2019-04-26
1
-2
/
+2
*
Start Rails 6.1 development
Rafael Mendonça França
2019-04-24
1
-2
/
+2
*
Don't fail ImageAnalyzer on unsupported types
Guilherme Mansur
2019-04-24
1
-4
/
+11
*
Allow ActiveStorage to generate variants of BMP images
Younes SERRAJ
2019-04-21
1
-0
/
+2
*
Revert "Add ActiveStorage.service_configurations and ActiveStorage.service"
George Claghorn
2019-03-31
3
-35
/
+29
*
Add ActiveStorage.service_configurations and ActiveStorage.service
George Claghorn
2019-03-31
3
-29
/
+35
*
Require railties for all Active Storage dependencies
George Claghorn
2019-03-30
1
-0
/
+4
*
Add ActiveStorage::Service#open
George Claghorn
2019-03-28
4
-21
/
+24
*
GCS service: skip unnecessary bucket lookups
George Claghorn
2019-03-14
1
-1
/
+1
*
Merge tag 'v6.0.0.beta3'
eileencodes
2019-03-13
1
-1
/
+1
|
\
|
*
Prep release
eileencodes
2019-03-11
1
-1
/
+1
*
|
Squish the deprecation messages across the codebase
Prathamesh Sonpatki
2019-03-11
1
-1
/
+1
*
|
Merge pull request #35412 from abhchand/correctly-load-blob-association
George Claghorn
2019-02-26
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
[ActiveStorage] Ensure that the `_blob` association is properly loaded when a...
Abhishek Chandrasekhar
2019-02-26
1
-0
/
+1
*
|
Preparing for 6.0.0.beta2 release
Rafael Mendonça França
2019-02-25
1
-1
/
+1
|
/
*
Add missing require to active_storage.rb
Eugene Kenny
2019-02-20
1
-0
/
+1
*
Delegated path_for to primary in the MirrorService
Abhay Nikam
2019-02-14
1
-1
/
+1
*
Allow configuring the Azure Storage service with extra client options
garytaylor
2019-02-04
1
-2
/
+2
*
Merge pull request #35043 from simoleone/activestorage/s3/content-type
Eileen M. Uchitelle
2019-02-01
1
-2
/
+2
|
\
|
*
include the content type when uploading to S3
Simo Leone
2019-01-24
1
-2
/
+2
*
|
ActiveStorage typo fix.
alkesh26
2019-01-31
1
-1
/
+1
*
|
Fix usage documentation in VideoAnalyzer
Carlos Ramirez III
2019-01-28
1
-1
/
+1
|
/
*
Preparing for 6.0.0.beta1 release
Rafael Mendonça França
2019-01-18
1
-1
/
+1
*
Add foreign key to active_storage_attachments for `blob_id` via new migration
bogdanvlviv
2019-01-16
1
-0
/
+7
*
Permit sending Active Storage purge and analysis jobs to separate queues
George Claghorn
2019-01-01
2
-2
/
+16
*
Bump license years for 2019
Arun Agrawal
2018-12-31
1
-1
/
+1
*
Permit generating variants of TIFF images
Luciano Sousa
2018-12-30
1
-0
/
+2
*
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
4
-68
/
+44
*
Fix `ArgumentError` when uploading to amazon s3
Hiroki Sanpei
2018-11-28
1
-1
/
+1
*
Prevent content type and disposition bypass in storage service URLs
Rosa Gutierrez
2018-11-27
7
-22
/
+58
*
Add progressive JPG to default variable content types
Maurice Kühlborn
2018-11-21
1
-0
/
+1
*
Merge pull request #33829 from mtsmfm/encode-filename
Kasper Timm Hansen
2018-09-23
1
-1
/
+4
|
\
|
*
Encode Content-Disposition filenames on send_data and send_file
Fumiaki MATSUSHIMA
2018-09-13
1
-1
/
+4
*
|
Configure Active Storage route prefix
Chris Bisnett
2018-09-14
2
-0
/
+2
|
/
*
Handle only specifically relevant Azure HTTPErrors
Cameron Bothner
2018-08-23
1
-5
/
+7
*
Revert "Merge pull request #33667 from cbothner/azure-service-swallowing-all-...
George Claghorn
2018-08-23
1
-13
/
+7
*
Handle only specifically relevant Azure HTTPErrors
Cameron Bothner
2018-08-23
1
-7
/
+13
*
Translate service-specific missing object exceptions into a generic one
Cameron Bothner
2018-08-21
5
-18
/
+72
*
Document all Active Storage error classes [ci skip]
George Claghorn
2018-08-10
1
-0
/
+8
*
Add a generic base class for Active Storage exceptions
George Claghorn
2018-08-10
1
-4
/
+7
[next]