We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af85f74 + 626e014 commit 2772e8aCopy full SHA for 2772e8a
tools/README.md
@@ -4,7 +4,6 @@ This is a collection of utilities used for Rails internal development.
4
They aren't used by Rails apps directly.
5
6
* `console` drops you in irb and loads local Rails repos
7
- * `profile` profiles `Kernel#require` to help reduce startup time
8
* `railspect` provides commands to run internal linters
9
* `line_statistics` provides CodeTools module and LineStatistics class to count lines
10
* `test` is loaded by every major component of Rails to simplify testing, for example:
tools/profile
0 commit comments