Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Hanami application router #192

Merged
merged 7 commits into from
Nov 26, 2019

Commits on Nov 3, 2019

  1. Configuration menu
    Copy the full SHA
    aebce3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caa5dec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    363b238 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. Add test for context option

    timriley committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    d5676cd View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2019

  1. Remove support for declaring middleware via "use"

    This was moved back into Hanami::Application::Router
    timriley committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    43a6134 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2019

  1. Don't freeze the router immediately after initializing

    This closes off the possibility of extending its behavior (e.g. it makes it impossible to add the "use" middleware declarations in Hanami::Application::Router)
    timriley committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    2e6d912 View commit details
    Browse the repository at this point in the history
  2. Fix Rubocop violations

    jodosha authored and timriley committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    9fa48a9 View commit details
    Browse the repository at this point in the history