| Commit message (Expand) | Author | Age | Files | Lines |
* | Add `Style/RedundantFreeze` to remove redudant `.freeze` | Yasuo Honda | 2018-09-29 | 1 | -1/+1 |
* | Fix the obvious typos detected by github.com/client9/misspell | Kazuhiro Sera | 2018-08-08 | 1 | -1/+1 |
* | Merge pull request #28266 from Stellenticket/allow_disable_server_stdout_logging | Kasper Timm Hansen | 2018-07-08 | 1 | -2/+9 |
|\ |
|
| * | Allow to explicitly specify whether to output Rails' log to stdout | Markus Doits | 2018-07-08 | 1 | -2/+9 |
* | | Fix rubocop offense introduced in 161ed37 | bogdanvlviv | 2018-07-08 | 1 | -1/+1 |
|/ |
|
* | Don't balloon @original_options with --restart on restart. | Kasper Timm Hansen | 2018-07-07 | 1 | -1/+1 |
* | Don't show unneeded deprecation warning on server restart. | Kasper Timm Hansen | 2018-07-07 | 1 | -8/+14 |
* | Remove restart_command leftover from switching to Thor options. | Kasper Timm Hansen | 2018-07-07 | 1 | -4/+0 |
* | Use only snake cased symbols in commands. | Kasper Timm Hansen | 2018-07-07 | 1 | -5/+5 |
* | Remove unused require | yuuji.yaginuma | 2018-06-18 | 1 | -1/+0 |
* | Remove unnecessary test | yuuji.yaginuma | 2018-06-03 | 1 | -2/+2 |
* | Deprecate support for using `HOST` environment to specify server IP (#32540) | Yuji Yaginuma | 2018-04-16 | 1 | -2/+12 |
* | Use `did_you_mean` spell checker for option suggestions | Genadi Samokovarov | 2018-03-23 | 1 | -2/+2 |
* | Do not show unnecessary message during server startup | yuuji.yaginuma | 2018-03-10 | 1 | -6/+5 |
* | Fix "NameError: undefined local variable or method `host'" | yuuji.yaginuma | 2018-03-05 | 1 | -1/+1 |
* | Introduce explicit rails server handler option | Genadi Samokovarov | 2018-03-04 | 1 | -16/+72 |
* | Improve the deprecation message for using subclass of Rails::Application to s... | Prathamesh Sonpatki | 2018-01-07 | 1 | -1/+1 |
* | [Railties] require_relative => require | Akira Matsuda | 2017-10-21 | 1 | -1/+1 |
* | Implement H2 Early Hints for Rails | eileencodes | 2017-10-04 | 1 | -1/+7 |
* | Make `restart` and `dev:cache` tasks work when customizing pid file path | yuuji.yaginuma | 2017-08-21 | 1 | -1/+7 |
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 1 | -0/+2 |
* | Deprecate support of older `config.ru` | yuuji.yaginuma | 2017-08-08 | 1 | -1/+8 |
* | Do not show URL in boot info when using Puma | yuuji.yaginuma | 2017-07-24 | 1 | -2/+6 |
* | [Railties] require => require_relative | Akira Matsuda | 2017-07-01 | 1 | -1/+1 |
* | Correctly set user_supplied_options when there is no whitespace in option spe... | yuuji.yaginuma | 2017-05-24 | 1 | -2/+9 |
* | CLI arg `--port` has precedence over env `PORT`. | koshigoe | 2017-05-01 | 1 | -2/+3 |
* | CLI arg "host" has precedence over ENV var "host" | Jon Moss | 2017-03-21 | 1 | -2/+4 |
* | `HOST` must be all capital letters | yuuji.yaginuma | 2017-03-01 | 1 | -1/+1 |
* | Set correct host except development environment | yuuji.yaginuma | 2017-02-27 | 1 | -3/+7 |
* | [close #24435] Send user_supplied_options to server | schneems | 2017-02-24 | 1 | -11/+44 |
* | make all rails commands work in engine | yuuji.yaginuma | 2017-01-09 | 1 | -2/+6 |
* | use Thor option parser in server commands parse | yuuji.yaginuma | 2016-12-24 | 1 | -54/+67 |
* | Hide commands from API site. | Kasper Timm Hansen | 2016-10-28 | 1 | -2/+2 |
* | remove `mongrel` once again | yuuji.yaginuma | 2016-09-29 | 1 | -1/+1 |
* | Apply Rafaels review fixes. | Kasper Timm Hansen | 2016-09-25 | 1 | -1/+3 |
* | Per Dr. Eileen's orders :) | Kasper Timm Hansen | 2016-09-25 | 1 | -1/+0 |
* | Initial command structure. | Kasper Timm Hansen | 2016-09-25 | 1 | -0/+159 |