galetahub / ckeditor

Ckeditor 4.x integration gem for rails
https://ckeditor.com/ckeditor-4/
MIT License
2.23k stars 878 forks source link

undefined method extract_dimensions #906

Closed lulalala closed 3 years ago

lulalala commented 3 years ago

After upgrading to v5, I am faced with this error message

NoMethodError - undefined method `extract_dimensions' for # Did you mean? extract_size:

It seems we have removed the method in SHA e220fc44b75c1a21dd87c8fa98d639a1a3f4a674

There is no issue nor PR indicating this has been done, and the readme/changelog does not mention about this breaking change.

Could you document about the reason behind this change please? Thanks!