We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2c0fd commit 442930eCopy full SHA for 442930e
CHANGELOG.md
@@ -1,15 +1,27 @@
1
+* Respect `Accept` header when caching actions
2
+
3
+ Fixes #18.
4
5
+ *Andrew White*
6
7
+* Support Rails 4.0, 4.1, 4.2, 5.0 and edge
8
9
+ *Eileen Uchitelle*, *Andrew White*
10
11
* Call `to_s` on the extension as it may be a symbol
12
- Fixes #10
13
+ Fixes #10.
14
15
*Andrew White*
16
17
18
## 1.1.1 (January 2, 2014)
19
20
* Fix load order problem with other gems
21
22
23
24
25
## 1.1.0 (November 1, 2013)
26
27
* Allow to use non-proc object in `cache_path` option. You can pass an object that
@@ -30,6 +42,7 @@
30
42
31
43
*Piotr Niełacny*
32
44
45
33
46
## 1.0.0 (February 28, 2013)
34
47
35
48
* Extract Action Pack - Action Caching from Rails core.
0 commit comments