railhead_preheat 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3748e3cd47402c5698e01382815c446380d59d2d
4
- data.tar.gz: 1d17d8905b890b9495009104d064106ab8765a4b
3
+ metadata.gz: 2662e0d0e122ed290645ec0d56fe4a0bb8281ccf
4
+ data.tar.gz: 691c3005fa0a1594c880dafe22b68bc87a58001b
5
5
  SHA512:
6
- metadata.gz: 4bdb4f5ffd4c0d65c97d928e90b3842e6a2e1c778c1a02d75c0f105f57a1c111ca0d21611ac3739feeb7255754be53f61620404bcfd16118b783c14c951eacdd
7
- data.tar.gz: f444ab82fc579f829bb623ead6f2ed4574a50379641ea00981ad89c50c90c1a0da5cb359daa426b37214f742709de7be87cb7cdb783d6b9eebead28ffc0f8683
6
+ metadata.gz: eeb208ac0668e4be7b8222652c57626a94f81a770ce4d74fc33b57ae8dcb98777fbdf64f15d588b506c276cf688192a021736bbf6089a1f606ac7ba3a1047f93
7
+ data.tar.gz: a278b9d50decf68ff188bd53a21b19e6bf097787b56625d0af6f824262d2ec1f916509a8d94906e15358e96fad0e61955b7aa8d8c9045245c934b2f8353258b5
@@ -9,6 +9,7 @@ class RailheadPreheatController < ActionController::Metal
9
9
  self.class.send :include, Rails.application.routes.url_helpers
10
10
  self.class.send :helper, ApplicationHelper
11
11
  lookup_context.view_paths = ApplicationController.view_paths
12
+ config.cache_store = ActionController::Base.cache_store
12
13
  end
13
14
  end
14
15
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "railhead_preheat"
3
- s.version = "0.0.2"
3
+ s.version = "0.0.3"
4
4
  s.date = "2015-02-24"
5
5
  s.summary = "RailheadPreheat is a Ruby on Rails plugin that automatically caches partials from model."
6
6
  s.email = "bence.nagy@gmail.com"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: railhead_preheat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bence Nagy