Closed Piyush-Chaudhary closed 4 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.
I have the same issue on Rails 5
I am developing a rails 6 app in which I want to integrate CKEditor. I have done installing as per the Github README and my knowledge to Rails 6.
There is no error in backlogs as well in the browser console but still, I am getting only the box which can be stretch but with no toolbar.
Please find the associated code with the CKEditor.
confif/initializers/assets.rb
Ran rails generate ckeditor:install --orm=active_record --backend=active_storage
Mount the Ckeditor::Engine in your routes (config/routes.rb): as mount Ckeditor::Engine => '/ckeditor'
Setup editor version to load in config/initializers/ckeditor.rb