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 validation of nested parameters. #236

Merged

Commits on Sep 4, 2012

  1. Allow validation of nested parameters.

    Passing the scope to the validators, so they can take the relevant parameters.
    
    Using the group syntax which allows for:
    
    group :user do
      group :admin do
        requires :first_name, :last_name
      end
    end
    Tim Vandecasteele committed Sep 4, 2012
    Configuration menu
    Copy the full SHA
    d021e22 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2012

  1. Add nested parameters explanation to readme.

    Tim Vandecasteele committed Sep 5, 2012
    Configuration menu
    Copy the full SHA
    ec1fe76 View commit details
    Browse the repository at this point in the history
  2. Add 'nested validation' to changelog.

    Tim Vandecasteele committed Sep 5, 2012
    Configuration menu
    Copy the full SHA
    026c26e View commit details
    Browse the repository at this point in the history
  3. Give a full_name to parameters in param groups, so

    documentation can properly access these parameters.
    Tim Vandecasteele committed Sep 5, 2012
    Configuration menu
    Copy the full SHA
    3715500 View commit details
    Browse the repository at this point in the history