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

Allow specification of a namespace when calling urlFor with a DB Object #66

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Commits on Jun 27, 2012

  1. Copy the full SHA
    c0e62c3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ef5eae8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9540d69 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6d2ed95 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    91fcc01 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2012

  1. Copy the full SHA
    26e5f10 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c6f3247 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2012

  1. Copy the full SHA
    44c6d79 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4d14d65 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0c3499e View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2012

  1. Copy the full SHA
    ef2a6d0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c28d44b View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2012

  1. Fixes jaredhanson#64 - Better support for "limited" route parameters

    Replaces the parentheses in limited route parameters. e.g. /route/:type(one|two|three)
    GothAck committed Dec 12, 2012
    Copy the full SHA
    c843822 View commit details
    Browse the repository at this point in the history
  2. Allow specification of a namespace when calling urlFor with a DB Object

    `urlFor(my_user, { namespace: 'admin' })` will result in adminUserURL helper
    GothAck committed Dec 12, 2012
    Copy the full SHA
    bb29d40 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2012

  1. Copy the full SHA
    9c22903 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    197ad8d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3fa524c View commit details
    Browse the repository at this point in the history