Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | 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 | 76 | -635/+633 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | 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 | 1 | -3/+49 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Sync transaction state when accessing primary key | Eugene Kenny | 2017-07-09 | 1 | -3/+49 | |
* | | | | | | | | | 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 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #29950 from MaxLap/avoid_or_clause_duplicates | Sean Griffin | 2017-07-31 | 1 | -0/+47 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Edits following the reviews | Maxime Lapointe | 2017-07-28 | 1 | -21/+35 | |
| * | | | | | | | | Avoid duplicate clauses when using #or | Maxime Lapointe | 2017-07-25 | 1 | -0/+33 | |
* | | | | | | | | | 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 | |
* | | | | | | | | | Allow `Relation#or` to accept a relation with different `references` | Sean Griffin | 2017-07-25 | 1 | -0/+11 | |
* | | | | | | | | | Fix failing tests | Sean Griffin | 2017-07-25 | 1 | -1/+1 | |
* | | | | | | | | | Fix `test_add_column_with_timestamp_type` when using Oracle | Koichi ITO | 2017-07-25 | 1 | -0/+2 | |
* | | | | | | | | | Merge pull request #29848 from kamipo/fix_distinct_count_with_order_and_limit | Rafael França | 2017-07-24 | 3 | -34/+59 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Extract `Account` model to the dedicated file | Ryuta Kamizono | 2017-07-22 | 2 | -34/+35 | |
| * | | | | | | | | | Should keep the table name qualified `*` for distinct subquery | Ryuta Kamizono | 2017-07-22 | 1 | -0/+12 | |
| * | | | | | | | | | Fix `COUNT(DISTINCT ...)` with `ORDER BY` and `LIMIT` | Ryuta Kamizono | 2017-07-22 | 1 | -0/+12 | |
* | | | | | | | | | | Fix `warning: assigned but unused variable - comment` | Ryuta Kamizono | 2017-07-25 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #29765 from lugray/fix_counter_cache | Rafael França | 2017-07-24 | 2 | -0/+17 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add test for fixed `counter_cache` double increment | Lisa Ugray | 2017-07-19 | 2 | -0/+17 | |
* | | | | | | | | | | Merge pull request #29905 from kamipo/remove_duplicated_assertion | Sean Griffin | 2017-07-24 | 1 | -16/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Remove duplicated assertion in `test_count_with_join` | Ryuta Kamizono | 2017-07-24 | 1 | -16/+2 | |
* | | | | | | | | | | | Refactor Active Record to let Arel manage bind params | Sean Griffin | 2017-07-24 | 10 | -129/+57 | |
* | | | | | | | | | | | Merge pull request #29860 from georgeclaghorn/travel-back-automatically | Rafael França | 2017-07-24 | 1 | -4/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Remove time stubs after each test | George Claghorn | 2017-07-22 | 1 | -4/+0 | |
* | | | | | | | | | | | Merge pull request #29867 from koic/fix_a_failed_ar_test_when_using_oracle | Kasper Timm Hansen | 2017-07-23 | 1 | -2/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fix a failued AR test when using OracleAdapter | Koichi ITO | 2017-07-20 | 1 | -2/+10 | |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #29768 from janpieper/sort-enabled-extensions-in-dump | Eileen M. Uchitelle | 2017-07-22 | 1 | -0/+14 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Sort enabled adapter extensions in schema dump | Jan Pieper | 2017-07-12 | 1 | -0/+14 | |
* | | | | | | | | | | | Merge pull request #29869 from kamipo/make_type_map_to_private | Rafael França | 2017-07-21 | 5 | -14/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Make `type_map` to private because it is only used in the connection adapter | Ryuta Kamizono | 2017-07-20 | 5 | -14/+12 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #29855 from lugray/has_one_destroyed_by_association | Rafael França | 2017-07-21 | 1 | -0/+34 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Match destroyed_by_association for has_one to has_many | Lisa Ugray | 2017-07-21 | 1 | -0/+34 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #29732 from kirs/frozen-activerecord | Rafael França | 2017-07-21 | 432 | -11/+877 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Reset column information after schema changed | yuuji.yaginuma | 2017-07-20 | 2 | -0/+4 | |
| * | | | | | | | | | | | Use frozen-string-literal in ActiveRecord | Kir Shatrov | 2017-07-19 | 431 | -11/+873 | |
| |/ / / / / / / / / / | ||||||
* / / / / / / / / / / | Revert "Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`" | Sean Griffin | 2017-07-21 | 13 | -46/+56 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #29033 from kamipo/make_preload_query_to_prepared_statements | Sean Griffin | 2017-07-18 | 3 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Make preload query to preparable | Ryuta Kamizono | 2017-07-07 | 3 | -3/+3 | |
* | | | | | | | | | | Merge branch 'master' into fix_unscope_where_column_with_or | Sean Griffin | 2017-07-18 | 19 | -223/+256 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #29834 from kamipo/fix_unscoping_default_scope_with_sti_as... | Sean Griffin | 2017-07-18 | 3 | -0/+20 | |
| |\ \ \ \ \ \ \ \ \ \ |