rails/tools
Matthew Draper 87b3e226d6 Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing
changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa.
2017-07-02 02:15:17 +09:30
..
console Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" 2017-07-02 02:15:17 +09:30
line_statistics Doc fix [ci skip] 2015-03-06 23:37:54 +05:30
profile Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" 2017-07-02 02:15:17 +09:30
README.md Adds missing minor doc about tools/test.rb [ci skip] 2017-06-21 04:03:26 +08:00
test.rb Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" 2017-07-02 02:15:17 +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
  • test is loaded by every major component of Rails to simplify testing, for example: cd ./actioncable; bin/test ./path/to/actioncable_test_with_line_number.rb:5