aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #33824 from yskkin/suppress_loggingRafael França2018-09-117-23/+58
|\
| * Add `perform_deliveries` to a payload of `deliver.action_mailer` notification.Yoshiyuki Kinjo2018-09-095-27/+41
| * Skip delivery notification when perform_deliveries is false.Yoshiyuki Kinjo2018-09-085-1/+22
* | Use utf8mb4 character set by default for MySQL database (#33608)Yasuo Honda2018-09-119-12/+25
* | Don't expose `instantiate_instance_of` for internal useRyuta Kamizono2018-09-111-11/+7
* | Refactor object creation from relation to avoid pushing scope attributesRyuta Kamizono2018-09-112-24/+7
* | Don't expose `current_scope` for internal useRyuta Kamizono2018-09-113-18/+17
* | Move `scoping` handling into klass level from relationRyuta Kamizono2018-09-112-5/+9
* | Remove redundant `all.scoping`Ryuta Kamizono2018-09-111-4/+2
* | Remove unused `existing` arg in `SelectManager#collapse`Ryuta Kamizono2018-09-111-3/+3
* | Merge pull request #33639 from darwin67/33610-duplicated-nested-records-with-...Ryuta Kamizono2018-09-115-7/+61
|\ \
| * | Fixes #33610Darwin D Wu2018-09-115-7/+61
|/ /
* | Use correct variableyuuji.yaginuma2018-09-112-6/+6
* | Oxford comma [ci skip]Xavier Noria2018-09-101-1/+1
* | Merge pull request #33823 from stoodfarback/aj_backburner_fix_priorityRafael França2018-09-102-2/+14
|\ \
| * | ActiveJob Backburner adapter: fix prioritystoodfarback2018-09-072-2/+14
* | | Merge pull request #33813 from ryanwhocodes/masterXavier Noria2018-09-103-1/+12
|\ \ \
| * | | Add #unfreeze_time to ActiveSupport::Testing::TimeHelpersryanwhocodes2018-09-103-1/+12
* | | | Remove all references to slave in the codebaseRafael Mendonça França2018-09-104-30/+30
* | | | Merge pull request #33837 from nickstanish/masterRyuta Kamizono2018-09-111-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Update CHANGELOG.mdNick Stanish2018-09-101-1/+1
|/ / /
* | | Merge pull request #33826 from tgturner/activejob-retry-attemptsEileen M. Uchitelle2018-09-091-1/+3
|\ \ \
| * | | clarifies documentation around the attempts arugment to retry_onGraham Turner2018-09-091-1/+3
* | | | Merge pull request #33825 from bogdanvlviv/follow-up-33637-and-33770Eileen M. Uchitelle2018-09-094-15/+16
|\ \ \ \
| * | | | Fix `ActiveRecord::DatabaseConfigurations`'s docsbogdanvlviv2018-09-092-6/+6
| * | | | Fix explanation of `ActiveRecord::Base.configurations.configs_for` in the CHA...bogdanvlviv2018-09-091-6/+7
| * | | | Fix sqlite3 url config in "Configuring Rails Applications" guidebogdanvlviv2018-09-091-3/+3
| | |_|/ | |/| |
* | | | Add missing `perform_enqueued_jobs` to error logging testyuuji.yaginuma2018-09-091-1/+1
| |/ / |/| |
* | | Consistently use `visitor.compile`Ryuta Kamizono2018-09-092-5/+5
* | | Revert a writer for `BindParam#value`Ryuta Kamizono2018-09-091-1/+1
* | | Use `visitor.compile` instead of constructing by connection itselfRyuta Kamizono2018-09-093-7/+3
* | | `supports_xxx?` returns whether a feature is supported by the backendRyuta Kamizono2018-09-088-44/+32
|/ /
* / reflect c03bba4 in CHANGELOGsXavier Noria2018-09-082-0/+13
|/
* Merge pull request #33817 from schneems/schneems/dig-simpleRichard Schneeman2018-09-073-6/+9
|\
| * Don’t allocate array on no argsschneems2018-09-073-6/+9
* | trace autoloads, and document hints for troubleshootingXavier Noria2018-09-073-4/+101
|/
* Merge pull request #33804 from yskkin/num_stringRyuta Kamizono2018-09-084-4/+14
|\
| * Fix non_numeric_string?Yoshiyuki Kinjo2018-09-074-4/+14
* | Merge pull request #33615 from Larochelle/i18n_full_message_with_nested_attri...Rafael França2018-09-072-3/+63
|\ \
| * | Call human_attribute_name with a string instead of a symboleMartin Larochelle2018-08-162-2/+2
| * | `ActiveModel.full_message` interaction with `index_errors`Martin Larochelle2018-08-142-3/+63
* | | Merge pull request #33756 from piecehealth/prEileen M. Uchitelle2018-09-075-2/+122
|\ \ \
| * | | Configuration item `config.filter_parameters` could also filter out sensitive...Zhang Kang2018-09-075-2/+122
|/ / /
* | | Formatting CHANGELOGs [ci skip]Ryuta Kamizono2018-09-076-28/+35
* | | Use canonical name for block localyuuji.yaginuma2018-09-072-15/+15
* | | Merge pull request #33808 from itsbagpack/fix-access-safety-buffer-sliceAaron Patterson2018-09-063-3/+20
|\ \ \
| * | | Update CHANGELOG for SafetyBuffer slice accessYumin Wong2018-09-061-0/+7
| * | | Use assert_predicate insteadYumin Wong2018-09-061-2/+2
| * | | SafeBuffer should maintain safety upon getting a slice via a range if origina...Yumin Wong2018-08-312-3/+13
* | | | Merge pull request #33810 from schneems/schneems/doc-output-bufferRichard Schneeman2018-09-062-0/+19
|\ \ \ \