Our application currently uses haml v5.2.0 for legacy reasons. We are trying to upgrade to rails v7.1.5. However, because of rails changes such as #45731 && #47194, haml v5 seems to be incompatible with rails v7.1
I see haml v6 is almost a complete overwrite so not sure how and what can we patch to make v5 work with rails v7.1. Any idea on what should be done to make it compatible? TIA
Our application currently uses
haml v5.2.0for legacy reasons. We are trying to upgrade torails v7.1.5. However, because of rails changes such as #45731 && #47194, haml v5 seems to be incompatible with rails v7.1I see
haml v6is almost a complete overwrite so not sure how and what can we patch to makev5work withrails v7.1. Any idea on what should be done to make it compatible? TIA