You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why is this? I want #receive! to return self like #update_attributes and .receive but it returns nil instead. What is the reasoning behind this? Also, why does #update_attributes NOT handle extra attributes? I have to work around all of these issues.
The text was updated successfully, but these errors were encountered:
Return of nil was intended to be a non-contract, which I then documented.
That was a stupid idea. Return self makes more sense, and should be put
into place.
Also +1 to update_attributes taking handle_extra_attributes
Overall I think we'd benefit from you doing a thoughtful review of the
gorillib contract -- basically read through the rdocs, flag things that are
mature with @api rdoc tag, highlight methods that seem unused or that
offer too much functionality.
Why is this? I want #receive! to return self like #update_attributes and
.receive but it returns nil instead. What is the reasoning behind this?
Also, why does #update_attributes NOT handle extra attributes? I have to
work around all of these issues.
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/6.
Why is this? I want
#receive!
to return self like#update_attributes
and.receive
but it returns nil instead. What is the reasoning behind this? Also, why does#update_attributes
NOT handle extra attributes? I have to work around all of these issues.The text was updated successfully, but these errors were encountered: