rails/activestorage/test
David Heinemeier Hansson 2b1fa89e44
Log to stdout in production by default (#47138)
* Logging to a file doesn't make sense in production

You're going to run out of space, and it doesn't play well with containers. Either you log to STDOUT, and let your container setup aggregate the logs, or you'll be switching to syslogger or whatever. You won't be logging to a file in production any more.

* Remove from Dockerfile too

* Did not mean to change this default

But we should make it easy to see how to change it.

* Restore what we had
2023-01-25 21:10:22 +01:00
..
analyzer Fix failing ActiveStorage test due to a change upstream in ffmpeg. 2022-08-26 15:25:53 +01:00
controllers [ActiveStorage] Return "Range Not Satisfiable" return code for partial downloads with incorrect range 2022-08-31 00:39:33 +03:00
database Fix ActiveStorage tests for load_defaults 7.0 2021-06-21 07:44:33 +09:00
dummy Log to stdout in production by default (#47138) 2023-01-25 21:10:22 +01:00
fixtures Reduce file size of tiff image in Active Storage 2021-08-12 11:37:44 -03:00
jobs Correct test class name 2019-09-28 10:31:26 -04:00
models Validate ActiveStorage::Blob io is rewindable 2022-11-23 19:10:20 +01:00
previewer Active Storage: raise PreviewError when a preview cannot be generated 2021-02-26 14:06:52 -05:00
service Add ActiveStorage.deprecator 2022-10-31 17:04:48 -05:00
template Extend audio_tag and video_tag to accept Active Storage attachments. 2022-03-14 02:05:37 -03:00
urls Make vips the default variant processor for new apps 2021-07-14 14:26:43 -03:00
engine_test.rb Treat image/bmp as a valid content type 2022-04-19 08:08:16 +10:00
fixture_set_test.rb Fix Flaky ActiveStorage test (#41225) 2021-01-24 18:29:11 +01:00
javascript_package_test.rb Enforce that activestorage compiled JS is in sync with source code 2019-10-18 18:02:02 -07:00
migrations_test.rb Respect Active Record's primary_key_type in Active Storage migrations 2021-06-11 11:51:07 +03:00
test_helper.rb Enable verbose mode in test and report warnings as errors 2022-10-11 09:25:18 +02:00