Skip to content

Instantly share code, notes, and snippets.

@jordanhudgens
Created March 27, 2015 19:25
Show Gist options
  • Save jordanhudgens/e4f9b7b521620c571e46 to your computer and use it in GitHub Desktop.
Save jordanhudgens/e4f9b7b521620c571e46 to your computer and use it in GitHub Desktop.
# Add config.assets.precompile += Ckeditor.assets to application.rb
# Add gem 'turbo-sprockets-rails3' to my Gemfile under :assets group.
# Removed unused Gems from Gemfile.
# Bundle Install
# Remove the following lines from active_admin.js.coffee:
//= require active_admin/base
//= require ckeditor/override
//= require ckeditor/init
# Push to Heroku.
# Add the 3 lines back.
# Push again.
# Everything should work because most of the assets have been recompiled before pushing with ckeditor.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment