Justis Blasco
Justis Blasco
Note that `cf-terraforming` uses the actual Terraform provider you have installed in your config. So it needs to run from a valid Terraform setup locally. Ensure that `terraform validate` passes...
Without this patch, on Rails 6.0 this deprecation warning will appear whenever `to_ascii` is called: ``` DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfc)...
FYI I opened a PR that extends the range to `< 8.0`, which is inline with how the gem handled previous Rails major version updates: https://github.com/froala/wysiwyg-rails/pull/119 Hopefully Froala will be...
Note this was fixed in the latest release by https://github.com/froala/wysiwyg-rails/commit/87901ed4cb9ea6974c18bf44318b2372085e5d3a#diff-89e7d299629c1014d0f2ac27184582bc530fa6018fcb612faffe9e4489f4b292R17 so I closed my PR.