aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Chained scopes will be preloaded properly. Fixes #7490Chris Geihsler2013-04-034-2/+22
* bumping to rc2Aaron Patterson2013-03-061-1/+1
* Revert "Merge pull request #8209 from senny/backport_8176"Aaron Patterson2013-03-052-21/+0
* Freeze columns only once per ResultSantiago Pastorino2013-03-051-3/+9
* Preparing for 3.2.13.rc1 releaseSteve Klabnik2013-02-271-2/+2
* Update CHANGELOGs for 3.2.13 release.Steve Klabnik2013-02-271-0/+5
* CHANGELOG entry for ee291b9.Steve Klabnik2013-02-261-0/+5
* Revert "Merge pull request #9208 from dylanahsmith/3-2-mysql-quote-numeric"Steve Klabnik2013-02-267-49/+14
* Do not override attributes on `dup` by default scopesHiroshige Umino2013-02-263-1/+13
* Improve changelog entry [ci skip]Carlos Antonio da Silva2013-02-261-4/+4
* Backported #7072 to 3-2-stable. Use database value for uniqueness validation ...Narihiro Nakamura2013-02-263-1/+23
* Sqlite preserves primary keys when copying/altering tables.Yves Senn2013-02-234-2/+34
* 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-193-1/+31
* Fix handling of dirty time zone aware attributesLilibeth De La Cruz2013-02-173-2/+35
* Revert "Merge pull request #9252 from senny/8423_hmt_preloading_bug"Rafael Mendonça França2013-02-153-30/+1
* Do not put the version in unreleased changes [ci skip]Rafael Mendonça França2013-02-141-1/+1
* Fix the CHANGELOG headers [ci skip]Rafael Mendonça França2013-02-141-0/+2
* Merge pull request #9252 from senny/8423_hmt_preloading_bugRafael Mendonça França2013-02-143-1/+30
* Fixed changelog typos [ci skip]Jon McCartie2013-02-141-1/+1
* backport of fix for issue #7630Matthew Robertson2013-02-133-0/+23
* Update changelogs with version/release dates [ci skip]Carlos Antonio da Silva2013-02-111-1/+3
* Merge branch '3-2-sec' into 3-2-stableAaron Patterson2013-02-112-13/+13
|\
| * bumping versionAaron Patterson2013-02-101-1/+1
| * fixing call to columns hash. run the damn tests when you backport!Aaron Patterson2013-02-091-1/+1
| * 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-098-15/+62
* | fixing call to columns hash. run the damn tests when you backport!Aaron Patterson2013-02-091-1/+1
* | 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-078-14/+59
* | 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-034-2/+16
* | Merge pull request #9078 from senny/6865_ar_count_with_uniqRafael Mendonça França2013-02-023-1/+15
* | Merge pull request #9043 from senny/backport_7536Carlos Antonio da Silva2013-01-295-3/+23
|\ \
| * | Fix pluck when columns/tables are reserved words.Ian Lesperance2013-01-235-3/+23
* | | Replaced abcs to config.Damir Gaynetdinov2013-01-251-3/+3
|/ /
* | Add changelog entry for skipping explain from dbs that don't support itCarlos Antonio da Silva2013-01-221-0/+5
* | Merge pull request #6197 from blakesmith/connection_adapters_without_explain_...Xavier Noria2013-01-223-6/+24
* | Revert "Merge pull request #6986 from kennyj/fix_6975"Andrew White2013-01-223-29/+10
* | Add failing test case for #8460Andrew White2013-01-221-0/+14
* | Revert "Work around undiagnosed bug that's draining a relation's bind_values"Carlos Antonio da Silva2013-01-151-1/+0
* | Revert "Merge pull request #7983 from georgebrock/bug7950-squashed"Carlos Antonio da Silva2013-01-158-48/+12
* | Revert "Merge pull request #7661 from ernie/build-join-records-on-unsaved-hmt"Ernie Miller2013-01-113-19/+6
* | Update changelogs with release date [ci skip]Carlos Antonio da Silva2013-01-091-2/+3
* | Ignore binds payload with nil column in AR log subscriberYasuo Honda2013-01-092-13/+27
* | Merge branch '3-2-sec' into 3-2-secmergeAaron Patterson2013-01-084-4/+26
|\|
| * bumping versionAaron Patterson2013-01-081-1/+1
| * * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...Aaron Patterson2013-01-083-2/+25
* | Refactor write attribute logic to convert number column valueCarlos Antonio da Silva2013-01-071-4/+5