| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | stop using class_attribute where methods/inheritance will suffice. | Jon Leighton | 2012-07-13 | 7 | -29/+53 |
* | extract deprecated association options to active_record_deprecated_finders | Jon Leighton | 2012-07-13 | 1 | -43/+0 |
* | Represent association scope options as AR::Relations insternally. | Jon Leighton | 2012-07-13 | 1 | -0/+43 |
* | Allow associations to take a lambda which builds the scope | Jon Leighton | 2012-07-13 | 2 | -12/+17 |
* | Improve the derivation of HABTM assocation join table names | Andrew White | 2012-06-22 | 1 | -30/+0 |
* | Merge pull request #4835 from pacoguzman/refactor_define_restrict_dependency_... | Carlos Antonio da Silva | 2012-05-19 | 1 | -3/+3 |
|\ |
|
| * | Refactor define_restrict_dependency_method using reflection | Paco Guzman | 2012-02-01 | 1 | -3/+3 |
* | | no longer need #delete_all_on_destroy | Jon Leighton | 2012-05-18 | 2 | -2/+2 |
|/ |
|
* | Use human attribute name to show the dependent destroy message | Rafael Mendonça França | 2012-02-01 | 1 | -1/+2 |
* | fix has_one, has_many restrict error message | Manoj | 2012-02-01 | 1 | -1/+2 |
* | Merge pull request #4799 from arunagw/warning_fixed_for_indentations | Aaron Patterson | 2012-01-31 | 1 | -1/+1 |
|\ |
|