discourse/app
Loïc Guitaut ca4af53be8 DEV: Upgrade Rails to version 7.1 (#27539)
* DEV: Upgrade Rails to 7.1

* FIX: Remove references to `Rails.logger.chained`

`Rails.logger.chained` was provided by Logster before Rails 7.1
introduced their broadcast logger. Now all the loggers are added to
`Rails.logger.broadcasts`.

Some code in our initializers was still using `chained` instead of
`broadcasts`.

* DEV: Make parameters optional to all FakeLogger methods

* FIX: Set `override_level` on Logster loggers (#27519)

A followup to f595d599dd

* FIX: Don’t duplicate Rack response

---------

Co-authored-by: Jarek Radosz <jradosz@gmail.com>
2024-06-21 09:44:06 +02:00
..
assets FEATURE: Smarter list editing in DEditor (#27563) 2024-06-21 15:27:03 +10:00
controllers DEV: Extract theme resolution to a helper (#27426) 2024-06-20 11:33:46 -04:00
helpers DEV: Extract theme resolution to a helper (#27426) 2024-06-20 11:33:46 -04:00
jobs FIX: Jobs::EnsureS3UploadsExistence broken for multisite (#27401) 2024-06-10 16:26:39 +08:00
mailers FIX: correctly compute the window for email summaries 2024-05-27 22:33:51 +02:00
models DEV: Upgrade Rails to version 7.1 (#27539) 2024-06-21 09:44:06 +02:00
serializers FIX: post revision serializer when tags is a string (#27499) 2024-06-21 08:09:21 +10:00
services DEV: Upgrade Rails to version 7.1 (#27539) 2024-06-21 09:44:06 +02:00
views UX: Rename FAQ to Guidelines (#27451) 2024-06-13 12:09:53 -03:00