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

Use rack-cache 1.1 #3202

Merged
merged 2 commits into from
Oct 3, 2011
Merged

Commits on Oct 3, 2011

  1. Configuration menu
    Copy the full SHA
    57d9737 View commit details
    Browse the repository at this point in the history
  2. Require rack-cache 1.1.

    Versions prior to 1.1 delete the If-Modified-Since and If-Not-Modified headers when
    config.action_controller.perform_caching is true. This has two problems:
     * unexpected inconsistent behaviour between development & production environments
     * breaks applications that use of these headers
    abscondment committed Oct 3, 2011
    Configuration menu
    Copy the full SHA
    b05a56f View commit details
    Browse the repository at this point in the history