aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Fix issue #7526. Reload the target if it's stale.larrylv2013-03-056-6/+28
* Freeze columns only once per ResultSantiago Pastorino2013-03-031-3/+9
* Update docs, change_table does not use TableDefinition.Yves Senn2013-02-281-2/+2
* Improve AR changelog [ci skip]Carlos Antonio da Silva2013-02-281-2/+5
* Backported #6755 to 3-2-stable. Don't read csv file during executing db:fixtu...Narihiro Nakamura2013-02-282-1/+4
* 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
* 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