Skip to content

Commit

Permalink
Add CHANGELOG entry for #13557 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jan 1, 2014
1 parent a28f1c2 commit f141919
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
* Fix presence validator for association when the associated record responds to `to_a`.

*gmarik*

* Fixed regression on preload/includes with multiple arguments failing in certain conditions, * Fixed regression on preload/includes with multiple arguments failing in certain conditions,
raising a NoMethodError internally by calling `reflect_on_association` for `NilClass:Class`. raising a NoMethodError internally by calling `reflect_on_association` for `NilClass:Class`.


Expand Down
Expand Up @@ -51,7 +51,6 @@ def test_validates_presence_of_has_many_marked_for_destruction
assert b.invalid? assert b.invalid?
end end



def test_validates_presence_doesnt_convert_to_array def test_validates_presence_doesnt_convert_to_array
Speedometer.validates_presence_of :dashboard Speedometer.validates_presence_of :dashboard


Expand Down

0 comments on commit f141919

Please sign in to comment.