aboutsummaryrefslogtreecommitdiffstats
path: root/tools/README.md
blob: 6501aae441db1b56e3ce4633a151ee1ef28c2aba (plain) (blame)
1
2
3
4
5
6
7
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