Skip to content

Latest commit

 

History

History
47 lines (22 loc) · 844 Bytes

CHANGELOG.md

File metadata and controls

47 lines (22 loc) · 844 Bytes

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