ruby - uninitialized constant Ckeditor::Orm - Rails 4 (ckeditor gem) -


hey guys trying install ckeditor gem on environment can't upload files or pictures this

nameerror in ckeditor::picturescontroller#index  uninitialized constant ckeditor::orm  extracted source:  class ckeditor::asset < activerecord::base   include ckeditor::orm::activerecord::assetbase    delegate :url, :current_path, :content_type, :to => :data    validates_presence_of :data 

i using carrierwave + minimagick , did use command install , did migration well.

any appreciated.

he not using paperclip correct answer be

class ckeditor::asset < activerecord::base   include activerecord   include ckeditor::orm::activerecord::assetbase   include ckeditor::backend::carrierwave end 

http://www.maxmakedesign.co.uk/development/2014/rails-ckeditor-uninitialized-constant/


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -