Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Merge remote-tracking branch 'origin/master' into unlock-minitest | Rafael Mendonça França | 2017-08-01 | 684 | -1127/+2560 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Move `reset_pk_sequence!` test to `AdapterTestWithoutTransaction` | yuuji.yaginuma | 2017-07-17 | 1 | -20/+20 | |
| * | | | | | | Reset column information after schema changed | yuuji.yaginuma | 2017-07-16 | 1 | -0/+2 | |
| * | | | | | | Merge pull request #29380 from y-yagi/insert_environment_value_to_table_befor... | Kasper Timm Hansen | 2017-07-15 | 1 | -0/+4 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Insert environment value to `InternalMetadata` after recreating the table | yuuji.yaginuma | 2017-06-09 | 1 | -0/+4 | |
| * | | | | | | | Stupid empty line added after merge. | Kasper Timm Hansen | 2017-07-15 | 1 | -1/+0 | |
| * | | | | | | | Merge branch 'master' into unlock-minitest | Kasper Timm Hansen | 2017-07-15 | 152 | -1011/+1789 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add teardown to reset_connection at MysqlTypeLookupTest | Yasuo Honda | 2017-06-07 | 1 | -0/+7 | |
| | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | Load schema before assertion | yuuji.yaginuma | 2017-06-06 | 1 | -0/+6 | |
| * | | | | | | | Merge pull request #29341 from y-yagi/explicitly_clear_type_map_before_run_test | Matthew Draper | 2017-06-04 | 2 | -10/+12 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Explicitly clear type map before run `test_only_reload_type_map_once_for_ever... | yuuji.yaginuma | 2017-06-03 | 2 | -10/+12 | |
| * | | | | | | | | Reset the fixture cache after (re)loading the schema | Matthew Draper | 2017-06-03 | 1 | -0/+2 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #29332 from yahonda/unlock-minitest_unknown_type_fix | Rafael França | 2017-06-02 | 1 | -0/+5 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Clean up `type_map` at the end of test_respond_to_for_non_selected_element | Yasuo Honda | 2017-06-02 | 1 | -0/+5 | |
| * | | | | | | | | Merge branch 'master' into unlock-minitest | Rafael Mendonça França | 2017-06-02 | 45 | -293/+369 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Use existing class in PersistenceTest::SaveTest | Alex Kitchens | 2017-06-01 | 1 | -21/+7 | |
| * | | | | | | | | Merge pull request #29287 from alexcameron89/fix-db-statement-test-48104 | Matthew Draper | 2017-06-01 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Reset primary key sequence in FixturesResetPkSequenceTests | Alex Kitchens | 2017-05-31 | 1 | -0/+1 | |
| * | | | | | | | | | Ensure fixtures are loaded for FoxyFixturesTest | Alex Kitchens | 2017-05-31 | 1 | -0/+2 | |
| * | | | | | | | | | Make sure to disable extension after test | yuuji.yaginuma | 2017-05-31 | 1 | -6/+2 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge branch 'master' into unlock-minitest | Kasper Timm Hansen | 2017-05-29 | 129 | -908/+957 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Explicitly create necessary data for test | yuuji.yaginuma | 2017-05-13 | 1 | -0/+4 | |
| * | | | | | | | | | Run ReloadModelTest in a different proccess | Rafael Mendonça França | 2017-04-27 | 1 | -1/+3 | |
| * | | | | | | | | | Only clean the connection of the current connection pool | Rafael Mendonça França | 2017-04-26 | 1 | -1/+1 | |
| * | | | | | | | | | Don't use same table between primary_keys tests and composite_primary_keys tests | Prathamesh Sonpatki | 2017-04-26 | 1 | -7/+7 | |
| * | | | | | | | | | Fix one more test randomly failing due to array ordering issue on PG adapter | Prathamesh Sonpatki | 2017-04-26 | 1 | -2/+2 | |
| * | | | | | | | | | Fix the random failure of `test_create_resets_cached_counters` | Prathamesh Sonpatki | 2017-04-26 | 2 | -2/+7 | |
| * | | | | | | | | | Fix random test failure of test_create_resets_cached_counters | Prathamesh Sonpatki | 2017-04-26 | 1 | -2/+2 | |
| * | | | | | | | | | Don't add specific id's to the readers fixtures | Prathamesh Sonpatki | 2017-04-26 | 1 | -2/+0 | |
* | | | | | | | | | | Merge pull request #29724 from eugeneius/sync_primary_key | Matthew Draper | 2017-08-02 | 4 | -5/+57 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Sync transaction state when accessing primary key | Eugene Kenny | 2017-07-09 | 4 | -5/+57 | |
* | | | | | | | | | | Merge pull request #30024 from kamipo/remove_redundant_unless_branch | Sean Griffin | 2017-07-31 | 1 | -2/+0 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Remove redundant `unless current_adapter?(:OracleAdapter)` | Ryuta Kamizono | 2017-07-28 | 1 | -2/+0 | |
* | | | | | | | | | | | Add backticks around method [ci skip] | Ryuta Kamizono | 2017-08-01 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge pull request #29950 from MaxLap/avoid_or_clause_duplicates | Sean Griffin | 2017-07-31 | 3 | -6/+66 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Edits following the reviews | Maxime Lapointe | 2017-07-28 | 2 | -27/+43 | |
| * | | | | | | | | | | Avoid duplicate clauses when using #or | Maxime Lapointe | 2017-07-25 | 3 | -9/+53 | |
* | | | | | | | | | | | Change http postgresql.org links to https [ci skip] | yuuji.yaginuma | 2017-07-30 | 5 | -8/+8 | |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #29946 from kamipo/passing_arel_to_where_is_boundable | Sean Griffin | 2017-07-28 | 1 | -4/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Building `where_clause` in `UniquenessValidator` is no longer needed | Ryuta Kamizono | 2017-07-26 | 1 | -4/+1 | |
| |/ / / / / / / / / | ||||||
* | / / / / / / / / | Use `predicate_builder.build_bind_attribute` wherever possible | Ryuta Kamizono | 2017-07-28 | 4 | -8/+7 | |
| |/ / / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Eager load the association classes on boot | Rafael Mendonça França | 2017-07-27 | 1 | -7/+7 | |
* | | | | | | | | | Merge pull request #28695 from koic/integer_type_has_precision_option_in_oracle | Akira Matsuda | 2017-07-27 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix an AR test of schema dump when using Oracle | Koichi ITO | 2017-04-07 | 1 | -1/+5 | |
* | | | | | | | | | | Use `_relation_for_itself` wherever possible | Sean Griffin | 2017-07-26 | 1 | -3/+2 | |
| |/ / / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #29941 from kamipo/remove_single_element_array_preprocess | Sean Griffin | 2017-07-25 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Remove single element array preprocess | Ryuta Kamizono | 2017-07-26 | 2 | -2/+2 | |
* | | | | | | | | | | Clarify add_column limit documentation | Lisa Ugray | 2017-07-25 | 1 | -0/+1 | |
* | | | | | | | | | | Allow `Relation#or` to accept a relation with different `references` | Sean Griffin | 2017-07-25 | 3 | -1/+20 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Require alpha arel | Sean Griffin | 2017-07-25 | 1 | -1/+1 |