rails--rails/tools
yuuji.yaginuma 2047877f4e make work bin/test scripts with line filter
`Rails::LineFiltering` is not automatically loaded, need to load it explicitly.
Ref: 797f1dd, b6f935b
2016-12-17 18:08:57 +09:00
..
README.md Fix title of README according to Markdown conventions 2016-02-25 03:39:02 +01:00
console applies new string literal convention in tools 2016-08-06 19:22:51 +02:00
line_statistics Doc fix [ci skip] 2015-03-06 23:37:54 +05:30
profile Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
test.rb make work bin/test scripts with line filter 2016-12-17 18:08:57 +09:00

README.md

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