aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | 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-221-0/+11
| |\ \ \ \
| | * | | | Properly handle scoping with has_many :through. Fixes #14537.Jan Habermann2014-04-031-0/+12
| * | | | | Rearrange deck chairs on the titanic. Organize connection handling test cases.Jeremy Kemper2014-04-214-249/+246
* | | | | | Merge branch 'master' into adequaterecordAaron Patterson2014-04-205-0/+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
| |\ \ \ \ \
| | * | | | | Changed the NullRelation so that when count is called with #group it will pro...Eric Chahin2014-04-161-0/+11
| * | | | | | `sanitize_sql_like` escapes `escape_character` not only backslash.Yves Senn2014-04-161-4/+5
| |/ / / / /
| * | | | | SQL Like escaping helper method. [Rob Gilson & Yves Senn]Rob Gilson2014-04-161-0/+26
| * | | | | Changed change_column in PG schema_statements.rb to make sure that the uuid_g...Eric Chahin2014-04-151-0/+13
| * | | | | The Association Relation should use `empty?` and `size` from Relation.Lauro Caetano2014-04-141-0/+11
| | |/ / / | |/| | |
* | | | | Merge branch 'master' into adequaterecordAaron Patterson2014-04-1416-17/+158
|\| | | |
| * | | | Merge pull request #14735 from byroot/idempotent-counter-cachesAaron Patterson2014-04-141-0/+21
| |\ \ \ \
| | * | | | Write the failing test case for concurrent counter cacheJean Boussier2014-04-131-0/+21