aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Joined tables in association scope doesn't use the same aliases with the pare...Ryuta Kamizono2017-10-092-0/+5
* 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-272-1/+5
* `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
* Return nil if table comment is blankRyuta Kamizono2017-09-221-1/+1
* Implement change_table_comment and change_column_comment for MySql AdapterAlecs Popa2017-09-221-0/+22
* Merge pull request #24199 from meinac/fix_invert_add_indexRyuta Kamizono2017-09-211-0/+5
|\
| * Use algorithm while removing index with db:rollbackMehmet Emin İNAÇ2017-09-211-0/+5
* | Fix "warning: `*' interpreted as argument prefix"yuuji.yaginuma2017-09-211-5/+5
|/
* Merge pull request #30619 from jagthedrummer/jeremy/instrumentation-payload-n...Eileen M. Uchitelle2017-09-201-0/+72
|\
| * Update payload names for `sql.active_record` to be more descriptive.Jeremy Green2017-09-201-0/+72
* | make create_join_table compatible.Yuki Masutomi2017-09-201-0/+30
* | Merge pull request #26707 from jcoleman/add_attribute_names_cache_busting_specRyuta Kamizono2017-09-181-0/+2
|\ \
| * | Add test validating that Model.attribute_names cache is bustedJames Coleman2016-10-041-0/+2
* | | Fix collided sequence name detectionRyuta Kamizono2017-09-181-0/+36
* | | Ensure returning affected objects for class level `update` and `destroy`Ryuta Kamizono2017-09-181-10/+10
| |/ |/|
* | Remove unused explicit delegation to `klass` in `relation`Ryuta Kamizono2017-09-141-5/+0
* | Don't use `collection.table_name` in `collection_cache_key`Ryuta Kamizono2017-09-141-0/+18
* | Merge pull request #30596 from yahonda/address_test_or_with_bind_params_failureRyuta Kamizono2017-09-141-1/+1
|\ \
| * | Address random `test_or_with_bind_params` failuresYasuo Honda2017-09-131-1/+1
* | | `quoted_table_name` doesn't respect table aliasRyuta Kamizono2017-09-141-0/+11
|/ /
* | Add an extra assertion to ensure dumping schema default as expectedRyuta Kamizono2017-09-081-1/+4
* | Fix `quote_default_expression` for UUID with array defaultRyuta Kamizono2017-09-081-0/+10
* | `has_many :through` with unscope should affect to through scopeRyuta Kamizono2017-09-072-0/+5
* | Should quote composite primary key namesRyuta Kamizono2017-09-041-1/+11
* | Scope in associations should treat nil as `all`Ryuta Kamizono2017-09-041-1/+1
* | Don't expose `find_all_ordered` utility method in testsRyuta Kamizono2017-09-021-4/+5
* | Fix preloading through association with custom scopeRyuta Kamizono2017-09-021-0/+5
* | Add a test case for preloading through association with implicit sourceRyuta Kamizono2017-09-021-0/+8
* | `values[:includes]` in `reflection_scope` is not compatible with `through_scope`Ryuta Kamizono2017-09-021-1/+1
* | sqlite3 adapter returns integer value which used to be stringYasuo Honda2017-09-012-9/+4
* | Merge pull request #29850 from yahonda/test_with_mariadb_102_on_trustyRyuta Kamizono2017-09-011-0/+4
|\ \
| * | Skip `test_remove_column_with_multi_column_index`Yasuo Honda2017-09-011-0/+4
* | | `add_reference` should respect column position for both reference id and type...Ryuta Kamizono2017-09-011-0/+10
|/ /
* | :warning: assigned but unused variable - messageAkira Matsuda2017-09-011-6/+6
* | Merge pull request #30377 from keepcosmos/delegate-missing-methodsMatthew Draper2017-08-311-2/+2
|\ \
| * | Delegate :rindex, :slice, :rotate to 'records'keepcosmos2017-08-241-2/+2
* | | Merge pull request #30392 from koic/unify_source_control_keep_file_nameMatthew Draper2017-08-311-0/+0
|\ \ \
| * | | Unify the internal source control .keep file nameKoichi ITO2017-08-241-0/+0
| |/ /
* | | Fix `can't modify frozen String` error in `DatabaseTasks`yuuji.yaginuma2017-08-302-0/+35
* | | "models/reader" is no longer used in `autosave_association_test.rb`Ryuta Kamizono2017-08-281-1/+0
* | | Address `test_assign_ids_for_through_a_belongs_to` failureRyuta Kamizono2017-08-281-8/+8