aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/nested_attributes_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Fixes #33610Darwin D Wu2018-09-111-0/+12
* Call build when extend with nested attributes definedAlireza Bashiri2018-08-021-0/+12
* Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the futureRyuta Kamizono2018-07-121-1/+0
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-2/+2
* Remove extra whitespaceDaniel Colson2018-01-251-2/+2
* Use assert_empty and assert_not_emptyDaniel Colson2018-01-251-3/+3
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-18/+18
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Raise on create for singular association when parent is unpersistedAlex Kitchens2017-06-081-1/+1
* More friendly exception in nested attributesKir Shatrov2017-05-221-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-3/+3
* Add three new rubocop rulesRafael Mendonça França2016-08-161-25/+25
* Fix broken alignments caused by auto-correct commit 411ccbdRyuta Kamizono2016-08-101-1/+2
* applies remaining conventions across the projectXavier Noria2016-08-061-2/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-6/+6
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-12/+10
* modernizes hash syntax in activerecordXavier Noria2016-08-061-131/+131
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-190/+190
* `load_target` is a public methodRyuta Kamizono2016-07-231-4/+4
* remove args from assert_nothing_raised in testsTara Scherner de la Fuente2016-02-221-9/+9
* Addresses #23568Ryan T. Hosford2016-02-091-0/+14
* Don't short-circuit reject_if procAndrew White2016-01-221-0/+13
* Update and fix forbidden attributes testsThomas Walpole2015-11-031-35/+0
* Removed mocha from Active Record Part 2Ronak Jangir2015-09-161-16/+20
* Ensure that 'ActionController::Parameters' can still be passed to AR for coll...Thomas Walpole2015-07-181-1/+13
* Ensure that `ActionController::Parameters` can still be passed to ARSean Griffin2015-07-181-0/+23
* Add test proving that accepts_nested_attributes_for is secure against ID tamp...Victor Costan2015-07-071-0/+10
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-2/+2
* Follow-up to #10776Robin Dupret2015-02-261-1/+1
* Always perform validations on nested attribute associationsSean Griffin2015-01-301-0/+7
* Don't redefine autosave association callbacks in nested attrsSean Griffin2015-01-281-0/+10
* Extracted `ActiveRecord::AttributeAssignment` to `ActiveModel::AttributesAssi...Bogdan Gusiev2015-01-231-1/+1
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-6/+6
* Remove extra indirection for testing exceptions and messagesCarlos Antonio da Silva2014-03-201-28/+12
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* This test does not test anything that happens in the real world. If youAaron Patterson2013-06-131-20/+0
* refute the predicate for better failure messagesAaron Patterson2013-06-131-1/+1
* Created a method to automatically find inverse associations and cachewangjohn2013-05-071-0/+2
* Do not overwrite manually built records during one-to-one nested attribute as...Olek Janiszewski2013-05-031-0/+14
* Add Error#full_message test; Fix typosVipul A M2013-03-221-1/+1
* fix typos in AR. lots of them.Vipul A M2013-03-191-1/+1
* Namespace HashWithIndifferentAccessAkira Matsuda2013-01-071-2/+2
* Rename update_attributes method to update, keep update_attributes as an aliasAmparo Luna + Guillermo Iguaran2013-01-031-54/+54
* Add test to avoid regression of 58e48d5292242f000dc8a87fdbb1c0ccdcf286d8Gabriel Sobrinho & Ricardo Henrique2012-11-081-0/+11
* Ensure nested attributes is restored in case of a test failureCarlos Antonio da Silva2012-11-031-1/+1
* Simplify query conditions a bit in nested attributes testCarlos Antonio da Silva2012-11-031-5/+3
* gradually moving documentation to new hash syntaxAvnerCohen2012-10-101-1/+1