| Commit message (Expand) | Author | Age | Files | Lines |
* | Add CLI to manage encrypted files/configs. | Wojciech Wnętrzak | 2017-11-15 | 2 | -1/+84 |
* | Deprecate encrypted secrets in favor of credentials. | Kasper Timm Hansen | 2017-11-12 | 1 | -12/+37 |
* | Fix test name for daemon option test | yuuji.yaginuma | 2017-10-14 | 1 | -2/+2 |
* | Added test case for starting rails with daemon option, this should set the op... | Pierre Hedkvist | 2017-10-13 | 1 | -0/+12 |
* | Simplify parse arguments in `ConsoleTest` | yuuji.yaginuma | 2017-10-08 | 1 | -16/+3 |
* | Implement H2 Early Hints for Rails | eileencodes | 2017-10-04 | 1 | -0/+12 |
* | Add tests for credentials command | yuuji.yaginuma | 2017-09-15 | 1 | -0/+19 |
* | Make master key added to gitignore the same value as when creating appplication | yuuji.yaginuma | 2017-09-14 | 1 | -0/+30 |
* | Run in-app rails commands via fork+load where possible | Matthew Draper | 2017-09-04 | 1 | -4/+7 |
* | Fix `can't modify frozen String` error in `DBConsole` | yuuji.yaginuma | 2017-08-29 | 1 | -0/+6 |
* | Make `restart` and `dev:cache` tasks work when customizing pid file path | yuuji.yaginuma | 2017-08-21 | 1 | -1/+1 |
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 4 | -0/+8 |
* | Properly expand the environment's name | Robin Dupret | 2017-07-16 | 2 | -0/+11 |
* | Deprecate environment as an argument for dbconsole and console | Robin Dupret | 2017-07-16 | 2 | -12/+24 |
* | Allow to pass a connection to the `dbconsole` command | Robin Dupret | 2017-07-16 | 1 | -0/+43 |
* | Add `rails secrets:show` command | yuuji.yaginuma | 2017-07-07 | 1 | -0/+13 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 4 | -4/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 4 | -0/+4 |
* | Do not use UTF8 in test SecretsCommandTest#test_edit_secrets | Pavel Valena | 2017-05-30 | 1 | -1/+1 |
* | Merge pull request #29146 from y-yagi/fix_29138 | Kasper Timm Hansen | 2017-05-28 | 1 | -0/+6 |
|\ |
|
| * | Correctly set user_supplied_options when there is no whitespace in option spe... | yuuji.yaginuma | 2017-05-24 | 1 | -0/+6 |
* | | Reorder first secrets edit flow. | Kasper Timm Hansen | 2017-05-25 | 1 | -5/+2 |
|/ |
|
* | CLI arg `--port` has precedence over env `PORT`. | koshigoe | 2017-05-01 | 1 | -0/+12 |
* | CLI arg "host" has precedence over ENV var "host" | Jon Moss | 2017-03-21 | 1 | -0/+8 |
* | Add secrets edit test | yuuji.yaginuma | 2017-03-12 | 1 | -0/+13 |
* | Tell users how to assign a $EDITOR. | Kasper Timm Hansen | 2017-03-01 | 1 | -0/+24 |
* | Set correct host except development environment | yuuji.yaginuma | 2017-02-27 | 1 | -0/+18 |
* | [close #24435] Send user_supplied_options to server | schneems | 2017-02-24 | 1 | -0/+8 |
* | improve server default options test | yuuji.yaginuma | 2017-01-09 | 1 | -3/+3 |
* | Merge branch 'master' into fix_26964 | Kasper Timm Hansen | 2016-12-29 | 1 | -1/+1 |
|\ |
|
| * | "Use assert_nil if expecting nil. This will fail in minitest 6." | Akira Matsuda | 2016-12-25 | 1 | -1/+1 |
* | | use Thor option parser in server commands parse | yuuji.yaginuma | 2016-12-24 | 1 | -36/+43 |
|/ |
|
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -9/+9 |
* | Fix server command tests. | Kasper Timm Hansen | 2016-09-25 | 1 | -1/+2 |
* | Fix dbconsole tests. | Kasper Timm Hansen | 2016-09-25 | 1 | -22/+55 |
* | Fix console tests. | Kasper Timm Hansen | 2016-09-25 | 1 | -6/+30 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -6/+6 |
* | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 1 | -1/+0 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -3/+0 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 2 | -50/+50 |
* | applies new string literal convention in railties/test | Xavier Noria | 2016-08-06 | 3 | -84/+84 |
* | Use the HOST environment variable for rails server #25677 | Evgeny Vlasenko | 2016-07-05 | 1 | -0/+7 |
* | Fix rails restart issue with Puma | Prathamesh Sonpatki | 2016-03-30 | 1 | -0/+14 |
* | changed default value of `caching` option to `nil` | yuuji.yaginuma | 2016-03-21 | 1 | -1/+2 |
* | revert dev:cache to rake task, fixes #23410 | Scott Bronson | 2016-02-07 | 1 | -32/+0 |
* | Avoid multiple default paths to server.pid file | Tawan Sierek | 2016-01-16 | 1 | -0/+9 |
* | Remove legacy mysql adapter | Abdelkader Boudih | 2015-12-17 | 1 | -3/+3 |
* | Clarify the need to run command twice. | Kasper Timm Hansen | 2015-12-07 | 1 | -2/+2 |
* | Add Rails command infrastructure and encapsulate development caching | Chuck Callebs | 2015-12-04 | 1 | -0/+32 |
* | Use the PORT environment variable for rails server | David Cornu | 2015-08-18 | 1 | -0/+7 |