aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Remove a redundant test case of HABTM_associations_testKoichi ITO2017-05-311-13/+0
* Add an extra test showing why collections are cachedMatthew Draper2017-05-301-0/+7
* Merge pull request #29098 from kamipo/fix_association_with_extension_issuesMatthew Draper2017-05-305-2/+31
|\
| * Cache the association proxy objectRyuta Kamizono2017-05-281-0/+5
| * Fix association with extension issuesRyuta Kamizono2017-05-284-2/+26
* | Merge pull request #29273 from kamipo/deserialize_raw_value_from_database_for...Rafael França2017-05-291-0/+11
|\ \
| * | Deserialize a raw value from the database in `changed_in_place?` for `Abstrac...Ryuta Kamizono2017-05-301-0/+11
* | | Fix UUID column with `null: true` and `default: nil`Ryuta Kamizono2017-05-301-0/+10
|/ /
* | 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-283-3/+4
|\ \ \ \
| * | | | Refactor enum to use `value` instead of `label` in the scopeRyuta Kamizono2017-05-073-3/+4
* | | | | Merge pull request #29003 from kamipo/delegate_ast_and_locked_to_arel_explicitlyMatthew Draper2017-05-282-1/+10
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Delegate `ast` and `locked` to `arel` explicitlyRyuta Kamizono2017-05-062-1/+10
* | | | | Merge pull request #29197 from kamipo/enable_extending_even_if_scope_returns_nilMatthew Draper2017-05-281-1/+1
|\ \ \ \ \
| * | | | | Enable extending even if scope returns nilRyuta Kamizono2017-05-241-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-266-7/+7
|\ \ \ \ \
| * | | | | Define path with __dir__bogdanvlviv2017-05-236-7/+7
| |/ / / /
* | | | | 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
|/ / / /