aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #30126 from chopraanmol1/support_for_has_many_and_has_one_...Rafael França2017-08-111-0/+14
|\
| * Currently if relation object are passed to where condition for has one or has...chopraanmol12017-08-081-0/+14
* | Merge pull request #30103 from yahonda/has_one_associations_failuresRafael França2017-08-111-1/+1
|\ \
| * | Add `:authors` fixture to address two random failures at HasOneAssociationsTestYasuo Honda2017-08-061-1/+1
| |/
* | Merge pull request #29720 from gaurish/ar_find_error_message_improvementRafael França2017-08-112-3/+5
|\ \
| * | Return Not found Ids in ActiveRecord::NotFoundGaurish Sharma2017-07-292-3/+5
* | | Specify `table.name` only when `scope.table` and `table` are different (#29058)Ryuta Kamizono2017-08-111-0/+1
* | | Merge pull request #30152 from bogdanvlviv/fix_random_ci_failureMatthew Draper2017-08-101-1/+1
|\ \ \
| * | | Fix random CI failure due to non-deterministic sorting orderbogdanvlviv2017-08-091-1/+1
* | | | Fix random CI failure DirtyTest:bogdanvlviv2017-08-091-4/+3
|/ / /
* | / Fix random CI failure due to non-deterministic sorting orderRyuta Kamizono2017-08-081-1/+1
| |/ |/|
* | Merge pull request #29520 from kirs/serialize-vs-postgres-native-columnSean Griffin2017-08-042-0/+18
|\ \
| * | Do not let use `serialize` on native JSON/array columnKir Shatrov2017-08-042-0/+18
| |/
* | Passing `klass` to `StatementCache.new`Ryuta Kamizono2017-08-041-8/+8
* | Merge pull request #29914 from kamipo/relation_merger_should_not_fill_empty_v...Matthew Draper2017-08-021-0/+8
|\ \
| * | `Relation::Merger` should not fill `values` with empty valuesRyuta Kamizono2017-07-251-0/+8
* | | Merge pull request #29842 from kamipo/fix_find_by_with_rangeMatthew Draper2017-08-021-0/+4
|\ \ \
| * | | Fix `find_by` with range conditionsRyuta Kamizono2017-07-201-0/+4
* | | | Merge pull request #29271 from rails/unlock-minitestKasper Timm Hansen2017-08-0215-64/+83
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into unlock-minitestRafael Mendonça França2017-08-01433-513/+1503
| |\ \ \ \
| * | | | | Move `reset_pk_sequence!` test to `AdapterTestWithoutTransaction`yuuji.yaginuma2017-07-171-20/+20
| * | | | | Reset column information after schema changedyuuji.yaginuma2017-07-161-0/+2
| * | | | | Merge pull request #29380 from y-yagi/insert_environment_value_to_table_befor...Kasper Timm Hansen2017-07-151-0/+4
| |\ \ \ \ \
| | * | | | | Insert environment value to `InternalMetadata` after recreating the tableyuuji.yaginuma2017-06-091-0/+4
| * | | | | | Stupid empty line added after merge.Kasper Timm Hansen2017-07-151-1/+0
| * | | | | | Merge branch 'master' into unlock-minitestKasper Timm Hansen2017-07-1560-347/+997
| |\ \ \ \ \ \
| * | | | | | | Add teardown to reset_connection at MysqlTypeLookupTestYasuo Honda2017-06-071-0/+7
| | |/ / / / / | |/| | | | |
| * | | | | | Load schema before assertionyuuji.yaginuma2017-06-061-0/+6
| * | | | | | Merge pull request #29341 from y-yagi/explicitly_clear_type_map_before_run_testMatthew Draper2017-06-042-10/+12
| |\ \ \ \ \ \
| | * | | | | | Explicitly clear type map before run `test_only_reload_type_map_once_for_ever...yuuji.yaginuma2017-06-032-10/+12
| * | | | | | | Reset the fixture cache after (re)loading the schemaMatthew Draper2017-06-031-0/+2
| |/ / / / / /
| * | | | | | Merge pull request #29332 from yahonda/unlock-minitest_unknown_type_fixRafael França2017-06-021-0/+5
| |\ \ \ \ \ \
| | * | | | | | Clean up `type_map` at the end of test_respond_to_for_non_selected_elementYasuo Honda2017-06-021-0/+5
| * | | | | | | Merge branch 'master' into unlock-minitestRafael Mendonça França2017-06-0220-172/+246
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Use existing class in PersistenceTest::SaveTestAlex Kitchens2017-06-011-21/+7
| * | | | | | | Merge pull request #29287 from alexcameron89/fix-db-statement-test-48104Matthew Draper2017-06-011-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Reset primary key sequence in FixturesResetPkSequenceTestsAlex Kitchens2017-05-311-0/+1
| * | | | | | | | Ensure fixtures are loaded for FoxyFixturesTestAlex Kitchens2017-05-311-0/+2
| * | | | | | | | Make sure to disable extension after testyuuji.yaginuma2017-05-311-6/+2
| |/ / / / / / /
| * | | | | | | Merge branch 'master' into unlock-minitestKasper Timm Hansen2017-05-2976-635/+633
| |\ \ \ \ \ \ \
| * | | | | | | | Explicitly create necessary data for testyuuji.yaginuma2017-05-131-0/+4
| * | | | | | | | Run ReloadModelTest in a different proccessRafael Mendonça França2017-04-271-1/+3
| * | | | | | | | Only clean the connection of the current connection poolRafael Mendonça França2017-04-261-1/+1
| * | | | | | | | Don't use same table between primary_keys tests and composite_primary_keys testsPrathamesh Sonpatki2017-04-261-7/+7
| * | | | | | | | Fix one more test randomly failing due to array ordering issue on PG adapterPrathamesh Sonpatki2017-04-261-2/+2
| * | | | | | | | Fix the random failure of `test_create_resets_cached_counters`Prathamesh Sonpatki2017-04-262-2/+7
| * | | | | | | | Fix random test failure of test_create_resets_cached_countersPrathamesh Sonpatki2017-04-261-2/+2
| * | | | | | | | Don't add specific id's to the readers fixturesPrathamesh Sonpatki2017-04-261-2/+0
* | | | | | | | | Merge pull request #29724 from eugeneius/sync_primary_keyMatthew Draper2017-08-021-3/+49
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Sync transaction state when accessing primary keyEugene Kenny2017-07-091-3/+49