railhead_preheat 0.0.6 → 0.0.7
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 +4 -4
- data/lib/railhead_preheat.rb +1 -1
- data/railhead_preheat.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cb2b4a59a651473b9ba3de5f5b9be34e2912f047
|
|
4
|
+
data.tar.gz: 6389c34c23137a10c3331d475d154b0acfe9ee58
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b420215024dd92f0adb472cd0c2c96f928bb106bad27c7414aa02353b45c028fac5f10cfafbc7446b2ce5cf340e8c5b520772a64ba50f3477417ef67582be449
|
|
7
|
+
data.tar.gz: 1b9c4dd39322f8810ef3a874561662c71c51a75bcd13b90edce73d34e6c07aaca79eba0e36ca77191ade2c8b565da6227f32375c5663953d0d3fead8303fa407
|
data/lib/railhead_preheat.rb
CHANGED
|
@@ -6,7 +6,7 @@ class RailheadPreheatController < ActionController::Metal
|
|
|
6
6
|
|
|
7
7
|
def initialize(*args)
|
|
8
8
|
super()
|
|
9
|
-
self.class.send :
|
|
9
|
+
self.class.send :helper, Rails.application.routes.url_helpers
|
|
10
10
|
self.class.send :helper, ApplicationHelper
|
|
11
11
|
lookup_context.view_paths = ApplicationController.view_paths
|
|
12
12
|
config.cache_store = ActionController::Base.cache_store
|
data/railhead_preheat.gemspec
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "railhead_preheat"
|
|
3
|
-
s.version = "0.0.
|
|
4
|
-
s.date = "
|
|
3
|
+
s.version = "0.0.7"
|
|
4
|
+
s.date = "2017-09-14"
|
|
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"
|
|
7
7
|
s.homepage = "http://github.com/nagybence/railhead_preheat"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: railhead_preheat
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bence Nagy
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-09-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description:
|
|
14
14
|
email: bence.nagy@gmail.com
|
|
@@ -42,7 +42,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
42
42
|
version: '0'
|
|
43
43
|
requirements: []
|
|
44
44
|
rubyforge_project:
|
|
45
|
-
rubygems_version: 2.
|
|
45
|
+
rubygems_version: 2.6.8
|
|
46
46
|
signing_key:
|
|
47
47
|
specification_version: 4
|
|
48
48
|
summary: RailheadPreheat is a Ruby on Rails plugin that automatically caches partials
|