1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/tools
2016-02-14 21:40:13 +05:30
..
console
line_statistics
profile
README.md [ci skip] line_statistics added to README 2016-02-14 21:40:13 +05:30
test.rb make it possible to customize the executable inside rereun snippets. 2015-06-13 11:58:43 +02:00

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 local Rails repos
  • profile profiles Kernel#require to help reduce startup time
  • line_statistics provides CodeTools module and LineStatistics class to count lines