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

Attempt to look up non-existing settings in parent classes (see #21) #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 3, 2014

  1. Attempt to look up non-existing settings in parent classes (see sover…

    …an#21)
    
    This fixes an issue where settings are added to Cuba.settings *after* inheriting
    from `Cuba` are not picked up by the child classes. The problem is described in
    issue soveran#21.
    
    If a setting does not exist, Settings are looked up in the settings Hash of the parent class using `Hash#default_proc`. The settings Hash is still deepcloned, so
    settings are still overridable.
    britishtea committed Dec 3, 2014
    Configuration menu
    Copy the full SHA
    f18f60f View commit details
    Browse the repository at this point in the history