class ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Vector

def cast(value)

is to just return the string.
to cast the values. Unfortunately, the current Rails behavior
FIXME: this should probably split on +delim+ and use +subtype+
def cast(value)
  value
end