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 reuse of Application.buildContainer without full Application. #4157

Closed

Commits on Jan 16, 2014

  1. Allow reuse of Application.buildContainer without full Application.

    This will allow usage of `Ember.Application.buildContainer` without
    needing providing a namespace (or an Ember.Application instance).
    
    The primary impetus of this is to prevent from having to create one-off
    container look-alikes for unit testing. This also allows us to
    consolidate the knowledge of what things are registered and setup by
    default to a single place.
    rwjblue committed Jan 16, 2014
    Configuration menu
    Copy the full SHA
    daafb65 View commit details
    Browse the repository at this point in the history