rsim / oracle-enhanced

Oracle enhaced adapter for ActiveRecord
MIT License
546 stars 308 forks source link

Fix deprecation warning about serializer keywords (9) #2375

Closed andynu closed 1 month ago

andynu commented 6 months ago

Fix deprecation warning about serializer keywords

DEPRECATION WARNING: Passing the class as positional argument is deprecated and will be removed in Rails 7.2.

Please pass the class as a keyword argument:

  serialize :serialized, type: Array
 (called from <class:TestSerializedColumn> at /home/andy/src/oracle-enhanced/spec/active_record/connection_adapters/oracle_enhanced_adapter_spec.rb:446)

Stacked on #2374