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/controllers
Cameron Bothner 22efb2ec49 Respond with 404 in ActiveStorage::DiskController#show when file missing
`ActiveStorage::DiskController#show` generates a 404 Not Found response when
the requested file is missing from the disk service. It previously raised
`Errno::ENOENT`.
2018-08-21 15:35:58 -04:00
..
blobs_controller_test.rb Handle invalid signed blob IDs gracefully 2017-12-15 19:26:53 -05:00
direct_uploads_controller_test.rb Always exclude JSON root from direct_uploads#create response 2018-04-10 06:36:47 -04:00
disk_controller_test.rb Respond with 404 in ActiveStorage::DiskController#show when file missing 2018-08-21 15:35:58 -04:00
representations_controller_test.rb Merge Previews/Variants controller into one Representations controller. 2018-03-03 21:36:43 +01:00