Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Raise `TransactionTimeout` when lock wait timeout exceeded for PG adapter | Ryuta Kamizono | 2017-11-11 | 4 | -3/+35 | |
* | | | | | | | | Should test actual error which is raised from the database | Ryuta Kamizono | 2017-11-11 | 1 | -1/+23 | |
* | | | | | | | | Add missing autoload `Type` (#31123) | Ryuta Kamizono | 2017-11-11 | 2 | -1/+1 | |
* | | | | | | | | Relation merging should keep joining order | Ryuta Kamizono | 2017-11-11 | 2 | -10/+17 | |
* | | | | | | | | Fix random CI failure due to non-deterministic sorting order | Ryuta Kamizono | 2017-11-10 | 1 | -1/+1 | |
* | | | | | | | | Consolidate duplicated `to_ary`/`to_a` definitions in `Relation` and `Collect... | Ryuta Kamizono | 2017-11-10 | 3 | -6/+9 | |
* | | | | | | | | Ensure `apply_join_dependency` for subqueries in `from` and `where` | Ryuta Kamizono | 2017-11-10 | 3 | -0/+19 | |
* | | | | | | | | Remove useless preloader classes | Ryuta Kamizono | 2017-11-10 | 10 | -104/+15 | |
* | | | | | | | | Merge pull request #30414 from bogdanvlviv/clear-mysql_database_tasks | Rafael França | 2017-11-09 | 3 | -139/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Simplify implementation of `MySQLDatabaseTasks` | bogdanvlviv | 2017-10-30 | 3 | -135/+3 | |
| * | | | | | | | | Raise error if unsupported charset for mysql | bogdanvlviv | 2017-10-30 | 2 | -7/+5 | |
* | | | | | | | | | Merge pull request #25346 from bogdan/correct-tags-count-in-fixtures | Rafael França | 2017-11-09 | 5 | -11/+20 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Set counter caches to correct values in fixtures | Bogdan Gusiev | 2017-11-08 | 5 | -11/+20 | |
* | | | | | | | | | | Move Attribute and AttributeSet to ActiveModel | Lisa Ugray | 2017-11-09 | 15 | -1284/+19 | |
| |_|_|_|/ / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Should pass `test_no_locks_no_wait` not only on `PostgreSQLAdapter` and `Orac... | Ryuta Kamizono | 2017-11-09 | 1 | -8/+5 | |
* | | | | | | | | | Run `ConcurrentTransactionTest` if `supports_transaction_isolation?` | Yasuo Honda | 2017-11-08 | 1 | -15/+13 | |
* | | | | | | | | | `Mysql2Adapter` should pass `ConcurrentTransactionTest` | Ryuta Kamizono | 2017-11-09 | 1 | -1/+1 | |
* | | | | | | | | | Consolidate redundant `if` and `unless` with the same condition | Ryuta Kamizono | 2017-11-09 | 1 | -3/+1 | |
* | | | | | | | | | Don't expose accessors which are internal used only | Ryuta Kamizono | 2017-11-08 | 2 | -3/+6 | |
* | | | | | | | | | Don't expose internal methods in `Preloader::ThroughAssociation` | Ryuta Kamizono | 2017-11-08 | 1 | -8/+7 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #30714 from bogdanvlviv/fix-rails_db_migrate_VERSION | Rafael França | 2017-11-06 | 6 | -12/+201 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix `bin/rails db:migrate` with specified `VERSION` | bogdanvlviv | 2017-11-06 | 6 | -12/+201 | |
* | | | | | | | | | Remove useless `associated_records_by_owner` | Ryuta Kamizono | 2017-11-07 | 2 | -16/+10 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #28360 from kbrock/transaction_fix | Matthew Draper | 2017-11-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Properly check transaction in persistence | Keenan Brock | 2017-11-06 | 1 | -1/+1 | |
* | | | | | | | | | Refactor Preloader Code | Bogdan Gusiev | 2017-11-06 | 3 | -81/+40 | |
|/ / / / / / / / | ||||||
* | | | | | | | | `scoping` should respect current class and STI constraint (#29199) | Ryuta Kamizono | 2017-11-06 | 3 | -1/+25 | |
* | | | | | | | | Fix preloading polymorphic multi-level through association | Ryuta Kamizono | 2017-11-06 | 2 | -1/+18 | |
* | | | | | | | | Fix preloading polymorphic association when through association has already l... | Ryuta Kamizono | 2017-11-06 | 2 | -4/+27 | |
* | | | | | | | | Ensure `apply_join_dependency` for `update_all` and `delete_all` if eager-loa... | Ryuta Kamizono | 2017-11-06 | 2 | -19/+40 | |
* | | | | | | | | Ensure `apply_join_dependency` for `collection_cache_key` if eager-loading is... | Ryuta Kamizono | 2017-11-06 | 5 | -3/+17 | |
* | | | | | | | | Remove unused classes | yuuji.yaginuma | 2017-11-03 | 1 | -30/+0 | |
* | | | | | | | | Enable `Style/RedundantReturn` rubocop rule, and fixed a couple more | Ryuta Kamizono | 2017-11-01 | 1 | -1/+1 | |
* | | | | | | | | Address incorrect number of queries executed at Oracle enhanced adapter | Yasuo Honda | 2017-10-31 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #31004 from shuheiktgw/remove_unnecessary_returns | Rafael França | 2017-10-31 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | removed unnecessary returns | Shuhei Kitagawa | 2017-10-28 | 2 | -2/+2 | |
* | | | | | | | | `source_type_scope` should respect correct table alias | Ryuta Kamizono | 2017-10-30 | 2 | -7/+17 | |
* | | | | | | | | `PolymorphicReflection#scopes` is no longer used since a5651eb5 | Ryuta Kamizono | 2017-10-30 | 1 | -5/+0 | |
* | | | | | | | | [ci skip]Update the documentation about the primary key type | suginoy | 2017-10-29 | 4 | -20/+20 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #31005 from shuheiktgw/remove_unnecessary_semicolons | Matthew Draper | 2017-10-28 | 3 | -3/+3 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | removed unnecessary semicolons | Shuhei Kitagawa | 2017-10-28 | 2 | -2/+2 | |
|/ / / / / / | ||||||
* | | | | | | Remove CHANGELOG entry for PR #28681 [ci skip] | Prathamesh Sonpatki | 2017-10-27 | 1 | -4/+0 | |
* | | | | | | Fix all `s/trough/through/` | Ryuta Kamizono | 2017-10-27 | 1 | -1/+1 | |
* | | | | | | Fix typo `s/trough/through/` | Ryuta Kamizono | 2017-10-27 | 1 | -1/+1 | |
* | | | | | | Merge pull request #30682 from ahorek/fix_scope_for | Ryuta Kamizono | 2017-10-27 | 6 | -1/+11 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | delegate scope for | pavel | 2017-10-27 | 6 | -1/+11 | |
* | | | | | | | fix initial count | pavel | 2017-10-27 | 2 | -1/+5 | |
|/ / / / / / | ||||||
* | | | | | | remove incorrect statement about serializable transactions | Joe Van Dyk | 2017-10-25 | 1 | -3/+1 | |
* | | | | | | Third party adapters doesn't support index orders yet | Ryuta Kamizono | 2017-10-26 | 1 | -2/+2 | |
* | | | | | | Merge pull request #30984 from yahonda/schema_dumper_pg | Ryuta Kamizono | 2017-10-26 | 2 | -9/+13 | |
|\ \ \ \ \ \ |