galetahub / ckeditor

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

Prefer ActionView::OutputBuffer over ActiveSupport::SafeBuffer as a buffer for views #900

Closed amatsuda closed 3 years ago

amatsuda commented 3 years ago

Ckeditor instantiates ActiveSupport::SafeBuffer in TextArea, but we'd better use the dedicated buffer class for views in Action View where we're already depending on Action View. https://github.com/rails/rails/blob/master/actionview/lib/action_view/buffers.rb

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.