multi_fetch_fragments 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/multi_fetch_fragments.rb +0 -3
  2. metadata +1 -1
@@ -43,7 +43,6 @@ module MultiFetchFragments
43
43
 
44
44
  # sequentially render any non-cached objects remaining, and cache them
45
45
  if @collection.any?
46
- # debugger
47
46
 
48
47
  collection_objects_clone = @collection.clone
49
48
 
@@ -54,8 +53,6 @@ module MultiFetchFragments
54
53
  collection_object = collection_objects_clone[index]
55
54
  key = collection_to_keys_map[collection_object]
56
55
 
57
- debugger if key.blank?
58
-
59
56
  Rails.cache.write(key, item)
60
57
  end
61
58
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multi_fetch_fragments
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: