aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/nested_attributes_with_callbacks_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-2/+2
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-4/+4
* Add three new rubocop rulesRafael Mendonça França2016-08-161-8/+8
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* modernizes hash syntax in activerecordXavier Noria2016-08-061-6/+6
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-8/+8
* Use assert_not rather than refutePiotr Sarnacki2013-08-121-5/+5
* Refactor NestedAttributesWithCallbacksTest for clarityBen Woosley2013-08-121-67/+66
* Fix interactions between :before_add callbacks and nested attributes assignmentDr.(USA) Joerg Schray2013-08-121-0/+145