Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Build string set when `filter_attributes` is assigned | bogdanvlviv | 2018-09-12 | 2 | -7/+19 | |
| * | | | | | | | DRY `activerecord/lib/active_record/core.rb` and fix tests | bogdanvlviv | 2018-09-12 | 2 | -20/+27 | |
| * | | | | | | | Clarify docs of `config.filter_parameters` and `#filter_attributes` | bogdanvlviv | 2018-09-12 | 2 | -2/+2 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #33856 from eileencodes/fix-query-cache-to-load-before-fir... | Eileen M. Uchitelle | 2018-09-12 | 2 | -3/+34 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix query cache to load before first request | Eileen Uchitelle | 2018-09-12 | 2 | -3/+34 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #33852 from sharang-d/patch-2 | Yuji Yaginuma | 2018-09-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Update test_helper_test.rb | Sharang Dashputre | 2018-09-12 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #33848 from sharang-d/patch-2 | Rafael França | 2018-09-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Update action_mailer_basics.md [ci skip] | Sharang Dashputre | 2018-09-12 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | 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 #27792 from tjoyal/sandbox-tagged-logging | Rafael Mendonça França | 2018-09-11 | 3 | -10/+35 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | TaggedLogging to return a new logger instance | Thierry Joyal | 2017-02-27 | 3 | -10/+34 | |
* | | | | | | | | Merge pull request #33821 from schneems/schneems/digester-no-array | Richard Schneeman | 2018-09-11 | 2 | -10/+22 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Move digest path calculation out of loop | schneems | 2018-09-11 | 2 | -10/+22 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | 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 | 17 | -21/+19 | |
* | | | | | | | | | Merge pull request #33795 from marceloperini/marceloperini/33450-active-storage | Rafael França | 2018-09-11 | 3 | -1/+12 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix zero-byte files upload | Marcelo Perini Veloso | 2018-09-06 | 3 | -1/+12 | |
* | | | | | | | | | | 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 | |
* | | | | | | | | | | | Merge pull request #33824 from yskkin/suppress_logging | Rafael França | 2018-09-11 | 7 | -23/+58 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add `perform_deliveries` to a payload of `deliver.action_mailer` notification. | Yoshiyuki Kinjo | 2018-09-09 | 5 | -27/+41 | |
| * | | | | | | | | | | | Skip delivery notification when perform_deliveries is false. | Yoshiyuki Kinjo | 2018-09-08 | 5 | -1/+22 | |
* | | | | | | | | | | | | Use utf8mb4 character set by default for MySQL database (#33608) | Yasuo Honda | 2018-09-11 | 9 | -12/+25 | |
| |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Don't expose `instantiate_instance_of` for internal use | Ryuta Kamizono | 2018-09-11 | 1 | -11/+7 | |
* | | | | | | | | | | | Refactor object creation from relation to avoid pushing scope attributes | Ryuta Kamizono | 2018-09-11 | 2 | -24/+7 | |
* | | | | | | | | | | | Don't expose `current_scope` for internal use | Ryuta Kamizono | 2018-09-11 | 3 | -18/+17 | |
* | | | | | | | | | | | Move `scoping` handling into klass level from relation | Ryuta Kamizono | 2018-09-11 | 2 | -5/+9 | |
* | | | | | | | | | | | Remove redundant `all.scoping` | Ryuta Kamizono | 2018-09-11 | 1 | -4/+2 | |
* | | | | | | | | | | | Remove unused `existing` arg in `SelectManager#collapse` | Ryuta Kamizono | 2018-09-11 | 1 | -3/+3 | |
* | | | | | | | | | | | Merge pull request #33639 from darwin67/33610-duplicated-nested-records-with-... | Ryuta Kamizono | 2018-09-11 | 5 | -7/+61 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fixes #33610 | Darwin D Wu | 2018-09-11 | 5 | -7/+61 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Use correct variable | yuuji.yaginuma | 2018-09-11 | 2 | -6/+6 | |
* | | | | | | | | | | | Oxford comma [ci skip] | Xavier Noria | 2018-09-10 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge pull request #33823 from stoodfarback/aj_backburner_fix_priority | Rafael França | 2018-09-10 | 2 | -2/+14 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | ActiveJob Backburner adapter: fix priority | stoodfarback | 2018-09-07 | 2 | -2/+14 | |
* | | | | | | | | | | | | Merge pull request #33813 from ryanwhocodes/master | Xavier Noria | 2018-09-10 | 3 | -1/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Add #unfreeze_time to ActiveSupport::Testing::TimeHelpers | ryanwhocodes | 2018-09-10 | 3 | -1/+12 | |
* | | | | | | | | | | | | | Remove all references to slave in the codebase | Rafael Mendonça França | 2018-09-10 | 4 | -30/+30 | |
* | | | | | | | | | | | | | Merge pull request #33837 from nickstanish/master | Ryuta Kamizono | 2018-09-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Update CHANGELOG.md | Nick Stanish | 2018-09-10 | 1 | -1/+1 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #33826 from tgturner/activejob-retry-attempts | Eileen M. Uchitelle | 2018-09-09 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | clarifies documentation around the attempts arugment to retry_on | Graham Turner | 2018-09-09 | 1 | -1/+3 | |
* | | | | | | | | | | | | | Merge pull request #33825 from bogdanvlviv/follow-up-33637-and-33770 | Eileen M. Uchitelle | 2018-09-09 | 4 | -15/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Fix `ActiveRecord::DatabaseConfigurations`'s docs | bogdanvlviv | 2018-09-09 | 2 | -6/+6 | |
| * | | | | | | | | | | | | | Fix explanation of `ActiveRecord::Base.configurations.configs_for` in the CHA... | bogdanvlviv | 2018-09-09 | 1 | -6/+7 |