| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix rubocop offence for `Style/FrozenStringLiteralComment` | Ryuta Kamizono | 2019-04-05 | 1 | -0/+2 |
* | Output junit format test report | Fumiaki MATSUSHIMA | 2019-04-04 | 1 | -0/+15 |
* | Use frozen string literal in tools/ | Koichi ITO | 2017-08-13 | 3 | -0/+6 |
* | * Don't eagerly require Rails' minitest plugin. | Kasper Timm Hansen | 2017-07-10 | 1 | -3/+6 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 3 | -3/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 3 | -0/+3 |
* | Adds missing minor doc about tools/test.rb [ci skip] | Marc Ignacio | 2017-06-21 | 2 | -1/+3 |
* | Prevent a redefinition warning when the real Rails.root appears | Matthew Draper | 2017-05-26 | 1 | -2/+3 |
* | Prevent multiple values being set to `run_via` | yuuji.yaginuma | 2017-02-18 | 1 | -1/+1 |
* | make work bin/test scripts with line filter | yuuji.yaginuma | 2016-12-17 | 1 | -0/+3 |
* | update bin/test scripts to prevent double runs. | Yves Senn | 2016-11-21 | 1 | -0/+2 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -1/+1 |
* | fixes remaining RuboCop issues [Vipul A M, Xavier Noria] | Xavier Noria | 2016-09-01 | 1 | -1/+1 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -1/+1 |
* | code gardening: removes redundant selfs | Xavier Noria | 2016-08-08 | 1 | -1/+1 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -26/+26 |
* | applies new string literal convention in tools | Xavier Noria | 2016-08-06 | 3 | -19/+19 |
* | Remove requiring load_paths from tools/test.rb | Prathamesh Sonpatki | 2016-03-02 | 1 | -1/+4 |
* | Remove load_paths file | Arthur Neves | 2016-02-27 | 1 | -1/+3 |
* | Fix title of README according to Markdown conventions | Aaron Ang | 2016-02-25 | 1 | -2/+2 |
* | [ci skip] line_statistics added to README | Sourav Moitra | 2016-02-14 | 1 | -0/+1 |
* | make it possible to customize the executable inside rereun snippets. | Yves Senn | 2015-06-13 | 1 | -0/+2 |
* | select the AR adapter through `bin/test`. | Yves Senn | 2015-06-11 | 1 | -2/+0 |
* | use our runner (`bin/test`) for framework components. | Yves Senn | 2015-06-11 | 1 | -0/+12 |
* | Use block variable instead of global | schneems | 2015-06-01 | 1 | -2/+2 |
* | Doc fix [ci skip] | Sushruth Sivaramakrishnan | 2015-03-06 | 1 | -1/+1 |
* | minor docs change [ci skip] | Rishi Jain | 2014-11-03 | 1 | -2/+2 |
* | line_statistics is not an executable | Rafael Mendonça França | 2014-10-13 | 2 | -2/+2 |
* | Make a note about the internal tools/ dir and what each utility does | Jeremy Kemper | 2014-10-13 | 1 | -0/+8 |
* | Do not use deprecated `exists?` method | Rafael Mendonça França | 2014-10-13 | 1 | -1/+1 |
* | Document the propose of tools/profile | Rafael Mendonça França | 2014-10-13 | 1 | -0/+3 |
* | Revert "Merge pull request #17247 from igas/fix-deprecations" | Rafael Mendonça França | 2014-10-13 | 1 | -0/+133 |
* | remove unused tools/profile | Igor Kapkov | 2014-10-13 | 1 | -133/+0 |
* | Encapsulate rake lines from ActiveRecord/ActionPack as CodeTools::LineStatistics | Benjamin Fleischer | 2014-07-25 | 1 | -0/+41 |
* | Fail profiler fast when input is not a ruby file | Benjamin Fleischer | 2014-07-25 | 1 | -0/+12 |
* | Optionally add String extensions for ruby-prof printer option | Benjamin Fleischer | 2014-07-25 | 1 | -0/+26 |
* | Encapsulate tools/profile functionality in CodeTools::Profiler | Benjamin Fleischer | 2014-07-25 | 1 | -52/+76 |
* | Correct tools/profile usage example | Benjamin Fleischer | 2014-07-25 | 1 | -1/+1 |
* | Removing Gem.source_index [ci skip] | Arun Agrawal | 2013-07-13 | 1 | -1/+0 |
* | Remove REE GC stats since master is 1.9.3 | Jeremy Kemper | 2012-10-26 | 1 | -17/+5 |
* | fix Example: Rename tools/profile_requires -> tools/profile | rochefort | 2012-10-06 | 1 | -1/+1 |
* | require "rubygems" is obsolete in Ruby 1.9.3 | Kornelius Kalnbach | 2012-05-13 | 1 | -1/+0 |
* | Remove Active Resource source files from the repository | Prem Sichanugrist | 2012-03-13 | 1 | -1/+0 |
* | Support an extra profile printer arg | Jeremy Kemper | 2010-06-24 | 1 | -1/+3 |
* | Show GC time and # of runs too | Jeremy Kemper | 2010-06-23 | 1 | -1/+3 |
* | Ensure require and load are private - h/t apeiros | Jeremy Kemper | 2010-04-24 | 1 | -0/+1 |
* | Use call stack printer if available | Jeremy Kemper | 2010-04-04 | 1 | -2/+8 |
* | ./tools/console to drop into irb with rails loaded | Jeremy Kemper | 2010-03-28 | 1 | -0/+7 |
* | Rename tools/profile_requires -> tools/profile since we do both require and r... | Jeremy Kemper | 2009-05-27 | 1 | -0/+0 |
* | Clean up tools/profile_requires a bit | Jeremy Kemper | 2009-05-21 | 1 | -33/+27 |