-
Notifications
You must be signed in to change notification settings - Fork 22k
Add support for stylesheets and ERB views to rails stats
.
#40597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
rails stats
rails stats
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Just a small comment about the changelog. Can you squash your commits in only one?
railties/CHANGELOG.md
Outdated
* Allow appended root routes to take precedence over internal welcome controller. | ||
|
||
*Gannon McGibbon* | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line was correct, can you put it back please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will do once I figure out this rebase I just messed up ❤️
@rafaelfranca alright, I squashed to a single commit. I pointed this at 6-1-stable, but happy to point to |
All features go to the master branch and then we backport if suitable. |
@rafaelfranca @kaspth sorry for all the hassle for such a small PR! This should be all cleaned up now, pointing to |
Fixing the failing test now. |
@rafaelfranca fixed! |
@rafaelfranca this should be good to go ❤️ |
Sweet, thanks @joelhawksley! |
Summary
In looking for ways to report statistics on the size of GitHub's monolith, I realized that
rails stats
does not report on theapp/views
andapp/assets/stylesheets
directories.I think folks would find it useful to see stats on these folders. This PR adds them as
Views
andStylesheets
: