aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* 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-082-0/+20
|\
| * Fixed HABTM's CollectionAssociation sizeFred Wu2014-05-082-0/+20
* | 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-052-0/+46
* | Merge pull request #14978 from bogdan/relation-joinRafael Mendonça França2014-05-053-1/+9
|\ \
| * | Put back Relation#join method as a delegate to ArrayBogdan Gusiev2014-05-053-1/+9
* | | Get rid of unused method in AR Post test modelCarlos Antonio da Silva2014-05-051-4/+0
|/ /
* | 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-033-0/+22
|\ \ \
| * | | Fixed custom validation context bug where childEric Chahin2014-05-013-0/+22
* | | | 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-2512-298/+343
|\| | |
| * | | 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
| * | | Perfer to define methods instead of calling testRafael Mendonça França2014-04-221-4/+4
| * | | Fix syntax errorRafael Mendonça França2014-04-221-0/+1
| * | | Merge pull request #14757 from estsauver/14752Rafael Mendonça França2014-04-221-1/+6
| |\ \ \
| | * | | select! renamed to avoid name collision Array#select!Earl J St Sauver2014-04-211-1/+6
| * | | | Merge pull request #14573 from habermann24/has_many_through_fixRafael Mendonça França2014-04-223-0/+17
| |\ \ \ \
| | * | | | Properly handle scoping with has_many :through. Fixes #14537.Jan Habermann2014-04-033-0/+18
| * | | | | Rearrange deck chairs on the titanic. Organize connection handling test cases.Jeremy Kemper2014-04-214-249/+246
* | | | | | Merge branch 'master' into adequaterecordAaron Patterson2014-04-206-1/+86
|\| | | | |
| * | | | | `@destroyed` should always be set to `false` when an object is duped.Kuldeep Aggarwal2014-04-191-0/+16
| * | | | | remove warningKuldeep Aggarwal2014-04-181-1/+1
| * | | | | Regression test for irregular inflection on has_manyArthur Neves2014-04-181-0/+8
| * | | | | Merge pull request #14773 from eric-chahin/null_relation_fixYves Senn2014-04-161-0/+11
| |\ \ \ \ \