aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
* Make sure to disable extension after testyuuji.yaginuma2017-05-311-6/+2
* Merge branch 'master' into unlock-minitestKasper Timm Hansen2017-05-2970-631/+618
|\
| * Merge pull request #29248 from yawboakye/rename-should-rename-table-pkeyGuillermo Iguaran2017-05-291-0/+23
| |\
| | * `rename_table` renames primary key index nameYaw Boakye2017-05-291-0/+23
| * | Remove a redundant test assertionKoichi ITO2017-05-291-6/+0
| |/
| * Merge pull request #29208 from kamipo/default_env_fall_back_to_default_env_wh...Guillermo Iguaran2017-05-281-0/+11
| |\
| | * `DEFAULT_ENV` falls back to `default_env` when `RAILS_ENV` or `RACK_ENV` is a...Ryuta Kamizono2017-05-251-0/+11
| * | Deprecate passing arguments and block at the same time to `count` and `sum` i...Ryuta Kamizono2017-05-291-0/+12
| * | Merge pull request #29258 from koic/remove_redundant_command_recorder_testMatthew Draper2017-05-291-5/+0
| |\ \
| | * | Remove a redundant test case of command_recorder_testKoichi ITO2017-05-291-5/+0
| * | | Merge pull request #29253 from kamipo/prevent_extra_queryMatthew Draper2017-05-291-3/+9
| |\ \ \
| | * | | Prevent extra `current_database` query for `encoding`/`collation`/`ctype`Ryuta Kamizono2017-05-281-3/+9
| * | | | Merge pull request #28969 from kamipo/refactor_enum_to_use_value_instead_of_l...Matthew Draper2017-05-281-2/+2
| |\ \ \ \
| | * | | | Refactor enum to use `value` instead of `label` in the scopeRyuta Kamizono2017-05-071-2/+2
| * | | | | Merge pull request #29003 from kamipo/delegate_ast_and_locked_to_arel_explicitlyMatthew Draper2017-05-281-1/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Delegate `ast` and `locked` to `arel` explicitlyRyuta Kamizono2017-05-061-1/+1
| * | | | | Fix regression in Numericality validator where extra decimal places on Bradley Priest2017-05-271-0/+14
| | |_|/ / | |/| | |
| * | | | Remove a redundant test assertionKoichi ITO2017-05-271-1/+0
| * | | | Merge pull request #29176 from bogdanvlviv/define-path-with__dir__Matthew Draper2017-05-265-6/+6
| |\ \ \ \
| | * | | | Define path with __dir__bogdanvlviv2017-05-235-6/+6
| * | | | | Merge pull request #29221 from koic/remove_duplicate_migration_testMatthew Draper2017-05-261-27/+0
| |\ \ \ \ \
| | * | | | | Remove a duplicate test of migration_test in ARKoichi ITO2017-05-251-27/+0
| * | | | | | Merge pull request #29230 from koic/remove_duplicate_schema_authorization_testMatthew Draper2017-05-261-11/+0
| |\ \ \ \ \ \
| | * | | | | | Remove a duplicate test of schema_authorization_test in ARKoichi ITO2017-05-251-11/+0
| * | | | | | | Merge pull request #29226 from koic/remove_duplicate_mysql_rake_testMatthew Draper2017-05-261-7/+0
| |\ \ \ \ \ \ \
| | * | | | | | | Remove a duplicate test of mysql_rake_testKoichi ITO2017-05-261-7/+0
| | |/ / / / / /
| * | | | | | | Merge pull request #29216 from matthewd/threadsafe-load-schemaMatthew Draper2017-05-261-0/+28
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Add a Monitor to ModelSchema#load_schemaMatthew Draper2017-05-251-0/+28
| * | | | | | | Merge pull request #29175 from kamipo/extract_json_shared_testsMatthew Draper2017-05-253-351/+184
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Extract `JSONSharedTestCases`Ryuta Kamizono2017-05-223-351/+184
| | | |/ / / / | | |/| | | |
| * | | | | | Merge pull request #29181 from kamipo/fix_circular_left_joins_with_scopingMatthew Draper2017-05-251-2/+9
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Fix crashing on circular left join references with scopingRyuta Kamizono2017-05-241-2/+9
| | | |_|_|/ | | |/| | |
| * / | | | Fix a RuboCop offences using `rubocop -a`Koichi ITO2017-05-241-1/+1
| |/ / / /
| * | | | Merge pull request #29141 from kamipo/make_helper_methods_to_privateMatthew Draper2017-05-241-18/+19
| |\ \ \ \
| | * | | | Make helper methods in tests to privateRyuta Kamizono2017-05-191-18/+19
| * | | | | Merge pull request #29145 from kamipo/reference_type_should_be_not_nullMatthew Draper2017-05-241-0/+8
| |\ \ \ \ \
| | * | | | | Both reference id and type should be `NOT NULL` if `null: false` is specifiedRyuta Kamizono2017-05-191-0/+8
| | |/ / / /
| * | | | | Merge pull request #29167 from koic/remove_duplicate_inverse_associations_testMatthew Draper2017-05-241-14/+0
| |\ \ \ \ \
| | * | | | | Remove a duplicate test of inverse_associations_test in ARKoichi ITO2017-05-211-14/+0
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #29182 from kamipo/remove_unused_left_joins_values_generationMatthew Draper2017-05-241-1/+1
| |\ \ \ \ \
| | * | | | | Remove unused `left_joins_values` generationRyuta Kamizono2017-05-231-1/+1
| | |/ / / /
| * / / / / More friendly exception in nested attributesKir Shatrov2017-05-221-1/+1
| |/ / / /
| * / / / Add cache_key_with_version and use it in ActiveSupport::Cache.expand_cache_keyDavid Heinemeier Hansson2017-05-192-7/+19
| |/ / /
| * | | Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-182-2/+68
| * | | Set non 0 value to logger not to be affected by Ruby versionsYasuo Honda2017-05-171-23/+23
| * | | Respect 'ignore_tables' in SQLite structure dumpGuillermo Iguaran2017-05-151-0/+20
| * | | Respect 'ignore_tables' in MySQL structure dumpGuillermo Iguaran2017-05-151-0/+16
| * | | Respect `ignore_tables` in Postgres structure dumpRusty Geldmacher2017-05-151-0/+8
| * | | Don't eager loading if unneeded for `FinderMethods#exists?`Ryuta Kamizono2017-05-111-0/+1
| * | | Should escape meta characters in regexpRyuta Kamizono2017-05-0710-26/+26
| | |/ | |/|