Integrating CKEditor with Rails 3.2

后端 未结 12 1467
一整个雨季
一整个雨季 2021-02-02 04:27

Similar to Integrating CKEditor with Rails 3.1 Asset Pipline

I am trying to integrate ckeditor with my rails 3.2 application.<

12条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-02 04:56

    I encountered the same problem and found a solution.Go to the following Link: http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Specifying_the_Editor_Path

    
    <%= javascript_include_tag "application" %>
    

    you don't need to set config.assets.precompile anything.

提交回复
热议问题