You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got timeout error when I push master branch to heroku,
My OSX was hanged up while executing bundle exec rake assets:precompile RAILS_ENV=production --trace
I fixed issues above by down-grading ckeditor to 4.0.4.
I found some similar report in the web.
It should be specified gem 'ckeditor', '4.0.4' or something for now.
The text was updated successfully, but these errors were encountered:
I got timeout error when I push master branch to heroku,
My OSX was hanged up while executing
bundle exec rake assets:precompile RAILS_ENV=production --trace
I fixed issues above by down-grading ckeditor to 4.0.4.
I found some similar report in the web.
It should be specified
gem 'ckeditor', '4.0.4'
or something for now.The text was updated successfully, but these errors were encountered: