aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/console_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove the old command files.Kasper Timm Hansen2016-09-251-34/+0
| | | | | Wash out your old! These adhoc scripts are replaced by the new commands.
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
|
* applies new string literal convention in railties/libXavier Noria2016-08-061-3/+3
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* Refactor railties console and dbconsole commandsMehmet Emin İNAÇ2015-05-101-0/+34
fix minor convention problems