aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/attribute_assignment.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Improve error message when assign wrong attributes to modelSemyon Pupkov2018-04-281-1/+1
* Alias `assign_attributes` to `attributes=` for `AttributeAssignment`Ryuta Kamizono2018-02-281-0/+2
* add frozen string literal commentshotat2017-06-151-1/+3
* freeze stringshotat2017-06-141-1/+1
* enhance active model assignmentshotat2017-06-141-2/+3
* Docs: Fix output representation [ci skip]Viktor Fonic2017-05-311-2/+2
* No need to check nilTsukuru Tanimichi2017-04-021-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-10/+10
* applies new string literal convention in activemodel/libXavier Noria2016-08-061-1/+1
* Update and fix forbidden attributes testsThomas Walpole2015-11-031-1/+1
* Follow-up to #10776Robin Dupret2015-02-261-11/+0
* ✂️ and 💅 for #10776Sean Griffin2015-01-231-3/+2
* Extracted `ActiveRecord::AttributeAssignment` to `ActiveModel::AttributesAssi...Bogdan Gusiev2015-01-231-0/+64