Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
引发“无法设置未定义的属性 'dir'”错误
gem 'ckeditor', '~> 5.0'
截至目前,ckeditor gem 版本 5 实际上包含 ckeditor-4。
还有一个ckeditor-5,它本身是基于webpack的,可以直接放入rails-6 webpack中,不需要gem。
OTOH,虽然这可能是更面向未来的方法,但 ckeditor-5 在许多方面有所不同,可能适合也可能不适合您的需求。