aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Add missing requireyuuji.yaginuma2018-08-301-0/+1
* Merge pull request #33729 from kddeisz/plural-automatic-inverseRafael França2018-08-291-0/+11
|\
| * Find inverse associations with plural namesKevin Deisz2018-08-271-0/+11
* | Prevent leaking of user's DB credentials on `rails db:create` failurebogdanvlviv2018-08-292-2/+2
* | Merge pull request #33718 from kddeisz/permit-listMatthew Draper2018-08-293-5/+5
|\ \
| * | Permit list usage cleanup and clearer documentationKevin Deisz2018-08-273-5/+5
| * | Convert remaining usage of whitelist and blacklistKevin Deisz2018-08-241-3/+3
| * | Convert over the rest of the whitelist referencesKevin Deisz2018-08-242-2/+2
* | | Mutation tracker should be cleared before continuing around callbacksYuya Tanaka2018-08-281-0/+20
| |/ |/|
* | Remove unused requiresRyuta Kamizono2018-08-251-3/+1
* | Merge pull request #33661 from jychen7/33428-test-has-many-association-enumRyuta Kamizono2018-08-251-0/+22
|\ \ | |/ |/|
| * Add test case to test enum in has_manyRich2018-08-251-0/+22
* | Merge pull request #31696 from BrentWheeldon/bmw-connection-pool-load-deadlockMatthew Draper2018-08-241-0/+38
|\ \ | |/ |/|
| * Prevent deadlocks when waiting for connection from pool.Brent Wheeldon2018-03-231-0/+38
* | Fix typo s/Topic/Tag/Ryuta Kamizono2018-08-231-1/+1
* | Merge pull request #32647 from eugeneius/lazy_transactionsMatthew Draper2018-08-238-3/+82
|\ \
| * | Omit BEGIN/COMMIT statements for empty transactionsEugene Kenny2018-08-138-3/+82
* | | Merge pull request #33162 from utilum/stop_using_mochaKasper Timm Hansen2018-08-227-53/+88
|\ \ \
| * | | Add method_call_assertions and use them instead of Mochautilum2018-08-134-36/+58
| * | | Stub with Minitest and test with MethodCallAssertionsutilum2018-08-133-17/+30
| |/ /
* | | Add database configuration to disable advisory locks.Guo Xiang Tan2018-08-223-0/+41
* | | Fix merging relation that order including `?`Ryuta Kamizono2018-08-211-0/+10
* | | Merge pull request #33652 from tgxworld/improve_tests_pool_configRyuta Kamizono2018-08-202-5/+50
|\ \ \
| * | | Speed up slow ConnectionPool test case.Guo Xiang Tan2018-08-201-11/+19
| * | | Improve tests for ActiveRecord::ConnectionAdapters::ConnectionPool configurat...Guo Xiang Tan2018-08-192-2/+39
* | | | Merge pull request #33657 from jychen7/fix-test-association-enumRyuta Kamizono2018-08-201-0/+3
|\ \ \ \
| * | | | Improve test case to test enum correctlyRich2018-08-201-0/+3
* | | | | SQLite3: Fix rename reference column not to lose foreign key constraintRyuta Kamizono2018-08-201-0/+16
|/ / / /
* / / / Address intermittent CI failure due to non-determined sort orderRyuta Kamizono2018-08-191-1/+1
|/ / /
* | | Ensure `foreign_keys` assertions after alter tableRyuta Kamizono2018-08-191-1/+5
* | | Merge pull request #33585 from yahonda/diag33520Ryuta Kamizono2018-08-161-0/+13
|\ \ \
| * | | SQLite3 adapter `alter_table` method restores foreign keysYasuo Honda2018-08-111-0/+13
| |/ /
* | | Merge pull request #33603 from kamipo/fix_numericality_validatorRyuta Kamizono2018-08-163-2/+26
|\ \ \
| * | | Fix numericality validator not to be affected by custom getterRyuta Kamizono2018-08-133-2/+26
| |/ /
* | | Fix bulk change table ignores comment option on PostgreSQL.Yoshiyuki Kinjo2018-08-151-2/+11
* | | Follow up #33530bogdanvlviv2018-08-151-0/+5
* | | Allow `to_table` in `invert_remove_foreign_key`Rich2018-08-141-0/+8
|/ /
* | Fix a wrong correctionKazuhiro Sera2018-08-081-1/+1
* | Fix the obvious typos detected by github.com/client9/misspellKazuhiro Sera2018-08-085-16/+16
* | Call build when extend with nested attributes definedAlireza Bashiri2018-08-022-1/+19
* | Revert "Merge pull request #24131 from brchristian/limit_and_primary_key"Ryuta Kamizono2018-08-011-15/+0
* | Add test case for the #5153's default order contractRyuta Kamizono2018-08-011-0/+13
* | Avoid extra scoping when using `Relation#update`Ryuta Kamizono2018-07-311-0/+4
* | MySQL: Raise ActiveRecord::InvalidForeignKey for foreign-key constraint viola...George Claghorn2018-07-301-5/+16
* | Don't expose configuration for a test.Kasper Timm Hansen2018-07-281-2/+3
* | Avoid logging ActiveRecord::LogSubscriber as the query source when the source...lsylvester2018-07-281-0/+13
* | PostgreSQL 10 new relkind for partitioned tables (#31336)Yannick Schutz2018-07-271-0/+22
* | Remove Rubocop's comments from Rails code basebogdanvlviv2018-07-261-1/+1
* | Merge pull request #32381 from q-centrix/update-codeclimate-configsRichard Schneeman2018-07-252-13/+13
|\ \
| * | Turn on performance based copsDillon Welch2018-07-232-13/+13