aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch '3-2-13' into 3-2-stableAaron Patterson2013-03-187-28/+12
|\ \ \ \
| * | | | bumping to 3.2.13Aaron Patterson2013-03-181-1/+1
| * | | | stop calling to_sym when building arel nodes [CVE-2013-1854]Aaron Patterson2013-03-154-10/+10
| |/ / /
| * | | 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
* | | | 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
* | | | | @target might be nil when Identity Map is enabled.Larry Lv2013-03-081-3/+8
* | | | | Merge pull request #9549 from larrylv/reload-stable-target-before-savingRafael Mendonça França2013-03-076-6/+28
|\ \ \ \ \
| * | | | | Fix issue #7526. Reload the target if it's stale.larrylv2013-03-056-6/+28
* | | | | | Use shorter prefix and suffix as in Oracle database identifierYasuo Honda2013-03-071-4/+5
* | | | | | Update CHANGELOGs for 3.2.13.rc1Steve Klabnik2013-03-051-0/+3
|/ / / / /
* | | | | 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