aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
* Fix inheritance of stored_attributes (fixes #14672)Jessica Yao2014-05-141-0/+16
* pg, clarify default behavior for composite types.Yves Senn2014-05-131-7/+94
* test, move all pg array tests into `postgresql/array_test.rb`.Yves Senn2014-05-132-51/+29
* test, use `columns_hash[]` in place of `columns.find {}`.Yves Senn2014-05-128-12/+12
* pg, `change_column_default` accepts `[]`. Closes #11586.Yves Senn2014-05-121-1/+9
* pg, map `char` and `name` types as string. [dark-panda & Yves Senn]Yves Senn2014-05-121-0/+23
* pg, fix Infinity and NaN values conversion.Innokenty Mihailov2014-05-121-0/+7
* Handle other pk types in PostgreSQL gracefully.Patrick Robertson2014-05-121-0/+26
* Merge pull request #14999 from yahonda/modify_bind_variable_nameYves Senn2014-05-121-2/+3
|\
| * Modify assert conditions not to be affectedYasuo Honda2014-05-121-2/+3
* | Merge pull request #10662 from take/change-test-name-for-ActiveRecord--Valida...Carlos Antonio da Silva2014-05-111-9/+9
|\ \
| * | Refactor AR's validations_test.rbTakehiro Adachi2013-12-031-9/+9
* | | deprecate, join, preload, eager load of instance dependent associations.Yves Senn2014-05-101-4/+27
* | | test, regression test for has_many with instance dependent scope.Yves Senn2014-05-091-0/+10
* | | Reverts "Fix bugs with changed attributes tracking when transaction gets roll...Arthur Neves2014-05-091-42/+0
* | | set a constant for the "anonymous" habtm model fixes #15022Aaron Patterson2014-05-081-0/+6
* | | test, regression test for unparsable PostgreSQL defaults.Yves Senn2014-05-081-0/+17
* | | Merge pull request #14992 from fredwu/habtm_relation_size_calculation_fixCarlos Antonio da Silva2014-05-081-0/+18
|\ \ \
| * | | Fixed HABTM's CollectionAssociation sizeFred Wu2014-05-081-0/+18
* | | | test, reset changed state in PG's uuid tests.Yves Senn2014-05-081-2/+4
|/ / /
* | | Keep track of dirty attrs after after rollback.Arthur Neves2014-05-071-18/+4
* | | Merge pull request #13166 from bogdan/transaction-magicRafael Mendonça França2014-05-071-0/+56
|\ \ \
| * | | Fix bugs with changed attributes tracking when transaction gets rollbackBogdan Gusiev2013-12-041-0/+56
| |/ /
* | / test, persist inherited class with different table name. Refs #14971.Yves Senn2014-05-071-0/+14
| |/ |/|
* | Add support for module-level table_suffix in modelsJenner LaFave2014-05-051-0/+28
* | Put back Relation#join method as a delegate to ArrayBogdan Gusiev2014-05-052-1/+5
* | Merge pull request #14946 from jcoleman/fix-null-binary-column-logging-exceptionRafael Mendonça França2014-05-041-0/+7
|\ \
| * | Fix exception when logging SQL w/ nil binary value.James Coleman2014-05-021-0/+7
* | | Remove duplicated fixture additionCarlos Antonio da Silva2014-05-031-1/+1
* | | Refactor test to not care about the specific result of valid?Carlos Antonio da Silva2014-05-031-3/+4
* | | Merge pull request #14924 from eric-chahin/issue_13854Matthew Draper2014-05-031-0/+10
|\ \ \
| * | | Fixed custom validation context bug where childEric Chahin2014-05-011-0/+10
* | | | Test typecasting on instance rather than class itselfAkshay Vishnoi2014-05-031-1/+1
* | | | Add missing require to fix test :bomb:Carlos Antonio da Silva2014-05-021-0/+1
* | | | Move dup destroyed test to specific file that tests dup logicCarlos Antonio da Silva2014-05-022-9/+10
* | | | push up bind params on "simple" subquery calculationsAaron Patterson2014-05-021-1/+7
| |/ / |/| |
* | | Merge pull request #14896 from jetthoughts/14895_overide_strict_by_sql_modeRafael Mendonça França2014-05-012-0/+16
|\ \ \
| * | | Stringify variables names for mysql connectionsPaul Nikitochkin2014-04-302-0/+16
| |/ /
* | | Remove unused variableRafael Mendonça França2014-05-011-1/+1
* | | Merge pull request #13640 from maginatics/fix_sqlite3_ensure_masterRafael Mendonça França2014-05-011-0/+15
|\ \ \ | |/ / |/| |
| * | SQLite3: Always close statements.Timur Alperovich2014-01-151-0/+15
* | | add test to check that loaded and non laoded are the sameeileencodes2014-04-281-0/+13
* | | clear shouldnt fire callbacks so remove order testeileencodes2014-04-281-3/+0
* | | rewrite test to correctly test clear methodeileencodes2014-04-281-2/+2
* | | Merge pull request #14853 from kassio/kb-fix-custom-join-table-habtmYves Senn2014-04-251-0/+5
|\ \ \
| * | | Fix custom join_table name on habtm reflectionsKassio Borges2014-04-251-0/+5
* | | | Merge branch 'master' into adequaterecordAaron Patterson2014-04-2510-298/+337
|\| | |
| * | | move AR length validation tests into separate test-case.Yves Senn2014-04-242-42/+48
| * | | No need for trailing slash on migration path.Jeremy Kemper2014-04-241-1/+1
| * | | `ActiveRecord::Base.no_touching` no longer triggers callbacks or start empty ...Lucas Mazza2014-04-231-1/+20