| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a test that exercice better the behavior we expect in the query cache | Rafael Mendonça França | 2018-09-12 | 1 | -2/+43 |
* | Build string set when `filter_attributes` is assigned | bogdanvlviv | 2018-09-12 | 1 | -1/+2 |
* | Fix query cache to load before first request | Eileen Uchitelle | 2018-09-12 | 1 | -0/+33 |
* | Merge pull request #33815 from mberlanda/mberlanda/enhance-config-for | Rafael França | 2018-09-11 | 1 | -2/+49 |
|\ |
|
| * | refacto: config_for with ActiveSupport::InheritableOptions and symbolized keys | Mauro Berlanda | 2018-09-11 | 1 | -2/+49 |
* | | use "minitest" consistently | Xavier Noria | 2018-09-11 | 1 | -1/+1 |
* | | Use correct variable | yuuji.yaginuma | 2018-09-11 | 2 | -6/+6 |
* | | Remove all references to slave in the codebase | Rafael Mendonça França | 2018-09-10 | 4 | -30/+30 |
|/ |
|
* | Configuration item `config.filter_parameters` could also filter out sensitive... | Zhang Kang | 2018-09-07 | 1 | -0/+9 |
* | Use canonical name for block local | yuuji.yaginuma | 2018-09-07 | 1 | -3/+3 |
* | Respect config setting when output deprecation notice in rake tasks | yuuji.yaginuma | 2018-09-04 | 4 | -1/+4 |
* | Merge pull request #33770 from eileencodes/multi-db-improvements-part-3 | Eileen M. Uchitelle | 2018-09-01 | 2 | -7/+37 |
|\ |
|
| * | Convert configs_for to kwargs, add include_replicas | Eileen Uchitelle | 2018-08-31 | 2 | -7/+37 |
* | | Remove needless test order config | yuuji.yaginuma | 2018-09-01 | 1 | -2/+0 |
* | | Merge pull request #33743 from steakknife/steakknife/improve-template-generat... | Rafael França | 2018-08-31 | 1 | -0/+38 |
|\ \ |
|
| * | | add github to template actions, light DSL refactor | Barry Allard | 2018-08-30 | 1 | -0/+38 |
* | | | Emit warning for unknown inflection rule when generating model. | Yoshiyuki Kinjo | 2018-08-31 | 2 | -2/+23 |
| |/
|/| |
|
* | | Merge pull request #33637 from eileencodes/ar-connection-management-refactoring | Eileen M. Uchitelle | 2018-08-30 | 1 | -10/+10 |
|\ \ |
|
| * | | Refactors Active Record connection management | Eileen Uchitelle | 2018-08-30 | 1 | -10/+10 |
* | | | Add migrations_paths option to migration generator | Eileen Uchitelle | 2018-08-30 | 1 | -0/+9 |
|/ / |
|
* | | 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 | 1 | -3/+7 |
|\ \ \
| |/ /
|/| | |
|
| * | | Drop load_database_yaml and fix test | Eileen Uchitelle | 2018-08-29 | 1 | -3/+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 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #33660 from y-yagi/follow_up_32121 | Richard Schneeman | 2018-08-21 | 1 | -0/+44 |
|\ |
|
| * | Make `rake routes` deprecate before deleting | yuuji.yaginuma | 2018-08-20 | 1 | -0/+44 |
* | | Fix `rails routes -c` for controller name consists of multiple word. | Yoshiyuki Kinjo | 2018-08-20 | 1 | -22/+64 |
|/ |
|
* | Update 'rake initializers' to use Rails::Command under the hood | Annie-Claude Côté | 2018-08-16 | 1 | -0/+42 |
* | Move 'rails initializers' command to Rails::Command | Annie-Claude Côté | 2018-08-16 | 1 | -0/+32 |
* | Merge pull request #33499 from lsylvester/caller-ignore-paths | Kasper Timm Hansen | 2018-08-15 | 1 | -16/+0 |
|\ |
|
| * | Use backtrace cleaner to clean up backtrace for verbose query logs | Lachlan Sylvester | 2018-08-14 | 1 | -16/+0 |
* | | Have `bin:rake dev:cache` use the Dev Rails Command under the hood | Annie-Claude Côté | 2018-08-13 | 1 | -15/+28 |
* | | Adds Rails:Command for `dev:cache` that has the same behaviour as the rake task | Annie-Claude Côté | 2018-08-13 | 1 | -0/+65 |
|/ |
|
* | Purpose Metadata For Signed And Encrypted Cookies | Assain | 2018-08-12 | 2 | -10/+10 |
* | `bundle binstubs bundler` should be executed after `bundle install` | bogdanvlviv | 2018-08-11 | 1 | -1/+1 |
* | Merge pull request #33202 from deivid-rodriguez/bundler_binstubs | Eileen M. Uchitelle | 2018-08-11 | 2 | -30/+21 |
|\ |
|
| * | Generate bundler-compatible bundler binstub | David Rodríguez | 2018-06-23 | 2 | -4/+6 |
| * | 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 |
* | | Ensure that running tests in parallel doesn't display schema load output | bogdanvlviv | 2018-08-08 | 1 | -0/+18 |
* | | update BacktraceCleaner::RENDER_TEMPLATE_PATTERN to match the ActionView::Tem... | Lachlan Sylvester | 2018-08-07 | 1 | -0/+7 |
* | | 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 | 1 | -0/+6 |
* | | Merge pull request #32381 from q-centrix/update-codeclimate-configs | Richard Schneeman | 2018-07-25 | 2 | -10/+7 |
|\ \ |
|