aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/command
Commit message (Expand)AuthorAgeFilesLines
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-144-0/+8
* Railties updates for frozen string literals.Pat Allan2017-08-141-1/+1
* Properly expand the environment's nameRobin Dupret2017-07-161-1/+6
* Deprecate environment as an argument for dbconsole and consoleRobin Dupret2017-07-161-0/+6
* [Railties] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Show correct commands in helpyuuji.yaginuma2017-03-031-1/+7
* Revert "Revert "Add encrypted secrets""Kasper Timm Hansen2017-02-231-2/+8
* Revert "Add encrypted secrets" (#28127)David Heinemeier Hansson2017-02-231-8/+2
* Add encrypted secrets (#28038)Kasper Timm Hansen2017-02-231-2/+8
* Share the common implementation between apps and engines.Kasper Timm Hansen2017-02-181-12/+7
* allow to pass describe option to rakeyuuji.yaginuma2017-01-171-1/+1
* make all rails commands work in engineyuuji.yaginuma2017-01-091-0/+5
* Match Thor's `desc` signature.Kasper Timm Hansen2016-12-311-1/+1
* Prevent command name being printed twice.Kasper Timm Hansen2016-12-311-0/+8
* Privatize unneededly protected methods in RailtiesAkira Matsuda2016-12-251-6/+6
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* Apply Rafaels review fixes.Kasper Timm Hansen2016-09-251-1/+1
* Fix console tests.Kasper Timm Hansen2016-09-251-0/+2
* Per Dr. Eileen's orders :)Kasper Timm Hansen2016-09-251-1/+1
* Simplify auxiliary command files directory finding.Kasper Timm Hansen2016-09-251-1/+1
* Run engine commands through command infrastructure.Kasper Timm Hansen2016-09-252-6/+35
* Initial command structure.Kasper Timm Hansen2016-09-254-0/+303