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
...
*
|
Implement ActiveStorage::Attached::{One,Many}#attach in terms of changes
George Claghorn
2018-07-13
7
-67
/
+183
*
|
Fix that detaching could purge
George Claghorn
2018-07-13
4
-2
/
+34
*
|
Fix analyzing new blobs from uploaded files on attach
George Claghorn
2018-07-13
3
-18
/
+120
*
|
Discard ActiveStorage::PurgeJobs for missing blobs
George Claghorn
2018-07-11
2
-0
/
+29
*
|
Remove overly-broad retry in ActiveStorage::PurgeJob
George Claghorn
2018-07-11
1
-3
/
+0
*
|
Raise an ArgumentError instead of a RuntimeError
George Claghorn
2018-07-08
3
-3
/
+3
*
|
Store newly-uploaded files on save rather than assignment
George Claghorn
2018-07-07
22
-679
/
+1049
*
|
Fix that models can clobber each others' attachment reflections
George Claghorn
2018-07-07
3
-16
/
+25
|
/
*
Remove vestigial require on ActiveStorage GCSService
Bibek Shrestha
2018-07-04
1
-1
/
+0
*
Tweak Previewer::PopplerPDFPreviewer#pdftoppm_exists?
utilum
2018-06-29
1
-1
/
+1
*
Generate a new key for each service test
George Claghorn
2018-06-25
6
-20
/
+20
*
Update service.rb
ishanray
2018-06-24
1
-1
/
+1
*
Permit configuring the default service URL expiry
George Claghorn
2018-06-21
8
-10
/
+10
*
Fix "warning: Net::HTTPResponse#header is obsolete"
yuuji.yaginuma
2018-06-17
1
-1
/
+1
*
Update ffmpeg -> FFmpeg, mutools|mupdf -> muPDF
utilum
2018-06-08
3
-5
/
+5
*
Refactor activestorage/test/models/attached_test.rb
bogdanvlviv
2018-06-07
1
-19
/
+21
*
Exclude upload time from instrumented preview time
George Claghorn
2018-06-03
1
-5
/
+10
*
Merge pull request #33018 from kddeisz/defined-attachments
Rafael França
2018-06-01
5
-0
/
+119
|
\
|
*
Ensure reflection_class_for is private
Kevin Deisz
2018-05-31
1
-12
/
+13
|
*
Move ActiveStorage reflection logic entirely into ActiveStorage
Kevin Deisz
2018-05-31
3
-2
/
+74
|
*
Reflection for attachments
Kevin Deisz
2018-05-30
3
-0
/
+46
*
|
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
3
-10
/
+20
|
/
*
Fix reference
George Claghorn
2018-05-28
1
-1
/
+1
*
Verify integrity after chunked download
George Claghorn
2018-05-28
5
-3
/
+24
*
Hide Active Storage migration installation task (#33007)
utilum
2018-05-28
1
-0
/
+3
*
Merge pull request #32968 from utilum/shadowing_outer_variable
George Claghorn
2018-05-23
1
-8
/
+6
|
\
|
*
Avoid 2.6 warning: shadowing outer local variable - list
utilum
2018-05-23
1
-8
/
+6
*
|
Enable warnings in all test tasks
utilum
2018-05-23
1
-6
/
+6
|
/
*
Change video preview format from PNG to JPG
Javan Makhmali
2018-05-23
3
-7
/
+7
*
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
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
[prev]
[next]