aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \
| | * | | 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
| | |/ | |/|
| * | Remove outdated commentRafael Mendonça França2014-04-141-1/+0
* | | Merge branch 'master' into adequaterecordAaron Patterson2014-04-1422-17/+180
|\| |
| * | 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
| * | | Just call read_attribute, no need to use `send`.Lauro Caetano2014-04-142-7/+7
| |/ /
| * | Ensure that the comparison between 'CollectionProxy' and 'AssociationRelation...Lauro Caetano2014-04-121-0/+9
| * | Make the comparison between 'Relation' and 'AssociationRelation'Lauro Caetano2014-04-121-0/+9
| * | The comparison between `Relation` and `CollectionProxy` should be consistent.Lauro Caetano2014-04-111-0/+17
| * | Use assert_notRafael Mendonça França2014-04-111-1/+1
| * | :scissors:Rafael Mendonça França2014-04-112-5/+5
| * | Merge pull request #14711 from swoker/activerecord_fix_aggregate_methods_with...Rafael Mendonça França2014-04-112-0/+18
| |\ \
| | * | fix exception on polymorphic associations with predicatesSimon Woker2014-04-111-0/+8
| | * | Fix error for aggregate methods with select, see issue #13648Simon Woker2014-04-101-0/+10
| * | | PostgreSQL, warn once per connection per missing OID. Closes #14275.Yves Senn2014-04-111-0/+11
| * | | PostgreSQL, adapter automatically reloads it's type map. Closes #14678.Yves Senn2014-04-114-6/+28
| * | | Merge pull request #12829 from iantropov/issue_insert_via_hmt_scope_3548Rafael Mendonça França2014-04-103-1/+19
| |\ \ \
| | * | | Fix insertion of records for hmt association with scope, fix #3548Ivan Antropov2013-11-173-1/+19
| * | | | Remove warning of unused variableRafael Mendonça França2014-04-101-1/+1
| * | | | Merge branch 'master' into rm-uuid-fixturesRafael Mendonça França2014-04-1015-35/+178
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Make sure the reflection test is passing a String to the reflectionLauro Caetano2014-04-091-1/+1
| * | | | Merge pull request #12016 from roderickvd/uuid_fixesRafael Mendonça França2014-04-048-1/+39
| |\ \ \ \
| | * | | | Auto-generate stable fixture UUIDs on PostgreSQL.Roderick van Domburg2014-01-079-8/+40
* | | | | | use an array for bind params to simplify substitutionAaron Patterson2014-04-121-10/+10
* | | | | | propogate bind values collected in arel to SQL generationAaron Patterson2014-04-112-0/+10
* | | | | | decouple the factory method from the constructing modelAaron Patterson2014-04-101-5/+5
* | | | | | remove intelligence from StatementCache#initializeAaron Patterson2014-04-101-5/+5
* | | | | | stop caching the class on the statement cache objectAaron Patterson2014-04-101-8/+8