| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #11451 from jetthoughts/11450_do_not_resave_destroyed_asso... | Yves Senn | 2013-07-15 | 1 | -0/+2 |
* | Preparing for 3.2.14.rc1 release | Rafael Mendonça França | 2013-07-12 | 1 | -2/+2 |
* | Do not shallow the original exception in exec_cache | Rafael Mendonça França | 2013-07-09 | 1 | -1/+5 |
* | Allow global override of default STI inheritance column | chapmajs | 2013-06-26 | 1 | -1/+1 |
* | Merge pull request #10373 from janko-m/fix-store-accessor | Carlos Antonio da Silva | 2013-06-25 | 1 | -1/+1 |
|\ |
|
| * | Fix ActiveRecord::Store not tracking changes | Janko Marohnić | 2013-04-29 | 1 | -1/+1 |
* | | Revert "Revert "Merge pull request #10901 from armstrjare/fix_query_null_fore... | Yves Senn | 2013-06-25 | 1 | -1/+1 |
* | | Revert "Merge pull request #10901 from armstrjare/fix_query_null_foreign_key_... | Yves Senn | 2013-06-22 | 1 | -1/+1 |
* | | Merge pull request #10901 from armstrjare/fix_query_null_foreign_key_on_new_r... | Yves Senn | 2013-06-22 | 1 | -1/+1 |
|\ \ |
|
| * | | Fixes CollectionAssociation#ids_reader returning incorrect ids for new records | Jared Armstrong | 2013-06-21 | 1 | -1/+1 |
* | | | Merge pull request #10925 from senny/10917_test_to_prevent_regression | Yves Senn | 2013-06-15 | 1 | -3/+5 |
|/ / |
|
* | | 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 |
* | | Merge pull request #10713 from senny/10693_fix_primary_key_option_on_has_many | Rafael Mendonça França | 2013-05-23 | 1 | -2/+1 |
* | | destroys association records before saving/inserting new association records | Johnny Holton | 2013-05-18 | 1 | -28/+20 |
* | | Backport a super-simplified version of #6792, fixing | Ben Woosley | 2013-05-14 | 1 | -0/+1 |
* | | Merge pull request #7695 from benolee/backport_cc7dd66_and_c0ba0f0 | Rafael Mendonça França | 2013-05-12 | 1 | -0/+6 |
|\ \ |
|
| * | | backport runner fixes to 3-2-stable | kennyj | 2012-12-16 | 1 | -0/+6 |
* | | | Preserve context for joins while merging relations | Andrew Horner | 2013-05-11 | 3 | -3/+34 |
* | | | Don't try to EXPLAIN select_db calls | Daniel Schierbeck | 2013-05-12 | 1 | -1/+1 |
* | | | Revert "Don't try to EXPLAIN select_db calls" | Xavier Noria | 2013-05-11 | 1 | -1/+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 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Don't try to EXPLAIN select_db calls | Daniel Schierbeck | 2013-05-10 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Fixed pluck to be working with selects. | Arun Agrawal | 2013-05-10 | 1 | -1/+4 |
* | | | 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 | 1 | -3/+2 |
* | | | Merge pull request #10489 from greenriver/ar_counter_cache_multiple_destroy | Rafael Mendonça França | 2013-05-06 | 1 | -1/+4 |
|/ / |
|
* | | 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 | 1 | -1/+1 |
* | | Merge pull request #7792 from seejee/chained_scopes_preload_properly | Carlos Antonio da Silva | 2013-04-03 | 1 | -2/+7 |
|\ \ |
|
| * | | Chained scopes will be preloaded properly. Fixes #7490 | Chris Geihsler | 2013-04-03 | 1 | -2/+7 |
* | | | Removing explain support warning from the Railtie | Rafael Mendonça França | 2013-03-28 | 1 | -7/+0 |
* | | | Don't reset inheritance_column when setting explicitly. | Fred Wu | 2013-03-27 | 1 | -1/+3 |
* | | | do not reset associations when preloading twice. | Yves Senn | 2013-03-22 | 1 | -2/+1 |
* | | | Wrong exception is occured when raising no translatable exception | kennyj | 2013-03-20 | 1 | -0/+2 |
* | | | 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 | 1 | -0/+1 |
* | | | Merge branch '3-2-13' into 3-2-stable | Aaron Patterson | 2013-03-18 | 3 | -3/+3 |
|\ \ \ |
|
| * | | | 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 | 2 | -2/+2 |
| |/ / |
|
| * | | bumping to rc2 | Aaron Patterson | 2013-03-06 | 1 | -1/+1 |
| * | | 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 |
* | | | @target might be nil when Identity Map is enabled. | Larry Lv | 2013-03-08 | 1 | -3/+8 |
* | | | Fix issue #7526. Reload the target if it's stale. | larrylv | 2013-03-05 | 4 | -6/+8 |
* | | | Freeze columns only once per Result | Santiago Pastorino | 2013-03-03 | 1 | -3/+9 |
* | | | Update docs, change_table does not use TableDefinition. | Yves Senn | 2013-02-28 | 1 | -2/+2 |
* | | | Backported #6755 to 3-2-stable. Don't read csv file during executing db:fixtu... | Narihiro Nakamura | 2013-02-28 | 1 | -1/+1 |
|/ / |
|
* | | Revert "Merge pull request #9208 from dylanahsmith/3-2-mysql-quote-numeric" | Steve Klabnik | 2013-02-26 | 3 | -12/+4 |