aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/builder/has_many.rb
Commit message (Expand)AuthorAgeFilesLines
* Make association builder methods privateRyuta Kamizono2019-04-241-0/+2
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Merge pull request #19686 from tsun1215/index_errorsSean Griffin2015-10-261-1/+1
|\
| * Errors can be indexed with nested attributesMichael Probber2015-04-171-1/+1
* | docs, add missing `:nodoc: for `Associations::Builder`. [ci skip]Yves Senn2015-10-131-1/+1
|/
* Remove support to activerecord-deprecated_findersRafael Mendonça França2015-01-021-2/+2
* Add foreign_type option for polymorphic has_one and has_many.Ulisses Almeida + Kassio Borges2014-12-081-1/+1
* Fix custom join_table name on habtm reflectionsKassio Borges2014-04-251-1/+1
* Revert the whole refactoring in the association builder classes.Rafael Mendonça França2013-12-111-2/+2
* Bring back the valid_options class accessorRafael Mendonça França2013-12-111-1/+1
* Move macro to class levelRafael Mendonça França2013-10-091-1/+1
* Make valid_options a class methodRafael Mendonça França2013-10-091-1/+1
* valid_options doesn't depend on the instance, so push it to the classAaron Patterson2013-10-021-1/+1
* Dropped deprecated option `:restrict` for `:dependent` in associationsNeeraj Singh2013-07-031-1/+1
* Getting rid of the +automatic_inverse_of: false+ option in associations in favorwangjohn2013-06-081-1/+1
* Created a method to automatically find inverse associations and cachewangjohn2013-05-071-1/+1
* :counter_cache option for to support custom named counter caches. Closes #7993Yves Senn2012-11-041-1/+1
* DRY up handling of dependent optionJon Leighton2012-08-101-22/+2
* Unprivatise all the thingsJon Leighton2012-08-101-14/+12
* move dependency logic out of generated methodsJon Leighton2012-08-101-25/+4
* Clean up dependent option validation.Jon Leighton2012-08-101-3/+1
* Remove the dependent_restrict_raises option.Jon Leighton2012-08-101-2/+2
* load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-021-1/+0
* Refactor dependency check validationCarlos Antonio da Silva2012-08-011-6/+4
* move method for dependent option checkHrvoje Šimić2012-08-011-4/+3
* stop using class_attribute where methods/inheritance will suffice.Jon Leighton2012-07-131-2/+6
* no longer need #delete_all_on_destroyJon Leighton2012-05-181-1/+1
* Same method for has_many and has_one associationsPaco Guzman2012-01-311-14/+0
* Easy dependent_restrict error messagePaco Guzman2012-01-311-2/+1
* has_many/has_one, :dependent => :restrict, deprecation added.Manoj2012-01-291-1/+10
* Removed metaclass from the has_many dependency destroy method. Fixes #2954Dmitry Polushkin2011-12-311-6/+1
* Fix #3672 again (dependent: delete_all perf)Jon Leighton2011-12-141-1/+7
* avoid warningsJosh Susser2011-11-271-3/+3
* association methods are now generated in modulesJosh Susser2011-11-151-3/+3
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-1/+1
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-1/+3
* Use proper objects to do the work to build the associations (adding methods, ...Jon Leighton2011-02-211-0/+63