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

Changes for Mustache compatibility & latest version of therubyracer #257

Commits on Jun 15, 2012

  1. Configuration menu
    Copy the full SHA
    13d586a View commit details
    Browse the repository at this point in the history
  2. Fix test infrastructure.

    therubyracer requires a this argument as the first argument of each
    proc called from the JS side.
    bensummers committed Jun 15, 2012
    Configuration menu
    Copy the full SHA
    5e5847b View commit details
    Browse the repository at this point in the history
  3. Mustache compatibility: Allow : in IDs

    Mustache.js allows : in IDs. This allows partial names to contain the :
    character, the convention for namespaces.
    bensummers committed Jun 15, 2012
    Configuration menu
    Copy the full SHA
    563d7ac View commit details
    Browse the repository at this point in the history
  4. Mustache compatibility: Context can move for partials

    If there exists a property matching the name of the partial and the
    value is an object, move the context to that object
    bensummers committed Jun 15, 2012
    Configuration menu
    Copy the full SHA
    0dd25a2 View commit details
    Browse the repository at this point in the history