rails--rails/tools
Prathamesh Sonpatki ea491653cc Remove requiring load_paths from tools/test.rb
- Instead require and setup Bundler
- `tools/test.rb` is used internally from all `bin/test` scripts inside
   component gems.
- Followup of 2abcdfd978.
2016-03-02 10:28:34 +05:30
..
README.md Fix title of README according to Markdown conventions 2016-02-25 03:39:02 +01:00
console Remove load_paths file 2016-02-27 13:03:57 -05:00
line_statistics Doc fix [ci skip] 2015-03-06 23:37:54 +05:30
profile Use block variable instead of global 2015-06-01 19:44:40 -05:00
test.rb Remove requiring load_paths from tools/test.rb 2016-03-02 10:28:34 +05:30

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