aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Refactor DatabaseTasksMigrateTest#test_migrate_receives_correct_env_varsbogdanvlviv2017-04-261-1/+16
| |/
* | Merge pull request #28885 from kamipo/remove_useless_test_caseRafael França2017-04-262-13/+0
|\ \
| * | Remove useless test caseRyuta Kamizono2017-04-262-13/+0
| |/
* / Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...Rafael Mendonça França2017-04-2622-133/+94
|/
* Merge pull request #28828 from kamipo/fix_extending_modules_on_associationRafael França2017-04-251-0/+5
|\
| * Mixin `CollectionProxy::DelegateExtending` after `ClassSpecificRelation`Ryuta Kamizono2017-04-221-0/+5
* | Merge pull request #28831 from kamipo/respond_to_missing_should_be_privateRafael França2017-04-252-6/+1
|\ \
| * | `respond_to_missing?` should be privateRyuta Kamizono2017-04-222-6/+1
| |/
* | Fix MigratorTest#test_migrator_verbositybogdanvlviv2017-04-261-1/+1
* | Merge pull request #28853 from kamipo/replace_regexp_zRafael França2017-04-253-14/+14
|\ \
| * | Replace \Z to \zRyuta Kamizono2017-04-243-14/+14
| |/
* / Remove checks for Enumerator#size methodEugene Kenny2017-04-252-18/+12
|/
* Don't attempt to create a new record that was already created.Isaac Betesh2017-04-202-0/+27
* Prevent double firing the before save callback of new object when the parent ...Ryuta Kamizono2017-04-211-2/+16
* Merge pull request #28681 from runephilosof/fix-mysql-grantRafael Mendonça França2017-04-201-1/+1
|\