alchemy_cms
https://github.com/magiclabs/alchemy_cms
Ruby
AlchemyCMS is a powerful, flexible and user centric Rails 5 CMS. 🧙🏻♂️
RestrictOnDeletePageIdForeignKeyFromAlchemyNodes#up
No Docs, write some!
Edit
git clone [email protected]:magiclabs/alchemy_cms.git
cd alchemy_cms
open db/migrate/20220514072456_restrict_on_delete_page_id_foreign_key_from_alchemy_nodes.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-RestrictOnDeletePageIdForeignKeyFromAlchemyNodes-up-for-pr
# Commit to gitgit add db/migrate/20220514072456_restrict_on_delete_page_id_foreign_key_from_alchemy_nodes.rbgit commit -m "better docs for RestrictOnDeletePageIdForeignKeyFromAlchemyNodes#up"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-RestrictOnDeletePageIdForeignKeyFromAlchemyNodes-up-for-pr
hub pull-request
# Celebrate!