1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/tools
2017-05-26 15:22:57 +09:30
..
console
line_statistics
profile Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
README.md
test.rb Prevent a redefinition warning when the real Rails.root appears 2017-05-26 15:22:57 +09:30

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