1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activestorage/lib/active_storage
Jonathan Hefner d02d259b61
Fix Active Storage behavior on record dup
Prior to this commit, a `dup`ed record and its originating record would
share the same `Attached` proxy objects.  Those proxy objects, in turn,
would point to the same `Attachment` associations, causing changes made
through the proxy interface to affect both records.
2020-05-25 22:03:32 -04:00
..
analyzer Only enqueue analysis jobs when blob is analyzable 2020-01-16 14:14:28 -05:00
attached Fix Active Storage behavior on record dup 2020-05-25 22:03:32 -04:00
previewer Verify FFmpeg presence before attempting to preview videos 2020-04-27 08:51:34 -04:00
service Update aws-sdk-s3 dependency 2020-05-19 23:09:39 +08:00
transformers Squish the deprecation messages across the codebase 2019-03-11 19:22:37 +05:30
analyzer.rb Fix typos [ci skip] 2020-04-22 21:43:37 -07:00
attached.rb
downloader.rb Add ActiveStorage::Service#open 2019-03-28 18:47:42 -04:00
downloading.rb
engine.rb Active Storage: allow serving files by proxying 2020-05-11 16:21:58 -04:00
errors.rb
gem_version.rb Start Rails 6.1 development 2019-04-24 15:57:14 -04:00
log_subscriber.rb Mirror direct uploads 2019-05-22 15:07:35 -04:00
previewer.rb Store previews in the same service as the original blob 2019-12-20 15:06:03 -05:00
reflection.rb
service.rb Deprecate service_url in favour of url 2019-12-02 14:59:03 -05:00
version.rb