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

Caching improvements #298

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 3, 2015

  1. Configuration menu
    Copy the full SHA
    e411be8 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2015

  1. Implement double-serialization-free caching system

    This removes the need to serialize-and-then-deserialize-again
    cached values per the proposal outlined in rails#289.
    dirk committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    9d76862 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2016

  1. Configuration menu
    Copy the full SHA
    ba3e866 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cf2007 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1533a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2016

  1. Configuration menu
    Copy the full SHA
    d052df2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3663909 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca04505 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18ec70b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2016

  1. Configuration menu
    Copy the full SHA
    e21a646 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c146e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60189dd View commit details
    Browse the repository at this point in the history