1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activestorage/test/models
Jacopo abeb3eed01 Fix ActiveStorage has_one_attached when blob or record are not persisted
- Purging a not persisted blob no longer raise a `FrozenError`.
- Purging a not persisted record no longer raise an `ActiveRecord::ActiveRecordError`.

Fixes #37069
2021-05-31 12:04:16 +02:00
..
attached Fix ActiveStorage has_one_attached when blob or record are not persisted 2021-05-31 12:04:16 +02:00
attachment_test.rb Handle false in relation strict loading checks 2021-03-16 16:26:59 -04:00
blob_test.rb Fix ActiveStorage has_one_attached when blob or record are not persisted 2021-05-31 12:04:16 +02:00
filename_test.rb
presence_validation_test.rb
preview_test.rb Generate a preview without print margins 2020-09-17 11:59:45 -04:00
reflection_test.rb
representation_test.rb
strict_loading_test.rb Add strict loading for active storage 2020-11-16 22:09:15 +08:00
variant_test.rb Active Storage: don't crash if mini_mime doesn't recognize content_type 2021-05-14 12:05:12 -05:00
variant_with_record_test.rb