Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove serialization of non-existing classes/objects #390

Merged

Commits on Jul 17, 2019

  1. Remove serialization of non-existing classes/objects

    Rails 5.0.0 - 5.0.6 serialized internal classes that don't exist in rails
    5.1+.
    
    For example, ActiveModel::Type::Text was moved to ActiveRecord so
    anything that serialized the raw_attributes, which contain lots of
    bloated information, and this class was in the raw_attributes, we would
    be unable to deserialize it using rails 5.1+.
    
    Additionally, if the notificiation has a subject in the options column
    that no longer exists, therefore we have to also remove these.
    
    See also:
    rails/rails#25145
    jrafanie committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    217f5c9 View commit details
    Browse the repository at this point in the history