Quails
dev tools¶ ↑
This is a collection of utilities used for Quails
internal development. They aren't used by Quails
apps directly.
-
console
drops you in irb and loads localQuails
repos -
profile
profilesKernel#require
to help reduce startup time -
line_statistics
providesCodeTools
module and LineStatistics class to count lines -
test
is loaded by every major component ofQuails
to simplify testing, for example:cd ./actioncable; bin/test ./path/to/actioncable_test_with_line_number.rb:5