Closed dalawwa closed 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
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!
Not resolved but closing it anyway.
spree_editor works fine in development, but I have a strange behaviour in production (cedar stack Heroku, Puma server)
Using spree 2.3.3 / Rails 4.1.6, ubuntu 14.04 my Gemfile : https://gist.github.com/adoptanoob/25158098aa58796b3ca9