Rails dev tools¶ ↑
This is a collection of utilities used for Rails internal development. They aren’t used by Rails apps directly.
-
consoledrops you in irb and loads localRailsrepos -
railspectprovides commands to run internal linters -
line_statisticsprovides CodeTools module and LineStatistics class to count lines -
testis loaded by every major component ofRailsto simplify testing, for example:cd ./actioncable; bin/test ./path/to/actioncable_test_with_line_number.rb:5