aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
* Fix all `s/trough/through/`Ryuta Kamizono2017-10-271-1/+1
* Fix typo `s/trough/through/`Ryuta Kamizono2017-10-271-1/+1
* Merge pull request #30682 from ahorek/fix_scope_forRyuta Kamizono2017-10-271-0/+5
|\
| * delegate scope forpavel2017-10-271-0/+5
* | fix initial countpavel2017-10-271-0/+4
|/
* Third party adapters doesn't support index orders yetRyuta Kamizono2017-10-261-2/+2
* Merge pull request #30970 from rohitpaulk/fix-sqlite-3-index-order-dumpRafael França2017-10-251-1/+1
|\
| * Save index order :desc to schema.rb (sqlite). Fixes #30902Paul Kuruvilla2017-10-241-1/+1
* | `supports_extensions?` return always true since PostgreSQL 9.1Yasuo Honda2017-10-245-479/+463
|/
* Ensure associations doesn't table name collide with aliased joinsRyuta Kamizono2017-10-241-0/+8
* Remove deprecated methd `#scope_chain`Rafael Mendonça França2017-10-231-38/+0
* Remove deprecated configuration `.error_on_ignored_order_or_limit`Rafael Mendonça França2017-10-231-28/+0
* Remove deprecated arguments from `#verify!`Rafael Mendonça França2017-10-231-12/+0
* Remove deprecated argument `name` from `#indexes`Rafael Mendonça França2017-10-232-9/+1
* Remove deprecated method `ActiveRecord::Migrator.schema_migrations_table_name`Rafael Mendonça França2017-10-231-4/+0
* Remove deprecated method `supports_primary_key?`Rafael Mendonça França2017-10-231-4/+0
* Remove deprecated method `supports_migrations?`Rafael Mendonça França2017-10-231-4/+0
* Remove deprecated methods `initialize_schema_migrations_table` and `initializ...Rafael Mendonça França2017-10-231-5/+0
* Rase when calling `lock!` in a dirty recordRafael Mendonça França2017-10-231-11/+11
* Remove deprecated support to passing a class to `:class_name` on associationsRafael Mendonça França2017-10-232-15/+3
* Remove deprecated argument `default` from `index_name_exists?`Rafael Mendonça França2017-10-231-4/+2
* Remove deprecated support to `quoted_id` when typecasting an Active Record ob...Rafael Mendonça França2017-10-232-49/+0
* Fix duplicate aliases when using both INNER/LEFT JOINsRyuta Kamizono2017-10-231-0/+5
* Ensure associations doesn't table name collide with string joinsRyuta Kamizono2017-10-231-0/+5
* Place `MocktailDesigner` in `test/models/drink_designer.rb`Ryuta Kamizono2017-10-231-1/+0
* Add test cases for `type` and `foreign_type` in the reflectionsRyuta Kamizono2017-10-211-0/+7
* Convert ignored_columns to a list of stringAltech2017-10-201-0/+12
* Test `ignored_columns` value is inheritable by subclassesRyuta Kamizono2017-10-191-0/+7
* Enable `hstore` extention disabled at the end of `InvertibleMigrationTest#tes...Yasuo Honda2017-10-181-0/+2
* Should test `LegacyPrimaryKeyTest` to both `V5_0` and `V4_2`Ryuta Kamizono2017-10-181-15/+34
* compatibility - use int instead of bigintpavel2017-10-181-0/+3
* Add a test case that eager-loading with a polymorphic association and using `...Ryuta Kamizono2017-10-161-0/+4
* Fix longer sequence name detection for serial columns (#28339)Ryuta Kamizono2017-10-151-0/+32
* MySQL: Don't lose `auto_increment: true` in the `db/schema.rb`Ryuta Kamizono2017-10-151-0/+34
* Fix `COUNT(DISTINCT ...)` for `GROUP BY` with `ORDER BY` and `LIMIT`Ryuta Kamizono2017-10-141-0/+4
* Show the failed queries in `test_has_one_does_not_use_order_by`Ryuta Kamizono2017-10-141-1/+2
* Merge pull request #30836 from shioyama/generated_attribute_methods_include_m...Matthew Draper2017-10-101-0/+5
|\
| * Add test for class of GeneratedAttributeMethods instance in ancestorsChris Salzberg2017-10-091-0/+5
* | Joined tables in association scope doesn't use the same aliases with the pare...Ryuta Kamizono2017-10-091-0/+4
* | All test cases for `exists?` places in `finder_test.rb` to ease to find the t...Ryuta Kamizono2017-10-092-26/+26
* | Fix `relation.exists?` with has_many through associationsRyuta Kamizono2017-10-091-0/+8
* | Distinguish missing adapter gems from load errors within the adapterJeremy Daer2017-10-081-1/+1
|/
* Add JSON attribute test cases for SQLite3 adapterRyuta Kamizono2017-10-052-0/+31
* Ensure `AliasTracker` respects a custom table nameRyuta Kamizono2017-09-301-4/+8
* Add test case for `arel_attribute` with a custom tableRyuta Kamizono2017-09-271-0/+4
* `Postgres::OID::Range` serializes to a `Range`, quote in `Quoting`Thomas Cannon2017-09-262-1/+52
* Remove unused `cached_columns` and `time_related_columns_on_topic` in `Attrib...Ryuta Kamizono2017-09-271-8/+0
* Treat `Set` as an `Array` in `Relation#where`Sean Griffin2017-09-261-0/+13
* Unneeded Mocha stubs for Kernel#systemAkira Matsuda2017-09-251-2/+0
* Adding legacy primary key should be compatibleRyuta Kamizono2017-09-231-0/+51