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
/
app
/
models
/
active_storage
/
blob.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mirror direct uploads
George Claghorn
2019-05-22
1
-0
/
+3
*
Revert "Add ActiveStorage.service_configurations and ActiveStorage.service"
George Claghorn
2019-03-31
1
-1
/
+1
*
Add ActiveStorage.service_configurations and ActiveStorage.service
George Claghorn
2019-03-31
1
-1
/
+1
*
Add load hook for ActiveStorage::Attachment
George Claghorn
2019-03-28
1
-2
/
+2
*
Add ActiveStorage::Service#open
George Claghorn
2019-03-28
1
-4
/
+5
*
Make Active Storage blob keys lowercase
Julik Tarkhanov
2018-12-30
1
-3
/
+13
*
Fix minor Active Storage docs typo [ci skip]
Adrian Hawrylak
2018-11-28
1
-1
/
+1
*
Prevent content type and disposition bypass in storage service URLs
Rosa Gutierrez
2018-11-27
1
-3
/
+27
*
Raise `ActiveRecord::InvalidForeignKey` in `before_destroy` for a blob if att...
bogdanvlviv
2018-09-16
1
-0
/
+4
*
Ignore ActiveRecord::InvalidForeignKey in ActiveStorage::Blob#purge
Jasper Martin
2018-07-26
1
-0
/
+1
*
Destroy blob record before deleting stored data
George Claghorn
2018-07-19
1
-1
/
+1
*
Link between ActiveStorage::Blob#purge, #purge_later, and #delete [ci skip]
George Claghorn
2018-07-18
1
-5
/
+5
*
Store newly-uploaded files on save rather than assignment
George Claghorn
2018-07-07
1
-6
/
+15
*
Permit configuring the default service URL expiry
George Claghorn
2018-06-21
1
-2
/
+2
*
Include blob ID in tempfile name for debugging convenience
George Claghorn
2018-05-30
1
-0
/
+10
*
Verify integrity after chunked download
George Claghorn
2018-05-28
1
-0
/
+2
*
Permit opening a blob in a custom tempdir
George Claghorn
2018-05-17
1
-2
/
+2
*
Add ActiveStorage::Blob#open
George Claghorn
2018-05-16
1
-0
/
+7
*
Add option to ActiveStorage::Blob to set extract_content_type_from_io
Ryan Davidson
2018-05-08
1
-7
/
+10
*
Use lazy load hook to configure ActiveStorage::Blob
Eugene Kenny
2018-02-25
1
-0
/
+2
*
Use require_dependency inside Active Storage
Eugene Kenny
2018-02-14
1
-3
/
+7
*
Add ActiveStorage::Blob.unattached scope
fatkodima
2018-02-12
1
-0
/
+2
*
Use full class names when including concerns to avoid collisions
Wojtek Wrona
2018-02-12
1
-1
/
+3
*
Fix `blob.service_url` for supports string or nil `:filename` option.
Jason Lee
2018-02-08
1
-1
/
+3
*
Merge pull request #31854 from huacnlee/allow-more-options-for-service-url
George Claghorn
2018-02-01
1
-2
/
+3
|
\
|
*
Allow `ActiveStorage::Blob#service_url` to pass addition options to `service....
Jason Lee
2018-02-01
1
-2
/
+3
*
|
Use the full class name for the JSON coder, as there may be another
Renaud Chaput
2018-02-01
1
-1
/
+1
|
/
*
Extract content types from blob data
George Claghorn
2018-01-15
1
-4
/
+10
*
Extract Analyzable and Representable concerns
George Claghorn
2018-01-10
1
-147
/
+2
*
Allow overriding filename in `Blob#service_url`
Rosa Gutierrez
2018-01-08
1
-1
/
+1
*
Force content disposition to attachment for specific content types
Rosa Gutierrez
2018-01-05
1
-2
/
+7
*
Update ActiveStorage::Blob#transformation docs [ci skip]
George Claghorn
2017-12-16
1
-3
/
+3
*
Restrict variants to variable image blobs
George Claghorn
2017-12-15
1
-4
/
+18
*
Purge variants with their blobs
George Claghorn
2017-12-02
1
-1
/
+2
*
Preserve existing metadata when analyzing a blob
George Claghorn
2017-11-13
1
-1
/
+1
*
Extract metadata from images and videos
George Claghorn
2017-10-22
1
-1
/
+56
*
Accept variation keys in #preview and #variant
George Claghorn
2017-10-12
1
-2
/
+2
*
Introduce ActiveStorage::Blob#representation
George Claghorn
2017-10-12
1
-0
/
+26
*
Associate blobs with their attachments
George Claghorn
2017-10-03
1
-0
/
+2
*
Preview PDFs and videos
George Claghorn
2017-09-28
1
-8
/
+39
*
Update Active Storage docs [ci skip]
Yoshiyuki Hirano
2017-08-30
1
-2
/
+2
*
Encode Content-Disposition filenames according to RFC 2231
George Claghorn
2017-08-21
1
-1
/
+1
*
DRY
George Claghorn
2017-08-20
1
-1
/
+1
*
restores some double newlines deleted in ae87217
Xavier Noria
2017-08-15
1
-0
/
+3
*
minor tweaks in Active Storage after a walkthrough
Xavier Noria
2017-08-15
1
-17
/
+16
*
Use frozen string literal in Active Storage
Koichi ITO
2017-08-12
1
-0
/
+2
*
Fix formatting of Active Storage docs [ci skip]
Koichi ITO
2017-08-11
1
-18
/
+18
*
Use `content_type.start_with?("...")` than `content_type =~ /^.../`
Ryuta Kamizono
2017-08-05
1
-4
/
+4
*
Do not eager load ActiveRecord::Base
Rafael Mendonça França
2017-08-03
1
-6
/
+0
*
There is no reason to single line methods here
Rafael Mendonça França
2017-08-03
1
-4
/
+12
[next]