Created
March 27, 2015 19:25
-
-
Save jordanhudgens/e4f9b7b521620c571e46 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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