spree-contrib / spree_editor

Rich text editor for Spree with Image and File uploading in-place.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
112 stars 183 forks source link

CKEditor's buttons don't appear in production (heroku) #95

Closed dalawwa closed 9 years ago

dalawwa commented 9 years ago

spree_editor works fine in development, but I have a strange behaviour in production (cedar stack Heroku, Puma server)

capture d ecran de 2015-02-05 14 31 33

Using spree 2.3.3 / Rails 4.1.6, ubuntu 14.04 my Gemfile : https://gist.github.com/adoptanoob/25158098aa58796b3ca9

paulhuisman commented 9 years ago

Hey, i had this problem too.

The solution provided in this post fixed it: http://stackoverflow.com/questions/19777316/problems-with-ckeditor-running-on-production-rails-application-with-heroku

dalawwa commented 9 years ago

Well, I tried it with config.assets.compile = true but it then Heroku returns a Memory Quota Exceeded error since the app needs > 512Mo of Ram after that tweak. Did you encounter the same problem?

Thanks for your hint!

dalawwa commented 9 years ago

Not resolved but closing it anyway.