aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #36395 from cpruitt/6-0-stableEileen M. Uchitelle2019-06-041-3/+9
| |/ / |/| |
* | | Merge pull request #36397 from y-yagi/only_clear_cache_when_view_paths_are_sp...Yuji Yaginuma2019-06-041-0/+2
|\ \ \ | |/ / |/| |
| * | Only clear cache when view paths are specifiedyuuji.yaginuma2019-06-041-0/+2
|/ /
* | Merge pull request #36384 from guigs/fix-invalid-schema-when-pk-column-has-co...Ryuta Kamizono2019-06-033-2/+28
|\ \
| * | Fix invalid schema dump when primary key column has a commentGuilherme Goettems Schneider2019-06-033-2/+28
* | | Merge pull request #36379 from abhaynikam/36034-remove-unnecessary-require-pathYuji Yaginuma2019-06-033-3/+0
|\ \ \
| * | | Remove unnecessary require pathname from actionpack controller specsAbhay Nikam2019-06-023-3/+0
* | | | Fix `subscribed` with no pattern to subscribe all messagesRyuta Kamizono2019-06-033-11/+27
* | | | Refactor `create_table`'s options separationRyuta Kamizono2019-06-032-12/+11
|/ / /
* | | Merge pull request #36375 from kamipo/fast_saveRyuta Kamizono2019-06-021-16/+26
|\ \ \
| * | | Avoid making extra 5 arrays in each `save`Ryuta Kamizono2019-06-011-16/+26
| | |/ | |/|
* | | Merge pull request #36378 from yahonda/test_pluck_columns_with_same_nameRyuta Kamizono2019-06-021-1/+1
|\ \ \
| * | | Address test_pluck_columns_with_same_name failure due to nondeterministic sor...Yasuo Honda2019-06-021-1/+1
|/ / /
* / / Simplify `ActionDispatch::Response#content_type`yuuji.yaginuma2019-06-021-2/+1
|/ /
* | Merge pull request #36034 from y-yagi/fixes_35709Yuji Yaginuma2019-06-0123-120/+171
|\ \
| * | Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-0123-120/+171
|/ /
* | Merge pull request #36373 from guigs/fix-table-comment-also-being-applied-to-...Ryuta Kamizono2019-06-013-1/+10
|\|
| * Fix table comment also being applied to the primary key columnGuilherme Goettems Schneider2019-05-313-1/+10
|/
* Merge pull request #36369 from jhawthorn/parallel_worker_crashJohn Hawthorn2019-05-312-0/+26
|\
| * Fail parallel tests if workers exit earlyJohn Hawthorn2019-05-302-0/+26
* | Add a changelog entry for 165785eGeorge Claghorn2019-05-301-2/+11
|/
* Skip image analysis on ImageMagick errorGeorge Claghorn2019-05-301-0/+3
* Address intermittent CI failure due to non-determined sort orderRyuta Kamizono2019-05-301-6/+7
* Merge pull request #36356 from sebroeder/patch-1Richard Schneeman2019-05-291-1/+1
|\
| * 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