aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Remove wrong default value for `cache_versioning` in documentation of `cache_...Sebastian Röder2019-05-291-1/+1
|/ / /
* | | Merge pull request #36077 from st0012/update-doc-for-pluckPrem Sichanugrist2019-05-291-0/+15
|\ \ \
| * | | Add a section to introduce `pluck`'s eager loading behaviorst00122019-05-031-0/+15
* | | | Bring `after_bundle` back to API document [ci skip]yuuji.yaginuma2019-05-291-1/+6
* | | | Remove `frozen_string_literal` magic comment from template fileyuuji.yaginuma2019-05-291-2/+0
* | | | Address intermittent CI failure in cascaded_eager_loading_test.rbRyuta Kamizono2019-05-291-12/+12
* | | | Merge pull request #36353 from p8/fix-spelling-in-face-modelRyuta Kamizono2019-05-291-1/+1
|\ \ \ \
| * | | | Fix comment for "broken" inverse_of associations [ci skip]Petrik2019-05-281-1/+1
* | | | | Address intermittent CI failure due to unfilled schema columns cacheRyuta Kamizono2019-05-291-3/+3
* | | | | Merge pull request #36324 from yoones/fix-unexpected-select-tag-delete-behaviorEileen M. Uchitelle2019-05-283-1/+12
|\ \ \ \ \
| * | | | | Fix select_tag so that is doesn't change options when include_blank is setYounes SERRAJ2019-05-223-1/+12
* | | | | | Merge pull request #36352 from kamipo/fast_pluck_datetimeRyuta Kamizono2019-05-281-3/+10
|\ \ \ \ \ \
| * | | | | | Don't round off subseconds unless necessaryRyuta Kamizono2019-05-281-3/+10
* | | | | | | `:datetime` and `:time` columns allows `:precision` option [ci skip]Ryuta Kamizono2019-05-281-2/+3
|/ / / / / /
* | | | | | Merge pull request #36350 from kamipo/fast_pluckRyuta Kamizono2019-05-281-3/+5
|\ \ \ \ \ \
| * | | | | | Allow symbol (i.e. quoted identifier) as safe SQL stringRyuta Kamizono2019-05-281-3/+5
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #36348 from corprew/docs-stringify-keys-stable-resultRyuta Kamizono2019-05-281-8/+4
|\ \ \ \ \ \
| * | | | | | stringify_keys and symbolize_keys have stable results.Corprew Reed2019-05-271-8/+4
* | | | | | | Merge pull request #36347 from causztic/masterRyuta Kamizono2019-05-281-2/+0
|\ \ \ \ \ \ \
| * | | | | | | remove unused requires from debug_exceptionsyaojie2019-05-281-2/+0
|/ / / / / / /
* | | | | | | Merge pull request #36346 from corprew/day_of_week_doc_fixPrem Sichanugrist2019-05-281-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | changes 'Week day' to 'day of week'Corprew Reed2019-05-271-1/+1
|/ / / / / /
* | | | | | ruby < 2.5 is no longer supportedAkira Matsuda2019-05-282-17/+9
* | | | | | Merge pull request #36345 from jhawthorn/weakref_reaperRafael França2019-05-271-11/+21
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Use WeakRef to avoid leaking connection poolsJohn Hawthorn2019-05-271-11/+21
|/ / / / /
* | | | | Extract `readonly_attribute?`Ryuta Kamizono2019-05-273-6/+6
* | | | | Skip needless spaces from generated app layout.Kasper Timm Hansen2019-05-261-1/+1
* | | | | Merge pull request #36343 from edudepetris/update_commentsRyuta Kamizono2019-05-261-2/+2
|\ \ \ \ \
| * | | | | Change commentsEdu Depetris2019-05-251-2/+2
|/ / / / /
* | | | | Merge pull request #36340 from jhawthorn/evented_file_checker_symlinkKasper Timm Hansen2019-05-242-20/+43
|\ \ \ \ \
| * | | | | Fix EventedFileUpdateChecker through a symlinkJohn Hawthorn2019-05-232-0/+25
| * | | | | Use existing tmpdir in evented_file_update_testJohn Hawthorn2019-05-231-20/+18
| | |_|_|/ | |/| | |
* | | | | Address 639d7be. Readd changelog line; remove needless explicit return.Kasper Timm Hansen2019-05-242-1/+2
* | | | | Merge pull request #36323 from jhawthorn/cache_expiry_mutexRafael França2019-05-231-8/+11
|\ \ \ \ \
| * | | | | Wrap actionview cache expiry in a mutexJohn Hawthorn2019-05-211-8/+11
* | | | | | Merge pull request #36337 from jhawthorn/remove_existing_parentRafael França2019-05-232-15/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Delete evented_file_update_checker existing_parentJohn Hawthorn2019-05-232-15/+0
|/ / / / /
* | | | | Merge pull request #36336 from aried3r/patch-7Rafael França2019-05-231-1/+1
|\ \ \ \ \
| * | | | | Bump Gemfile entry jbuilder versionAnton Rieder2019-05-231-1/+1
* | | | | | Merge pull request #33437 from CodingAnarchy/delegate_missing_allow_nilGeorge Claghorn2019-05-235-5/+44
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add :allow_nil option to delegate_missing_to; use in ActiveStorageMatt Tanous2019-05-235-5/+44
|/ / / / /
* | | | | Merge pull request #34656 from albertoalmagro/path_helper_without_params_does...Gannon McGibbon2019-05-226-47/+100
|\ \ \ \ \
| * | | | | Remove Route#build as it wasn't usedAlberto Almagro2019-05-222-28/+21
| * | | | | Use keyword arguments for ActionDispatch::Routing::Mapper::Mapping constructorAlberto Almagro2019-05-221-14/+17
| * | | | | Use keyword arguments for ActionDispatch::Journey:Route constructorAlberto Almagro2019-05-222-5/+8
| * | | | | Keep part when scope option has valueAlberto Almagro2019-05-225-11/+65
|/ / / / /
* | | | | Mirror direct uploadsGeorge Claghorn2019-05-2213-74/+159
* | | | | Merge pull request #36329 from XrXr/no-doc-template-assertionsRafael França2019-05-221-1/+1
|\ \ \ \ \
| * | | | | Remove compatibility module from docs [ci skip]Alan Wu2019-05-221-1/+1
* | | | | | Merge pull request #36294 from gustavogr/add-deep-transform-keys-to-strong-pa...Rafael França2019-05-224-0/+39
|\ \ \ \ \ \