aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_assignment.rb
Commit message (Expand)AuthorAgeFilesLines
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-1/+1
* Add more detailed comment about _assign_attribute method [ci skip]Mehmet Emin İNAÇ2015-05-131-1/+2
* Follow-up to #10776Robin Dupret2015-02-261-0/+7
* Push multi-parameter assignement into the typesSean Griffin2015-02-071-96/+6
* Move method to private sectionCarlos Antonio da Silva2015-01-261-7/+7
* ✂️ and 💅 for #10776Sean Griffin2015-01-231-16/+4
* Extracted `ActiveRecord::AttributeAssignment` to `ActiveModel::AttributesAssi...Bogdan Gusiev2015-01-231-38/+19
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Silence warning in testSean Griffin2014-06-241-5/+5
* Remove unused param 'klass' from AttributeAssignment#read_otherMindaugas Mozūras2014-06-231-2/+2
* Remove composed_of special case from multi-parameter attributesSean Griffin2014-06-061-4/+3
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-06-011-2/+2
|\
| * [ci skip] add created_at and updated_at to exampleschneems2014-05-291-2/+2
* | Remove :timestamp column typeSean Griffin2014-05-191-1/+1
|/
* copy edits [ci skip]Vijay Dev2014-05-101-6/+5
* [ci skip] add example to AR#assign_attributesschneems2014-05-091-0/+10
* assign_attributes should return if argument is blank.wangjohn2013-09-241-0/+1
* Merge pull request #9860 from wangjohn/update_attributes_throws_error_with_nilRafael Mendonça França2013-09-241-1/+3
|\
| * Raising an error when nil or non-hash is passed to update_attributes.wangjohn2013-06-251-1/+3
* | Remove deprecated attr_protected/accessibleŁukasz Strzałkowski2013-06-271-1/+0
|/
* Add more data to AR::UnknownAttributeErrorBogdan Gusiev2013-05-161-1/+1
* require things we needAaron Patterson2013-05-151-0/+1
* Refactoring validate_missing_parameters to validate_required_parameters.wangjohn2013-03-231-5/+5
* Deprecate obsolete Time to DateTime fallback methodsAndrew White2012-12-111-1/+1
* Typecast to string and array are not supported in multiparameterRafael Mendonça França2012-10-181-3/+2
* update AR::AttributeAssignment documentation [ci skip]Francesco Rodriguez2012-09-191-5/+5
* AR::Base#attributes= is just an alias for AR::Base#assign_attributesGuillermo Iguaran2012-09-191-10/+4
* Remove mass_assignment_options from ActiveRecordGuillermo Iguaran2012-09-161-17/+2
* attr_accessible and attr_protected raise an exception pointing to use plugin ...Guillermo Iguaran2012-09-161-0/+2
* Rename ForbiddenAttributes exception to ForbiddenAttributesErrorGuillermo Iguaran2012-09-161-1/+1
* Remove mass assignment security from ActiveRecordGuillermo Iguaran2012-09-161-73/+8
* Get rid of some arguments by using the accessorsCarlos Antonio da Silva2012-08-181-30/+31
* Move multiparameter attribute logic to a classCarlos Antonio da Silva2012-08-181-72/+84
* Some more cleanup to use Hash#values_at, and some method docsCarlos Antonio da Silva2012-08-181-3/+7
* Use cached column information to instantiate time objectCarlos Antonio da Silva2012-08-181-6/+6
* Refactor blank date parameter validationCarlos Antonio da Silva2012-08-181-2/+6
* Refactor missing parameter validation based on positionCarlos Antonio da Silva2012-08-181-7/+12
* 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