Closed asecondwill closed 5 years ago
looking through the other migrations in this app, they tend to look like
class AddMetaTitleToPage < SolidusSupport::Migration[4.2]
rather than
class CreateCkeditorAssets < ActiveRecord::Migration
corresponding issue at the ckeditor gem
obviously for now, can just edit generated migration, eg
class CreateCkeditorAssets < ActiveRecord::Migration[5.1]
to keep going.
Is selecting images previously uploaded only possible with ckeditor with this gem? or does that work with TinyMCE too?
https://github.com/galetahub/ckeditor/pull/776 has been merged so we can close this one
Getting an error running migrate after this
rails g ckeditor:install --orm=active_record --backend=paperclip
solid git:master ❯ rake db:migrate
I'm just setting up a demo. rails 5.1.5
I have added to the bottom of the gem file: