Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 1 | -0/+2 |
| | |||||
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
| | | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa. | ||||
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
| | |||||
* | `DEFAULT_ENV` falls back to `default_env` when `RAILS_ENV` or `RACK_ENV` is ↵ | Ryuta Kamizono | 2017-05-25 | 1 | -1/+1 |
| | | | | | | an empty string Follow up of #27399. | ||||
* | Make help short-cut alias to work | yuuji.yaginuma | 2017-02-24 | 1 | -1/+1 |
| | |||||
* | Make version short-cut alias to work | yuuji.yaginuma | 2017-02-24 | 1 | -1/+1 |
| | |||||
* | Fix test:units not hitting rake task. | Kasper Timm Hansen | 2017-02-23 | 1 | -1/+2 |
| | | | | | | | | By splitting the namespace test:units on :, we'd find our TestCommand, which knew nothing of a units method. So check that a found command also includes the command name we're trying to call. | ||||
* | Revert "Revert "Add encrypted secrets"" | Kasper Timm Hansen | 2017-02-23 | 1 | -9/+18 |
| | |||||
* | Revert "Add encrypted secrets" (#28127) | David Heinemeier Hansson | 2017-02-23 | 1 | -18/+9 |
| | |||||
* | Add encrypted secrets (#28038) | Kasper Timm Hansen | 2017-02-23 | 1 | -9/+18 |
| | |||||
* | allow to pass describe option to rake | yuuji.yaginuma | 2017-01-17 | 1 | -1/+3 |
| | | | | | | Since `Thor::HELP_MAPPINGS` contains `-D`, so `bin/rails -D` show rails's help. But, in Rails 5.0.1, `bin/rails -D` show the description of rake task. I think that it is better to have the same behavior. | ||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2017-01-11 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: railties/lib/rails/generators.rb | ||||
| * | Capitalize Thor gem name | Jon Moss | 2016-12-19 | 1 | -1/+1 |
| | | | | | | | | [ci skip] | ||||
* | | Privatize unneededly protected methods in Railties | Akira Matsuda | 2016-12-25 | 1 | -4/+4 |
|/ | |||||
* | Per Dr. Eileen's orders :) | Kasper Timm Hansen | 2016-09-25 | 1 | -3/+6 |
| | | | | Prescribed some review fixes for myself! | ||||
* | Initial command structure. | Kasper Timm Hansen | 2016-09-25 | 1 | -0/+96 |
| | |||||
* | Remove unfinished command infrastructure. | Kasper Timm Hansen | 2016-03-10 | 1 | -70/+0 |
| | | | | | | | If we're gonna do this right, it will look mighty different from this anyway. (Looking at you, Rails 5.1). It isn't being used in any code as of now, so yanking is the best option. | ||||
* | Nodoc Rails command. | Kasper Timm Hansen | 2015-12-13 | 1 | -1/+1 |
| | | | | | | | The API isn't ready yet, which means we haven't documented it. People can't make their own commands, so there's no reason to show it in generated documentation. | ||||
* | Ditch `Commands` namespace for base command. | Kasper Timm Hansen | 2015-12-06 | 1 | -0/+70 |
Reading `Rails::Commands::Command` feels excessive. Especially if users can subclass command to write their own commands — which I'd like to aim for. Switch to `Rails::Command` before we get too far into things. |