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

Fix capture group replacement in URLFor / URLWith #274

Merged
merged 2 commits into from
Jun 17, 2014

Commits on Jun 16, 2014

  1. properly replace capture groups in URLWith / URLFor

    if specifying a standard capture group (as specified by
    http://golang.org/pkg/regexp/syntax/) in a route, the replacement
    in URLWith needs to include the appropriate regex, in addition
    to the :name sugar
    thevisus committed Jun 16, 2014
    Configuration menu
    Copy the full SHA
    a82e3f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69b1f20 View commit details
    Browse the repository at this point in the history