Can someone tell me what files I need from the ckeditor directory to put into my production machine? Surely we dont need the samples directory. I want the bare minimum for a rails 3 install.
the issue here is that we use Heroku and they have limits on sizes of program data and 8 MB for ckeditor is very large in this respect.
Im using Heroku cedar with ruby 1.9.2 and rails 3.1.X and place the ckeditor directory in the public directory.
the issue here is that we use Heroku and they have limits on sizes of program data and 8 MB for ckeditor is very large in this respect.
Im using Heroku cedar with ruby 1.9.2 and rails 3.1.X and place the ckeditor directory in the public directory.
Re: Pare Down ckeditor Directory for production install