Sha256: f3a7e1ed96b93f47a3ab1094454ee8827bd7486d99d3b75bab5cdcd83b930975
Contents?: true
Size: 615 Bytes
Versions: 2
Compression:
Stored size: 615 Bytes
Contents
## 1.1.1 * Fix load order problem with other gems *Andrew White* ## 1.1.0 * Allow to use non-proc object in `cache_path` option. You can pass an object that responds to a `call` method. Example: class CachePath def call(controller) controller.id end end class TestController < ApplicationController caches_action :index, :cache_path => CachePath.new def index; end end *Piotr Niełacny* ## 1.0.0 (February 28, 2013) * Extract Action Pack - Action Caching from Rails core. *Francesco Rodriguez*
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
ish_lib_manager-0.0.1 | test/dummy/vendor/bundle/ruby/2.3.0/gems/actionpack-action_caching-1.1.1/CHANGELOG.md |
actionpack-action_caching-1.1.1 | CHANGELOG.md |