You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi folks!
Updated to
rails 7.1
. Now when I write bad code, the "Extracted Source" section in defaultrails
error page showsruby
go-between instead of legibleslim
code.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
The text was updated successfully, but these errors were encountered: