aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #35873 from prathamesh-sonpatki/enqueuing-fixesEileen M. Uchitelle2019-04-052-2/+2
|\
| * Fix the deprecation warning about `config.active_job.return_false_on_aborted_...Prathamesh Sonpatki2019-04-052-2/+2
* | Merge pull request #35876 from abhaynikam/fix-typo-for-touch-later-test-caseRyuta Kamizono2019-04-051-1/+1
|\ \
| * | Fix typo for touch later test description. laster -> laterAbhay Nikam2019-04-051-1/+1
|/ /
* | Add Active Job release notes [ci skip] (#35872)प्रथमेश Sonpatki2019-04-052-2/+48
* | Merge pull request #35871 from kamipo/klass_level_touch_allRyuta Kamizono2019-04-053-2/+34
|\ \
| * | Add missing `touch_all` delegation to relationRyuta Kamizono2019-04-053-2/+34
* | | Merge pull request #35870 from abhaynikam/mark-touch-later-as-private-docRyuta Kamizono2019-04-051-1/+1
|\ \ \
| * | | [ci skip] Mark ActiveRecord::TouchLater as private docAbhay Nikam2019-04-051-1/+1
|/ / /
* | | Merge pull request #35867 from y-yagi/do_not_exclude_paths_in_global_levelYuji Yaginuma2019-04-051-6/+0
|\ \ \ | |/ / |/| |
| * | Do not exclude paths in the global level of Code Climateyuuji.yaginuma2019-04-051-6/+0
|/ /
* | `preloaded_records` no longer includes `nil` since #35496Ryuta Kamizono2019-04-051-1/+0
* | Bump addressable to 2.6.0 to fix warning: assigned but unused variable - star...Ryuta Kamizono2019-04-051-1/+1
* | `ast` is no longer to be `nil` since #33118Ryuta Kamizono2019-04-051-1/+0
* | Remove duplicated `test_find_last`Ryuta Kamizono2019-04-051-5/+0
* | Merge pull request #35864 from kamipo/improve_left_joinsRyuta Kamizono2019-04-056-32/+45
|\ \
| * | Stash `left_joins` into `joins` to deduplicate redundant LEFT JOINRyuta Kamizono2019-04-056-32/+45
* | | Merge pull request #35863 from urkle/fix-typo-in-guidesVipul A M2019-04-051-1/+1
|\ \ \
| * | | fix typo in the guides (use Rails instead of rails)Edward Rudd2019-04-041-1/+1
|/ / /
* | | Merge pull request #35861 from sharang-d/after_save_commit-callback-docVipul A M2019-04-051-2/+25
|\ \ \
| * | | Add documentation for 'after_save_commit' [ci skip]Sharang Dashputre2019-04-051-2/+25
|/ / /
* | | Merge pull request #35691 from sushantmittal/add_deattach_from_in_active_supp...Rafael França2019-04-042-6/+78
|\ \ \
| * | | Added 'detach_from' to 'ActiveSupport::Subscriber' to detach a subscriber fro...sushant2019-04-042-6/+78
* | | | Merge pull request #35858 from localhostdotdev/add-extensions-to-arity-error-...Rafael França2019-04-041-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix arity warning for template handlerslocalhostdotdev2019-04-041-3/+3
| | |/ | |/|
* / | Refactor `has_secure_password` to extract dedicated attribute moduleRyuta Kamizono2019-04-053-36/+59
|/ /
* | Merge pull request #35700 from Futurelearn/seb-secure-password-fixRyuta Kamizono2019-04-051-26/+30
|\ \
| * | Reintroduce support for overriding `has_secure_password` attributesSeb Jacobs2019-03-221-26/+30
* | | Fix rubocop offence for `Style/FrozenStringLiteralComment`Ryuta Kamizono2019-04-051-0/+2
* | | Merge pull request #35856 from prathamesh-sonpatki/fix-dep-warningKasper Timm Hansen2019-04-041-2/+2
|\ \ \
| * | | Fix deprecation warning about variants and formatsPrathamesh Sonpatki2019-04-041-2/+2
|/ / /
* | | Merge pull request #35698 from mtsmfm/output-test-reportMatthew Draper2019-04-0416-0/+48
|\ \ \
| * | | Output junit format test reportFumiaki MATSUSHIMA2019-04-0416-0/+48
* | | | Merge pull request #35850 from kamipo/fix_count_all_with_eager_loading_and_se...Ryuta Kamizono2019-04-043-4/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Fix `count(:all)` with eager loading and explicit select and orderRyuta Kamizono2019-04-043-4/+17
|/ / /
* | | Merge pull request #35848 from kamipo/refactor_collection_cache_keyRyuta Kamizono2019-04-045-54/+49
|\ \ \
| * | | Refactor `Relation#cache_key` is moved from `CollectionCacheKey#collection_ca...Ryuta Kamizono2019-04-045-54/+49
|/ / /
* | | Merge pull request #35847 from kamipo/optimizer_hints_with_count_subqueryRyuta Kamizono2019-04-045-5/+30
|\ \ \
| * | | Optimizer hints should be applied on Top level query as much as possibleRyuta Kamizono2019-04-045-5/+30
* | | | Merge pull request #35145 from st0012/fix-35114Rafael França2019-04-033-13/+43
|\ \ \ \ | |/ / / |/| | |
| * | | Fix partial caching ignore repeated items issuest00122019-04-043-13/+43
* | | | Remove redundant begin blockRyuta Kamizono2019-04-041-10/+9
* | | | Don't drop internal metadata tablesRyuta Kamizono2019-04-041-4/+2
* | | | Merge pull request #30666 from urkle/fix-actionview-fixtureresolverRafael França2019-04-035-2/+60
|\ \ \ \
| * | | | add documentation about variantsEdward Rudd2019-04-032-0/+44
| * | | | Fix checking for template variants when using the ActionView::FixtureResolverEdward Rudd2019-04-033-2/+16
|/ / / /
* | | | Ensure `reset_table_name` when table name prefix/suffix is changedRyuta Kamizono2019-04-044-17/+15
* | | | Merge pull request #35842 from Shopify/deduplicate-routing-stringsRafael França2019-04-033-6/+10
|\ \ \ \
| * | | | Deduplicate strings held by the routerJean Boussier2019-04-033-6/+10
* | | | | Clear query cache when truncate table(s)Ryuta Kamizono2019-04-042-9/+38