Project

General

Profile

« Previous | Next » 

Revision 976bf6e0

Added by Dominic Cleal over 7 years ago

fixes #16792 - don't modify AR record attributes in-place

Rails 5 may call #freeze on strings passed in as an attribute during
validation, so attributes must not be edited in-place with gsub! and
similar methods.

  • added
  • modified
  • copied
  • renamed
  • deleted