render_anywhere 0.0.11 → 0.0.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/render_anywhere/rendering_controller.rb +1 -0
- data/lib/render_anywhere/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ab43ea8264ef69f1b1266e49ddf22fdd9b07b0b
|
4
|
+
data.tar.gz: 74b09837a330a40cf253277ca19a1c8ef5100776
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 41a5baf0311db0833b1b229e5fac02cfd1969258138b06af0de2d3df20944f9c4997288b73f47852f692ff88b0124d167d1d292615e9573a7af481854a6686ed
|
7
|
+
data.tar.gz: f6a72165a35fb1c77b7a913e97110f24b38e6e6afdf496fc319610c6f5a8d4bd0d1d3e5a48514b3e1415d08b3985c28591e40959b56207f35169f8e6b379318b
|
@@ -34,6 +34,7 @@ module RenderAnywhere
|
|
34
34
|
config.stylesheets_dir = Rails.root.join('public', 'stylesheets')
|
35
35
|
config.assets_dir = Rails.root.join('public')
|
36
36
|
config.cache_store = ActionController::Base.cache_store
|
37
|
+
config.relative_url_root = ActionController::Base.relative_url_root
|
37
38
|
|
38
39
|
# same asset host as the controllers
|
39
40
|
self.asset_host = ActionController::Base.asset_host
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: render_anywhere
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Luke Melia
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-08-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|