aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/builder
Commit message (Expand)AuthorAgeFilesLines
* Undeprecate the :extend optionJon Leighton2013-01-181-1/+2
* Ensure that associations have a symbol argument.Steve Klabnik2012-11-281-0/+2
* Merge pull request #8116 from senny/7993_configure_counter_cache_for_has_manyJon Leighton2012-11-091-1/+1
|\
| * :counter_cache option for to support custom named counter caches. Closes #7993Yves Senn2012-11-041-1/+1
* | adding requires for constant dependenciesAaron Patterson2012-11-071-0/+3
|/
* Use method compilation for association methodsJon Leighton2012-08-105-64/+62
* DRY up handling of dependent optionJon Leighton2012-08-105-63/+22
* Unprivatise all the thingsJon Leighton2012-08-107-170/+156
* move dependency logic out of generated methodsJon Leighton2012-08-104-65/+19
* Clean up dependent option validation.Jon Leighton2012-08-104-14/+7
* Remove the dependent_restrict_raises option.Jon Leighton2012-08-103-23/+22
* load active_support/deprecation in active_support/railsXavier Noria2012-08-021-1/+0
* load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-023-3/+0
* Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql.Jon Leighton2012-08-012-0/+21
* Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql."Jon Leighton2012-08-012-2/+2
* Refactor dependency check validationCarlos Antonio da Silva2012-08-014-28/+19
* move method for dependent option checkHrvoje Šimić2012-08-014-11/+22
* Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql.Jon Leighton2012-07-202-2/+2
* Avoid options ever being nilJon Leighton2012-07-201-4/+4
* fix association :extend optionJon Leighton2012-07-132-6/+17
* move the deprecated options into active_record_deprecated_findersJon Leighton2012-07-132-5/+2
* stop using class_attribute where methods/inheritance will suffice.Jon Leighton2012-07-137-29/+53
* extract deprecated association options to active_record_deprecated_findersJon Leighton2012-07-131-43/+0
* Represent association scope options as AR::Relations insternally.Jon Leighton2012-07-131-0/+43
* Allow associations to take a lambda which builds the scopeJon Leighton2012-07-132-12/+17
* Improve the derivation of HABTM assocation join table namesAndrew White2012-06-221-30/+0
* Merge pull request #4835 from pacoguzman/refactor_define_restrict_dependency_...Carlos Antonio da Silva2012-05-191-3/+3
|\
| * Refactor define_restrict_dependency_method using reflectionPaco Guzman2012-02-011-3/+3
* | no longer need #delete_all_on_destroyJon Leighton2012-05-182-2/+2
|/
* Use human attribute name to show the dependent destroy messageRafael Mendonça França2012-02-011-1/+2
* fix has_one, has_many restrict error messageManoj2012-02-011-1/+2
* Merge pull request #4799 from arunagw/warning_fixed_for_indentationsAaron Patterson2012-01-311-1/+1
|\
| * warning removed: mismatched indentationsArun Agrawal2012-01-311-1/+1
* | Put spaces between the words at deprecation warningRafael Mendonça França2012-01-311-3/+3
|/
* suggested fixes for :dependent => :restrict deprecation.Manoj2012-01-311-1/+1
* Same method for has_many and has_one associationsPaco Guzman2012-01-313-30/+17
* Easy dependent_restrict error messagePaco Guzman2012-01-312-4/+2
* has_many/has_one, :dependent => :restrict, deprecation added.Manoj2012-01-293-3/+35
* Deprecate inferred JOINs with includes + SQL snippets.Jon Leighton2012-01-161-1/+1
* Revert "Deprecate implicit eager loading. Closes #950."Jon Leighton2012-01-161-1/+1
* Remove Array.wrap calls in ActiveRecordRafael Mendonça França2012-01-061-2/+2
* Removed metaclass from the has_many dependency destroy method. Fixes #2954Dmitry Polushkin2011-12-312-8/+5
* Deprecate implicit eager loading. Closes #950.Jon Leighton2011-12-291-1/+1
* Fix #3672 again (dependent: delete_all perf)Jon Leighton2011-12-142-2/+8
* avoid warningsJosh Susser2011-11-276-15/+15
* use GeneratedFeatureMethods module for associationsJosh Susser2011-11-272-7/+13
* association methods are now generated in modulesJosh Susser2011-11-157-30/+25
* Destroy association habtm record before destroying the record itself. Fixes i...Tomas D'Stefano2011-07-081-12/+10
* Removes the restriction on primary key when joining in a habtm && test that i...Mohammad El-Abid2011-05-261-4/+0
* removed deprecated methods, and related tests, from ActiveRecordJosh Kalderimis2011-05-251-13/+0