blob: 13be763dac1d3ae7330a8629522133c063063d1c (
plain) (
blame)
1
2
3
4
5
6
7
|
## 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
* `profile` profiles `Kernel#require` to help reduce startup times
|