Fix Action Cable origin check to respect
X-Forwarded-Hostbehind reverse proxies.The
allow_same_origin_as_hostcheck previously compared against the rawHTTP_HOSTheader, which fails when a proxy forwards requests with a different internal host. It now usesrequest.host_with_port, consistent with the rest of Rails.Jordan Brough
Channel generator now detects which JS package manager to use when installing javascript dependencies.
David Lowenfels
Please check [8-1-stable]) for previous changes.