1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
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
..
console Remove load_paths file 2016-02-27 13:03:57 -05:00
line_statistics
profile
README.md Fix title of README according to Markdown conventions 2016-02-25 03:39:02 +01:00
test.rb Remove requiring load_paths from tools/test.rb 2016-03-02 10:28:34 +05: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