| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | | | | | | | | | | | 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 |
| * | | | | | | | | | | | | | | | | | | | Fix sqlite3 url config in "Configuring Rails Applications" guide | bogdanvlviv | 2018-09-09 | 1 | -3/+3 |
| | |_|/ / / / / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | | | | Add missing `perform_enqueued_jobs` to error logging test | yuuji.yaginuma | 2018-09-09 | 1 | -1/+1 |
| |/ / / / / / / / / / / / / / / / /
|/| | | | | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | | | Consistently use `visitor.compile` | Ryuta Kamizono | 2018-09-09 | 2 | -5/+5 |
* | | | | | | | | | | | | | | | | | | Revert a writer for `BindParam#value` | Ryuta Kamizono | 2018-09-09 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | | | | Use `visitor.compile` instead of constructing by connection itself | Ryuta Kamizono | 2018-09-09 | 3 | -7/+3 |
* | | | | | | | | | | | | | | | | | | `supports_xxx?` returns whether a feature is supported by the backend | Ryuta Kamizono | 2018-09-08 | 8 | -44/+32 |
|/ / / / / / / / / / / / / / / / / |
|
* / / / / / / / / / / / / / / / / | reflect c03bba4 in CHANGELOGs | Xavier Noria | 2018-09-08 | 2 | -0/+13 |
|/ / / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | | Merge pull request #33817 from schneems/schneems/dig-simple | Richard Schneeman | 2018-09-07 | 3 | -6/+9 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | Don’t allocate array on no args | schneems | 2018-09-07 | 3 | -6/+9 |
* | | | | | | | | | | | | | | | | | trace autoloads, and document hints for troubleshooting | Xavier Noria | 2018-09-07 | 3 | -4/+101 |
|/ / / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | | Merge pull request #33804 from yskkin/num_string | Ryuta Kamizono | 2018-09-08 | 4 | -4/+14 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / / / / / / / / /
|/| | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | Fix non_numeric_string? | Yoshiyuki Kinjo | 2018-09-07 | 4 | -4/+14 |
* | | | | | | | | | | | | | | | | Merge pull request #33615 from Larochelle/i18n_full_message_with_nested_attri... | Rafael França | 2018-09-07 | 2 | -3/+63 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / / / / / / / /
|/| | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | Call human_attribute_name with a string instead of a symbole | Martin Larochelle | 2018-08-16 | 2 | -2/+2 |
| * | | | | | | | | | | | | | | | `ActiveModel.full_message` interaction with `index_errors` | Martin Larochelle | 2018-08-14 | 2 | -3/+63 |
* | | | | | | | | | | | | | | | | Merge pull request #33756 from piecehealth/pr | Eileen M. Uchitelle | 2018-09-07 | 5 | -2/+122 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | Configuration item `config.filter_parameters` could also filter out sensitive... | Zhang Kang | 2018-09-07 | 5 | -2/+122 |
|/ / / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | | Formatting CHANGELOGs [ci skip] | Ryuta Kamizono | 2018-09-07 | 6 | -28/+35 |
* | | | | | | | | | | | | | | | | Use canonical name for block local | yuuji.yaginuma | 2018-09-07 | 2 | -15/+15 |
* | | | | | | | | | | | | | | | | Merge pull request #33808 from itsbagpack/fix-access-safety-buffer-slice | Aaron Patterson | 2018-09-06 | 3 | -3/+20 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|