You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add compatibility with actionpack-page_caching v1.1.0 (#9)
actionpack-page_caching v1.1.0 rewrote the internals of performing the page caching to happen inside a different class, so this updates our pseudo-caching to relfect the changes.
Should maintain compatibility with actionpack-page_caching <= 1.1.0.
Requires ruby 2.0 due to the use of Module#prepend to add our stubs.
0 commit comments