aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Fix RuboCop offensesKoichi ITO2017-08-161-1/+1
* Through scope should not be affected by scopingRyuta Kamizono2017-08-151-0/+19
* Merge pull request #30169 from awortham/awortham/awortham/fix-sql-distinct-bugRafael Mendonça França2017-08-141-0/+26
|\
| * Ensure sum honors distinct on has_many throughAaron Wortham2017-08-141-0/+26
* | Merge pull request #30215 from untidy-hair/clarify-abstract-or-not-in-testsRafael França2017-08-143-8/+18
|\ \
| * | Clarify base_class tests on abstract STI vs concrete STIYukio Mizuta2017-08-123-8/+18
* | | Merge pull request #30073 from yalab/fixture_binary_helperRafael França2017-08-142-1/+6
|\ \ \
| * | | Add `binary` helper method to fixtures.yalab2017-08-122-1/+6
* | | | Merge pull request #27609 from kamipo/fix_association_primary_keyRafael França2017-08-142-17/+14
|\ \ \ \
| * | | | Fix `reflection.association_primary_key` for `has_many` associationsRyuta Kamizono2017-08-132-17/+14
| | |/ / | |/| |
* | | | Merge pull request #30229 from kamipo/allow_serialize_with_custom_coderRafael França2017-08-142-2/+50
|\ \ \ \
| * | | | Allow `serialize` with a custom coder on `json` and `array` columnsRyuta Kamizono2017-08-132-2/+50
* | | | | Merge pull request #30214 from kirs/uniqueness-scope-validatorRafael França2017-08-141-0/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Check :scope input in Uniqueness validatorKir Shatrov2017-08-131-0/+7
| | |/ / | |/| |
* | | | Fix CI failure due to reference type mismatchRyuta Kamizono2017-08-142-12/+18
| |/ / |/| |
* | | Merge pull request #30228 from kamipo/fix_random_ci_failureMatthew Draper2017-08-131-2/+4
|\ \ \
| * | | Fix random CI failure due to non-deterministic sorting orderRyuta Kamizono2017-08-131-2/+4
| |/ /
* | | Merge pull request #30079 from kamipo/move_test_not_compatible_with_serialize...Matthew Draper2017-08-132-11/+11
|\ \ \ | |/ / |/| |
| * | Move `test_not_compatible_with_serialize_macro` to `JSONSharedTestCases`Ryuta Kamizono2017-08-112-11/+11
* | | 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
| |/ / / / / /