| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | Fix circular `autosave: true` | Larry Reid | 2018-07-23 | 5 | -0/+52 |
* | | | | | Add assertions for lazy sync transaction state | Ryuta Kamizono | 2019-04-10 | 1 | -36/+49 |
* | | | | | Remove duplicated attribute alias resolution in `_select!` | Ryuta Kamizono | 2019-04-09 | 1 | -0/+1 |
* | | | | | Merge pull request #34800 from mqchau/mysqlCountDeleteRowInLock | Matthew Draper | 2019-04-09 | 1 | -0/+28 |
|\ \ \ \ \ |
|
| * | | | | | Wrap Mysql count of deleted rows in lock block to avoid conflict in test | Quan Chau | 2019-04-08 | 1 | -0/+28 |
* | | | | | | Merge pull request #35887 from kamipo/argument_error | Ryuta Kamizono | 2019-04-09 | 6 | -12/+12 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | Raise `ArgumentError` for invalid `:limit` and `:precision` like as other opt... | Ryuta Kamizono | 2019-04-07 | 6 | -12/+12 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #35892 from ryohashimoto/bulk_insert_logs | Eileen M. Uchitelle | 2019-04-08 | 1 | -0/+49 |
|\ \ \ \ \ |
|
| * | | | | | Improve log messages for #insert_all` / `#upsert_all` / `#insert` / `#upsert ... | Ryo Hashimoto | 2019-04-08 | 1 | -0/+49 |
| |/ / / / |
|
* | | | | | When skipping duplicates in bulk insert on MySQL, avoid assigning id when not... | Bob Lail | 2019-04-08 | 1 | -0/+38 |
* | | | | | Fix GROUP BY with calculate longer name field to respect `table_alias_length` | Ryuta Kamizono | 2019-04-08 | 2 | -0/+12 |
|/ / / / |
|
* | | | | There is no need to check `null_relation?` in `empty_scope?` | Ryuta Kamizono | 2019-04-06 | 2 | -0/+7 |
* | | | | Association loading isn't to be affected by null relation scoping | Ryuta Kamizono | 2019-04-06 | 1 | -0/+24 |
* | | | | Merge pull request #35868 from kamipo/association_isnt_to_be_affected_by_scop... | Ryuta Kamizono | 2019-04-06 | 2 | -7/+20 |
|\ \ \ \ |
|
| * | | | | Association loading isn't to be affected by scoping consistently | Ryuta Kamizono | 2019-04-05 | 2 | -7/+20 |
| |/ / / |
|
* | | | | Fix typo for touch later test description. laster -> later | Abhay Nikam | 2019-04-05 | 1 | -1/+1 |
* | | | | Add missing `touch_all` delegation to relation | Ryuta Kamizono | 2019-04-05 | 2 | -1/+33 |
|/ / / |
|
* | | | Remove duplicated `test_find_last` | Ryuta Kamizono | 2019-04-05 | 1 | -5/+0 |
* | | | Stash `left_joins` into `joins` to deduplicate redundant LEFT JOIN | Ryuta Kamizono | 2019-04-05 | 3 | -2/+15 |
* | | | Merge pull request #35698 from mtsmfm/output-test-report | Matthew Draper | 2019-04-04 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | Output junit format test report | Fumiaki MATSUSHIMA | 2019-04-04 | 1 | -0/+2 |
* | | | | Fix `count(:all)` with eager loading and explicit select and order | Ryuta Kamizono | 2019-04-04 | 2 | -0/+12 |
|/ / / |
|
* | | | Optimizer hints should be applied on Top level query as much as possible | Ryuta Kamizono | 2019-04-04 | 2 | -0/+16 |
* | | | Don't drop internal metadata tables | Ryuta Kamizono | 2019-04-04 | 1 | -4/+2 |
* | | | Ensure `reset_table_name` when table name prefix/suffix is changed | Ryuta Kamizono | 2019-04-04 | 4 | -17/+15 |
* | | | Clear query cache when truncate table(s) | Ryuta Kamizono | 2019-04-04 | 1 | -8/+36 |
* | | | Fix fragile tests | Ryuta Kamizono | 2019-04-04 | 1 | -2/+4 |
* | | | Respect table name prefix/suffix for `truncate_all` | Ryuta Kamizono | 2019-04-04 | 2 | -1/+59 |
* | | | Merge pull request #35795 from alimi/cache-database-version | Eileen M. Uchitelle | 2019-04-03 | 8 | -11/+34 |
|\ \ \ |
|
| * | | | Cache database version in schema cache | Ali Ibrahim | 2019-04-03 | 8 | -11/+34 |
* | | | | Use official database name [ci skip] | Ryuta Kamizono | 2019-04-03 | 1 | -1/+1 |
* | | | | Add `after_save_commit` callback as shortcut for `after_commit :hook, on: [ :... | David Heinemeier Hansson | 2019-04-02 | 1 | -0/+12 |
|/ / / |
|
* | | | Revert unused code and re-using query annotation for `update_all` and `delete... | Ryuta Kamizono | 2019-04-01 | 7 | -112/+0 |
* | | | Extract insert test case from #35686 | Kasper Timm Hansen | 2019-03-31 | 1 | -0/+14 |
* | | | Merge pull request #19333 from palkan/dirty-store | Kasper Timm Hansen | 2019-03-31 | 2 | -0/+84 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add saved changes helpers for store accessors | Vladimir Dementyev | 2019-03-25 | 1 | -0/+11 |
| * | | Add dirty methods for store accessors | palkan | 2019-03-25 | 2 | -0/+73 |
* | | | Fix callbacks on has_many :through associations (#33249) | Ryan Kerr | 2019-03-30 | 1 | -0/+18 |
* | | | Add `ActiveRecord::Relation#extract_associated` for extracting associated rec... | David Heinemeier Hansson | 2019-03-29 | 1 | -0/+7 |
* | | | Type cast falsy boolean symbols on boolean attribute as false | Ryuta Kamizono | 2019-03-30 | 1 | -0/+9 |
* | | | Merge pull request #35496 from bogdan/right-preloading | Ryuta Kamizono | 2019-03-28 | 1 | -0/+9 |
|\ \ \ |
|
| * | | | Fix preloader to never reset associations in case they are already loaded | Bogdan Gusiev | 2019-03-07 | 1 | -0/+9 |
* | | | | Don't change `collation_connection` in the current connection | Ryuta Kamizono | 2019-03-27 | 1 | -1/+1 |
* | | | | Fix CI failure due to remaining tagging records | Ryuta Kamizono | 2019-03-26 | 1 | -1/+1 |
* | | | | Use `assert_queries(0)` instead of `assert_no_queries` to ignore metadata que... | Yasuo Honda | 2019-03-26 | 1 | -1/+1 |
* | | | | Merge pull request #35683 from Kukunin/master | Ryuta Kamizono | 2019-03-23 | 1 | -6/+31 |
|\ \ \ \ |
|
| * | | | | Fix unintended autosave on has_one through association | Sergiy Kukunin | 2019-03-22 | 1 | -6/+31 |
* | | | | | Add Relation#annotate for SQL commenting | Matt Yoho | 2019-03-21 | 21 | -0/+513 |
* | | | | | Merge pull request #35685 from XrXr/attribute-forwarding | Gannon McGibbon | 2019-03-20 | 1 | -0/+11 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | Document option forwarding in ActiveRecord::Base.attribute | Alan Wu | 2019-03-20 | 1 | -0/+11 |
| |/ / / |
|