aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_assignment.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Reuse already fetched column to check for :timeCarlos Antonio da Silva2012-08-181-5/+6
* Refactor some code in multiparameter assignmentCarlos Antonio da Silva2012-08-181-26/+25
* Extract nested parameter assignment to a separate methodCarlos Antonio da Silva2012-08-181-3/+6
* don't call method unless we need toJon Leighton2012-08-171-1/+1
* align them assignmentsJon Leighton2012-08-171-4/+4
* Optimize for the happy pathJon Leighton2012-08-171-11/+14
* load active_support/concern in active_support/railsXavier Noria2012-08-021-1/+0
* Revert "Removing composed_of from ActiveRecord."Rafael Mendonça França2012-07-271-2/+2
* Fixes #6825, adds tests covering cases and error possibilities, also changes ...Mauricio Linhares2012-06-271-9/+22
* Removing composed_of from ActiveRecord.Steve Klabnik2012-06-181-2/+2
* Fix deprecation warnings when using config.active_record.mass_assignment_sani...Jon Leighton2012-06-151-3/+8
* Fix observers with AR::ModelJon Leighton2012-06-151-0/+1
* Fix config.active_record.whitelist_attributes with AR::ModelJon Leighton2012-06-151-0/+13
* Merge pull request #6676 from aurelian/masterRafael Mendonça França2012-06-121-1/+1
|\
| * Don't assign the attributes if the list is empty.Aurelian Oancea2012-06-081-1/+1
* | Ensure that mass assignment options are preservedAndrew White2012-06-101-1/+3
|/
* Split out most of the AR::Base code into separate modules :cake:Jon Leighton2011-12-151-0/+221