| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | Add migrations_paths option to migration generator | Eileen Uchitelle | 2018-08-30 | 2 | -0/+24 |
|/ / / / |
|
* | | | | Merge pull request #33744 from bogdanvlviv/fixes-27852 | Ryuta Kamizono | 2018-08-30 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Prevent leaking of user's DB credentials on `rails db:create` failure | bogdanvlviv | 2018-08-29 | 1 | -1/+1 |
* | | | | | Remove this conditional | Eileen Uchitelle | 2018-08-29 | 1 | -1/+1 |
* | | | | | Remove unused argument | Eileen Uchitelle | 2018-08-29 | 1 | -1/+1 |
* | | | | | Merge pull request #33748 from eileencodes/fix-erb-loading-issue-with-db-yaml | Eileen M. Uchitelle | 2018-08-29 | 2 | -15/+7 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Drop load_database_yaml and fix test | Eileen Uchitelle | 2018-08-29 | 2 | -15/+7 |
* | | | | | Merge pull request #33718 from kddeisz/permit-list | Matthew Draper | 2018-08-29 | 1 | -2/+2 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Permit list usage cleanup and clearer documentation | Kevin Deisz | 2018-08-27 | 1 | -2/+2 |
| * | | | | Convert over the rest of the blacklist references | Kevin Deisz | 2018-08-24 | 1 | -2/+2 |
| |/ / / |
|
* / / / | Generate the same value as a label of view in system test template | yuuji.yaginuma | 2018-08-29 | 2 | -3/+3 |
|/ / / |
|
* | | | Merge pull request #33703 from bogdanvlviv/follow-up-33659 | George Claghorn | 2018-08-23 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Set the test adapter for the test environment by default in `config/cable.yml` | bogdanvlviv | 2018-08-23 | 1 | -1/+1 |
* | | | | Merge pull request #33696 from bogdanvlviv/follow-up-44007c070 | Kasper Timm Hansen | 2018-08-23 | 4 | -10/+10 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Use `say`/`error` instead of `puts`/`$stderr.puts` | bogdanvlviv | 2018-08-22 | 4 | -10/+10 |
* | | | | Merge pull request #33697 from bogdanvlviv/rails-command-help-show-description | Rafael França | 2018-08-22 | 2 | -2/+5 |
|\ \ \ \ |
|
| * | | | | Fix `rails initializers --help` and `rails dev:cache --help` | bogdanvlviv | 2018-08-22 | 2 | -2/+5 |
| |/ / / |
|
* / / / | Remove `rake initializers` from rake tasks list | bogdanvlviv | 2018-08-22 | 1 | -1/+0 |
|/ / / |
|
* | | | Merge pull request #33660 from y-yagi/follow_up_32121 | Richard Schneeman | 2018-08-21 | 4 | -0/+58 |
|\ \ \ |
|
| * | | | Make `rake routes` deprecate before deleting | yuuji.yaginuma | 2018-08-20 | 4 | -0/+58 |
* | | | | Fix `rails routes -c` for controller name consists of multiple word. | Yoshiyuki Kinjo | 2018-08-20 | 1 | -22/+64 |
|/ / / |
|
* | | | Don't put up with not saying it. | Kasper Timm Hansen | 2018-08-19 | 1 | -1/+1 |
* | | | Merge pull request #33631 from anniecodes/initializers-command | Kasper Timm Hansen | 2018-08-19 | 5 | -4/+100 |
|\ \ \ |
|
| * | | | Update 'rake initializers' to use Rails::Command under the hood | Annie-Claude Côté | 2018-08-16 | 2 | -4/+48 |
| * | | | Move 'rails initializers' command to Rails::Command | Annie-Claude Côté | 2018-08-16 | 2 | -0/+48 |
| * | | | [ci skip] Add deprecration of to CHANGELOG | Annie-Claude Côté | 2018-08-16 | 1 | -0/+4 |
* | | | | Enable Style/ParenthesesAroundCondition cop | Ryuta Kamizono | 2018-08-19 | 1 | -2/+2 |
|/ / / |
|
* | | | Do not show deprecate task in the task list | yuuji.yaginuma | 2018-08-16 | 1 | -1/+0 |
* | | | Merge pull request #33499 from lsylvester/caller-ignore-paths | Kasper Timm Hansen | 2018-08-15 | 2 | -28/+0 |
|\ \ \ |
|
| * | | | Use backtrace cleaner to clean up backtrace for verbose query logs | Lachlan Sylvester | 2018-08-14 | 2 | -28/+0 |
* | | | | Merge pull request #33559 from anniecodes/dev-task | Kasper Timm Hansen | 2018-08-15 | 5 | -17/+115 |
|\ \ \ \ |
|
| * | | | | Have `bin:rake dev:cache` use the Dev Rails Command under the hood | Annie-Claude Côté | 2018-08-13 | 2 | -17/+32 |
| * | | | | Adds Rails:Command for `dev:cache` that has the same behaviour as the rake task | Annie-Claude Côté | 2018-08-13 | 2 | -0/+79 |
| * | | | | Update Changelog to add deprecation to `rake dev:cache` | Annie-Claude Côté | 2018-08-13 | 1 | -0/+4 |
| |/ / / |
|
* | | | | Fix broken list formatting [ci skip] | yuuji.yaginuma | 2018-08-15 | 1 | -4/+4 |
* | | | | Use `Array#extract!` where possible | bogdanvlviv | 2018-08-14 | 1 | -1/+2 |
|/ / / |
|
* | | | Purpose Metadata For Signed And Encrypted Cookies | Assain | 2018-08-12 | 5 | -10/+22 |
* | | | Merge pull request #33587 from bogdanvlviv/follow-up-33202 | Kasper Timm Hansen | 2018-08-11 | 2 | -4/+3 |
|\ \ \ |
|
| * | | | `bundle binstubs bundler` should be executed after `bundle install` | bogdanvlviv | 2018-08-11 | 2 | -4/+3 |
* | | | | Make active job name prefix static since Rails.env will always be the same | Vinicius Stock | 2018-08-11 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge pull request #33202 from deivid-rodriguez/bundler_binstubs | Eileen M. Uchitelle | 2018-08-11 | 5 | -32/+29 |
|\ \ \ |
|
| * | | | Generate bundler-compatible bundler binstub | David Rodríguez | 2018-06-23 | 5 | -6/+14 |
| * | | | Improve readability of some specs | David Rodríguez | 2018-06-23 | 1 | -9/+9 |
| * | | | Factor out some common bundler mocking logic | David Rodríguez | 2018-06-23 | 1 | -20/+9 |
* | | | | Merge pull request #33553 from bogdanvlviv/ensure-load_schema-does_not-output... | Eileen M. Uchitelle | 2018-08-11 | 1 | -0/+18 |
|\ \ \ \ |
|
| * | | | | Ensure that running tests in parallel doesn't display schema load output | bogdanvlviv | 2018-08-08 | 1 | -0/+18 |
* | | | | | Fix the obvious typos detected by github.com/client9/misspell | Kazuhiro Sera | 2018-08-08 | 1 | -1/+1 |
|/ / / / |
|
* | | | | update BacktraceCleaner::RENDER_TEMPLATE_PATTERN to match the ActionView::Tem... | Lachlan Sylvester | 2018-08-07 | 2 | -1/+8 |
* | | | | Filter backtrace in test to ensure irb counts as user code | Lachlan Sylvester | 2018-08-06 | 1 | -5/+6 |
| |/ /
|/| | |
|
* | | | Log the remote IP addr of clients behind a proxy | Atul Bhosale | 2018-07-31 | 2 | -1/+7 |
| |/
|/| |
|