| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate automatic counter caches on has_many :through | Sean Griffin | 2014-06-26 | 2 | -1/+23 |
* | Merge pull request #15847 from sgrif/sg-encapsulate-result-types | Rafael Mendonça França | 2014-06-26 | 1 | -3/+1 |
|\ |
|
| * | Encapsulate knowledge of type objects on `ActiveRecord::Result` | Sean Griffin | 2014-06-22 | 1 | -3/+1 |
* | | `preload` preserves readonly flag on associations. #15853 | Yves Senn | 2014-06-25 | 1 | -0/+4 |
* | | Add a deprecation cycle for `NullColumn` from `column_for_attribute` | Sean Griffin | 2014-06-23 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #15747 from sgrif/sg-trolololol-this-is-so-broken | Rafael Mendonça França | 2014-06-19 | 2 | -1/+26 |
|\ |
|
| * | Always update counter caches in memory when adding records | Sean Griffin | 2014-06-16 | 2 | -1/+26 |
* | | Merge pull request #15803 from sgrif/sg-column-in-associations | Rafael Mendonça França | 2014-06-19 | 1 | -2/+2 |
|\ \ |
|
| * | | Don't rely on the column for type casting reflections | Sean Griffin | 2014-06-18 | 1 | -2/+2 |
| |/ |
|
* | | Merge pull request #15772 from nbudin/sti_through_bug | Rafael Mendonça França | 2014-06-19 | 1 | -1/+3 |
|\ \ |
|
| * | | Don't include inheritance column in the through_scope_attributes | Nat Budin | 2014-06-17 | 1 | -1/+1 |
| |/ |
|
* / | Fix has_and_belongs_to_many in a namespaced model pointing to a non namespace... | Rafael Mendonça França | 2014-06-19 | 1 | -8/+5 |
|/ |
|
* | Merge pull request #15701 from zzak/issue_15496 | Rafael Mendonça França | 2014-06-13 | 1 | -1/+5 |
|\ |
|
| * | Open extension point for defining options in build_through_record | Zachary Scott | 2014-06-13 | 1 | -1/+5 |
* | | Through associations should set both parent ids on join models | Sean Griffin | 2014-06-13 | 2 | -7/+15 |
|/ |
|
* | begin refactoring add_constraints by moving join keys | eileencodes | 2014-06-10 | 1 | -12/+3 |
* | reuse available collection? check instead of macro | eileencodes | 2014-06-09 | 2 | -4/+4 |
* | add has_one? method and reuse instead of checking macro | eileencodes | 2014-06-09 | 3 | -3/+3 |
* | Rename `type_cast` to `type_cast_from_database` | Sean Griffin | 2014-06-09 | 2 | -2/+2 |
* | Do not try to set the foreign_key again on has_many through | Rafael Mendonça França | 2014-06-09 | 1 | -1/+1 |
* | Remove a long gone :order option from has_one's valid_options. | thedarkone | 2014-06-09 | 1 | -1/+1 |
* | Use null column for association key types | Sean Griffin | 2014-06-04 | 1 | -4/+2 |
* | Merge pull request #15482 from laurocaetano/fix-regression-for-eager-load | Carlos Antonio da Silva | 2014-06-04 | 1 | -2/+4 |
|\ |
|
| * | Fix regression on eager loading association based on SQL query rather | Lauro Caetano | 2014-06-03 | 1 | -2/+4 |
* | | reuse available belongs_to? method | eileencodes | 2014-06-03 | 2 | -4/+3 |
|/ |
|
* | fix polymorphic? method and reuse it | eileencodes | 2014-06-02 | 2 | -2/+2 |
* | Merge pull request #14834 from al2o3cr/issue14155 | Aaron Patterson | 2014-05-27 | 1 | -1/+11 |
|\ |
|
| * | WIP: pass existing joins to construct_join_dependency | Matt Jones | 2014-05-16 | 1 | -1/+11 |
* | | Merge pull request #15301 from zzak/issue_15212 | Rafael Mendonça França | 2014-05-26 | 1 | -0/+1 |
|\ \ |
|
| * | | Skip if the association was already loaded. | Zachary Scott | 2014-05-24 | 1 | -0/+1 |
* | | | Merge pull request #15210 from arthurnn/fix_hbtm_reflection | Arthur Neves | 2014-05-24 | 4 | -5/+6 |
|/ / |
|
* | | Merge pull request #14855 from laurocaetano/fix_polymorphic_with_string_key | Yves Senn | 2014-05-21 | 1 | -4/+25 |
|\ \ |
|
| * | | Fix polymorphic eager load with foreign_key as String. | Lauro Caetano | 2014-05-20 | 1 | -2/+17 |
|/ / |
|
* | | Prevented belongs_to: touch propagating up if there are no changes being saved | Brock Trappitt | 2014-05-21 | 1 | -1/+1 |
* | | fix multiple hash preloads. Fixes #14994 | Aaron Patterson | 2014-05-20 | 1 | -6/+7 |
* | | Fixed the inferred table name for HABTM within a schema | Eric Chahin | 2014-05-20 | 1 | -1/+1 |
* | | early return on delete and destroy methods | eileencodes | 2014-05-18 | 1 | -0/+2 |
|/ |
|
* | Remove the assignment for real this time. | Zachary Scott | 2014-05-16 | 1 | -2/+2 |
* | prepend mutates the string so we can remove the assignment | Rafael Mendonça França | 2014-05-16 | 1 | -1/+1 |
* | Don't use Active Support where it is not needed. | Rafael Mendonça França | 2014-05-14 | 1 | -1/+3 |
* | Merge pull request #14871 from kassio/kb-fixes-namespaced-habtm | Rafael Mendonça França | 2014-05-14 | 1 | -1/+5 |
|\ |
|
| * | Fix how to compute class name on habtm namespaced. | Kassio Borges | 2014-05-13 | 1 | -1/+5 |
* | | remove count var | eileencodes | 2014-05-13 | 1 | -4/+2 |
* | | rename delete_all_records to delete_or_nullify_all_records | eileencodes | 2014-05-13 | 3 | -8/+4 |
* | | remove need for :all symbol | eileencodes | 2014-05-13 | 1 | -13/+6 |
* | | begin refactoring delete_records method | eileencodes | 2014-05-13 | 3 | -13/+30 |
|/ |
|
* | deprecate, join, preload, eager load of instance dependent associations. | Yves Senn | 2014-05-10 | 2 | -0/+2 |
* | Fixed HABTM's CollectionAssociation size | Fred Wu | 2014-05-08 | 1 | -1/+1 |
* | Follow-up to #14990 [ci skip] | Jon Atack | 2014-05-07 | 1 | -10/+9 |
* | Merge pull request #14982 from eric-chahin/GBV_refactor | Rafael Mendonça França | 2014-05-06 | 1 | -8/+1 |
|\ |
|