We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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