Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge pull request #36384 from guigs/fix-invalid-schema-when-pk-column-has-co... | Ryuta Kamizono | 2019-06-03 | 3 | -2/+28 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | Fix invalid schema dump when primary key column has a comment | Guilherme Goettems Schneider | 2019-06-03 | 3 | -2/+28 | |
* | | | | | | | Merge pull request #36379 from abhaynikam/36034-remove-unnecessary-require-path | Yuji Yaginuma | 2019-06-03 | 3 | -3/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Remove unnecessary require pathname from actionpack controller specs | Abhay Nikam | 2019-06-02 | 3 | -3/+0 | |
* | | | | | | | | Fix `subscribed` with no pattern to subscribe all messages | Ryuta Kamizono | 2019-06-03 | 3 | -11/+27 | |
* | | | | | | | | Refactor `create_table`'s options separation | Ryuta Kamizono | 2019-06-03 | 2 | -12/+11 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #36375 from kamipo/fast_save | Ryuta Kamizono | 2019-06-02 | 1 | -16/+26 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Avoid making extra 5 arrays in each `save` | Ryuta Kamizono | 2019-06-01 | 1 | -16/+26 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #36378 from yahonda/test_pluck_columns_with_same_name | Ryuta Kamizono | 2019-06-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Address test_pluck_columns_with_same_name failure due to nondeterministic sor... | Yasuo Honda | 2019-06-02 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* / / / / / / | Simplify `ActionDispatch::Response#content_type` | yuuji.yaginuma | 2019-06-02 | 1 | -2/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #36034 from y-yagi/fixes_35709 | Yuji Yaginuma | 2019-06-01 | 23 | -120/+171 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Change `ActionDispatch::Response#content_type` returning Content-Type header ... | yuuji.yaginuma | 2019-06-01 | 23 | -120/+171 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #36373 from guigs/fix-table-comment-also-being-applied-to-... | Ryuta Kamizono | 2019-06-01 | 3 | -1/+10 | |
|\| | | | | | ||||||
| * | | | | | Fix table comment also being applied to the primary key column | Guilherme Goettems Schneider | 2019-05-31 | 3 | -1/+10 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #36369 from jhawthorn/parallel_worker_crash | John Hawthorn | 2019-05-31 | 2 | -0/+26 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fail parallel tests if workers exit early | John Hawthorn | 2019-05-30 | 2 | -0/+26 | |
* | | | | | | Add a changelog entry for 165785e | George Claghorn | 2019-05-30 | 1 | -2/+11 | |
|/ / / / / | ||||||
* | | | | | Skip image analysis on ImageMagick error | George Claghorn | 2019-05-30 | 1 | -0/+3 | |
* | | | | | Address intermittent CI failure due to non-determined sort order | Ryuta Kamizono | 2019-05-30 | 1 | -6/+7 | |
* | | | | | Merge pull request #36356 from sebroeder/patch-1 | Richard Schneeman | 2019-05-29 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove wrong default value for `cache_versioning` in documentation of `cache_... | Sebastian Röder | 2019-05-29 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #36077 from st0012/update-doc-for-pluck | Prem Sichanugrist | 2019-05-29 | 1 | -0/+15 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add a section to introduce `pluck`'s eager loading behavior | st0012 | 2019-05-03 | 1 | -0/+15 | |
* | | | | | | Bring `after_bundle` back to API document [ci skip] | yuuji.yaginuma | 2019-05-29 | 1 | -1/+6 | |
* | | | | | | Remove `frozen_string_literal` magic comment from template file | yuuji.yaginuma | 2019-05-29 | 1 | -2/+0 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Address intermittent CI failure in cascaded_eager_loading_test.rb | Ryuta Kamizono | 2019-05-29 | 1 | -12/+12 | |
* | | | | | Merge pull request #36353 from p8/fix-spelling-in-face-model | Ryuta Kamizono | 2019-05-29 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix comment for "broken" inverse_of associations [ci skip] | Petrik | 2019-05-28 | 1 | -1/+1 | |
* | | | | | | Address intermittent CI failure due to unfilled schema columns cache | Ryuta Kamizono | 2019-05-29 | 1 | -3/+3 | |
* | | | | | | Merge pull request #36324 from yoones/fix-unexpected-select-tag-delete-behavior | Eileen M. Uchitelle | 2019-05-28 | 3 | -1/+12 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix select_tag so that is doesn't change options when include_blank is set | Younes SERRAJ | 2019-05-22 | 3 | -1/+12 | |
* | | | | | | | Merge pull request #36352 from kamipo/fast_pluck_datetime | Ryuta Kamizono | 2019-05-28 | 1 | -3/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Don't round off subseconds unless necessary | Ryuta Kamizono | 2019-05-28 | 1 | -3/+10 | |
* | | | | | | | | `:datetime` and `:time` columns allows `:precision` option [ci skip] | Ryuta Kamizono | 2019-05-28 | 1 | -2/+3 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #36350 from kamipo/fast_pluck | Ryuta Kamizono | 2019-05-28 | 1 | -3/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Allow symbol (i.e. quoted identifier) as safe SQL string | Ryuta Kamizono | 2019-05-28 | 1 | -3/+5 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #36348 from corprew/docs-stringify-keys-stable-result | Ryuta Kamizono | 2019-05-28 | 1 | -8/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | stringify_keys and symbolize_keys have stable results. | Corprew Reed | 2019-05-27 | 1 | -8/+4 | |
* | | | | | | | | Merge pull request #36347 from causztic/master | Ryuta Kamizono | 2019-05-28 | 1 | -2/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | remove unused requires from debug_exceptions | yaojie | 2019-05-28 | 1 | -2/+0 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #36346 from corprew/day_of_week_doc_fix | Prem Sichanugrist | 2019-05-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | changes 'Week day' to 'day of week' | Corprew Reed | 2019-05-27 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | ruby < 2.5 is no longer supported | Akira Matsuda | 2019-05-28 | 2 | -17/+9 | |
* | | | | | | | Merge pull request #36345 from jhawthorn/weakref_reaper | Rafael França | 2019-05-27 | 1 | -11/+21 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Use WeakRef to avoid leaking connection pools | John Hawthorn | 2019-05-27 | 1 | -11/+21 | |
|/ / / / / / | ||||||
* | | | | | | Extract `readonly_attribute?` | Ryuta Kamizono | 2019-05-27 | 3 | -6/+6 | |
* | | | | | | Skip needless spaces from generated app layout. | Kasper Timm Hansen | 2019-05-26 | 1 | -1/+1 | |
* | | | | | | Merge pull request #36343 from edudepetris/update_comments | Ryuta Kamizono | 2019-05-26 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Change comments | Edu Depetris | 2019-05-25 | 1 | -2/+2 | |
|/ / / / / / |