| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed to RAILS_MASTER_KEY as a default env key for decrypting. | Wojciech Wnętrzak | 2018-09-20 | 4 | -12/+8 |
* | Fix env name for master key | yuuji.yaginuma | 2018-09-20 | 3 | -3/+3 |
* | Support environment specific credentials file. (#33521) | Wojciech Wnętrzak | 2018-09-19 | 7 | -29/+163 |
* | Add test for `config.active_storage.routes_prefix` | yuuji.yaginuma | 2018-09-15 | 1 | -0/+18 |
* | Remove mysql2 gem version requirement "< 0.6.0" | Yasuo Honda | 2018-09-14 | 2 | -2/+2 |
* | Bump MySQL version requirement to 5.5.8 in the template files | Yasuo Honda | 2018-09-13 | 2 | -2/+2 |
* | Validate if `utf8mb4` character set and longer index key prefix is supported | Yasuo Honda | 2018-09-13 | 1 | -1/+0 |
* | 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 #33819 from kevindew/yarn-path | Rafael França | 2018-09-11 | 1 | -1/+1 |
|\ |
|
| * | Run yarn install relative to Rails.root | Kevin Dew | 2018-09-07 | 1 | -1/+1 |
* | | Merge pull request #33483 from DylanReile/master | Rafael França | 2018-09-11 | 1 | -0/+2 |
|\ \ |
|
| * | | Disable content security policy for mailer previews | Dylan Reile | 2018-07-30 | 1 | -0/+2 |
* | | | Merge pull request #33815 from mberlanda/mberlanda/enhance-config-for | Rafael França | 2018-09-11 | 2 | -3/+53 |
|\ \ \ |
|
| * | | | refacto: config_for with ActiveSupport::InheritableOptions and symbolized keys | Mauro Berlanda | 2018-09-11 | 2 | -3/+53 |
| | |/
| |/| |
|
* | | | use "minitest" consistently | Xavier Noria | 2018-09-11 | 3 | -5/+4 |
* | | | Merge pull request #33785 from bogdanvlviv/follow-up-33773-33779 | Rafael França | 2018-09-11 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Clarify changelog entry added in #33779 [ci skip] | bogdanvlviv | 2018-09-03 | 1 | -1/+1 |
* | | | | Use utf8mb4 character set by default for MySQL database (#33608) | Yasuo Honda | 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 |
* | | | Formatting CHANGELOGs [ci skip] | Ryuta Kamizono | 2018-09-07 | 1 | -4/+4 |
* | | | Use canonical name for block local | yuuji.yaginuma | 2018-09-07 | 2 | -15/+15 |
* | | | Generate a gem that can't be pushed to Rubygems.org by default | Rafael Mendonça França | 2018-09-06 | 1 | -0/+9 |
* | | | Respect config setting when output deprecation notice in rake tasks | yuuji.yaginuma | 2018-09-04 | 7 | -6/+9 |
|/ / |
|
* | | Update changelog with null_store default | Michael Nelson | 2018-09-02 | 1 | -0/+4 |
* | | Merge pull request #33773 from mcnelson/null_cache_store_for_test_env | George Claghorn | 2018-09-02 | 1 | -0/+1 |
|\ \ |
|
| * | | Set cache store as null_store for test environment | Michael Nelson | 2018-08-02 | 1 | -0/+1 |
* | | | 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 | 2 | -15/+79 |
|\ \ \ \ |
|
| * | | | | add github to template actions, light DSL refactor | Barry Allard | 2018-08-30 | 2 | -15/+79 |
* | | | | | Emit warning for unknown inflection rule when generating model. | Yoshiyuki Kinjo | 2018-08-31 | 4 | -3/+35 |
| |/ / /
|/| | | |
|
* | | | | 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 | 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 |
|\ \ \ |
|