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

Call object.dump in rendered for Dumpable instances #27

Merged
merged 2 commits into from
Feb 18, 2016

Commits on Jan 27, 2016

  1. Call object.dump in rendered for Dumpable instances

    When fully dumping an object (i.e., when no subfields were selected), that is not a Blueprint, ensure we call `object.dump` if they have the Attributor::Dumpable module.
    
    
    Signed-off-by: Josep M. Blanquer <blanquer@rightscale.com>
    blanquer committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    c1dd6cd View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2016

  1. fix Blueprint#validate to also check any attribute requirements

    Signed-off-by: Dane Jensen <dane@rightscale.com>
    Dane Jensen committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    beec198 View commit details
    Browse the repository at this point in the history