| Commit message (Expand) | Author | Age | Files | Lines |
* | flip conditional in delete_all to handle nullify better | eileencodes | 2014-04-28 | 1 | -3/+3 |
* | simplify the delete all w/ dependency method | eileencodes | 2014-04-28 | 1 | -3/+3 |
* | remove unnecessary code from delete method | eileencodes | 2014-04-28 | 1 | -10/+2 |
* | write a new method to be accessed from delete_all | eileencodes | 2014-04-28 | 1 | -1/+9 |
* | Merge pull request #14853 from kassio/kb-fix-custom-join-table-habtm | Yves Senn | 2014-04-25 | 1 | -1/+1 |
|\ |
|
| * | Fix custom join_table name on habtm reflections | Kassio Borges | 2014-04-25 | 1 | -1/+1 |
* | | Merge branch 'master' into adequaterecord | Aaron Patterson | 2014-04-25 | 3 | -4/+6 |
|\| |
|
| * | reset `@arel` when modifying a Relation in place. | Yves Senn | 2014-04-24 | 1 | -1/+1 |
| * | Merge pull request #14757 from estsauver/14752 | Rafael Mendonça França | 2014-04-22 | 1 | -1/+1 |
| |\ |
|
| | * | select! renamed to avoid name collision Array#select! | Earl J St Sauver | 2014-04-21 | 1 | -1/+1 |
| * | | Merge pull request #14573 from habermann24/has_many_through_fix | Rafael Mendonça França | 2014-04-22 | 1 | -2/+4 |
| |\ \ |
|
| | * | | Minor improvement: Use the merge method on the relation instead of instance_e... | Jan Habermann | 2014-04-03 | 1 | -1/+1 |
| | * | | Simplify the code in target_scope | Jan Habermann | 2014-04-03 | 1 | -5/+2 |
| | * | | Properly handle scoping with has_many :through. Fixes #14537. | Jan Habermann | 2014-04-03 | 1 | -2/+7 |
* | | | | use statement cache for belongs_to relations | Aaron Patterson | 2014-04-22 | 2 | -2/+13 |
* | | | | extract record fetching to a method for belongs_to | Aaron Patterson | 2014-04-22 | 1 | -1/+5 |
* | | | | Merge branch 'master' into adequaterecord | Aaron Patterson | 2014-04-20 | 2 | -33/+15 |
|\| | | |
|
| * | | | Hide BelongsToAssociation#increment_counters and #decrement_counters | Jean Boussier | 2014-04-15 | 2 | -3/+2 |
| * | | | Use inheritance chain instead of callbacks to increment counter caches after ... | Jean Boussier | 2014-04-14 | 1 | -16/+0 |
| * | | | Use inheritance chain instead of callbacks to increment counter caches after ... | Jean Boussier | 2014-04-14 | 2 | -16/+15 |
| | |/
| |/| |
|
* | | | use cache queries for hm:t associations | Aaron Patterson | 2014-04-15 | 1 | -1/+1 |
* | | | cache scope building on associations | Aaron Patterson | 2014-04-14 | 2 | -7/+64 |
* | | | Merge branch 'master' into adequaterecord | Aaron Patterson | 2014-04-14 | 3 | -7/+12 |
|\| | |
|
| * | | Merge pull request #14735 from byroot/idempotent-counter-caches | Aaron Patterson | 2014-04-14 | 1 | -4/+5 |
| |\ \ |
|
| | * | | Make counter cache decrementation on destroy idempotent | Jean Boussier | 2014-04-13 | 1 | -4/+5 |
| * | | | again, read_attribute is public, so just call it | Aaron Patterson | 2014-04-13 | 1 | -1/+1 |
| * | | | read_attribute is public, so we should just call it | Aaron Patterson | 2014-04-13 | 1 | -1/+1 |
| |/ / |
|
| * | | Merge pull request #12829 from iantropov/issue_insert_via_hmt_scope_3548 | Rafael Mendonça França | 2014-04-10 | 1 | -1/+5 |
| |\ \ |
|
| | * | | Fix insertion of records for hmt association with scope, fix #3548 | Ivan Antropov | 2013-11-17 | 1 | -1/+5 |
* | | | | Merge branch 'master' into adequaterecord | Aaron Patterson | 2014-04-07 | 5 | -46/+22 |
|\| | | |
|
| * | | | remove check for present? from delete_all | eileencodes | 2014-04-07 | 1 | -2/+2 |
| * | | | fix CollectionProxy delete_all documentation | eileencodes | 2014-04-06 | 1 | -6/+1 |
| * | | | Merge pull request #11650 from prathamesh-sonpatki/rename | Rafael Mendonça França | 2014-04-04 | 2 | -7/+7 |
| |\ \ \ |
|
| | * | | | [Active Record] Renamed private methods create_record and update_record | Prathamesh Sonpatki | 2014-02-20 | 2 | -7/+7 |
| * | | | | CollectionProxy uses the arel of its association's scope. | Jefferson Lai | 2014-04-02 | 1 | -0/+4 |
| * | | | | Merge pull request #14546 from eileencodes/fix_delete_all_to_not_use_IN_state... | Aaron Patterson | 2014-03-31 | 1 | -1/+1 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | fix delete_all to remove records directly | eileencodes | 2014-03-31 | 1 | -1/+1 |
| * | | | | Simplify Preloader#grouped_records code. | thedarkone | 2014-03-30 | 1 | -20/+6 |
| * | | | | Fix polymorphic preloads on NOT NULL _type columns. | thedarkone | 2014-03-30 | 1 | -10/+1 |
| |/ / / |
|
| * | | | Merge pull request #14154 from al2o3cr/issue12770 | Aaron Patterson | 2014-03-27 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | Pass a base relation to build_default_scope when joining | Matt Jones | 2014-02-21 | 1 | -1/+1 |
* | | | | | Merge branch 'master' into adequaterecord | Aaron Patterson | 2014-03-25 | 1 | -2/+1 |
|\| | | | |
|
| * | | | | Avoid duplicated conditionals | Carlos Antonio da Silva | 2014-03-14 | 1 | -2/+1 |
* | | | | | Merge branch 'master' into adequaterecord | Aaron Patterson | 2014-03-13 | 1 | -1/+1 |
|\| | | | |
|
| * | | | | passing an ActiveRecord object to `exists?` is deprecated. | Aaron Patterson | 2014-03-13 | 1 | -1/+1 |
* | | | | | Merge branch 'master' into adequaterecord | Aaron Patterson | 2014-03-13 | 3 | -6/+8 |
|\| | | | |
|
| * | | | | make tests pass on Ruby 2.2 | Aaron Patterson | 2014-03-13 | 1 | -4/+4 |
| * | | | | Replace map.flatten with flat_map in activerecord | Erik Michaels-Ober | 2014-03-03 | 1 | -1/+1 |
| * | | | | Remove unnecessary db call when replacing. | Arthur Neves | 2014-02-28 | 1 | -1/+3 |
* | | | | | Merge branch 'master' into adequaterecord | Aaron Patterson | 2014-02-26 | 3 | -10/+5 |
|\| | | | |
|