aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/help
Commit message (Expand)AuthorAgeFilesLines
* Use `say`/`error` instead of `puts`/`$stderr.puts`bogdanvlviv2018-08-221-1/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Update system test runner docseileencodes2017-05-141-8/+9
* make all rails commands work in engineyuuji.yaginuma2017-01-091-14/+2
* Hide commands from API site.Kasper Timm Hansen2016-10-281-1/+1
* Run engine commands through command infrastructure.Kasper Timm Hansen2016-09-251-1/+12
* Initial command structure.Kasper Timm Hansen2016-09-252-0/+29