ruby on rails - How to change ckeditor backend from carrierwave to paperclip? -


i want change ckeditor backend carrierwave paperclip. how can go this. did rails generate ckeditor:install --orm=active_record --backend=carrierwave , generated necessary files. did rake db:migrate

is there way uninstall ckeditor reinstall again? know need rails generate ckeditor:install --orm=active_record --backend=paperclip i'm not sure if running again replace it. i'm worried might break code.


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -