hanami

https://github.com/hanami/hanami

Ruby

The web, with simplicity.

Hanami::CLI::Commands::Destroy::Migration#assert_valid_migration!

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:hanami/hanami.git

cd hanami

open lib/hanami/cli/commands/destroy/migration.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Hanami--CLI--Commands--Destroy--Migration-assert_valid_migration--for-pr


# Commit to git

git add lib/hanami/cli/commands/destroy/migration.rbgit commit -m "better docs for Hanami::CLI::Commands::Destroy::Migration#assert_valid_migration!"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Hanami--CLI--Commands--Destroy--Migration-assert_valid_migration--for-pr

hub pull-request


# Celebrate!