How to configure CKEditor in Rails 3.1 (gem + Asset Pipeline)

后端 未结 5 545
温柔的废话
温柔的废话 2021-01-02 05:31

I\'ve successfully configured the ckeditor gem from https://github.com/galetahub/ckeditor on my Rails 3.1 app. My problem now is that I can\'t figure out how to configure th

5条回答
  •  暖寄归人
    2021-01-02 06:21

    As of ckeditor gem version 3.7.1, I still don't have success with assets pipeline on production. However, I had success withthe ckeditor_rails gem. The setup instruction is on the GitHub page of the project and it is dead easy to setup.

提交回复
热议问题