greyblake / blogo

Mountable blog engine for Ruby on Rails
MIT License
104 stars 55 forks source link

Text Editor not coming at heroku #31

Closed shyammohankanojia closed 8 years ago

shyammohankanojia commented 8 years ago

HI

Did any face this issue, Text Editor not coming at heroku? Even i tried to run asset precompile at local and than push to heroku.

some one please suggest what to do in this case? see the screenshot

screen shot 2015-12-11 at 1 41 21 am

eterry1388 commented 8 years ago

Yes I had the same issue. I solved it by using "non-stupid-digest-assets". See here: https://github.com/alexspeller/non-stupid-digest-assets

I created an initializer here:

config/initializers/non_digest_assets.rb

And added this line to it:

NonStupidDigestAssets.whitelist += [/ckeditor\/.*/]
shyammohankanojia commented 8 years ago

Thanks @eterry1388

This worked for me :+1:

MSeneadza commented 7 years ago

Thanks @eterry1388 , I just ran into this today after changing my site's theme from Zurb to Bootstrap. That gem did the trick!