aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Fix fragile testsRyuta Kamizono2019-04-041-2/+4
* | | | | Respect table name prefix/suffix for `truncate_all`Ryuta Kamizono2019-04-045-5/+67
* | | | | Merge pull request #35844 from kamipo/fix_fixture_loading_performance_regressionRyuta Kamizono2019-04-047-10/+9
|\ \ \ \ \
| * | | | | Use `execute_batch2` rather than `execute_batch` to fix performance regressio...Ryuta Kamizono2019-04-047-10/+9
|/ / / / /
* | | | | Merge pull request #35825 from jhawthorn/always_filter_view_pathsEileen M. Uchitelle2019-04-039-44/+42
|\ \ \ \ \
| * | | | | Always reject files external to appJohn Hawthorn2019-04-039-44/+42
* | | | | | Merge pull request #35843 from eregon/fix-gem-listen-in-gemfile-masterEileen M. Uchitelle2019-04-031-0/+16
|\ \ \ \ \ \
| * | | | | | Add test that the listen gem is included when RUBY_ENGINE is not 'ruby'Benoit Daloze2019-04-031-0/+16
| | |/ / / / | |/| | | |
* | | | | | [skip ci] Add examples for has_{one,many} :through :source and :source_type (...Tim Wade2019-04-031-0/+29
* | | | | | Merge pull request #35795 from alimi/cache-database-versionEileen M. Uchitelle2019-04-0318-67/+106
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Cache database version in schema cacheAli Ibrahim2019-04-0318-67/+106
| |/ / / /
* | | | | [ci skip] Touch up `db:prepare` changelog entryKasper Timm Hansen2019-04-031-1/+3