aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Output junit format test reportFumiaki MATSUSHIMA2019-04-0416-0/+48
* 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
* | | Merge pull request #35841 from robertomiranda/r/rake-db-prepare-changelogRyuta Kamizono2019-04-031-0/+4
|\ \ \
| * | | Add rake db:prepare entry to the CHANGELOG.mdRoberto Miranda2019-04-031-0/+4
|/ / /
* | | Don't normalize `original_app_name`Ryuta Kamizono2019-04-031-2/+2
* | | `bytes_margin` is only needed when `previous_packet` existsRyuta Kamizono2019-04-031-5/+2
* | | Merge pull request #35840 from abhaynikam/24405-update-honor-shallow-false-op...Ryuta Kamizono2019-04-031-1/+1
|\ \ \
| * | | [ci skip] Doc for shallow: false options should use <tt> for better readabili...Abhay Nikam2019-04-031-1/+1
* | | | Don't assign to `@changed_attributes` in `becomes`Ryuta Kamizono2019-04-031-1/+0
|/ / /
* | | Use official database name [ci skip]Ryuta Kamizono2019-04-037-11/+11
* | | Fix the markup for `insert_all` and `upsert_all` docs [ci skip]Ryuta Kamizono2019-04-031-7/+7
| |/ |/|
* | Remove duplicated CHANGELOG entry [ci skip]Ryuta Kamizono2019-04-031-2/+0
* | Merge pull request #35833 from soartec-lab/update_guide_cachingRyuta Kamizono2019-04-031-1/+1
|\ \
| * | Fixed description of the `cache_key_with_version` method [ci skip]soartec-lab2019-04-031-1/+1
* | | Auto-correct rubocop offencesRyuta Kamizono2019-04-032-17/+17
* | | Add `after_save_commit` callback as shortcut for `after_commit :hook, on: [ :...David Heinemeier Hansson2019-04-023-0/+24
* | | Merge pull request #24405 from waits/shallow-falseRafael França2019-04-022-1/+35
|\ \ \
| * | | Honor shallow: false on nested resourcesDylan Waits2016-04-032-1/+35
* | | | Merge pull request #35805 from excid3/attachments-field-generatorsRafael França2019-04-0213-25/+130
|\ \ \ \
| * | | | Add attachment and attachments field generatorsChris Oliver2019-03-3013-25/+130
* | | | | Merge pull request #35771 from timoschilling/hash-speed-improvementsRafael França2019-04-022-4/+7
|\ \ \ \ \
| * | | | | Speed improvement for HashWithIndifferentAccess#values_atTimo Schilling2019-04-021-2/+2
| * | | | | Speed improvement for HashWithIndifferentAccess#fetch_valuesTimo Schilling2019-04-021-1/+1
| * | | | | Speed improvement for HashWithIndifferentAccess#exceptTimo Schilling2019-04-011-0/+3