| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate `initialize_schema_migrations_table` and `initialize_internal_metad... | Ryuta Kamizono | 2017-01-20 | 2 | -6/+10 |
* | Revert "Merge pull request #27718 from kamipo/remove_internal_public_methods" | Matthew Draper | 2017-01-20 | 2 | -5/+5 |
* | assert_send is going to be deprecated since minitest 5.10.0 | Akira Matsuda | 2017-01-18 | 2 | -2/+2 |
* | Make sure to clear query cache to prevent sporadic test failure | Akira Matsuda | 2017-01-18 | 1 | -0/+4 |
* | :warning: "Use assert_nil if expecting nil. This will fail in MT6." | Akira Matsuda | 2017-01-18 | 4 | -7/+22 |
* | Remove `initialize_schema_migrations_table` and `initialize_internal_metadata... | Ryuta Kamizono | 2017-01-18 | 2 | -5/+5 |
* | Merge pull request #27700 from kenta-s/remove-meaningless-line-from-adapter-test | Andrew White | 2017-01-17 | 1 | -1/+0 |
|\ |
|
| * | Remove meaningless line from adapter_test.rb | kenta-s | 2017-01-16 | 1 | -1/+0 |
* | | SQLite: Foreign Key Support | Ryuta Kamizono | 2017-01-17 | 3 | -27/+47 |
* | | Should work foreign key in test schema without `if supports_foreign_keys?` st... | Ryuta Kamizono | 2017-01-17 | 2 | -8/+6 |
* | | Merge pull request #27701 from kamipo/translate_foreign_key_violation | Andrew White | 2017-01-16 | 1 | -45/+53 |
|\ \ |
|
| * | | Translate Foreign Key violation to the specific exception for SQLite3 adapter | Ryuta Kamizono | 2017-01-16 | 1 | -45/+53 |
| |/ |
|
* / | Allow SQLServerAdapter to opt into a few tests. | Ken Collins | 2017-01-16 | 3 | -4/+4 |
|/ |
|
* | Merge pull request #27683 from eugeneius/update_counters_empty_touch_test | Kasper Timm Hansen | 2017-01-15 | 1 | -0/+9 |
|\ |
|
| * | Add test for update_counters with empty touch | Eugene Kenny | 2017-01-15 | 1 | -0/+9 |
* | | Merge pull request #27618 from kamipo/fix_uuid_default_nil | Kasper Timm Hansen | 2017-01-15 | 1 | -19/+36 |
|\ \
| |/
|/| |
|
| * | Fix UUID primary key with default nil in legacy migration | Ryuta Kamizono | 2017-01-09 | 1 | -0/+19 |
| * | Should test uuid legacy migration without `supports_pgcrypto_uuid?` | Ryuta Kamizono | 2017-01-09 | 1 | -19/+17 |
* | | Merge pull request #27660 from akihiro17/updates-timestamp | Kasper Timm Hansen | 2017-01-14 | 1 | -0/+16 |
|\ \ |
|
| * | | Add the touch option to ActiveRecord#increment! and decrement! | akihiro17 | 2017-01-14 | 1 | -0/+16 |
* | | | Fix pool_from_any_process to use most recent spec | eileencodes | 2017-01-13 | 1 | -0/+35 |
|/ / |
|
* | | class Foo < Struct.new(:x) creates an extra unneeded anonymous class | Akira Matsuda | 2017-01-13 | 3 | -3/+3 |
* | | Reduce string objects by using \ instead of + or << for concatenating strings | Akira Matsuda | 2017-01-12 | 4 | -6/+6 |
* | | oops! :scream_cat: | Akira Matsuda | 2017-01-10 | 1 | -1/+1 |
* | | Use temporary connection pool for the tests clearing AR::Base's active_connec... | Akira Matsuda | 2017-01-10 | 1 | -59/+92 |
* | | Reconnecting AR::Base's connection breaks sqlite3_mem tests | Akira Matsuda | 2017-01-10 | 1 | -2/+6 |
* | | sqlite3_mem tests are broken since 79887593c18919fed49f441d64236362cb755872 | Akira Matsuda | 2017-01-10 | 1 | -0/+2 |
* | | activerecord/test: Fix Mysql2ConnectionTest#test_execute_after_disconnect | Dylan Thacker-Smith | 2017-01-09 | 1 | -1/+2 |
* | | Deprecate reflection class name to accept a class | Kir Shatrov | 2017-01-09 | 3 | -3/+11 |
|/ |
|
* | Merge pull request #27603 from prathamesh-sonpatki/fix-random-failure | Santiago Pastorino | 2017-01-08 | 1 | -0/+2 |
|\ |
|
| * | Fix random failure related to migration environment | Prathamesh Sonpatki | 2017-01-07 | 1 | -0/+2 |
* | | Merge pull request #27602 from prathamesh-sonpatki/followup-27596 | Santiago Pastorino | 2017-01-08 | 1 | -1/+8 |
|\ \ |
|
| * | | Followup of #27596, test output of "run" method as well | Prathamesh Sonpatki | 2017-01-07 | 1 | -1/+8 |
| |/ |
|
* | | Merge pull request #27598 from NickLaMuro/fix-deep-nesting-where-clauses-with... | Sean Griffin | 2017-01-07 | 1 | -0/+17 |
|\ \
| |/
|/| |
|
| * | Add failing test for where with joins | Nick LaMuro | 2017-01-06 | 1 | -0/+17 |
* | | Preserve `up` and `down` return type | schneems | 2017-01-06 | 1 | -0/+14 |
|/ |
|
* | Privatize unneededly protected methods in Active Record | Akira Matsuda | 2017-01-05 | 2 | -4/+2 |
* | `self.` is not needed when calling its own instance method | Akira Matsuda | 2017-01-05 | 7 | -8/+8 |
* | Fix style guide violations | Rafael Mendonça França | 2017-01-05 | 1 | -3/+3 |
* | Require "models/post" before "models/comment" | Yasuo Honda | 2017-01-04 | 2 | -2/+2 |
* | Raise error when has_many through is defined before through association | Chris Holmes | 2017-01-04 | 2 | -0/+14 |
* | Fix `find_by` and `where` consistency | Ryuta Kamizono | 2017-01-04 | 1 | -0/+5 |
* | Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w... | Rafael Mendonça França | 2017-01-03 | 22 | -149/+110 |
* | Merge pull request #27563 from kamipo/fix_typo | Rafael França | 2017-01-03 | 1 | -1/+1 |
|\ |
|
| * | Fix typo s/permited/permitted/ | Ryuta Kamizono | 2017-01-04 | 1 | -1/+1 |
* | | Merge pull request #21233 from mtsmfm/disable-referential-integrity-without-s... | Rafael França | 2017-01-03 | 22 | -110/+149 |
|\ \
| |/
|/| |
|
| * | Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p... | Fumiaki MATSUSHIMA | 2016-12-03 | 22 | -110/+149 |
* | | Merge pull request #26689 from kamipo/deprecate_passing_name_to_indexes | Rafael Mendonça França | 2017-01-03 | 2 | -2/+2 |
|\ \ |
|
| * | | Deprecate passing `name` to `indexes` like `tables` | Ryuta Kamizono | 2017-01-04 | 2 | -2/+2 |
* | | | Remove deprecation of using ActiveRecord::Base instance in .update | Rafael Mendonça França | 2017-01-03 | 1 | -2/+2 |