The limit of 8KB in the Postgres adapter will give you troubles sooner than later.
The Postgres adapter made sense when ActionCable was used to send short messages, but its payload size limit makes it impractical when sending HTML over the wire.
Been there, seen PG::InvalidParameterValue: ERROR: payload string too long
.