Skip to content

Latest commit

 

History

History
89 lines (45 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

89 lines (45 loc) · 1.46 KB

1.2.4 (May 15, 2021)

  • Fix URI.parser deprecation warning in Rails 6.1

    Andrew White

1.2.3 (June 12, 2020)

  • Simplifies code in page_caching.rb

    Xavier Noria

1.2.2 (May 6, 2020)

  • Fix variable name

    Jack McCracken

1.2.1 (May 6, 2020)

  • Only write relative URIs when their normalized path begins with the normalized cache directory path

    Jack McCracken

1.2.0 (December 11, 2019)

  • Update RuboCop config

    Rafael Mendonça França

  • Fix for Rails 6 MIME lookups

    Rob Zolkos

  • Remove Rails 4.2 from testing matrix

    Rob Zolkos

  • Minimum of Ruby 2.4 required

    Rob Zolkos

  • Remove upper dependency for actionpack

    Anton Kolodii

1.1.1 (September 25, 2018)

  • Fixes handling of several forward slashes as root path

    Xavier Noria

  • Documentation overhaul

    Xavier Noria

1.1.0 (January 23, 2017)

  • Support dynamic page_cache_directory using a Proc, Symbol or callable

    Andrew White

  • Support instance level setting of page_cache_directory

    Andrew White

  • Add support for Rails 5.0 and master

    Andrew White

1.0.2 (November 15, 2013)

  • Fix load order problem with other gems.

    Rafael Mendonça França

1.0.1 (October 24, 2013)

  • Add Railtie to set page_cache_directory by default to public folder.

    Fixes #5.

    Žiga Vidic

1.0.0 (February 27, 2013)

  • Extract Action Pack - Action Caching from Rails core.

    Francesco Rodriguez, Rafael Mendonça França, Michiel Sikkes