because CFP App 1.0 used to store proposals.proposal_data as a serialized AC::Parameters.
This follows up d70de792294b035b205ebadcc8ff0b5922711e75 and fixes
Psych::DisallowedClass: Tried to load unspecified class: ActionController::Parameters error that occurs when trying to show proposals that are posted on CFP App Version 1.
I know that Ruby Central folks may have never seen this error since you gave up migrating the V1 data to V2 and just abandoned them, but for those who somehow migrated the old data to V2 like we did for our conference RubyKaigi, I chose to upstream this patch instead of just updating our proposal_data in our DB to be normal Hash objects.
because CFP App 1.0 used to store proposals.proposal_data as a serialized AC::Parameters.
This follows up d70de792294b035b205ebadcc8ff0b5922711e75 and fixes
Psych::DisallowedClass: Tried to load unspecified class: ActionController::Parameters
error that occurs when trying to show proposals that are posted on CFP App Version 1.I know that Ruby Central folks may have never seen this error since you gave up migrating the V1 data to V2 and just abandoned them, but for those who somehow migrated the old data to V2 like we did for our conference RubyKaigi, I chose to upstream this patch instead of just updating our
proposal_data
in our DB to be normal Hash objects.