Rails 3.1 ckeditor

前端 未结 4 1886
死守一世寂寞
死守一世寂寞 2021-02-10 06:41

So I just tried to install ckeditor in rails, however it doesn\'t look like its working.

Here is what I did

added these lines to my gemfile

gem \         


        
4条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-10 06:54

    I had the same setup as you and the same issue. With jalagrange's example app as a comparison to mine, I eventually found the issue to be in development.rb. I had to remove this line:

    config.assets.debug = true
    

    It worked for me with after that.

提交回复
热议问题