Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Fix random CI failure due to non-deterministic sorting order | bogdanvlviv | 2017-08-09 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
* / / / / / / | Fix random CI failure DirtyTest: | bogdanvlviv | 2017-08-09 | 1 | -4/+3 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #30108 from yui-knk/require_concurrent_map | Rafael França | 2017-08-08 | 1 | -0/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add missed `require` | yui-knk | 2017-08-07 | 1 | -0/+2 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge pull request #30142 from yukideluxe/add-missing-bit-reload-associations... | Sean Griffin | 2017-08-08 | 1 | -4/+12 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | add missing collection.reload documentation [ci skip] | Julia López | 2017-08-08 | 1 | -4/+12 | |
* | | | | | | | Merge pull request #30133 from kamipo/fix_random_ci_failure | Rafael França | 2017-08-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix random CI failure due to non-deterministic sorting order | Ryuta Kamizono | 2017-08-08 | 1 | -1/+1 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Document `ActiveRecord::AttributeMethods::Dirty` | Sean Griffin | 2017-08-08 | 1 | -9/+9 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #30125 from yukideluxe/add-reload-to-associations-docs | Rafael França | 2017-08-08 | 1 | -0/+8 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | add reload_association to documentation [ci skip] | Julia López | 2017-08-07 | 1 | -0/+8 | |
| |/ / / / | ||||||
* / / / / | [ci skip] Postgres --> PostgreSQL | Ryuta Kamizono | 2017-08-08 | 3 | -3/+3 | |
|/ / / / | ||||||
* | / / | Lint activerecord/CHANGELOG.md | Jon Moss | 2017-08-06 | 1 | -4/+4 | |
| |/ / |/| | | ||||||
* | | | Merge pull request #29520 from kirs/serialize-vs-postgres-native-column | Sean Griffin | 2017-08-04 | 3 | -0/+42 | |
|\ \ \ | ||||||
| * | | | Do not let use `serialize` on native JSON/array column | Kir Shatrov | 2017-08-04 | 3 | -0/+42 | |
| |/ / | ||||||
* | / | Use `Concurrent::Map` than `Mutex` and `Mutex_m` for statement caches | Ryuta Kamizono | 2017-08-04 | 2 | -10/+6 | |
| |/ |/| | ||||||
* | | Fix all rubocop violations | Rafael Mendonça França | 2017-08-03 | 1 | -2/+2 | |
* | | Passing `klass` to `StatementCache.new` | Ryuta Kamizono | 2017-08-04 | 6 | -32/+31 | |
* | | Merge pull request #30011 from guilherme/fix-migration-generator-special-cases | Sean Griffin | 2017-08-03 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Handling add/remove to/from migration edge cases | Guilherme Reis Campos | 2017-08-03 | 1 | -1/+1 | |
* | | | Merge pull request #29914 from kamipo/relation_merger_should_not_fill_empty_v... | Matthew Draper | 2017-08-02 | 3 | -19/+30 | |
|\ \ \ | ||||||
| * | | | `get_value` and `set_value` in `Relation` are no longer used externally | Ryuta Kamizono | 2017-07-25 | 1 | -9/+10 | |
| * | | | `Relation::Merger` should not fill `values` with empty values | Ryuta Kamizono | 2017-07-25 | 2 | -10/+20 | |
* | | | | Merge pull request #29842 from kamipo/fix_find_by_with_range | Matthew Draper | 2017-08-02 | 3 | -4/+12 | |
|\ \ \ \ | ||||||
| * | | | | Fix `find_by` with range conditions | Ryuta Kamizono | 2017-07-20 | 3 | -4/+12 | |
* | | | | | Merge pull request #29271 from rails/unlock-minitest | Kasper Timm Hansen | 2017-08-02 | 15 | -64/+83 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | 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 |