aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/command
Commit message (Expand)AuthorAgeFilesLines
* Rename to Diffing and move module into credentials commandKasper Timm Hansen2019-08-031-55/+0
* Use match? where we don't need MatchDataAkira Matsuda2019-07-292-2/+2
* Use match? where we don't need MatchDataAkira Matsuda2019-07-271-1/+1
* Prettify diff generated by git for encripted file:Edouard CHIN2019-07-261-0/+55
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Do not treat `environment_desc` as commandsyuuji.yaginuma2019-04-131-1/+3
* Properly expand the environment's name in all commandsyuuji.yaginuma2019-03-151-4/+5
* Optimized namespaces_to_paths method.alkesh262019-02-111-2/+3
* Merge pull request #34789 from christos/fix-editing-new-environment-credentialsKasper Timm Hansen2019-01-251-0/+10
|\
| * Don't load app environment when editing credentialsChristos Zisopoulos2018-12-261-0/+10
* | Fix deeply nested namespace command printingGannon McGibbon2019-01-241-3/+11
* | Remove deprecated `environment` argument from the rails commandsRafael Mendonça França2019-01-171-11/+1
|/
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-6/+4
* Enable Style/ParenthesesAroundCondition copRyuta Kamizono2018-08-191-2/+2
* Show rails instead of bin/rails on USAGE instructionsAlberto Almagro2018-07-061-1/+1
* Partly revert #32289 to provide Rails' custom fallback in caseutilum2018-05-011-2/+49
* Use `did_you_mean` spell checker for option suggestionsGenadi Samokovarov2018-03-231-44/+2
* Extract Rails::Command::SpellcheckerGenadi Samokovarov2018-03-042-40/+53
* Rubocop styleDixit Patel2017-11-241-0/+2
* Add CLI to manage encrypted files/configs.Wojciech Wnętrzak2017-11-151-0/+33
* [Railties] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Use tt in doc for railties [skip ci]Yoshiyuki Hirano2017-08-272-5/+5
* 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