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
/
models
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ignore ActiveRecord::InvalidForeignKey in ActiveStorage::Blob#purge
Jasper Martin
2018-07-26
3
-2
/
+93
*
Test that ActiveStorage::Blob#purge fails when attachments exist
George Claghorn
2018-07-20
1
-0
/
+8
*
Add a foreign-key constraint to the attachments table for blobs
George Claghorn
2018-07-19
2
-2
/
+2
*
Remove unnecessary tap
George Claghorn
2018-07-17
1
-10
/
+8
*
Fix replacing many attachments via assign and attach
George Claghorn
2018-07-17
1
-0
/
+36
*
Correct test name
George Claghorn
2018-07-16
1
-1
/
+1
*
Fix that successive ActiveStorage::Attached::Many#attach calls would overwrit...
George Claghorn
2018-07-16
1
-26
/
+11
*
Test removing attachments via #attach
George Claghorn
2018-07-16
2
-12
/
+59
*
Clear attachment changes on reload
George Claghorn
2018-07-13
2
-0
/
+16
*
Implement ActiveStorage::Attached::{One,Many}#attach in terms of changes
George Claghorn
2018-07-13
2
-29
/
+153
*
Fix that detaching could purge
George Claghorn
2018-07-13
2
-0
/
+32
*
Fix analyzing new blobs from uploaded files on attach
George Claghorn
2018-07-13
2
-0
/
+116
*
Raise an ArgumentError instead of a RuntimeError
George Claghorn
2018-07-08
2
-2
/
+2
*
Store newly-uploaded files on save rather than assignment
George Claghorn
2018-07-07
6
-531
/
+674
*
Fix that models can clobber each others' attachment reflections
George Claghorn
2018-07-07
1
-14
/
+19
*
Permit configuring the default service URL expiry
George Claghorn
2018-06-21
1
-3
/
+3
*
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
1
-2
/
+2
*
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
1
-0
/
+10
*
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
*
|
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
1
-12
/
+35
*
|
Use a current model to provide the host for service urls
Andrew White
2018-04-06
1
-1
/
+1
*
|
Flip the order of the after_create callbacks
Dwight Watson
2018-03-27
1
-3
/
+13
*
|
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
1
-2
/
+16
*
|
Delete dependent attachments with record
George Claghorn
2018-03-05
1
-0
/
+14
*
|
Generate root-relative paths in Active Storage disk service URL methods
George Claghorn
2018-03-05
2
-2
/
+1
*
|
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
*
|
Support varying ICO files
George Claghorn
2018-02-24
1
-0
/
+11
*
|
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
*
Add a test for ActiveStorage::Blob#image? and ActiveStorage::Blob#video?
Shuhei Kitagawa
2018-01-29
1
-0
/
+12
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
3
-21
/
+21
*
Extract content types from blob data
George Claghorn
2018-01-15
3
-3
/
+36
[next]