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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable variant options when false or nil present
Jacob Smith
2018-05-21
3
-12
/
+81
*
Permit opening a blob in a custom tempdir
George Claghorn
2018-05-17
5
-9
/
+26
*
Generate getter and setter methods in mixin
Josh Susser
2018-05-17
3
-2
/
+62
*
Fix formatting of author credit [ci skip]
Ryuta Kamizono
2018-05-17
1
-1
/
+1
*
Active storage: Image variant options not correct
lucfranken
2018-05-17
1
-1
/
+1
*
Remove unused `require "active_support/core_ext/string/filters"`
Ryuta Kamizono
2018-05-17
1
-2
/
+0
*
Add ActiveStorage::Previewer#tempdir
George Claghorn
2018-05-16
1
-1
/
+5
*
Add missing block parameters
George Claghorn
2018-05-16
2
-2
/
+2
*
Add ActiveStorage::Blob#open
George Claghorn
2018-05-16
8
-12
/
+81
*
Add option to ActiveStorage::Blob to set extract_content_type_from_io
Ryan Davidson
2018-05-08
4
-9
/
+37
*
Assert correct response body
George Claghorn
2018-05-03
1
-4
/
+6
*
Stream blobs from disk
George Claghorn
2018-05-02
1
-2
/
+13
*
Support streaming downloads from Google Cloud Storage
George Claghorn
2018-05-01
3
-24
/
+43
*
Avoid duplicating downloads from Google Cloud Storage in memory
George Claghorn
2018-04-29
1
-2
/
+2
*
Stream blobs from disk in 5 MB chunks
George Claghorn
2018-04-29
2
-4
/
+4
*
Merge pull request #31956 from fatkodima/has_attached-presence-validation
Eileen M. Uchitelle
2018-04-27
2
-0
/
+34
|
\
|
*
has_(one/many)_attached presence validation
fatkodima
2018-02-11
2
-0
/
+34
*
|
Move #extract_metadata_from to ActiveStorage's TestHelper
Ricardo Díaz
2018-04-25
3
-10
/
+4
*
|
Simplify URL generation for partial downloads from GCS
George Claghorn
2018-04-25
1
-1
/
+2
*
|
Unminify activestorage.js
Javan Makhmali
2018-04-25
6
-1386
/
+1093
*
|
Flush tempfile after populating it
George Claghorn
2018-04-23
1
-0
/
+1
*
|
Merge pull request #32471 from janko-m/use-image_processing-gem
George Claghorn
2018-04-23
10
-74
/
+171
|
\
\
|
*
|
Don't swallow LoadError raised for missing libvips
Janko Marohnić
2018-04-23
1
-3
/
+7
|
*
|
Add CHANGELOG entry
Janko Marohnić
2018-04-23
1
-0
/
+19
|
*
|
Recommend using :resize_to_fit after all
Janko Marohnić
2018-04-23
5
-13
/
+13
|
*
|
Remove warning that image will be loaded into memory
Janko Marohnić
2018-04-23
1
-4
/
+4
|
*
|
Show ImageProcessing macros in a dedicated example
Janko Marohnić
2018-04-23
2
-16
/
+25
|
*
|
Ensure result file is deleted on uploading errors
Janko Marohnić
2018-04-22
1
-4
/
+10
|
*
|
Rename ActiveStorage.processor to .variant_processor
Janko Marohnić
2018-04-22
5
-15
/
+15
|
*
|
Use ImageProcessing gem for ActiveStorage variants
Janko Marohnić
2018-04-18
7
-66
/
+125
*
|
|
Halve memory allocation in S3Service#download
Janko Marohnić
2018-04-23
1
-1
/
+1
|
/
/
*
|
Always exclude JSON root from direct_uploads#create response
Javan Makhmali
2018-04-10
2
-1
/
+24
*
|
Merge pull request #32494 from dixpac/as_fix_outdated_documentation_for_variants
Ryuta Kamizono
2018-04-08
2
-4
/
+4
|
\
\
|
*
|
Fix leftover references to VariantsController [ci skip]
dixpac
2018-04-08
2
-4
/
+4
*
|
|
Enable verbose option in ActiveStorage
Yoshiyuki Hirano
2018-04-08
1
-0
/
+1
|
/
/
*
|
Use a current model to provide the host for service urls
Andrew White
2018-04-06
6
-6
/
+26
*
|
Protect all active storage controllers agains CSRF
Rafael Mendonça França
2018-04-06
5
-5
/
+11
*
|
fixes a bug in IE11 that broke direct uploads
kylekeesling
2018-04-06
2
-2
/
+2
*
|
Flip the order of the after_create callbacks
Dwight Watson
2018-03-27
3
-4
/
+24
*
|
Remove backported CHANGELOG entry [ci skip]
Andrew White
2018-03-19
1
-8
/
+0
*
|
Allow full use of the AWS S3 SDK authentication options (#32270)
Brian Knight
2018-03-19
3
-3
/
+11
*
|
Remove changelog header for unreleased version
Rafael Mendonça França
2018-03-13
1
-2
/
+0
*
|
Fix Azure signed URL generation with newer client lib
George Claghorn
2018-03-12
1
-6
/
+4
*
|
Update ASt test services config
George Claghorn
2018-03-12
1
-0
/
+0
*
|
Remove path config option from Azure service
Andrew White
2018-03-12
2
-7
/
+10
*
|
Provide an alternative PDF previewer based on Poppler
Terence Lee
2018-03-06
7
-35
/
+103
*
|
Update test to reflect GCS direct upload header change
George Claghorn
2018-03-06
1
-1
/
+1
*
|
Allow selectively purging attached blobs
Nicholas Shirley
2018-03-06
3
-12
/
+46
*
|
Remove blank Content-Type from GCS direct upload headers
George Claghorn
2018-03-06
1
-1
/
+1
*
|
Fix purging dependent blobs when attachments aren't loaded
George Claghorn
2018-03-05
4
-25
/
+35
[next]