1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/tools
Xavier Noria a9dc45459a code gardening: removes redundant selfs
A few have been left for aesthetic reasons, but have made a pass
and removed most of them.

Note that if the method `foo` returns an array, `foo << 1`
is a regular push, nothing to do with assignments, so
no self required.
2016-08-08 01:12:38 +02: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 code gardening: removes redundant selfs 2016-08-08 01:12:38 +02:00
README.md Fix title of README according to Markdown conventions 2016-02-25 03:39:02 +01:00
test.rb applies new string literal convention in tools 2016-08-06 19:22:51 +02:00

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