hanami

https://github.com/hanami/hanami

Ruby

The web, with simplicity.

Hanami::Application::ClassMethods#router_resolver

No Docs, write some!

Source | Google | Stack overflow

Edit

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

cd hanami

open lib/hanami/application.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Hanami--Application--ClassMethods-router_resolver-for-pr


# Commit to git

git add lib/hanami/application.rbgit commit -m "better docs for Hanami::Application::ClassMethods#router_resolver"


# 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--Application--ClassMethods-router_resolver-for-pr

hub pull-request


# Celebrate!