aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #28172 from kamipo/deprecate_supports_migrationsAndrew White2017-02-266-310/+294
|\
| * Deprecate `supports_migrations?` on connection adaptersRyuta Kamizono2017-02-276-310/+294
* | Refactor connection_pool_testKir Shatrov2017-02-261-1/+4
|/
* Include selects in group query with having clauseEugene Kenny2017-02-261-1/+2
* Fix `change_column` to drop default with `null: false`Ryuta Kamizono2017-02-261-0/+10
* Merge pull request #28167 from kirs/deprecate-verify-argsMatthew Draper2017-02-261-0/+12
|\
| * Deprecate AbstractAdapter#verify! with argumentsKir Shatrov2017-02-251-0/+12
* | Merge pull request #28169 from kirs/ensure-conn-verifyMatthew Draper2017-02-262-1/+2
|\ \
| * | Use ensure block for things we cleanup in testsKir Shatrov2017-02-252-1/+2
| |/
* | Suppress `DISTINCT` clause outside aggregate functionRyuta Kamizono2017-02-251-0/+11
* | Order array contents to match Relation#firstMatthew Draper2017-02-251-1/+1
* | Merge pull request #25285 from kamipo/fix_remove_reference_to_multiple_foreig...Rafael França2017-02-231-0/+16
|\ \
| * | Fix `remove_reference` to multiple foreign keys in the same tableRyuta Kamizono2017-02-111-0/+16
* | | Deprecate using `#quoted_id` in quotingRyuta Kamizono2017-02-242-4/+8
* | | Fix type casting AR object to respect the primary key cast type's serializationRyuta Kamizono2017-02-241-0/+27
* | | Extract `TypeCastingTest` into `test/cases/quoting_test.rb`Ryuta Kamizono2017-02-243-52/+56
* | | Fix `wait_timeout` to configurable for mysql2 adapterRyuta Kamizono2017-02-241-0/+16
* | | Correctly dump native timestamp types for MySQLRyuta Kamizono2017-02-234-1/+26
* | | Merge pull request #28095 from matthewd/nested-database-configMatthew Draper2017-02-221-0/+60
|\ \ \
| * | | Allow 3-level DB configs to group connections by environmentMatthew Draper2017-02-221-0/+60
* | | | Merge pull request #28042 from kamipo/add_changelog_for_27384Rafael França2017-02-211-4/+4
|\ \ \ \
| * | | | Add CHANGELOG entry for #27384 and #27762Ryuta Kamizono2017-02-171-4/+4
* | | | | Fix schema leakage from dirty_test.rbAndrew White2017-02-211-0/+1
| |/ / / |/| | |
* | | | Fix `define_attribute_method` with Symbol in ARPrem Sichanugrist2017-02-211-0/+7
* | | | Merge pull request #28083 from eileencodes/ensure-test-threads-shared-db-connMatthew Draper2017-02-213-0/+20
|\ \ \ \
| * | | | Ensure test threads share a DB connectioneileencodes2017-02-203-0/+20
| |/ / /
* | | | Merge pull request #25877 from kamipo/delegate_to_scope_rather_than_mergeMatthew Draper2017-02-212-10/+0
|\ \ \ \ | |/ / / |/| | |
| * | | No need to cache collection proxies separatelyRyuta Kamizono2016-12-252-10/+0
* | | | Merge pull request #27993 from koic/fix_test_ar_value_too_long_using_oracleEileen M. Uchitelle2017-02-151-2/+2
|\ \ \ \
| * | | | Fix a tests of AR::ValueTooLong when using OracleAdapterKoichi ITO2017-02-141-2/+2
* | | | | Remove unused DdlHelper in ForeignKeyTestRyuta Kamizono2017-02-141-2/+0
* | | | | Use ActiveRecord `bigint` type, not SQL literal bigintYasuo Honda2017-02-141-11/+14
* | | | | Simplify and optimize Postgres query for primary_keys()Jordan Lewis2017-02-132-14/+0
* | | | | Fix rubocop violationsRafael Mendonça França2017-02-131-3/+3
* | | | | Merge pull request #26655 from kamipo/fix_remove_expression_indexRafael França2017-02-131-2/+5
|\ \ \ \ \
| * | | | | Fix `remove_index` to be able to remove expression indexesRyuta Kamizono2016-12-251-2/+5
| | |/ / / | |/| | |
* | | | | Omit redundant `using: :btree` for schema dumpingRyuta Kamizono2017-02-133-16/+12
* | | | | Refactor `test_find_by_does_not_use_statement_cache_if_table_name_is_changed`kenta-s2017-02-131-2/+2
| |/ / / |/| | |
* | | | Merge pull request #27122 from kamipo/fix_unscope_with_subqueryRafael França2017-02-131-0/+12
|\ \ \ \
| * | | | Fix unscope with subqueryRyuta Kamizono2016-12-051-0/+12
* | | | | Deprecate passing `default` to `index_name_exists?`Ryuta Kamizono2017-02-131-2/+4
* | | | | The `default` arg of `index_name_exists?` makes to optionalRyuta Kamizono2017-02-132-15/+13
* | | | | Schema dumping support for PostgreSQL oid typeRyuta Kamizono2017-02-123-11/+12
* | | | | Schema dumping support for PostgreSQL interval typeRyuta Kamizono2017-02-123-17/+20
* | | | | Deprecate `supports_primary_key?`Ryuta Kamizono2017-02-121-11/+13
* | | | | Remove unused requireRyuta Kamizono2017-02-121-1/+0
* | | | | Make `table_name=` reset current statement cachenamusyaka2017-02-121-0/+26
* | | | | Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...Ryuta Kamizono2017-02-123-3/+0
* | | | | Deprecate calling `attr_will_change!` with non-attributesSean Griffin2017-02-111-0/+8
| |_|/ / |/| | |
* | | | Fix bigint primary key with unsignedRyuta Kamizono2017-02-101-11/+23