| Commit message (Expand) | Author | Age | Files | Lines |
* | Use `require_relative` instead of `require` with full path | bogdanvlviv | 2017-06-14 | 2 | -2/+2 |
* | Merge pull request #29289 from vergenzt/patch-1 | Vipul A M | 2017-06-12 | 1 | -0/+3 |
|\ |
|
| * | Add note to Railtie docs to use unique filenames | Tim Vergenz | 2017-06-12 | 1 | -0/+3 |
* | | Merge pull request #29425 from gsamokovarov/drop-the-irb-term | Guillermo Iguaran | 2017-06-12 | 1 | -1/+1 |
|\ \ |
|
| * | | Drop IRB out of the web-console Gemfile comment | Genadi Samokovarov | 2017-06-12 | 1 | -1/+1 |
* | | | Merge pull request #29263 from assain/default_message_encryptor_to_gcm | Kasper Timm Hansen | 2017-06-11 | 2 | -0/+8 |
|\ \ \
| |/ /
|/| | |
|
| * | | set message_encryptor default cipher to aes-256-gcm | Assain | 2017-06-12 | 2 | -0/+8 |
* | | | Access EDITOR through Ruby's cross-platform ENV. | Kasper Timm Hansen | 2017-06-11 | 1 | -2/+2 |
* | | | Ensure MSSQL password uses real ENV var. | Ken Collins | 2017-06-05 | 1 | -2/+2 |
|/ / |
|
* | | Use mattr_accessor default: option throughout the project | Genadi Samokovarov | 2017-06-03 | 2 | -3/+4 |
* | | Make Rails welcome page responsive | Lucas Caton | 2017-06-03 | 1 | -4/+14 |
* | | Merge pull request #29079 from orhantoy/feature/fix-scaffold_controller-gener... | Eileen M. Uchitelle | 2017-06-02 | 1 | -1/+1 |
|\ \ |
|
| * | | [ci skip] Fix `scaffold_controller` generator usage | Orhan Toy | 2017-05-29 | 1 | -1/+1 |
* | | | Remove the pathname dependency from bin/update and bin/setup | Ben Woosley | 2017-05-31 | 2 | -4/+2 |
* | | | Merge pull request #29088 from greysteil/better-spacing-in-production-environ... | Matthew Draper | 2017-05-31 | 1 | -3/+4 |
|\ \ \
| |_|/
|/| | |
|
| * | | Better spacing in environments/production.rb file | Grey Baker | 2017-05-15 | 1 | -3/+4 |
* | | | Replace therubyracer with mini_racer | Sam | 2017-05-30 | 1 | -1/+1 |
* | | | Do not use UTF8 in test SecretsCommandTest#test_edit_secrets | Pavel Valena | 2017-05-30 | 1 | -1/+1 |
* | | | Add option for class_attribute default (#29270) | David Heinemeier Hansson | 2017-05-29 | 2 | -6/+5 |
| |/
|/| |
|
* | | Doh. We are doing this on secrets:setup. Revert "Ignore the encrypted secrets... | David Heinemeier Hansson | 2017-05-29 | 1 | -3/+0 |
* | | Merge pull request #29266 from ojiry/add-elm-option-to-generator-desc | Eileen M. Uchitelle | 2017-05-29 | 1 | -1/+1 |
|\ \ |
|
| * | | Add elm option of webpack to generator description | Ryoji Yoshioka | 2017-05-29 | 1 | -1/+1 |
* | | | Ignore the encrypted secrets key file that is created by rails secrets:setup | David Heinemeier Hansson | 2017-05-29 | 1 | -0/+3 |
|/ / |
|
* | | Merge pull request #29208 from kamipo/default_env_fall_back_to_default_env_wh... | Guillermo Iguaran | 2017-05-28 | 1 | -1/+1 |
|\ \ |
|
| * | | `DEFAULT_ENV` falls back to `default_env` when `RAILS_ENV` or `RACK_ENV` is a... | Ryuta Kamizono | 2017-05-25 | 1 | -1/+1 |
* | | | 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 |
| |/ / |
|
* | | | Merge pull request #28132 from mikeycgto/aead-encrypted-cookies | Kasper Timm Hansen | 2017-05-28 | 3 | -0/+9 |
|\ \ \ |
|
| * | | | AEAD encrypted cookies and sessions | Michael Coyne | 2017-05-22 | 3 | -0/+9 |
| |/ / |
|
* | | | Includes namespace in system test skelton when namespace is specified | yuuji.yaginuma | 2017-05-28 | 1 | -1/+1 |
* | | | Do not show --webpack option in the plugin help message | ash | 2017-05-26 | 2 | -4/+5 |
* | | | Merge pull request #29176 from bogdanvlviv/define-path-with__dir__ | Matthew Draper | 2017-05-26 | 21 | -29/+29 |
|\ \ \ |
|
| * | | | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 21 | -29/+29 |
| |/ / |
|
* | | | Merge pull request #29195 from kaspth/rails-secrets-better-edit-exception | Kasper Timm Hansen | 2017-05-25 | 4 | -29/+59 |
|\ \ \ |
|
| * | | | Reorder first secrets edit flow. | Kasper Timm Hansen | 2017-05-25 | 4 | -28/+59 |
| * | | | Remove needless waiting message. | Kasper Timm Hansen | 2017-05-23 | 1 | -1/+0 |
| |/ / |
|
* | | | We dont actually use the ultra short-hand, so no need to complicate things wi... | David Heinemeier Hansson | 2017-05-24 | 1 | -1/+1 |
* | | | Slim down the source definition | David Heinemeier Hansson | 2017-05-24 | 1 | -5/+1 |
|/ / |
|
* | | Unused variable | David Heinemeier Hansson | 2017-05-20 | 1 | -1/+0 |
* | | Use recyclable cache keys (#29092) | David Heinemeier Hansson | 2017-05-18 | 4 | -24/+21 |
|/ |
|
* | Update system test runner docs | eileencodes | 2017-05-14 | 2 | -8/+10 |
* | Merge pull request #29010 from y-yagi/fix_28988 | Guillermo Iguaran | 2017-05-13 | 1 | -2/+14 |
|\ |
|
| * | Allow irb options to be passed from `rails console` command | yuuji.yaginuma | 2017-05-08 | 1 | -2/+14 |
* | | rake -T should load development env by default, not test | Timo Kilpilehto | 2017-05-10 | 1 | -1/+1 |
* | | Merge pull request #29022 from y-yagi/allow_to_receive_arbitrary_arguments_in... | Matthew Draper | 2017-05-10 | 1 | -1/+1 |
|\ \ |
|
| * | | Allow to receive arbitrary arguments in `aggregated_results` | yuuji.yaginuma | 2017-05-10 | 1 | -1/+1 |
| |/ |
|
* / | Allow capybara minor releases | Justin Coyne | 2017-05-05 | 1 | -1/+1 |
|/ |
|
* | Move `package.json` creation to `create_root_files` | yuuji.yaginuma | 2017-05-04 | 1 | -4/+5 |
* | Merge pull request #28943 from koshigoe/port-arg-has-precedence-over-env-var | Rafael França | 2017-05-01 | 1 | -2/+3 |
|\ |
|
| * | CLI arg `--port` has precedence over env `PORT`. | koshigoe | 2017-05-01 | 1 | -2/+3 |