hanami
https://github.com/hanami/hanami
Ruby
The web, with simplicity.
Hanami::Providers::DB::Config#each_plugin
No Docs, write some!
Edit
git clone [email protected]:hanami/hanami.git
cd hanami
open lib/hanami/providers/db/config.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Hanami--Providers--DB--Config-each_plugin-for-pr
# Commit to gitgit add lib/hanami/providers/db/config.rbgit commit -m "better docs for Hanami::Providers::DB::Config#each_plugin"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Hanami--Providers--DB--Config-each_plugin-for-pr
hub pull-request
# Celebrate!