| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Merge pull request #10566 from neerajdotname/10509d" | Jon Leighton | 2013-06-19 | 1 | -1/+1 |
* | do not load all child records for inverse case | Neeraj Singh | 2013-06-19 | 1 | -1/+1 |
* | `CollectionProxy#include?` returns `true` and `false` as documented. | Yves Senn | 2013-06-18 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-06-14 | 1 | -3/+4 |
|\ |
|
| * | enhanced comments for foreign_key_present? method | Neeraj Singh | 2013-05-23 | 1 | -3/+4 |
* | | bind values should not be merged between scopes | Aaron Patterson | 2013-06-11 | 1 | -1/+1 |
* | | stop adding a new method for touch callbacks | Aaron Patterson | 2013-06-11 | 1 | -29/+21 |
* | | push the touch method outside the eval | Aaron Patterson | 2013-06-11 | 1 | -13/+34 |
* | | remove unused variable | Aaron Patterson | 2013-06-11 | 1 | -1/+0 |
* | | check whether the association is constructible rather than checking constants | Aaron Patterson | 2013-06-11 | 1 | -3/+3 |
* | | use attribute methods for finding key values rather than generating method names | Aaron Patterson | 2013-06-11 | 1 | -3/+3 |
* | | push belongs_to counter cache method to a single method | Aaron Patterson | 2013-06-11 | 1 | -17/+18 |
* | | push before_destroy counter cache method to a single method | Aaron Patterson | 2013-06-11 | 1 | -12/+17 |
* | | remove evaled belongs_to counter cache method | Aaron Patterson | 2013-06-11 | 1 | -8/+22 |
* | | adding callbacks should be private | Aaron Patterson | 2013-06-11 | 1 | -4/+6 |
* | | remove evals from the association | Aaron Patterson | 2013-06-11 | 1 | -8/+2 |
* | | reduce evals in depdendent associations | Aaron Patterson | 2013-06-11 | 1 | -1/+2 |
* | | Getting rid of the +automatic_inverse_of: false+ option in associations in favor | wangjohn | 2013-06-08 | 2 | -2/+2 |
* | | Fix the `:primary_key` option for `has_many` associations. | Yves Senn | 2013-05-23 | 1 | -2/+1 |
* | | just set the default argument, a nil parent should be an error | Aaron Patterson | 2013-05-21 | 1 | -2/+1 |
* | | fold the collection rather than multiple assigments | Aaron Patterson | 2013-05-21 | 1 | -3/+2 |
* | | use drop rather than calculate the array length | Aaron Patterson | 2013-05-21 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-05-19 | 5 | -7/+34 |
|\ |
|
| * | copy edits[ci skip] | Vijay Dev | 2013-05-19 | 1 | -11/+8 |
| * | Added some more documentation for define_readers and define_writer of the Ass... | aditya-kapoor | 2013-05-15 | 3 | -0/+15 |
| * | Added some more documentation for ActiveRecord::Associations::Builder::Associ... | aditya-kapoor | 2013-05-15 | 1 | -0/+11 |
| * | Added documentation for ActiveRecord::Associations::Builder::Association class | aditya-kapoor | 2013-05-15 | 1 | -0/+4 |
| * | emphasize that callbacks are called in destroy_all | Neeraj Singh | 2013-05-13 | 2 | -7/+7 |
* | | stop doing assingments in an iterator | Aaron Patterson | 2013-05-17 | 1 | -2/+6 |
|/ |
|
* | Extract JoinDependency#join_relation to DRY the repeated application of the #... | Ben Woosley | 2013-05-10 | 1 | -0/+7 |
* | Move #proxy_association method to AssociationRelation | Jon Leighton | 2013-05-10 | 1 | -3/+1 |
* | Set the inverse when association queries are refined | Jon Leighton | 2013-05-10 | 1 | -1/+5 |
* | Created a method to automatically find inverse associations and cache | wangjohn | 2013-05-07 | 2 | -2/+2 |
* | Merge pull request #10489 from greenriver/ar_counter_cache_multiple_destroy | Rafael Mendonça França | 2013-05-06 | 1 | -1/+3 |
|\ |
|
| * | Confirm a record has not already been destroyed before decrementing | Ben Tucker | 2013-05-06 | 1 | -1/+3 |
* | | Do not overwrite manually built records during one-to-one nested attribute as... | Olek Janiszewski | 2013-05-03 | 1 | -4/+8 |
|/ |
|
* | Fix #8856 Ensure has_one association=(associate) triggers save. | Chris Thompson | 2013-04-30 | 1 | -3/+2 |
* | Lookup the class at runtime, not when the association is built | Andrew White | 2013-04-24 | 1 | -2/+2 |
* | Revert "Revert "`belongs_to :touch` behavior now touches old association when... | Andrew White | 2013-04-24 | 1 | -1/+12 |
* | Revert "`belongs_to :touch` behavior now touches old association when transit... | David Heinemeier Hansson | 2013-04-23 | 1 | -12/+1 |
* | Update counter cache when pushing into association | Matthew Robertson | 2013-04-21 | 1 | -3/+4 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-04-11 | 3 | -4/+4 |
|\ |
|
| * | JoinPart is no longer an abstract class | Neeraj Singh | 2013-04-08 | 1 | -1/+1 |
| * | minor copy editing | Neeraj Singh | 2013-03-30 | 2 | -3/+3 |
* | | rdoc for some of the methods in JoinDependency | Neeraj Singh | 2013-04-10 | 2 | -0/+36 |
* | | remove_duplicate_results! should be protected | Neeraj Singh | 2013-04-10 | 1 | -2/+2 |
* | | While merging relations preserve context for joins | Jared Armstrong and Neeraj Singh | 2013-04-10 | 1 | -1/+6 |
* | | changed variable name active_record => base_klass | Neeraj Singh | 2013-04-09 | 4 | -12/+12 |
* | | Avoid iterating over records hash when not necessary | Carlos Antonio da Silva | 2013-04-07 | 1 | -2/+6 |
* | | each to each_value; remove unused vars | Vipul A M | 2013-04-07 | 1 | -1/+1 |