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
Commit message (
Expand
)
Author
Age
Files
Lines
*
update activestorage attachment model documentation reflect recent behavior c...
Kyle Keesling
2018-10-24
1
-3
/
+2
*
Merge pull request #33829 from mtsmfm/encode-filename
Kasper Timm Hansen
2018-09-23
2
-42
/
+0
|
\
|
*
Encode Content-Disposition filenames on send_data and send_file
Fumiaki MATSUSHIMA
2018-09-13
2
-42
/
+0
*
|
Raise `ActiveRecord::InvalidForeignKey` in `before_destroy` for a blob if att...
bogdanvlviv
2018-09-16
1
-0
/
+4
|
/
*
Fix zero-byte files upload
Marcelo Perini Veloso
2018-09-06
1
-1
/
+5
*
Extract transformers
George Claghorn
2018-08-10
2
-70
/
+19
*
DRY up web image checks in ActiveStorage::Variant
George Claghorn
2018-08-09
1
-18
/
+24
*
Guard against missing blobs caused by concurrent purges
George Claghorn
2018-07-30
1
-3
/
+3
*
Ignore ActiveRecord::InvalidForeignKey in ActiveStorage::Blob#purge
Jasper Martin
2018-07-26
1
-0
/
+1
*
Delete attachment before purging blob
George Claghorn
2018-07-19
1
-2
/
+2
*
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
*
Clarify the ActiveStorage::Attachment#purge and #purge_later docs
George Claghorn
2018-07-18
1
-2
/
+2
*
Store newly-uploaded files on save rather than assignment
George Claghorn
2018-07-07
2
-10
/
+29
*
Permit configuring the default service URL expiry
George Claghorn
2018-06-21
2
-3
/
+3
*
Update ffmpeg -> FFmpeg, mutools|mupdf -> muPDF
utilum
2018-06-08
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
*
Avoid 2.6 warning: shadowing outer local variable - list
utilum
2018-05-23
1
-8
/
+6
*
Disable variant options when false or nil present
Jacob Smith
2018-05-21
1
-12
/
+10
*
Permit opening a blob in a custom tempdir
George Claghorn
2018-05-17
1
-2
/
+2
*
Active storage: Image variant options not correct
lucfranken
2018-05-17
1
-1
/
+1
*
Add ActiveStorage::Blob#open
George Claghorn
2018-05-16
2
-5
/
+8
*
Add option to ActiveStorage::Blob to set extract_content_type_from_io
Ryan Davidson
2018-05-08
1
-7
/
+10
*
Don't swallow LoadError raised for missing libvips
Janko Marohnić
2018-04-23
1
-3
/
+7
*
Recommend using :resize_to_fit after all
Janko Marohnić
2018-04-23
4
-12
/
+12
*
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
1
-13
/
+12
*
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
2
-4
/
+4
*
Use ImageProcessing gem for ActiveStorage variants
Janko Marohnić
2018-04-18
2
-52
/
+86
*
Fix leftover references to VariantsController [ci skip]
dixpac
2018-04-08
2
-4
/
+4
*
Use a current model to provide the host for service urls
Andrew White
2018-04-06
1
-0
/
+5
*
Flip the order of the after_create callbacks
Dwight Watson
2018-03-27
1
-1
/
+1
*
Provide an alternative PDF previewer based on Poppler
Terence Lee
2018-03-06
1
-4
/
+3
*
Generate root-relative paths in Active Storage disk service URL methods
George Claghorn
2018-03-05
2
-38
/
+7
*
Merge Previews/Variants controller into one Representations controller.
Kasper Timm Hansen
2018-03-03
1
-2
/
+2
*
Use lazy load hook to configure ActiveStorage::Blob
Eugene Kenny
2018-02-25
1
-0
/
+2
*
Support varying ICO files
George Claghorn
2018-02-24
1
-1
/
+1
*
Hoist update for clarity
George Claghorn
2018-02-20
2
-8
/
+8
*
Undocument ActiveStorage::Identification
George Claghorn
2018-02-20
1
-1
/
+1
*
Correct Range header syntax
George Claghorn
2018-02-20
1
-1
/
+1
*
Use require_dependency inside Active Storage
Eugene Kenny
2018-02-14
2
-3
/
+9
*
Document MuPDF version requirement
George Claghorn
2018-02-13
1
-1
/
+1
*
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
*
Add missing require
George Claghorn
2018-02-11
1
-0
/
+2
*
Merge pull request #31927 from mrreynolds/patch-2
Eileen M. Uchitelle
2018-02-09
1
-0
/
+8
|
\
|
*
Document :combine_options
Robert Glaser
2018-02-08
1
-0
/
+8
*
|
Fix `blob.service_url` for supports string or nil `:filename` option.
Jason Lee
2018-02-08
2
-1
/
+11
|
/
[next]