| Commit message (Expand) | Author | Age | Files | Lines |
* | Add CLI to manage encrypted files/configs. | Wojciech Wnętrzak | 2017-11-15 | 2 | -21/+85 |
* | Revert displaying master key generation info on `rails new`. | Kasper Timm Hansen | 2017-11-12 | 1 | -0/+1 |
* | Deprecate encrypted secrets in favor of credentials. | Kasper Timm Hansen | 2017-11-12 | 1 | -10/+9 |
* | [Railties] require_relative => require | Akira Matsuda | 2017-10-21 | 10 | -19/+19 |
* | Implement H2 Early Hints for Rails | eileencodes | 2017-10-04 | 1 | -1/+7 |
* | Use `TOPLEVEL_BINDING` in rails runner command | yuuji.yaginuma | 2017-09-22 | 1 | -2/+2 |
* | Merge pull request #30581 from y-yagi/do_not_add_master_key_twice_to_gitignore | Kasper Timm Hansen | 2017-09-14 | 1 | -1/+0 |
|\ |
|
| * | Make master key added to gitignore the same value as when creating appplication | yuuji.yaginuma | 2017-09-14 | 1 | -1/+0 |
* | | [ci skip] Prefer credentials to secrets in docs. | Kasper Timm Hansen | 2017-09-13 | 1 | -1/+1 |
|/ |
|
* | Add credentials using a generic EncryptedConfiguration class (#30067) | David Heinemeier Hansson | 2017-09-11 | 2 | -0/+125 |
* | Fix `can't modify frozen String` error in `DBConsole` | yuuji.yaginuma | 2017-08-29 | 1 | -1/+1 |
* | Make `restart` and `dev:cache` tasks work when customizing pid file path | yuuji.yaginuma | 2017-08-21 | 1 | -1/+7 |
* | Merge pull request #29891 from pat/frozen-string-literals-railties | Rafael França | 2017-08-14 | 14 | -1/+29 |
|\ |
|
| * | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 14 | -0/+28 |
| * | Railties updates for frozen string literals. | Pat Allan | 2017-08-14 | 1 | -1/+1 |
* | | Merge pull request #29994 from y-yagi/fix_test_runner_help | Kasper Timm Hansen | 2017-08-14 | 1 | -21/+14 |
|\ \
| |/
|/| |
|
| * | Show minitest options in test runner help | yuuji.yaginuma | 2017-07-31 | 1 | -21/+14 |
* | | 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 |
* | support `-` as an argument to `rails runner` | Cody Cutrer | 2017-07-17 | 2 | -2/+7 |
* | Set `RAILS_ENV` before load application file | yuuji.yaginuma | 2017-07-17 | 1 | -1/+4 |
* | Properly expand the environment's name | Robin Dupret | 2017-07-16 | 2 | -6/+0 |
* | Allow to pass a connection to the `dbconsole` command | Robin Dupret | 2017-07-16 | 1 | -2/+14 |
* | * Don't eagerly require Rails' minitest plugin. | Kasper Timm Hansen | 2017-07-10 | 1 | -5/+25 |
* | Load environment file in `dbconsole` command | yuuji.yaginuma | 2017-07-09 | 1 | -0/+1 |
* | Add `rails secrets:show` command | yuuji.yaginuma | 2017-07-07 | 1 | -0/+4 |
* | [Railties] require => require_relative | Akira Matsuda | 2017-07-01 | 9 | -14/+14 |
* | Add the `<app_root>/test` dir to the `$LOAD_PATH` as a string: | Edouard CHIN | 2017-06-16 | 1 | -1/+1 |
* | Access EDITOR through Ruby's cross-platform ENV. | Kasper Timm Hansen | 2017-06-11 | 1 | -2/+2 |
* | Merge pull request #29146 from y-yagi/fix_29138 | Kasper Timm Hansen | 2017-05-28 | 1 | -2/+9 |
|\ |
|
| * | Correctly set user_supplied_options when there is no whitespace in option spe... | yuuji.yaginuma | 2017-05-24 | 1 | -2/+9 |
* | | Reorder first secrets edit flow. | Kasper Timm Hansen | 2017-05-25 | 1 | -4/+16 |
* | | Remove needless waiting message. | Kasper Timm Hansen | 2017-05-23 | 1 | -1/+0 |
|/ |
|
* | Update system test runner docs | eileencodes | 2017-05-14 | 1 | -8/+9 |
* | Allow irb options to be passed from `rails console` command | yuuji.yaginuma | 2017-05-08 | 1 | -2/+14 |
* | CLI arg `--port` has precedence over env `PORT`. | koshigoe | 2017-05-01 | 1 | -2/+3 |
* | Use appropriate type to `header` option | yuuji.yaginuma | 2017-04-05 | 1 | -1/+1 |
* | Do not show hidden namespaces in destroy commnad help | yuuji.yaginuma | 2017-03-27 | 1 | -0/+3 |
* | Merge pull request #28527 from rst/fix_runner_argv_28515 | Rafael França | 2017-03-22 | 1 | -2/+3 |
|\ |
|
| * | Correctly reset ARGV for "rails runner `CODE' arg arg arg..." | Robert Thau | 2017-03-22 | 1 | -2/+3 |
* | | CLI arg "host" has precedence over ENV var "host" | Jon Moss | 2017-03-21 | 1 | -2/+4 |
|/ |
|
* | Make destroy command work within engines | yuuji.yaginuma | 2017-03-14 | 1 | -2/+2 |
* | Merge pull request #28182 from y-yagi/show_correct_rails_commands | Kasper Timm Hansen | 2017-03-09 | 6 | -17/+29 |
|\ |
|
| * | Show correct commands in help | yuuji.yaginuma | 2017-03-03 | 6 | -17/+29 |
* | | [ci skip] Document read_encrypted_secrets config. | Kasper Timm Hansen | 2017-03-09 | 1 | -0/+8 |
* | | Convert `ENV["EDITOR"]` to string before check | yuuji.yaginuma | 2017-03-02 | 1 | -1/+1 |
* | | Put it to me straight: just say it. | Kasper Timm Hansen | 2017-03-01 | 1 | -3/+3 |
* | | Tell users how to assign a $EDITOR. | Kasper Timm Hansen | 2017-03-01 | 1 | -0/+11 |
* | | `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 |
|/ |
|