aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Fix broken testRafael Mendonça França2013-07-241-1/+1
* Tidy up the "Specified column type for quote_value" changesBen Woosley2013-07-241-1/+0
* Specified column type for quote_valueAlfred Wong2013-07-241-0/+13
* Fix merge error when Equality LHS is non-attribute.90yukke2013-07-231-0/+15
* Use Ruby 1.8 syntaxRafael Mendonça França2013-07-151-1/+1
* Merge pull request #11451 from jetthoughts/11450_do_not_resave_destroyed_asso...Yves Senn2013-07-151-0/+7
* Skip connection url test when the machine is using socket configuration.Rafael Mendonça França2013-07-061-0/+3
* Merge pull request #11019 from tkhr/test_case_for_issue_10393Yves Senn2013-06-251-0/+23
|\
| * Allow global override of default STI inheritance columnchapmajs2013-06-261-0/+23
* | build fix, fall back to old hash syntaxYves Senn2013-06-261-3/+3
|/
* Merge pull request #9893 from JonRowe/add_test_to_assert_association_doesnt_o...Yves Senn2013-06-251-0/+13
|\
| * test case to assert that associations do not overwrite after create, fixes #9310Jon Rowe2013-03-241-0/+13
* | Merge pull request #10373 from janko-m/fix-store-accessorCarlos Antonio da Silva2013-06-251-0/+7
|\ \
| * | Fix ActiveRecord::Store not tracking changesJanko Marohnić2013-04-291-0/+7
* | | Revert "Revert "Merge pull request #10901 from armstrjare/fix_query_null_fore...Yves Senn2013-06-251-0/+27
* | | Revert "Merge pull request #10901 from armstrjare/fix_query_null_foreign_key_...Yves Senn2013-06-221-27/+0
* | | Merge pull request #10901 from armstrjare/fix_query_null_foreign_key_on_new_r...Yves Senn2013-06-221-0/+27
|\ \ \
| * | | Fixes CollectionAssociation#ids_reader returning incorrect ids for new recordsJared Armstrong2013-06-211-0/+27
* | | | Merge pull request #10925 from senny/10917_test_to_prevent_regressionYves Senn2013-06-151-0/+26
|/ / /
* | | 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
|\ \ \