aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* / 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
* Fix `warning: ambiguous first argument`Ryuta Kamizono2017-05-061-2/+2
* Merge pull request #28989 from matthewd/quoted_id-deprecationMatthew Draper2017-05-061-1/+14
|\
| * Clarify deprecation message for #quoted_idMatthew Draper2017-05-051-1/+14
* | Remove unused `DelegationTest#call_method`Ryuta Kamizono2017-05-061-27/+7
|/
* Should test against `Relation#bound_attributes`Ryuta Kamizono2017-05-041-8/+12
* Merge pull request #28974 from kamipo/extract_bind_param_and_bind_attributeRafael França2017-05-0311-51/+38
|\
| * Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`Ryuta Kamizono2017-05-0411-51/+38
* | Remove duplicated `test_merging_reorders_bind_params`Ryuta Kamizono2017-05-041-9/+0
|/
* Add type caster to `RuntimeReflection#alias_name`Jon Moss2017-05-023-2/+6
* Deprecate `supports_statement_cache?`Ryuta Kamizono2017-05-011-2/+5
* Stop creating duplicate Struct instancesJon Moss2017-04-281-23/+15
* Also raise error when VERSION is nilRafael Mendonça França2017-04-271-1/+2
* Evaluate belongs_to :default option against the owner, not the associationGeorge Claghorn2017-04-271-0/+18
* Restore `fixtures :author_addresses`Ryuta Kamizono2017-04-2721-26/+26
* Merge pull request #28883 from yahonda/fix28797Rafael França2017-04-261-2/+7
|\
| * PostgreSQL 10 allows `CURRENT_DATE` and `CURRENT_TIMESTAMP` as default functionsYasuo Honda2017-04-261-2/+7
* | Merge pull request #28881 from bogdanvlviv/verbose-migrationRafael França2017-04-261-1/+16
|\ \