aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | This pull requests addresses ORA-01400 errors and also supports #6115 issue t...Yasuo Honda2013-02-031-1/+1
* | | Duplicate column_defaults properlyPiotr Sarnacki2013-02-032-1/+8
* | | Merge pull request #9078 from senny/6865_ar_count_with_uniqRafael Mendonça França2013-02-021-0/+4
* | | Fix pluck when columns/tables are reserved words.Ian Lesperance2013-01-233-2/+16
* | | Merge pull request #6197 from blakesmith/connection_adapters_without_explain_...Xavier Noria2013-01-221-0/+10
* | | Revert "Merge pull request #6986 from kennyj/fix_6975"Andrew White2013-01-221-15/+0
* | | Add failing test case for #8460Andrew White2013-01-221-0/+14
|/ /
* | Revert "Merge pull request #7983 from georgebrock/bug7950-squashed"Carlos Antonio da Silva2013-01-151-7/+0
* | Revert "Merge pull request #7661 from ernie/build-join-records-on-unsaved-hmt"Ernie Miller2013-01-111-5/+0
* | Ignore binds payload with nil column in AR log subscriberYasuo Honda2013-01-091-12/+22
* | Merge branch '3-2-sec' into 3-2-secmergeAaron Patterson2013-01-081-1/+15
|\|
| * * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...Aaron Patterson2013-01-081-1/+15
* | Remove not used variable in eager testCarlos Antonio da Silva2013-01-071-1/+0
* | Test only with Ruby 1.9+Rafael Mendonça França2013-01-061-4/+6
* | Remove warningsRafael Mendonça França2013-01-061-2/+1
* | Fix error when assigning NaN to an integer columnTristan Harward2013-01-061-0/+6
* | Fix undefined method `to_i' introduced since 3.2.8Jason Stirk2013-01-042-7/+21
* | Merge branch '3-2-sec' into 3-2-secmergeAaron Patterson2012-12-231-0/+12
|\|
| * CVE-2012-5664 options hashes should only be extracted if there are extra para...Aaron Patterson2012-12-231-0/+12