You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E. Lynette Rayle edited this page Mar 8, 2022
·
19 revisions
This is under construction. At this time, it is mostly a list of topics to cover. As topics are covered, you will see the text in the list turned into links to other wiki pages or documentation sources
Forms - Forms that include HydraEditor::Form are being replaced by Valkyrie Change Sets by extending < Hyrax::ChangeSet. Both are in the forms directory.
Specs - prefer FactoryBot.create or FactoryBot.build over create or build. If you are editing a spec, you can help this transition by adding FactoryBot. to create and build statements.