rails - how to unistall ckeditor from rails -


first installed ckeditor, found simple text editor , want remove ckeditor. there word on how it.

of course, can remove gem gemfile , run bundle, how can removed ckeditor files?

you have inserted application.js , application.css file - remove require ckeditor stuff.

then remove gemfile. run:

bundle exec gem uninstall gem_name 

also if have assets precompiled run:

rake assets:clean assets:precompile rails_env=production 

to remove public js , css files.

if still encounter ckeditor files in public assets folder run:

rake assets:clobber , compile again.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -