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
Eugene Kenny 47e563781c Always use 28 characters for Active Storage keys
Active Storage keys are generated in two ways: in the `before_create`
callback added by `has_secure_token`, or by calling `key` before the
blob is saved. a273da7619 broke the
former code path, and the latter was previously untested.
2019-10-01 00:24:41 +01:00
..
attached Fix mocking test to mock kwargs 2019-09-07 02:44:36 +09:00
attachment_test.rb Mirror direct uploads 2019-05-22 15:07:35 -04:00
blob_test.rb Always use 28 characters for Active Storage keys 2019-10-01 00:24:41 +01:00
filename_test.rb Enable Performance/UnfreezeString cop 2018-09-23 08:56:55 +09:00
presence_validation_test.rb Store newly-uploaded files on save rather than assignment 2018-07-07 23:25:33 -04:00
preview_test.rb Change video preview format from PNG to JPG 2018-05-23 14:32:34 -04:00
reflection_test.rb Fix that models can clobber each others' attachment reflections 2018-07-07 17:09:31 -04:00
representation_test.rb Extract Analyzable and Representable concerns 2018-01-10 12:12:04 -05:00
variant_test.rb Merge pull request #36045 from yfxie/fix-normalize-the-hash-of-transformations 2019-04-21 16:07:54 -04:00