Hi folks!
Updated to rails 7.1. Now when I write bad code, the "Extracted Source" section in default rails error page showsruby go-between instead of legible slim code.
For example, there are now:
- Semicolons to start and end every line
- Widespread
@output_buffer.safe_concat(<div>slim to HTML here</div)
Before I spent time digging deeper, I was wondering if anyone knew about what may have caused this change, and/or if the proper place to attempt to get this back to the previous output it is here or in rails.
BEFORE

AFTER

Hi folks!
Updated to
rails 7.1. Now when I write bad code, the "Extracted Source" section in defaultrailserror page showsrubygo-between instead of legibleslimcode.For example, there are now:
@output_buffer.safe_concat(<div>slim to HTML here</div)Before I spent time digging deeper, I was wondering if anyone knew about what may have caused this change, and/or if the proper place to attempt to get this back to the previous output it is here or in
rails.BEFORE
AFTER