Rails 3.1 ckeditor

前端 未结 4 2013
死守一世寂寞
死守一世寂寞 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:58

    This works like a charm, just tested it on rails 3.1.rc6. Also be cautious of the gem you are using. As of the moment of this post, the oficial gem was not working and was waiting for a pull request, so be sure to use fxposter's version of the gem in your gemfile.

    https://github.com/fxposter/rails_3_1_with_ckeditor_and_carrierwave

提交回复
热议问题