aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/builder/has_one.rb
Commit message (Expand)AuthorAgeFilesLines
* Dropped deprecated option `:restrict` for `:dependent` in associationsNeeraj Singh2013-07-031-1/+1
* DRY up handling of dependent optionJon Leighton2012-08-101-19/+3
* Unprivatise all the thingsJon Leighton2012-08-101-14/+12
* move dependency logic out of generated methodsJon Leighton2012-08-101-11/+7
* Clean up dependent option validation.Jon Leighton2012-08-101-2/+1
* Remove the dependent_restrict_raises option.Jon Leighton2012-08-101-2/+1
* 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-11/+8
* Same method for has_many and has_one associationsPaco Guzman2012-01-311-16/+2
* Easy dependent_restrict error messagePaco Guzman2012-01-311-2/+1
* has_many/has_one, :dependent => :restrict, deprecation added.Manoj2012-01-291-1/+10
* avoid warningsJosh Susser2011-11-271-2/+2
* association methods are now generated in modulesJosh Susser2011-11-151-6/+5
* 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/+61