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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Generate a new key for each service test
George Claghorn
2018-06-25
6
-20
/
+20
*
Permit configuring the default service URL expiry
George Claghorn
2018-06-21
1
-3
/
+3
*
Fix "warning: Net::HTTPResponse#header is obsolete"
yuuji.yaginuma
2018-06-17
1
-1
/
+1
*
Refactor activestorage/test/models/attached_test.rb
bogdanvlviv
2018-06-07
1
-19
/
+21
*
Merge pull request #33018 from kddeisz/defined-attachments
Rafael França
2018-06-01
1
-0
/
+29
|
\
|
*
Move ActiveStorage reflection logic entirely into ActiveStorage
Kevin Deisz
2018-05-31
1
-2
/
+2
|
*
Reflection for attachments
Kevin Deisz
2018-05-30
1
-0
/
+29
*
|
Remove errant debugger call
George Claghorn
2018-05-30
1
-1
/
+0
*
|
Include blob ID in tempfile name for debugging convenience
George Claghorn
2018-05-30
1
-5
/
+9
|
/
*
Verify integrity after chunked download
George Claghorn
2018-05-28
1
-1
/
+11
*
Change video preview format from PNG to JPG
Javan Makhmali
2018-05-23
2
-4
/
+5
*
Merge pull request #32144 from kazu9su/master
George Claghorn
2018-05-22
1
-0
/
+4
|
\
|
*
Add ActiveStorage::Service::DiskService#url_for_direct_upload test
tommy
2018-03-01
1
-0
/
+4
*
|
Disable variant options when false or nil present
Jacob Smith
2018-05-21
1
-0
/
+61
*
|
Permit opening a blob in a custom tempdir
George Claghorn
2018-05-17
1
-0
/
+12
*
|
Generate getter and setter methods in mixin
Josh Susser
2018-05-17
1
-0
/
+54
*
|
Add ActiveStorage::Blob#open
George Claghorn
2018-05-16
1
-0
/
+9
*
|
Add option to ActiveStorage::Blob to set extract_content_type_from_io
Ryan Davidson
2018-05-08
2
-2
/
+12
*
|
Assert correct response body
George Claghorn
2018-05-03
1
-4
/
+6
*
|
Support streaming downloads from Google Cloud Storage
George Claghorn
2018-05-01
1
-5
/
+13
*
|
Stream blobs from disk in 5 MB chunks
George Claghorn
2018-04-29
1
-3
/
+3
*
|
Merge pull request #31956 from fatkodima/has_attached-presence-validation
Eileen M. Uchitelle
2018-04-27
1
-0
/
+30
|
\
\
|
*
|
has_(one/many)_attached presence validation
fatkodima
2018-02-11
1
-0
/
+30
*
|
|
Move #extract_metadata_from to ActiveStorage's TestHelper
Ricardo Díaz
2018-04-25
3
-10
/
+4
*
|
|
Show ImageProcessing macros in a dedicated example
Janko Marohnić
2018-04-23
1
-3
/
+13
*
|
|
Rename ActiveStorage.processor to .variant_processor
Janko Marohnić
2018-04-22
1
-4
/
+4
*
|
|
Use ImageProcessing gem for ActiveStorage variants
Janko Marohnić
2018-04-18
2
-13
/
+36
*
|
|
Always exclude JSON root from direct_uploads#create response
Javan Makhmali
2018-04-10
1
-0
/
+23
*
|
|
Use a current model to provide the host for service urls
Andrew White
2018-04-06
3
-2
/
+10
*
|
|
Flip the order of the after_create callbacks
Dwight Watson
2018-03-27
2
-3
/
+23
*
|
|
Allow full use of the AWS S3 SDK authentication options (#32270)
Brian Knight
2018-03-19
1
-1
/
+1
*
|
|
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
1
-1
/
+0
*
|
|
Provide an alternative PDF previewer based on Poppler
Terence Lee
2018-03-06
2
-3
/
+26
*
|
|
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
1
-0
/
+28
*
|
|
Fix purging dependent blobs when attachments aren't loaded
George Claghorn
2018-03-05
2
-2
/
+18
*
|
|
Delete dependent attachments with record
George Claghorn
2018-03-05
2
-0
/
+15
*
|
|
Generate root-relative paths in Active Storage disk service URL methods
George Claghorn
2018-03-05
5
-7
/
+6
*
|
|
Handle another case where a blob might be erroneously purged
George Claghorn
2018-03-04
1
-0
/
+12
*
|
|
Avoid purging attached blob when replacing it with itself
George Claghorn
2018-03-04
1
-0
/
+12
*
|
|
Merge Previews/Variants controller into one Representations controller.
Kasper Timm Hansen
2018-03-03
3
-65
/
+61
|
|
/
|
/
|
*
|
Update test to reflect direct upload header changes
George Claghorn
2018-02-26
1
-1
/
+1
*
|
Avoid specifying content types for direct uploads to Google Cloud Storage
George Claghorn
2018-02-26
1
-1
/
+1
*
|
Support varying ICO files
George Claghorn
2018-02-24
2
-0
/
+11
*
|
Allow S3 tests against buckets in other regions
Andrew White
2018-02-21
2
-2
/
+2
*
|
Add ActiveStorage::Blob.unattached scope
fatkodima
2018-02-12
1
-0
/
+17
|
/
*
Fix `blob.service_url` for supports string or nil `:filename` option.
Jason Lee
2018-02-08
1
-0
/
+2
*
Allow `ActiveStorage::Blob#service_url` to pass addition options to `service....
Jason Lee
2018-02-01
1
-0
/
+20
*
Correct orientation detection
George Claghorn
2018-01-31
1
-2
/
+2
[prev]
[next]