aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/plugin
Commit message (Collapse)AuthorAgeFilesLines
* use appropriate type for `rc` optionyuuji.yaginuma2016-12-141-1/+1
| | | | | | | | This fixes the following warning. ``` Expected boolean default value for '--rc'; got "~/.railsrc" (string) ```
* Hide commands from API site.Kasper Timm Hansen2016-10-281-1/+1
| | | | | They're just barren on the site and confure more than guide, instead rely on the built in --help to guide users.
* Initial command structure.Kasper Timm Hansen2016-09-251-0/+43