| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | Created a method to automatically find inverse associations and cache | wangjohn | 2013-05-07 | 2 | -2/+2 |
* | Confirm a record has not already been destroyed before decrementing | Ben Tucker | 2013-05-06 | 1 | -1/+3 |
* | 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 |
* | Avoid an attempt to fetch old record when id was not present in touch callback | Carlos Antonio da Silva | 2013-04-04 | 1 | -7/+7 |
* | Use the correct pk field from the reflected class to find the old record | Carlos Antonio da Silva | 2013-04-04 | 1 | -1/+2 |
* | Use inspect when writing the foreign key from the reflection | Andrew White | 2013-04-05 | 1 | -2/+2 |
* | Merge pull request #9141 from adamgamble/issue-9091 | David Heinemeier Hansson | 2013-04-03 | 1 | -0/+10 |
|\ |
|
| * | Modifies belong_to touch callback to touch old associations also #9091 | Adam Gamble | 2013-03-14 | 1 | -0/+10 |
* | | Update other counter caches on destroy | Ian Young | 2013-03-20 | 1 | -1/+1 |
* | | If a counter_cache is defined, then using update_attributes and changing | John Wang | 2013-03-15 | 1 | -0/+20 |
|/ |
|
* | Fix touching an invalid parent record for belongs_to | Olek Janiszewski | 2013-02-26 | 1 | -1/+1 |
* | Undeprecate the :extend option | Jon Leighton | 2013-01-18 | 1 | -1/+2 |
* | Ensure that associations have a symbol argument. | Steve Klabnik | 2012-11-28 | 1 | -0/+2 |
* | Merge pull request #8116 from senny/7993_configure_counter_cache_for_has_many | Jon Leighton | 2012-11-09 | 1 | -1/+1 |
|\ |
|
| * | :counter_cache option for to support custom named counter caches. Closes #7993 | Yves Senn | 2012-11-04 | 1 | -1/+1 |
* | | adding requires for constant dependencies | Aaron Patterson | 2012-11-07 | 1 | -0/+3 |
|/ |
|
* | Use method compilation for association methods | Jon Leighton | 2012-08-10 | 5 | -64/+62 |
* | DRY up handling of dependent option | Jon Leighton | 2012-08-10 | 5 | -63/+22 |
* | Unprivatise all the things | Jon Leighton | 2012-08-10 | 7 | -170/+156 |
* | move dependency logic out of generated methods | Jon Leighton | 2012-08-10 | 4 | -65/+19 |
* | Clean up dependent option validation. | Jon Leighton | 2012-08-10 | 4 | -14/+7 |
* | Remove the dependent_restrict_raises option. | Jon Leighton | 2012-08-10 | 3 | -23/+22 |
* | load active_support/deprecation in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | load active_support/core_ext/object/inclusion in active_support/rails | Xavier Noria | 2012-08-02 | 3 | -3/+0 |
* | Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql. | Jon Leighton | 2012-08-01 | 2 | -0/+21 |
* | Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql." | Jon Leighton | 2012-08-01 | 2 | -2/+2 |
* | Refactor dependency check validation | Carlos Antonio da Silva | 2012-08-01 | 4 | -28/+19 |
* | move method for dependent option check | Hrvoje Šimić | 2012-08-01 | 4 | -11/+22 |
* | Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql. | Jon Leighton | 2012-07-20 | 2 | -2/+2 |
* | Avoid options ever being nil | Jon Leighton | 2012-07-20 | 1 | -4/+4 |
* | fix association :extend option | Jon Leighton | 2012-07-13 | 2 | -6/+17 |
* | move the deprecated options into active_record_deprecated_finders | Jon Leighton | 2012-07-13 | 2 | -5/+2 |