| Commit message (Expand) | Author | Age | Files | Lines |
* | adding a test for #10830 | Aaron Patterson | 2013-06-05 | 1 | -0/+46 |
* | Restore rescue block for when IM is enabled | Andrew White | 2013-05-24 | 1 | -19/+22 |
* | It's scoped in 3-2-stable! | Arun Agrawal | 2013-05-24 | 1 | -1/+1 |
* | Using 1.8.7 syntax for 3-2-stable | Arun Agrawal | 2013-05-24 | 3 | -6/+6 |
* | Merge pull request #10713 from senny/10693_fix_primary_key_option_on_has_many | Rafael Mendonça França | 2013-05-23 | 4 | -2/+15 |
* | destroys association records before saving/inserting new association records | Johnny Holton | 2013-05-18 | 3 | -31/+48 |
* | Backport a super-simplified version of #6792, fixing | Ben Woosley | 2013-05-14 | 3 | -0/+20 |
* | Improve CHANGELOG entries | Rafael Mendonça França | 2013-05-12 | 1 | -2/+8 |
* | Merge pull request #7695 from benolee/backport_cc7dd66_and_c0ba0f0 | Rafael Mendonça França | 2013-05-12 | 2 | -1/+10 |
|\ |
|
| * | backport runner fixes to 3-2-stable | kennyj | 2012-12-16 | 2 | -0/+9 |
* | | Preserve context for joins while merging relations | Andrew Horner | 2013-05-11 | 5 | -4/+47 |
* | | Don't try to EXPLAIN select_db calls | Daniel Schierbeck | 2013-05-12 | 3 | -1/+12 |
* | | Revert "Don't try to EXPLAIN select_db calls" | Xavier Noria | 2013-05-11 | 2 | -8/+1 |
* | | Using map. No need to run query again | Arun Agrawal | 2013-05-10 | 1 | -1/+1 |
* | | Merge pull request #10555 from dasch/dasch/3-2-stable | Xavier Noria | 2013-05-10 | 2 | -1/+8 |
|\ \ |
|
| * | | Don't try to EXPLAIN select_db calls | Daniel Schierbeck | 2013-05-10 | 2 | -1/+8 |
* | | | Fixed pluck to be working with selects. | Arun Agrawal | 2013-05-10 | 2 | -3/+7 |
* | | | Remove useless else | Arun Agrawal | 2013-05-10 | 1 | -3/+0 |
* | | | Revert "Merge pull request #8209 from senny/backport_8176" | Rafael Mendonça França | 2013-05-08 | 3 | -6/+11 |
* | | | Merge pull request #10489 from greenriver/ar_counter_cache_multiple_destroy | Rafael Mendonça França | 2013-05-06 | 3 | -1/+28 |
|/ / |
|
* | | adding test for the symbol refs | Aaron Patterson | 2013-04-26 | 1 | -0/+7 |
* | | Document nested attributes as hash of hashes | Alexey Muranov | 2013-04-13 | 1 | -17/+41 |
* | | Correctly parse bigint defaults in PostgreSQL, Backpost #10098. | Erik Peterson | 2013-04-11 | 4 | -1/+13 |
* | | Merge branch '3-2-later' into 3-2-stable | Aaron Patterson | 2013-04-09 | 1 | -0/+10 |
|\ \ |
|
| * | | adding test for CVE | Aaron Patterson | 2013-02-09 | 1 | -0/+10 |
* | | | Merge pull request #7792 from seejee/chained_scopes_preload_properly | Carlos Antonio da Silva | 2013-04-03 | 4 | -2/+22 |
|\ \ \ |
|
| * | | | Chained scopes will be preloaded properly. Fixes #7490 | Chris Geihsler | 2013-04-03 | 4 | -2/+22 |
* | | | | Removing explain support warning from the Railtie | Rafael Mendonça França | 2013-03-28 | 2 | -7/+7 |
* | | | | Added changelog for 55e2954 | Fred Wu | 2013-03-27 | 1 | -0/+5 |
* | | | | Don't reset inheritance_column when setting explicitly. | Fred Wu | 2013-03-27 | 2 | -1/+13 |
* | | | | use ruby 1.8 Hash syntax [ci skip] | Yves Senn | 2013-03-22 | 1 | -1/+1 |
* | | | | do not reset associations when preloading twice. | Yves Senn | 2013-03-22 | 2 | -2/+8 |
* | | | | Remove bad changelog entry from AR [ci skip] | Carlos Antonio da Silva | 2013-03-20 | 1 | -3/+0 |
* | | | | Wrong exception is occured when raising no translatable exception | kennyj | 2013-03-20 | 3 | -0/+16 |
* | | | | Don't crash exception translation w/ nil result attribute. | Steve Jorgensen | 2013-03-20 | 1 | -1/+1 |
* | | | | Reset postgreSQL search path in db:test:clone_structure. | Alexander | 2013-03-19 | 2 | -0/+8 |
* | | | | Add release dates to documentation [ci skip] | claudiob | 2013-03-18 | 1 | -2/+2 |
* | | | | Bring back test and changelog entry from #pluck method and select clause | Carlos Antonio da Silva | 2013-03-18 | 2 | -0/+16 |
* | | | | Fix changelog conflicts and remove release dates [ci skip] | Carlos Antonio da Silva | 2013-03-18 | 1 | -2/+2 |
* | | | | Merge branch '3-2-13' into 3-2-stable | Aaron Patterson | 2013-03-18 | 7 | -28/+12 |
|\ \ \ \ |
|
| * | | | | bumping to 3.2.13 | Aaron Patterson | 2013-03-18 | 1 | -1/+1 |
| * | | | | stop calling to_sym when building arel nodes [CVE-2013-1854] | Aaron Patterson | 2013-03-15 | 4 | -10/+10 |
| |/ / / |
|
| * | | | bumping to rc2 | Aaron Patterson | 2013-03-06 | 1 | -1/+1 |
| * | | | Revert "Merge pull request #8209 from senny/backport_8176" | Aaron Patterson | 2013-03-05 | 2 | -21/+0 |
| * | | | Freeze columns only once per Result | Santiago Pastorino | 2013-03-05 | 1 | -3/+9 |
| * | | | Preparing for 3.2.13.rc1 release | Steve Klabnik | 2013-02-27 | 1 | -2/+2 |
| * | | | Update CHANGELOGs for 3.2.13 release. | Steve Klabnik | 2013-02-27 | 1 | -0/+5 |
* | | | | Fix ar:mysql2 build on Ruby 1.8.7 | Andrew White | 2013-03-13 | 1 | -4/+12 |
* | | | | Merge pull request #9613 from arunagw/remove_fixme | Carlos Antonio da Silva | 2013-03-08 | 1 | -9/+8 |
|\ \ \ \ |
|
| * | | | | Removing FIXME | Arun Agrawal | 2013-03-08 | 1 | -9/+8 |