Highlight changes introduced by Suspenders#1337
Merged
stevepolitodesign merged 1 commit intomainfrom Feb 13, 2026
Merged
Conversation
442110e to
21a9a5a
Compare
Relates to this [discussion][]. Builds off the work introduced in #1284 in an effort to help distinguish code generated by Rails from code generated by Suspenders. My hope is that by doing this, it will give teams better insight on what modifications Suspenders made. ``` commit 8d7d3fb23954c905e23d79ede898cfcf2fb0ea6b (HEAD -> main) Author: Steve Polito <stevepolito@hey.com> Date: Fri Feb 13 11:26:50 2026 -0500 Changes introduced by Suspenders version 20260105.0 commit f69be057bb8e2fe879c392d3b37373569338565d Author: Steve Polito <stevepolito@hey.com> Date: Fri Feb 13 11:26:47 2026 -0500 Initial commit from rails new ``` [discussion]: #1326
21a9a5a to
db4b596
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Relates to this discussion.
Builds off the work introduced in #1284 in an effort to help
distinguish code generated by Rails from code generated by Suspenders.
My hope is that by doing this, it will give teams better insight on
what modifications Suspenders made.