aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* adding a test for #10830Aaron Patterson2013-06-051-0/+46
* Using 1.8.7 syntax for 3-2-stableArun Agrawal2013-05-243-6/+6
* Merge pull request #10713 from senny/10693_fix_primary_key_option_on_has_manyRafael Mendonça França2013-05-232-0/+9
* destroys association records before saving/inserting new association recordsJohnny Holton2013-05-181-3/+19
* Backport a super-simplified version of #6792, fixingBen Woosley2013-05-141-0/+12
* Preserve context for joins while merging relationsAndrew Horner2013-05-111-1/+8
* Don't try to EXPLAIN select_db callsDaniel Schierbeck2013-05-121-0/+7
* Revert "Don't try to EXPLAIN select_db calls"Xavier Noria2013-05-111-7/+0
* Merge pull request #10555 from dasch/dasch/3-2-stableXavier Noria2013-05-101-0/+7
|\
| * Don't try to EXPLAIN select_db callsDaniel Schierbeck2013-05-101-0/+7
* | Fixed pluck to be working with selects.Arun Agrawal2013-05-101-2/+3
* | Revert "Merge pull request #8209 from senny/backport_8176"Rafael Mendonça França2013-05-081-3/+2
* | Merge pull request #10489 from greenriver/ar_counter_cache_multiple_destroyRafael Mendonça França2013-05-061-0/+20
|/
* adding test for the symbol refsAaron Patterson2013-04-261-0/+7
* Correctly parse bigint defaults in PostgreSQL, Backpost #10098.Erik Peterson2013-04-112-0/+6
* Merge branch '3-2-later' into 3-2-stableAaron Patterson2013-04-091-0/+10
|\
| * adding test for CVEAaron Patterson2013-02-091-0/+10
| * Merge pull request #9224 from dylanahsmith/bigdecimal-takes-stringGuillermo Iguaran2013-02-091-1/+1
| * Merge pull request #9208 from dylanahsmith/3-2-mysql-quote-numericGuillermo Iguaran2013-02-094-10/+37
* | Merge pull request #7792 from seejee/chained_scopes_preload_properlyCarlos Antonio da Silva2013-04-032-0/+10
|\ \
| * | Chained scopes will be preloaded properly. Fixes #7490Chris Geihsler2013-04-032-0/+10
* | | Don't reset inheritance_column when setting explicitly.Fred Wu2013-03-271-0/+10
* | | use ruby 1.8 Hash syntax [ci skip]Yves Senn2013-03-221-1/+1
* | | do not reset associations when preloading twice.Yves Senn2013-03-221-0/+7
* | | Wrong exception is occured when raising no translatable exceptionkennyj2013-03-201-0/+6
* | | Bring back test and changelog entry from #pluck method and select clauseCarlos Antonio da Silva2013-03-181-0/+6
* | | Merge branch '3-2-13' into 3-2-stableAaron Patterson2013-03-183-14/+8
|\ \ \
| * | | stop calling to_sym when building arel nodes [CVE-2013-1854]Aaron Patterson2013-03-152-8/+8
| |/ /
| * | Revert "Merge pull request #8209 from senny/backport_8176"Aaron Patterson2013-03-051-6/+0
* | | Fix ar:mysql2 build on Ruby 1.8.7Andrew White2013-03-131-4/+12
* | | Merge pull request #9613 from arunagw/remove_fixmeCarlos Antonio da Silva2013-03-081-9/+8
|\ \ \
| * | | Removing FIXMEArun Agrawal2013-03-081-9/+8
* | | | Merge pull request #9549 from larrylv/reload-stable-target-before-savingRafael Mendonça França2013-03-071-0/+14
|\ \ \ \
| * | | | Fix issue #7526. Reload the target if it's stale.larrylv2013-03-051-0/+14
* | | | | Use shorter prefix and suffix as in Oracle database identifierYasuo Honda2013-03-071-4/+5
|/ / / /
* | | | Revert "Skip test_remove_column_with_array_as_an_argument_is_deprecated with ...Yasuo Honda2013-02-281-3/+1
* | | | Fix ORA-00972 error at test_rename_table_with_prefix_and_suffixYasuo Honda2013-02-281-4/+4
| |/ / |/| |
* | | Revert "Merge pull request #9208 from dylanahsmith/3-2-mysql-quote-numeric"Steve Klabnik2013-02-264-37/+10
* | | Do not override attributes on `dup` by default scopesHiroshige Umino2013-02-261-0/+9
* | | Backported #7072 to 3-2-stable. Use database value for uniqueness validation ...Narihiro Nakamura2013-02-261-0/+16
* | | Sqlite preserves primary keys when copying/altering tables.Yves Senn2013-02-232-0/+22
* | | Use order to get the first record since postgresql returns in theRafael Mendonça França2013-02-201-1/+1
* | | keep the build :green_heart:, #first on 1.8.7 and pg is differentYves Senn2013-02-191-1/+1
* | | don't cache invalid subsets when preloading hmt associations.Yves Senn2013-02-191-0/+6
* | | Fix handling of dirty time zone aware attributesLilibeth De La Cruz2013-02-171-0/+2
* | | Revert "Merge pull request #9252 from senny/8423_hmt_preloading_bug"Rafael Mendonça França2013-02-151-6/+0
* | | Merge pull request #9252 from senny/8423_hmt_preloading_bugRafael Mendonça França2013-02-141-0/+6
* | | backport of fix for issue #7630Matthew Robertson2013-02-131-0/+11
* | | Fix test failure for ruby 1.8.Dylan Smith2013-02-081-1/+1
* | | active_record: Quote numeric values compared to string columns.Dylan Smith2013-02-074-10/+37