Commit bfe967e17c4b8ca023575c27d7f34295894832ad
Committed by
Rafael Manzo
1 parent
cffa7e17
Exists in
colab
and in
4 other branches
Actionpack-action_caching gem
Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
Showing
2 changed files
with
6 additions
and
0 deletions
Show diff stats
Gemfile
... | ... | @@ -48,6 +48,9 @@ gem "gruff", "~> 0.5.1" |
48 | 48 | # JQueryUI |
49 | 49 | gem 'jquery-ui-rails', '~> 4.1.0' |
50 | 50 | |
51 | +# Enables cache to actions | |
52 | +gem 'actionpack-action_caching', "~> 1.1.1" | |
53 | + | |
51 | 54 | group :doc do |
52 | 55 | # bundle exec rake doc:rails generates the API under doc/api. |
53 | 56 | gem 'sdoc', require: false | ... | ... |
Gemfile.lock
... | ... | @@ -10,6 +10,8 @@ GEM |
10 | 10 | erubis (~> 2.7.0) |
11 | 11 | rack (~> 1.5.2) |
12 | 12 | rack-test (~> 0.6.2) |
13 | + actionpack-action_caching (1.1.1) | |
14 | + actionpack (>= 4.0.0, < 5.0) | |
13 | 15 | activemodel (4.0.2) |
14 | 16 | activesupport (= 4.0.2) |
15 | 17 | builder (~> 3.1.0) |
... | ... | @@ -267,6 +269,7 @@ PLATFORMS |
267 | 269 | ruby |
268 | 270 | |
269 | 271 | DEPENDENCIES |
272 | + actionpack-action_caching (~> 1.1.1) | |
270 | 273 | better_errors |
271 | 274 | binding_of_caller |
272 | 275 | capistrano (~> 3.0.1) | ... | ... |