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
This line: eval "class <<str; def html_truncated?; #{opts[:was_truncated]} end end"
causes a singleton class to be returned which prevents the field from being serialized using Marshal (and therefore prevents it from being cached using dalli/memcached).
The text was updated successfully, but these errors were encountered:
This line:
eval "class <<str; def html_truncated?; #{opts[:was_truncated]} end end"
causes a singleton class to be returned which prevents the field from being serialized using Marshal (and therefore prevents it from being cached using dalli/memcached).
The text was updated successfully, but these errors were encountered: