aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use compact_blank throughout railsDana Sherson2019-06-056-13/+13
* Add compact_blank shortcut for reject(&:blank?)Dana Sherson2019-06-055-0/+105
* Merge pull request #36407 from y-yagi/fixes_32211Yuji Yaginuma2019-06-053-10/+21
|\
| * Extract default log file open operation to methodyuuji.yaginuma2019-06-053-10/+21
|/
* Fix rubocop violationyuuji.yaginuma2019-06-051-2/+1
* Unify to use 4 spaces indentation in CHANGELOGs [ci skip]Ryuta Kamizono2019-06-055-63/+68
* Merge pull request #36376 from sharang-d/reword-content_type-changeVipul A M2019-06-051-4/+4
|\
| * Reword the ActionDispatch::Response#content_type change [ci skip]Sharang Dashputre2019-06-021-4/+4
* | Merge pull request #36404 from mrschuster/sqlite3_collation_bugRyuta Kamizono2019-06-053-2/+15
|\ \
| * | Fix sqlite3 collation parsing when using decimal columns.Martin Schuster2019-06-043-2/+15
* | | Merge pull request #36398 from jhawthorn/file_update_checker_emptyJohn Hawthorn2019-06-041-1/+4
|\ \ \
| * | | Don't call listen with empty directory listJohn Hawthorn2019-06-031-1/+4
* | | | Merge pull request #36405 from abhaynikam/36389-follow-up-to-fix-grammer-and-...Eileen M. Uchitelle2019-06-041-2/+2
|\ \ \ \
| * | | | Fix typo in multi database guide depentent -> dependent [ci skip]Abhay Nikam2019-06-041-2/+2
|/ / / /
* | | | Merge pull request #36389 from eileencodes/multi-db-docsEileen M. Uchitelle2019-06-042-0/+274
|\ \ \ \
| * | | | Document multiple databases in Railseileencodes2019-06-042-0/+274
| |/ / /
* | / / 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
|\ \ \