aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | Explicitly create necessary data for testyuuji.yaginuma2017-05-131-0/+4
* | Run ReloadModelTest in a different proccessRafael Mendonça França2017-04-271-1/+3
* | Only clean the connection of the current connection poolRafael Mendonça França2017-04-261-1/+1
* | Don't use same table between primary_keys tests and composite_primary_keys testsPrathamesh Sonpatki2017-04-261-7/+7
* | Fix one more test randomly failing due to array ordering issue on PG adapterPrathamesh Sonpatki2017-04-261-2/+2
* | Fix the random failure of `test_create_resets_cached_counters`Prathamesh Sonpatki2017-04-262-2/+7
* | Fix random test failure of test_create_resets_cached_countersPrathamesh Sonpatki2017-04-261-2/+2
* | Don't add specific id's to the readers fixturesPrathamesh Sonpatki2017-04-261-2/+0
|/
* 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
|\
| * Fix quoting in db:create grant all statement.Rune Schjellerup Philosof2017-04-201-1/+1
* | Merge pull request #28733 from kamipo/dont_fallback_to_utf8mb3_after_mysql_8.0.0Rafael França2017-04-191-2/+2
|\ \
| * | Don't fallback to utf8mb3 after MySQL 8.0.0Ryuta Kamizono2017-04-171-2/+2
* | | Merge pull request #28776 from kamipo/respect_limit_for_cache_keyRafael França2017-04-191-2/+28
|\ \ \
| * | | `cache_key` respects the limit in a relation even if a relation is not loadedRyuta Kamizono2017-04-171-2/+28
| |/ /
* | | Merge pull request #28161 from bogdanvlviv/add_test_attributesRafael França2017-04-181-0/+11
|\ \ \ | |/ / |/| |
| * | Add test for method `#attributes`bogdanvlviv2017-02-251-0/+11
* | | Support Descending Indexes for MySQLRyuta Kamizono2017-04-161-1/+5