Make a note about the internal tools/ dir and what each utility does

This commit is contained in:
Jeremy Kemper 2014-10-13 07:04:19 -07:00
parent 4c614651b5
commit 911e7094bd
1 changed files with 8 additions and 0 deletions

8
tools/README.md Normal file
View File

@ -0,0 +1,8 @@
## Rails dev tools
This is a collection of utilities used for Rails internal development.
They aren't used by Rails apps directly.
* `console` drops you in irb and loads this local Rails repos
* `line_statistics` gives lines-of-code counts for our codebase
* `profile` profiles `Kernel#require` to help reduce startup times