There was an error while loading. Please reload this page.
After adding the gem to your Rails application, run the following to install Valkyrie's migrations and migrate them:
bin/rails valkyrie_engine:install:migrations && bin/rails db:migrate
If you're trying the above with an engine in the dummy app and it can't find the rake task, ensure your library has the following:
dummy
require 'valkyrie'
in its main file (usually lib/gemname.rb)
lib/gemname.rb