railhead_preheat 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cb2b4a59a651473b9ba3de5f5b9be34e2912f047
4
- data.tar.gz: 6389c34c23137a10c3331d475d154b0acfe9ee58
3
+ metadata.gz: d1e89c0ee0df85693e9c46590213de919affdc6c
4
+ data.tar.gz: 4812569994d71c74457c6eae5dd65dd866620f41
5
5
  SHA512:
6
- metadata.gz: b420215024dd92f0adb472cd0c2c96f928bb106bad27c7414aa02353b45c028fac5f10cfafbc7446b2ce5cf340e8c5b520772a64ba50f3477417ef67582be449
7
- data.tar.gz: 1b9c4dd39322f8810ef3a874561662c71c51a75bcd13b90edce73d34e6c07aaca79eba0e36ca77191ade2c8b565da6227f32375c5663953d0d3fead8303fa407
6
+ metadata.gz: 71556fd6bdc387093d8b6b902b86a119c7d95b419326f8d0d2ea075b6001feb7f0ce15c218ca02984ab34b60412303baf163b3c816e5e4d3338fb25029ffd70c
7
+ data.tar.gz: 126724cf6ccdaec7d5113858d63cce8745f8216e5a3ee0fb0654ac329a65796ca40370e76d58b7b213238fa2c19a59e7886045c50f44b0391190f8366bbee788
@@ -6,7 +6,7 @@ class RailheadPreheatController < ActionController::Metal
6
6
 
7
7
  def initialize(*args)
8
8
  super()
9
- self.class.send :helper, Rails.application.routes.url_helpers
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
12
  config.cache_store = ActionController::Base.cache_store
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "railhead_preheat"
3
- s.version = "0.0.7"
4
- s.date = "2017-09-14"
3
+ s.version = "0.0.8"
4
+ s.date = "2017-07-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.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bence Nagy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-14 00:00:00.000000000 Z
11
+ date: 2017-07-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: bence.nagy@gmail.com