Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | Ensure `apply_join_dependency` for subqueries in `from` and `where` | Ryuta Kamizono | 2017-11-10 | 1 | -0/+12 | |
* | | | | | | | | | | | | Merge pull request #30414 from bogdanvlviv/clear-mysql_database_tasks | Rafael França | 2017-11-09 | 1 | -74/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Simplify implementation of `MySQLDatabaseTasks` | bogdanvlviv | 2017-10-30 | 1 | -72/+3 | |
| * | | | | | | | | | | | | Raise error if unsupported charset for mysql | bogdanvlviv | 2017-10-30 | 1 | -4/+4 | |
* | | | | | | | | | | | | | Merge pull request #25346 from bogdan/correct-tags-count-in-fixtures | Rafael França | 2017-11-09 | 3 | -11/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Set counter caches to correct values in fixtures | Bogdan Gusiev | 2017-11-08 | 3 | -11/+11 | |
* | | | | | | | | | | | | | | Move Attribute and AttributeSet to ActiveModel | Lisa Ugray | 2017-11-09 | 2 | -510/+0 | |
| |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | 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 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Fix `bin/rails db:migrate` with specified `VERSION` | bogdanvlviv | 2017-11-06 | 2 | -4/+165 | |
* | | | | | | | | | | | | `scoping` should respect current class and STI constraint (#29199) | Ryuta Kamizono | 2017-11-06 | 1 | -0/+14 | |
* | | | | | | | | | | | | Fix preloading polymorphic multi-level through association | Ryuta Kamizono | 2017-11-06 | 1 | -0/+11 | |
* | | | | | | | | | | | | Fix preloading polymorphic association when through association has already l... | Ryuta Kamizono | 2017-11-06 | 1 | -0/+11 | |
* | | | | | | | | | | | | Ensure `apply_join_dependency` for `update_all` and `delete_all` if eager-loa... | Ryuta Kamizono | 2017-11-06 | 1 | -19/+30 | |
* | | | | | | | | | | | | Ensure `apply_join_dependency` for `collection_cache_key` if eager-loading is... | Ryuta Kamizono | 2017-11-06 | 1 | -0/+10 | |
* | | | | | | | | | | | | 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 | |
|/ / / / / / / / / / / | ||||||
* | | | / / / / / / / | `source_type_scope` should respect correct table alias | Ryuta Kamizono | 2017-10-30 | 1 | -0/+14 | |
| |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | removed unnecessary semicolons | Shuhei Kitagawa | 2017-10-28 | 2 | -2/+2 | |
* | | | | | | | | | | 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 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | delegate scope for | pavel | 2017-10-27 | 1 | -0/+5 | |
* | | | | | | | | | | | fix initial count | pavel | 2017-10-27 | 1 | -0/+4 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Third party adapters doesn't support index orders yet | Ryuta Kamizono | 2017-10-26 | 1 | -2/+2 | |
* | | | | | | | | | | Merge pull request #30970 from rohitpaulk/fix-sqlite-3-index-order-dump | Rafael França | 2017-10-25 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Save index order :desc to schema.rb (sqlite). Fixes #30902 | Paul Kuruvilla | 2017-10-24 | 1 | -1/+1 | |
* | | | | | | | | | | `supports_extensions?` return always true since PostgreSQL 9.1 | Yasuo Honda | 2017-10-24 | 5 | -479/+463 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Ensure associations doesn't table name collide with aliased joins | Ryuta Kamizono | 2017-10-24 | 1 | -0/+8 | |
* | | | | | | | | | Remove deprecated methd `#scope_chain` | Rafael Mendonça França | 2017-10-23 | 1 | -38/+0 | |
* | | | | | | | | | Remove deprecated configuration `.error_on_ignored_order_or_limit` | Rafael Mendonça França | 2017-10-23 | 1 | -28/+0 | |
* | | | | | | | | | Remove deprecated arguments from `#verify!` | Rafael Mendonça França | 2017-10-23 | 1 | -12/+0 | |
* | | | | | | | | | Remove deprecated argument `name` from `#indexes` | Rafael Mendonça França | 2017-10-23 | 2 | -9/+1 | |
* | | | | | | | | | Remove deprecated method `ActiveRecord::Migrator.schema_migrations_table_name` | Rafael Mendonça França | 2017-10-23 | 1 | -4/+0 | |
* | | | | | | | | | Remove deprecated method `supports_primary_key?` | Rafael Mendonça França | 2017-10-23 | 1 | -4/+0 | |
* | | | | | | | | | Remove deprecated method `supports_migrations?` | Rafael Mendonça França | 2017-10-23 | 1 | -4/+0 | |
* | | | | | | | | | Remove deprecated methods `initialize_schema_migrations_table` and `initializ... | Rafael Mendonça França | 2017-10-23 | 1 | -5/+0 | |
* | | | | | | | | | Rase when calling `lock!` in a dirty record | Rafael Mendonça França | 2017-10-23 | 1 | -11/+11 | |
* | | | | | | | | | Remove deprecated support to passing a class to `:class_name` on associations | Rafael Mendonça França | 2017-10-23 | 2 | -15/+3 | |
* | | | | | | | | | Remove deprecated argument `default` from `index_name_exists?` | Rafael Mendonça França | 2017-10-23 | 1 | -4/+2 | |
* | | | | | | | | | Remove deprecated support to `quoted_id` when typecasting an Active Record ob... | Rafael Mendonça França | 2017-10-23 | 2 | -49/+0 | |
* | | | | | | | | | Fix duplicate aliases when using both INNER/LEFT JOINs | Ryuta Kamizono | 2017-10-23 | 1 | -0/+5 | |
* | | | | | | | | | Ensure associations doesn't table name collide with string joins | Ryuta Kamizono | 2017-10-23 | 1 | -0/+5 | |
* | | | | | | | | | Place `MocktailDesigner` in `test/models/drink_designer.rb` | Ryuta Kamizono | 2017-10-23 | 1 | -1/+0 | |
* | | | | | | | | | Add test cases for `type` and `foreign_type` in the reflections | Ryuta Kamizono | 2017-10-21 | 1 | -0/+7 | |
* | | | | | | | | | Convert ignored_columns to a list of string | Altech | 2017-10-20 | 1 | -0/+12 | |
* | | | | | | | | | Test `ignored_columns` value is inheritable by subclasses | Ryuta Kamizono | 2017-10-19 | 1 | -0/+7 | |
* | | | | | | | | | Enable `hstore` extention disabled at the end of `InvertibleMigrationTest#tes... | Yasuo Honda | 2017-10-18 | 1 | -0/+2 |