latexpdf 0.4.2 → 0.4.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.rdoc +1 -1
- data/lib/latexpdf/railtie.rb +3 -0
- data/lib/latexpdf/version.rb +1 -1
- data/test/integration/config_test.rb +7 -0
- metadata +6 -38
- data/test/dummy/log/test.log +0 -563
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/5L/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache +0 -2
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/Al/Al8B-MlRXLmvveOkSiQtTH7Mnx87ww6TKPPkXQkDCfA.cache +0 -1
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/El/Elvl8FhrIcCHSvOVJ4mlw98G_x77dIhDO7ncklgb9o8.cache +0 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/Eo/EoGXUuweaJggMJEhq_PIGuHGezpQHVeyR5Tnle6g0Zk.cache +0 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/Iv/IvDM1j8-H1H6kEjVCsyIW8N2zla-aIp9q_OE9PVZtVw.cache +0 -1
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/OH/OHv3xxmOjKcBMS0Y_yTmyfrhpGoi7AbGMBAcCFsH1vg.cache +0 -1
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/OI/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache +0 -2
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/Ol/OlBX9JIv9SAOmK2t35x1SYDx1sxCXF0yvqpna3WMyH0.cache +0 -1
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/TG/TGzz_qJLZNCMGy25pS4Lm-8Vj71mxCyy5TNmGoF9mUk.cache +0 -1
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/Yr/YrZ0OIHu42cExs1kqngMA6ShVDKhfGmhyW-E9haNo5Y.cache +0 -1
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/gp/gpiWtnqpufka8lRtMznM6Ko0aWJrcH_j8cfZwdYmzNI.cache +0 -1
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/hZ/hZi1k6tpxxCGYxRe7zY74ItcOI8gZrREOpGuA8JSpGg.cache +0 -2
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/jo/jozGBeLU1Q4eVAsw_A_nyY994iqcnwgTZWiFbVsYmBs.cache +0 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/pE/pEhaat2KBd5SrT7szC_8R1_6hK17FTpvoRFkmCRSD3M.cache +0 -2
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/sU/sU_vk26h2xIJpI3d-zhVgF2iTwOCAFk7zHPYuvqWNk0.cache +0 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/sp/sp2aS0gBrj1ZVPgX0e8j11TaSSz3qpMGjtFv6soZ0KM.cache +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bfb6442b44f36580e220ae6da8a2c0353234ef7e
|
4
|
+
data.tar.gz: b54f9f9ad749d4d2c06e50ec8fca0548347fb960
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8119b2ee0e77f0d9f1dbe4a27c59b07104875869e7397c39a862d41216aafa393586fa7a600d1fdba719b3bcfdeb99468fa4b9de5883efff394325e6026d9b7
|
7
|
+
data.tar.gz: 1473dbf1a8154426f679f0564ac9d6c13b6268a2da9bcd9a612b39fa626ebaa74d5e9fc30dbac08ac09df258a517f03567961d64f32a1ebf59f6bd700f741f29
|
data/README.rdoc
CHANGED
data/lib/latexpdf/railtie.rb
CHANGED
@@ -4,6 +4,9 @@ module Latexpdf
|
|
4
4
|
class Railtie < Rails::Railtie
|
5
5
|
config.to_prepare do
|
6
6
|
ActionView::Template.register_template_handler :tex, ActionView::Template::Handlers::Tex
|
7
|
+
Latexpdf.configure do |c|
|
8
|
+
c.build_path = Rails.configuration.paths['tmp'].first
|
9
|
+
end
|
7
10
|
end
|
8
11
|
end
|
9
12
|
end
|
data/lib/latexpdf/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: latexpdf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matthijs Ooms
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-05-
|
11
|
+
date: 2016-05-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -163,27 +163,11 @@ files:
|
|
163
163
|
- test/dummy/config/routes.rb
|
164
164
|
- test/dummy/config/secrets.yml
|
165
165
|
- test/dummy/log/development.log
|
166
|
-
- test/dummy/log/test.log
|
167
166
|
- test/dummy/public/404.html
|
168
167
|
- test/dummy/public/422.html
|
169
168
|
- test/dummy/public/500.html
|
170
169
|
- test/dummy/public/favicon.ico
|
171
|
-
- test/
|
172
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/Al/Al8B-MlRXLmvveOkSiQtTH7Mnx87ww6TKPPkXQkDCfA.cache
|
173
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/El/Elvl8FhrIcCHSvOVJ4mlw98G_x77dIhDO7ncklgb9o8.cache
|
174
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/Eo/EoGXUuweaJggMJEhq_PIGuHGezpQHVeyR5Tnle6g0Zk.cache
|
175
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/Iv/IvDM1j8-H1H6kEjVCsyIW8N2zla-aIp9q_OE9PVZtVw.cache
|
176
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/OH/OHv3xxmOjKcBMS0Y_yTmyfrhpGoi7AbGMBAcCFsH1vg.cache
|
177
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/OI/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache
|
178
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/Ol/OlBX9JIv9SAOmK2t35x1SYDx1sxCXF0yvqpna3WMyH0.cache
|
179
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/TG/TGzz_qJLZNCMGy25pS4Lm-8Vj71mxCyy5TNmGoF9mUk.cache
|
180
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/Yr/YrZ0OIHu42cExs1kqngMA6ShVDKhfGmhyW-E9haNo5Y.cache
|
181
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/gp/gpiWtnqpufka8lRtMznM6Ko0aWJrcH_j8cfZwdYmzNI.cache
|
182
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/hZ/hZi1k6tpxxCGYxRe7zY74ItcOI8gZrREOpGuA8JSpGg.cache
|
183
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/jo/jozGBeLU1Q4eVAsw_A_nyY994iqcnwgTZWiFbVsYmBs.cache
|
184
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/pE/pEhaat2KBd5SrT7szC_8R1_6hK17FTpvoRFkmCRSD3M.cache
|
185
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/sU/sU_vk26h2xIJpI3d-zhVgF2iTwOCAFk7zHPYuvqWNk0.cache
|
186
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/sp/sp2aS0gBrj1ZVPgX0e8j11TaSSz3qpMGjtFv6soZ0KM.cache
|
170
|
+
- test/integration/config_test.rb
|
187
171
|
- test/integration/rendering_test.rb
|
188
172
|
- test/latexpdf/configuration_test.rb
|
189
173
|
- test/latexpdf/escaper_test.rb
|
@@ -220,6 +204,8 @@ signing_key:
|
|
220
204
|
specification_version: 4
|
221
205
|
summary: A Tex template to PDF generator
|
222
206
|
test_files:
|
207
|
+
- test/dummy/README.rdoc
|
208
|
+
- test/dummy/Rakefile
|
223
209
|
- test/dummy/app/assets/javascripts/application.js
|
224
210
|
- test/dummy/app/assets/stylesheets/application.css
|
225
211
|
- test/dummy/app/controllers/application_controller.rb
|
@@ -252,29 +238,11 @@ test_files:
|
|
252
238
|
- test/dummy/config/secrets.yml
|
253
239
|
- test/dummy/config.ru
|
254
240
|
- test/dummy/log/development.log
|
255
|
-
- test/dummy/log/test.log
|
256
241
|
- test/dummy/public/404.html
|
257
242
|
- test/dummy/public/422.html
|
258
243
|
- test/dummy/public/500.html
|
259
244
|
- test/dummy/public/favicon.ico
|
260
|
-
- test/
|
261
|
-
- test/dummy/README.rdoc
|
262
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/5L/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache
|
263
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/Al/Al8B-MlRXLmvveOkSiQtTH7Mnx87ww6TKPPkXQkDCfA.cache
|
264
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/El/Elvl8FhrIcCHSvOVJ4mlw98G_x77dIhDO7ncklgb9o8.cache
|
265
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/Eo/EoGXUuweaJggMJEhq_PIGuHGezpQHVeyR5Tnle6g0Zk.cache
|
266
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/gp/gpiWtnqpufka8lRtMznM6Ko0aWJrcH_j8cfZwdYmzNI.cache
|
267
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/hZ/hZi1k6tpxxCGYxRe7zY74ItcOI8gZrREOpGuA8JSpGg.cache
|
268
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/Iv/IvDM1j8-H1H6kEjVCsyIW8N2zla-aIp9q_OE9PVZtVw.cache
|
269
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/jo/jozGBeLU1Q4eVAsw_A_nyY994iqcnwgTZWiFbVsYmBs.cache
|
270
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/OH/OHv3xxmOjKcBMS0Y_yTmyfrhpGoi7AbGMBAcCFsH1vg.cache
|
271
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/OI/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache
|
272
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/Ol/OlBX9JIv9SAOmK2t35x1SYDx1sxCXF0yvqpna3WMyH0.cache
|
273
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/pE/pEhaat2KBd5SrT7szC_8R1_6hK17FTpvoRFkmCRSD3M.cache
|
274
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/sp/sp2aS0gBrj1ZVPgX0e8j11TaSSz3qpMGjtFv6soZ0KM.cache
|
275
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/sU/sU_vk26h2xIJpI3d-zhVgF2iTwOCAFk7zHPYuvqWNk0.cache
|
276
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/TG/TGzz_qJLZNCMGy25pS4Lm-8Vj71mxCyy5TNmGoF9mUk.cache
|
277
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/Yr/YrZ0OIHu42cExs1kqngMA6ShVDKhfGmhyW-E9haNo5Y.cache
|
245
|
+
- test/integration/config_test.rb
|
278
246
|
- test/integration/rendering_test.rb
|
279
247
|
- test/latexpdf/configuration_test.rb
|
280
248
|
- test/latexpdf/escaper_test.rb
|
data/test/dummy/log/test.log
DELETED
@@ -1,563 +0,0 @@
|
|
1
|
-
-----------------------
|
2
|
-
RenderingTest: test_Boo
|
3
|
-
-----------------------
|
4
|
-
Started GET "/handlers/rb_handler" for 127.0.0.1 at 2016-05-23 14:54:10 +0200
|
5
|
-
-----------------------
|
6
|
-
RenderingTest: test_Boo
|
7
|
-
-----------------------
|
8
|
-
Started GET "/handlers/rb_handler" for 127.0.0.1 at 2016-05-23 14:56:09 +0200
|
9
|
-
-----------------------
|
10
|
-
RenderingTest: test_Boo
|
11
|
-
-----------------------
|
12
|
-
Started GET "/handlers/tex_handler" for 127.0.0.1 at 2016-05-23 14:56:23 +0200
|
13
|
-
-----------------------
|
14
|
-
RenderingTest: test_Boo
|
15
|
-
-----------------------
|
16
|
-
Started GET "/handlers/tex_example" for 127.0.0.1 at 2016-05-23 14:56:34 +0200
|
17
|
-
-----------------------
|
18
|
-
RenderingTest: test_Boo
|
19
|
-
-----------------------
|
20
|
-
Started GET "/tex/example" for 127.0.0.1 at 2016-05-23 14:57:17 +0200
|
21
|
-
-----------------------
|
22
|
-
RenderingTest: test_Boo
|
23
|
-
-----------------------
|
24
|
-
Started GET "/tex/example" for 127.0.0.1 at 2016-05-23 14:57:39 +0200
|
25
|
-
Processing by TexController#example as HTML
|
26
|
-
Rendered tex/example.tex within layouts/application (2.0ms)
|
27
|
-
Completed 500 Internal Server Error in 13ms
|
28
|
-
-----------------------
|
29
|
-
RenderingTest: test_Boo
|
30
|
-
-----------------------
|
31
|
-
Started GET "/tex/example" for 127.0.0.1 at 2016-05-23 14:58:32 +0200
|
32
|
-
Processing by TexController#example as HTML
|
33
|
-
Rendered tex/example.tex within layouts/application (2.0ms)
|
34
|
-
Completed 500 Internal Server Error in 12ms
|
35
|
-
-----------------------
|
36
|
-
RenderingTest: test_Boo
|
37
|
-
-----------------------
|
38
|
-
Started GET "/tex/example" for 127.0.0.1 at 2016-05-23 15:02:14 +0200
|
39
|
-
Processing by TexController#example as HTML
|
40
|
-
Rendered tex/example.html within layouts/application (1.7ms)
|
41
|
-
Completed 200 OK in 208ms (Views: 207.8ms)
|
42
|
-
-----------------------
|
43
|
-
RenderingTest: test_Boo
|
44
|
-
-----------------------
|
45
|
-
Started GET "/tex/example" for 127.0.0.1 at 2016-05-23 15:02:48 +0200
|
46
|
-
Processing by TexController#example as HTML
|
47
|
-
Completed 500 Internal Server Error in 10ms
|
48
|
-
-----------------------
|
49
|
-
RenderingTest: test_Boo
|
50
|
-
-----------------------
|
51
|
-
Started GET "/tex/example" for 127.0.0.1 at 2016-05-23 15:03:10 +0200
|
52
|
-
Processing by TexController#example as HTML
|
53
|
-
Completed 500 Internal Server Error in 10ms
|
54
|
-
-----------------------
|
55
|
-
RenderingTest: test_Boo
|
56
|
-
-----------------------
|
57
|
-
Started GET "/tex/example" for 127.0.0.1 at 2016-05-23 15:03:25 +0200
|
58
|
-
Processing by TexController#example as HTML
|
59
|
-
Completed 500 Internal Server Error in 8ms
|
60
|
-
-----------------------
|
61
|
-
RenderingTest: test_Boo
|
62
|
-
-----------------------
|
63
|
-
Started GET "/tex/example" for 127.0.0.1 at 2016-05-23 15:12:58 +0200
|
64
|
-
Processing by TexController#example as HTML
|
65
|
-
Rendered tex/example.tex within layouts/application (2.0ms)
|
66
|
-
Completed 500 Internal Server Error in 13ms
|
67
|
-
-----------------------
|
68
|
-
RenderingTest: test_Boo
|
69
|
-
-----------------------
|
70
|
-
Started GET "/tex/example" for 127.0.0.1 at 2016-05-23 15:13:20 +0200
|
71
|
-
Processing by TexController#example as HTML
|
72
|
-
Rendered tex/example.tex within layouts/application (3.0ms)
|
73
|
-
Completed 500 Internal Server Error in 11ms
|
74
|
-
-----------------------
|
75
|
-
RenderingTest: test_Boo
|
76
|
-
-----------------------
|
77
|
-
Started GET "/tex/example" for 127.0.0.1 at 2016-05-23 15:18:07 +0200
|
78
|
-
Processing by TexController#example as HTML
|
79
|
-
Rendered tex/example.tex within layouts/application (2.2ms)
|
80
|
-
Completed 500 Internal Server Error in 10ms
|
81
|
-
-----------------------
|
82
|
-
RenderingTest: test_Boo
|
83
|
-
-----------------------
|
84
|
-
Started GET "/tex/example" for 127.0.0.1 at 2016-05-23 15:19:10 +0200
|
85
|
-
Processing by TexController#example as HTML
|
86
|
-
Rendered tex/example.tex within layouts/application (6.3ms)
|
87
|
-
Completed 500 Internal Server Error in 26ms
|
88
|
-
-----------------------
|
89
|
-
RenderingTest: test_Boo
|
90
|
-
-----------------------
|
91
|
-
Started GET "/tex/example" for 127.0.0.1 at 2016-05-23 15:25:41 +0200
|
92
|
-
Processing by TexController#example as HTML
|
93
|
-
Rendered tex/example.tex within layouts/application (3.7ms)
|
94
|
-
Completed 500 Internal Server Error in 14ms
|
95
|
-
-----------------------
|
96
|
-
RenderingTest: test_Boo
|
97
|
-
-----------------------
|
98
|
-
Started GET "/tex/example" for 127.0.0.1 at 2016-05-23 15:26:01 +0200
|
99
|
-
Processing by TexController#example as HTML
|
100
|
-
Rendered tex/example.tex within layouts/application (1.5ms)
|
101
|
-
Completed 500 Internal Server Error in 9ms
|
102
|
-
-----------------------
|
103
|
-
RenderingTest: test_Boo
|
104
|
-
-----------------------
|
105
|
-
Started GET "/tex/example" for 127.0.0.1 at 2016-05-23 15:29:33 +0200
|
106
|
-
Processing by TexController#example as HTML
|
107
|
-
Rendered tex/example.tex within layouts/application (2.2ms)
|
108
|
-
Completed 500 Internal Server Error in 13ms
|
109
|
-
-----------------------
|
110
|
-
RenderingTest: test_Boo
|
111
|
-
-----------------------
|
112
|
-
Started GET "/tex/example" for 127.0.0.1 at 2016-05-23 16:03:56 +0200
|
113
|
-
Processing by TexController#example as HTML
|
114
|
-
Rendered tex/example.tex within layouts/application (2.4ms)
|
115
|
-
Completed 500 Internal Server Error in 14ms
|
116
|
-
-----------------------
|
117
|
-
RenderingTest: test_Boo
|
118
|
-
-----------------------
|
119
|
-
Started GET "/tex/example" for 127.0.0.1 at 2016-05-23 16:04:33 +0200
|
120
|
-
Processing by TexController#example as HTML
|
121
|
-
Rendered tex/example.tex within layouts/application (584.9ms)
|
122
|
-
Completed 500 Internal Server Error in 595ms
|
123
|
-
-----------------------
|
124
|
-
RenderingTest: test_Boo
|
125
|
-
-----------------------
|
126
|
-
Started GET "/tex/example" for 127.0.0.1 at 2016-05-23 16:05:11 +0200
|
127
|
-
Processing by TexController#example as HTML
|
128
|
-
Rendered tex/example.tex within layouts/application (391.5ms)
|
129
|
-
Completed 500 Internal Server Error in 400ms
|
130
|
-
-----------------------
|
131
|
-
RenderingTest: test_Boo
|
132
|
-
-----------------------
|
133
|
-
Started GET "/tex/example" for 127.0.0.1 at 2016-05-23 16:06:05 +0200
|
134
|
-
Processing by TexController#example as HTML
|
135
|
-
Rendered tex/example.tex within layouts/application (369.4ms)
|
136
|
-
Completed 500 Internal Server Error in 378ms
|
137
|
-
-----------------------
|
138
|
-
RenderingTest: test_Boo
|
139
|
-
-----------------------
|
140
|
-
Started GET "/tex/example" for 127.0.0.1 at 2016-05-23 16:06:59 +0200
|
141
|
-
Processing by TexController#example as HTML
|
142
|
-
Rendered tex/example.tex within layouts/application (1316.1ms)
|
143
|
-
Completed 500 Internal Server Error in 1324ms
|
144
|
-
-----------------------
|
145
|
-
RenderingTest: test_Boo
|
146
|
-
-----------------------
|
147
|
-
Started GET "/tex/example" for 127.0.0.1 at 2016-05-23 16:12:19 +0200
|
148
|
-
Processing by TexController#example as HTML
|
149
|
-
Rendered tex/example.tex within layouts/application (1439.4ms)
|
150
|
-
Completed 200 OK in 1607ms (Views: 1607.2ms)
|
151
|
-
-----------------------
|
152
|
-
RenderingTest: test_Boo
|
153
|
-
-----------------------
|
154
|
-
Started GET "/tex/example" for 127.0.0.1 at 2016-05-23 16:12:43 +0200
|
155
|
-
Processing by TexController#example as HTML
|
156
|
-
Rendered tex/example.tex within layouts/application (1269.4ms)
|
157
|
-
Completed 200 OK in 1451ms (Views: 1451.0ms)
|
158
|
-
-----------------------
|
159
|
-
RenderingTest: test_Boo
|
160
|
-
-----------------------
|
161
|
-
Started GET "/tex/example" for 127.0.0.1 at 2016-05-23 16:13:32 +0200
|
162
|
-
Processing by TexController#example as HTML
|
163
|
-
Rendered tex/example.tex (1280.5ms)
|
164
|
-
Completed 200 OK in 1287ms (Views: 1286.6ms)
|
165
|
-
-----------------------
|
166
|
-
RenderingTest: test_Boo
|
167
|
-
-----------------------
|
168
|
-
Started GET "/tex/example" for 127.0.0.1 at 2016-05-23 16:16:25 +0200
|
169
|
-
Processing by TexController#example as HTML
|
170
|
-
Rendered tex/example.tex (1380.0ms)
|
171
|
-
Completed 200 OK in 1386ms (Views: 1386.0ms)
|
172
|
-
-----------------------
|
173
|
-
RenderingTest: test_Boo
|
174
|
-
-----------------------
|
175
|
-
Started GET "/tex/example" for 127.0.0.1 at 2016-05-23 16:16:43 +0200
|
176
|
-
Processing by TexController#example as HTML
|
177
|
-
Rendered tex/example.tex (1331.7ms)
|
178
|
-
Completed 200 OK in 1339ms (Views: 1338.7ms)
|
179
|
-
-----------------------
|
180
|
-
RenderingTest: test_Boo
|
181
|
-
-----------------------
|
182
|
-
Started GET "/tex/example" for 127.0.0.1 at 2016-05-23 16:17:05 +0200
|
183
|
-
Processing by TexController#example as HTML
|
184
|
-
Rendered tex/example.tex (1328.4ms)
|
185
|
-
Completed 200 OK in 1336ms (Views: 1335.4ms)
|
186
|
-
-----------------------
|
187
|
-
RenderingTest: test_Boo
|
188
|
-
-----------------------
|
189
|
-
Started GET "/tex/example" for 127.0.0.1 at 2016-05-23 16:18:13 +0200
|
190
|
-
Processing by TexController#example as HTML
|
191
|
-
Completed 406 Not Acceptable in 0ms
|
192
|
-
-----------------------
|
193
|
-
RenderingTest: test_Boo
|
194
|
-
-----------------------
|
195
|
-
Started GET "/tex/example" for 127.0.0.1 at 2016-05-23 16:19:22 +0200
|
196
|
-
Processing by TexController#example as HTML
|
197
|
-
Completed 406 Not Acceptable in 0ms
|
198
|
-
-----------------------
|
199
|
-
RenderingTest: test_Boo
|
200
|
-
-----------------------
|
201
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 16:20:50 +0200
|
202
|
-
Processing by TexController#example as PDF
|
203
|
-
Rendered tex/example.tex (1452.2ms)
|
204
|
-
Completed 200 OK in 1461ms (Views: 1460.7ms)
|
205
|
-
-----------------------
|
206
|
-
RenderingTest: test_Boo
|
207
|
-
-----------------------
|
208
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 16:21:28 +0200
|
209
|
-
Processing by TexController#example as PDF
|
210
|
-
Rendered tex/example.tex (1226.5ms)
|
211
|
-
Completed 200 OK in 1236ms (Views: 1235.7ms)
|
212
|
-
-----------------------
|
213
|
-
RenderingTest: test_Boo
|
214
|
-
-----------------------
|
215
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 16:22:20 +0200
|
216
|
-
Processing by TexController#example as PDF
|
217
|
-
Rendered tex/example.tex (1356.7ms)
|
218
|
-
Completed 200 OK in 1364ms (Views: 1363.5ms)
|
219
|
-
-----------------------
|
220
|
-
RenderingTest: test_Boo
|
221
|
-
-----------------------
|
222
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 16:22:28 +0200
|
223
|
-
Processing by TexController#example as PDF
|
224
|
-
Rendered tex/example.tex (1266.4ms)
|
225
|
-
Completed 200 OK in 1273ms (Views: 1272.5ms)
|
226
|
-
-----------------------
|
227
|
-
RenderingTest: test_Boo
|
228
|
-
-----------------------
|
229
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 16:23:18 +0200
|
230
|
-
-----------------------
|
231
|
-
RenderingTest: test_Boo
|
232
|
-
-----------------------
|
233
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 16:24:41 +0200
|
234
|
-
Processing by TexController#example as PDF
|
235
|
-
Rendered tex/example.tex (2907.5ms)
|
236
|
-
Completed 200 OK in 2918ms (Views: 2917.6ms)
|
237
|
-
-----------------------
|
238
|
-
RenderingTest: test_Boo
|
239
|
-
-----------------------
|
240
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 16:39:22 +0200
|
241
|
-
Processing by TexController#example as PDF
|
242
|
-
Rendered tex/example.tex (1183.2ms)
|
243
|
-
Completed 200 OK in 1192ms (Views: 1192.2ms)
|
244
|
-
-----------------------
|
245
|
-
RenderingTest: test_Boo
|
246
|
-
-----------------------
|
247
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 16:39:37 +0200
|
248
|
-
Processing by TexController#example as PDF
|
249
|
-
Rendered tex/example.tex (3252.5ms)
|
250
|
-
Completed 200 OK in 3260ms (Views: 3260.0ms)
|
251
|
-
-----------------------
|
252
|
-
RenderingTest: test_Boo
|
253
|
-
-----------------------
|
254
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 16:39:46 +0200
|
255
|
-
Processing by TexController#example as PDF
|
256
|
-
Rendered tex/example.tex (1187.3ms)
|
257
|
-
Completed 200 OK in 1195ms (Views: 1194.3ms)
|
258
|
-
-----------------------
|
259
|
-
RenderingTest: test_Boo
|
260
|
-
-----------------------
|
261
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 16:40:45 +0200
|
262
|
-
Processing by TexController#example as PDF
|
263
|
-
Rendered tex/example.tex (1219.8ms)
|
264
|
-
Completed 200 OK in 1229ms (Views: 1228.8ms)
|
265
|
-
-----------------------
|
266
|
-
RenderingTest: test_Boo
|
267
|
-
-----------------------
|
268
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 16:41:49 +0200
|
269
|
-
Processing by TexController#example as PDF
|
270
|
-
Rendered tex/example.pdf.tex (2898.1ms)
|
271
|
-
Completed 200 OK in 2907ms (Views: 2907.1ms)
|
272
|
-
-----------------------
|
273
|
-
RenderingTest: test_Boo
|
274
|
-
-----------------------
|
275
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 16:43:32 +0200
|
276
|
-
Processing by TexController#example as PDF
|
277
|
-
Rendered tex/example.pdf.tex (1305.6ms)
|
278
|
-
Completed 200 OK in 1313ms (Views: 1312.4ms)
|
279
|
-
-----------------------
|
280
|
-
RenderingTest: test_Boo
|
281
|
-
-----------------------
|
282
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 16:44:05 +0200
|
283
|
-
Processing by TexController#example as PDF
|
284
|
-
Rendered tex/example.pdf.tex (1227.8ms)
|
285
|
-
Completed 200 OK in 1235ms (Views: 1235.0ms)
|
286
|
-
-----------------------
|
287
|
-
RenderingTest: test_Boo
|
288
|
-
-----------------------
|
289
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 16:44:22 +0200
|
290
|
-
Processing by TexController#example as PDF
|
291
|
-
Rendered tex/example.pdf.tex (1224.8ms)
|
292
|
-
Completed 200 OK in 1232ms (Views: 1232.0ms)
|
293
|
-
-----------------------
|
294
|
-
RenderingTest: test_Boo
|
295
|
-
-----------------------
|
296
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 16:44:38 +0200
|
297
|
-
Processing by TexController#example as PDF
|
298
|
-
Rendered tex/example.pdf.tex (1240.9ms)
|
299
|
-
Completed 200 OK in 1248ms (Views: 1247.9ms)
|
300
|
-
-----------------------
|
301
|
-
RenderingTest: test_Boo
|
302
|
-
-----------------------
|
303
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 16:44:50 +0200
|
304
|
-
Processing by TexController#example as PDF
|
305
|
-
Rendered tex/example.pdf.tex (1219.5ms)
|
306
|
-
Completed 200 OK in 1227ms (Views: 1227.1ms)
|
307
|
-
-----------------------
|
308
|
-
RenderingTest: test_Boo
|
309
|
-
-----------------------
|
310
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 16:45:25 +0200
|
311
|
-
Processing by TexController#example as PDF
|
312
|
-
Rendered tex/example.pdf.tex (1234.0ms)
|
313
|
-
Completed 200 OK in 1242ms (Views: 1241.4ms)
|
314
|
-
-----------------------------------------------------------
|
315
|
-
RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
|
316
|
-
-----------------------------------------------------------
|
317
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 16:46:06 +0200
|
318
|
-
Processing by TexController#example as PDF
|
319
|
-
Rendered tex/example.pdf.tex (1241.9ms)
|
320
|
-
Completed 200 OK in 1251ms (Views: 1250.6ms)
|
321
|
-
-----------------------------------------------------------
|
322
|
-
RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
|
323
|
-
-----------------------------------------------------------
|
324
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 16:46:35 +0200
|
325
|
-
Processing by TexController#example as PDF
|
326
|
-
Rendered tex/example.pdf.tex (1164.9ms)
|
327
|
-
Completed 200 OK in 1173ms (Views: 1172.3ms)
|
328
|
-
-----------------------------------------------------------
|
329
|
-
RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
|
330
|
-
-----------------------------------------------------------
|
331
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 16:49:24 +0200
|
332
|
-
Processing by TexController#example as PDF
|
333
|
-
Completed 500 Internal Server Error in 11ms
|
334
|
-
-----------------------------------------------------------
|
335
|
-
RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
|
336
|
-
-----------------------------------------------------------
|
337
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 17:18:37 +0200
|
338
|
-
Processing by TexController#example as PDF
|
339
|
-
Completed 500 Internal Server Error in 11ms
|
340
|
-
-----------------------------------------------------------
|
341
|
-
RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
|
342
|
-
-----------------------------------------------------------
|
343
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 17:19:19 +0200
|
344
|
-
Processing by TexController#example as PDF
|
345
|
-
Rendered tex/example.pdf.tex.erb (0.7ms)
|
346
|
-
Completed 500 Internal Server Error in 10ms
|
347
|
-
-----------------------------------------------------------
|
348
|
-
RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
|
349
|
-
-----------------------------------------------------------
|
350
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 17:19:38 +0200
|
351
|
-
Processing by TexController#example as PDF
|
352
|
-
Rendered tex/example.pdf.tex.erb (1.9ms)
|
353
|
-
Completed 200 OK in 11ms (Views: 10.3ms)
|
354
|
-
-----------------------------------------------------------
|
355
|
-
RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
|
356
|
-
-----------------------------------------------------------
|
357
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 17:19:59 +0200
|
358
|
-
Processing by TexController#example as PDF
|
359
|
-
Rendered tex/example.pdf.tex.erb (1.6ms)
|
360
|
-
Completed 200 OK in 10ms (Views: 10.0ms)
|
361
|
-
-----------------------------------------------------------
|
362
|
-
RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
|
363
|
-
-----------------------------------------------------------
|
364
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 17:26:19 +0200
|
365
|
-
Processing by TexController#example as PDF
|
366
|
-
Rendered tex/example.pdf.tex.erb (1.5ms)
|
367
|
-
Completed 200 OK in 11ms (Views: 10.4ms)
|
368
|
-
-----------------------------------------------------------
|
369
|
-
RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
|
370
|
-
-----------------------------------------------------------
|
371
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 17:27:56 +0200
|
372
|
-
Processing by TexController#example as PDF
|
373
|
-
Rendered tex/example.pdf.tex.erb (1.4ms)
|
374
|
-
Completed 200 OK in 10ms (Views: 9.6ms)
|
375
|
-
-----------------------------------------------------------
|
376
|
-
RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
|
377
|
-
-----------------------------------------------------------
|
378
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 17:28:18 +0200
|
379
|
-
Processing by TexController#example as PDF
|
380
|
-
Rendered tex/example.pdf.tex.erb (1.1ms)
|
381
|
-
Completed 200 OK in 8ms (Views: 7.9ms)
|
382
|
-
-----------------------------------------------------------
|
383
|
-
RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
|
384
|
-
-----------------------------------------------------------
|
385
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 17:29:01 +0200
|
386
|
-
Processing by TexController#example as PDF
|
387
|
-
Rendered tex/example.pdf.tex.erb (2.1ms)
|
388
|
-
Completed 200 OK in 12ms (Views: 11.8ms)
|
389
|
-
-----------------------------------------------------------
|
390
|
-
RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
|
391
|
-
-----------------------------------------------------------
|
392
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 17:29:37 +0200
|
393
|
-
Processing by TexController#example as PDF
|
394
|
-
Rendered tex/example.pdf.tex.erb (1.4ms)
|
395
|
-
Completed 200 OK in 9ms (Views: 9.3ms)
|
396
|
-
-----------------------------------------------------------
|
397
|
-
RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
|
398
|
-
-----------------------------------------------------------
|
399
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 17:30:22 +0200
|
400
|
-
Processing by TexController#example as PDF
|
401
|
-
Rendered tex/example.pdf.tex (2.2ms)
|
402
|
-
Completed 500 Internal Server Error in 11ms
|
403
|
-
-----------------------------------------------------------
|
404
|
-
RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
|
405
|
-
-----------------------------------------------------------
|
406
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 17:31:08 +0200
|
407
|
-
Processing by TexController#example as PDF
|
408
|
-
Rendered tex/example.pdf.tex (0.7ms)
|
409
|
-
Completed 500 Internal Server Error in 10ms
|
410
|
-
-----------------------------------------------------------
|
411
|
-
RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
|
412
|
-
-----------------------------------------------------------
|
413
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 17:34:40 +0200
|
414
|
-
Processing by TexController#example as PDF
|
415
|
-
Rendered tex/example.pdf.tex (1.8ms)
|
416
|
-
Completed 500 Internal Server Error in 10ms
|
417
|
-
-----------------------------------------------------------
|
418
|
-
RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
|
419
|
-
-----------------------------------------------------------
|
420
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 17:34:51 +0200
|
421
|
-
Processing by TexController#example as PDF
|
422
|
-
Rendered tex/example.pdf.tex (1473.0ms)
|
423
|
-
Completed 200 OK in 1480ms (Views: 1479.6ms)
|
424
|
-
-----------------------------------------------------------
|
425
|
-
RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
|
426
|
-
-----------------------------------------------------------
|
427
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 17:37:46 +0200
|
428
|
-
Processing by TexController#example as PDF
|
429
|
-
Rendered tex/example.pdf.tex (2875.0ms)
|
430
|
-
Completed 200 OK in 2885ms (Views: 2884.2ms)
|
431
|
-
-----------------------------------------------------------
|
432
|
-
RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
|
433
|
-
-----------------------------------------------------------
|
434
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 17:38:05 +0200
|
435
|
-
Processing by TexController#example as PDF
|
436
|
-
Rendered tex/example.pdf.tex (1331.6ms)
|
437
|
-
Completed 200 OK in 1338ms (Views: 1337.8ms)
|
438
|
-
-----------------------------------------------------------
|
439
|
-
RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
|
440
|
-
-----------------------------------------------------------
|
441
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 17:38:13 +0200
|
442
|
-
Processing by TexController#example as PDF
|
443
|
-
Rendered tex/example.pdf.tex (1206.4ms)
|
444
|
-
Completed 200 OK in 1214ms (Views: 1214.1ms)
|
445
|
-
-----------------------------------------------------------
|
446
|
-
RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
|
447
|
-
-----------------------------------------------------------
|
448
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 17:39:51 +0200
|
449
|
-
Processing by TexController#example as PDF
|
450
|
-
Rendered tex/example.pdf.tex (1147.5ms)
|
451
|
-
Completed 200 OK in 1156ms (Views: 1155.3ms)
|
452
|
-
-----------------------------------------------------------
|
453
|
-
RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
|
454
|
-
-----------------------------------------------------------
|
455
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-23 17:40:08 +0200
|
456
|
-
Processing by TexController#example as PDF
|
457
|
-
Rendered tex/example.pdf.tex (1144.2ms)
|
458
|
-
Completed 200 OK in 1154ms (Views: 1153.8ms)
|
459
|
-
-----------------------------------------------------------
|
460
|
-
RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
|
461
|
-
-----------------------------------------------------------
|
462
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-24 10:22:59 +0200
|
463
|
-
Processing by TexController#example as PDF
|
464
|
-
Rendered tex/example.pdf.tex (2845.9ms)
|
465
|
-
Completed 200 OK in 2856ms (Views: 2855.3ms)
|
466
|
-
-----------------------------------------------------------
|
467
|
-
RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
|
468
|
-
-----------------------------------------------------------
|
469
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-24 11:01:22 +0200
|
470
|
-
Processing by TexController#example as PDF
|
471
|
-
Rendered tex/example.pdf.tex (1315.1ms)
|
472
|
-
Completed 200 OK in 1326ms (Views: 1325.5ms)
|
473
|
-
-----------------------------------------------------------
|
474
|
-
RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
|
475
|
-
-----------------------------------------------------------
|
476
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-24 11:08:45 +0200
|
477
|
-
Processing by TexController#example as PDF
|
478
|
-
Rendered tex/example.pdf.tex (1221.9ms)
|
479
|
-
Completed 200 OK in 1229ms (Views: 1229.0ms)
|
480
|
-
---------------------------------------------------------
|
481
|
-
RenderingTest: test_Generate_PDF_using_escaped_characters
|
482
|
-
---------------------------------------------------------
|
483
|
-
Started GET "/tex/example2.pdf" for 127.0.0.1 at 2016-05-24 11:13:39 +0200
|
484
|
-
Processing by TexController#example2 as PDF
|
485
|
-
Rendered tex/example2.pdf.tex (356.3ms)
|
486
|
-
Completed 500 Internal Server Error in 364ms
|
487
|
-
---------------------------------------------------------
|
488
|
-
RenderingTest: test_Generate_PDF_using_escaped_characters
|
489
|
-
---------------------------------------------------------
|
490
|
-
Started GET "/tex/example2.pdf" for 127.0.0.1 at 2016-05-24 11:13:58 +0200
|
491
|
-
Processing by TexController#example2 as PDF
|
492
|
-
Rendered tex/example2.pdf.tex (15.7ms)
|
493
|
-
Completed 500 Internal Server Error in 23ms
|
494
|
-
---------------------------------------------------------
|
495
|
-
RenderingTest: test_Generate_PDF_using_escaped_characters
|
496
|
-
---------------------------------------------------------
|
497
|
-
Started GET "/tex/example2.pdf" for 127.0.0.1 at 2016-05-24 11:14:21 +0200
|
498
|
-
Processing by TexController#example2 as PDF
|
499
|
-
Rendered tex/example2.pdf.tex (1306.3ms)
|
500
|
-
Completed 200 OK in 1314ms (Views: 1314.1ms)
|
501
|
-
---------------------------------------------------------
|
502
|
-
RenderingTest: test_Generate_PDF_using_escaped_characters
|
503
|
-
---------------------------------------------------------
|
504
|
-
Started GET "/tex/example2.pdf" for 127.0.0.1 at 2016-05-24 11:27:59 +0200
|
505
|
-
Processing by TexController#example2 as PDF
|
506
|
-
Rendered tex/example2.pdf.tex (1307.1ms)
|
507
|
-
Completed 200 OK in 1314ms (Views: 1313.8ms)
|
508
|
-
---------------------------------------------------------
|
509
|
-
RenderingTest: test_Generate_PDF_using_escaped_characters
|
510
|
-
---------------------------------------------------------
|
511
|
-
Started GET "/tex/example2.pdf" for 127.0.0.1 at 2016-05-24 11:30:41 +0200
|
512
|
-
Processing by TexController#example2 as PDF
|
513
|
-
Rendered tex/example2.pdf.tex (1358.4ms)
|
514
|
-
Completed 200 OK in 1367ms (Views: 1366.3ms)
|
515
|
-
---------------------------------------------------------
|
516
|
-
RenderingTest: test_Generate_PDF_using_escaped_characters
|
517
|
-
---------------------------------------------------------
|
518
|
-
Started GET "/tex/example2.pdf" for 127.0.0.1 at 2016-05-24 11:31:00 +0200
|
519
|
-
Processing by TexController#example2 as PDF
|
520
|
-
Rendered tex/example2.pdf.tex (1300.7ms)
|
521
|
-
Completed 200 OK in 1308ms (Views: 1307.7ms)
|
522
|
-
---------------------------------------------------------
|
523
|
-
RenderingTest: test_Generate_PDF_using_escaped_characters
|
524
|
-
---------------------------------------------------------
|
525
|
-
Started GET "/tex/example2.pdf" for 127.0.0.1 at 2016-05-24 11:31:20 +0200
|
526
|
-
Processing by TexController#example2 as PDF
|
527
|
-
Rendered tex/example2.pdf.tex (1287.9ms)
|
528
|
-
Completed 200 OK in 1295ms (Views: 1294.4ms)
|
529
|
-
---------------------------------------------------------
|
530
|
-
RenderingTest: test_Generate_PDF_using_escaped_characters
|
531
|
-
---------------------------------------------------------
|
532
|
-
Started GET "/tex/example2.pdf" for 127.0.0.1 at 2016-05-24 11:31:46 +0200
|
533
|
-
Processing by TexController#example2 as PDF
|
534
|
-
Rendered tex/example2.pdf.tex (1301.4ms)
|
535
|
-
Completed 200 OK in 1309ms (Views: 1309.2ms)
|
536
|
-
---------------------------------------------------------
|
537
|
-
RenderingTest: test_Generate_PDF_using_escaped_characters
|
538
|
-
---------------------------------------------------------
|
539
|
-
Started GET "/tex/example2.pdf" for 127.0.0.1 at 2016-05-24 11:31:54 +0200
|
540
|
-
Processing by TexController#example2 as PDF
|
541
|
-
Rendered tex/example2.pdf.tex (1303.6ms)
|
542
|
-
Completed 200 OK in 1311ms (Views: 1310.3ms)
|
543
|
-
---------------------------------------------------------
|
544
|
-
RenderingTest: test_Generate_PDF_using_escaped_characters
|
545
|
-
---------------------------------------------------------
|
546
|
-
Started GET "/tex/example2.pdf" for 127.0.0.1 at 2016-05-24 11:31:59 +0200
|
547
|
-
Processing by TexController#example2 as PDF
|
548
|
-
Rendered tex/example2.pdf.tex (1326.0ms)
|
549
|
-
Completed 200 OK in 1333ms (Views: 1332.7ms)
|
550
|
-
-----------------------------------------------------------
|
551
|
-
RenderingTest: test_Generate_PDF_on_the_fly_in_a_controller
|
552
|
-
-----------------------------------------------------------
|
553
|
-
Started GET "/tex/example.pdf" for 127.0.0.1 at 2016-05-24 11:43:02 +0200
|
554
|
-
Processing by TexController#example as PDF
|
555
|
-
Rendered tex/example.pdf.tex (3393.3ms)
|
556
|
-
Completed 200 OK in 3402ms (Views: 3402.0ms)
|
557
|
-
---------------------------------------------------------
|
558
|
-
RenderingTest: test_Generate_PDF_using_escaped_characters
|
559
|
-
---------------------------------------------------------
|
560
|
-
Started GET "/tex/example2.pdf" for 127.0.0.1 at 2016-05-24 11:43:05 +0200
|
561
|
-
Processing by TexController#example2 as PDF
|
562
|
-
Rendered tex/example2.pdf.tex (3438.5ms)
|
563
|
-
Completed 200 OK in 3441ms (Views: 3440.4ms)
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/5L/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache
DELETED
@@ -1,2 +0,0 @@
|
|
1
|
-
[o:Set:
|
2
|
-
@hash{I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"0processors:type=text/css&file_type=text/css;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI")file-digest://app/assets/stylesheets;TT
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/Al/Al8B-MlRXLmvveOkSiQtTH7Mnx87ww6TKPPkXQkDCfA.cache
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
"%��Rm�v�S3.��O�L���ڹc�ƕq�=_j�
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/El/Elvl8FhrIcCHSvOVJ4mlw98G_x77dIhDO7ncklgb9o8.cache
DELETED
Binary file
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/Eo/EoGXUuweaJggMJEhq_PIGuHGezpQHVeyR5Tnle6g0Zk.cache
DELETED
Binary file
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/Iv/IvDM1j8-H1H6kEjVCsyIW8N2zla-aIp9q_OE9PVZtVw.cache
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
I"}app/assets/stylesheets/application.css?type=text/css&id=93902ba9be958ea697873edae159cdc470211bd8c2b939ae303aba14e18bf150:ET
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/OH/OHv3xxmOjKcBMS0Y_yTmyfrhpGoi7AbGMBAcCFsH1vg.cache
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
"%Ѱč@�����6H�uZoX�Z�gbh0W��V
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/Ol/OlBX9JIv9SAOmK2t35x1SYDx1sxCXF0yvqpna3WMyH0.cache
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
I"�app/assets/javascripts/application.js?type=application/javascript&id=c87c9ccdd07de9828f7f7d5aa23764f1cfc554f22e682fb7d6ce41e5c0e0b956:ET
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/TG/TGzz_qJLZNCMGy25pS4Lm-8Vj71mxCyy5TNmGoF9mUk.cache
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
"%�W\�yho9S���ƫ˥��)|�~���(���
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/Yr/YrZ0OIHu42cExs1kqngMA6ShVDKhfGmhyW-E9haNo5Y.cache
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
I"�app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=06b90b83bbaac1dfd68de9c50878994eea7a69a94d0b122e6b8d4e9d6cc66f94:ET
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/gp/gpiWtnqpufka8lRtMznM6Ko0aWJrcH_j8cfZwdYmzNI.cache
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
I"�app/assets/javascripts/application.js?type=application/javascript&pipeline=self&id=98cd4cc444a449286875aa32504b1eb7c21f3f00d75d45943262079070f2c6ef:ET
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/jo/jozGBeLU1Q4eVAsw_A_nyY994iqcnwgTZWiFbVsYmBs.cache
DELETED
Binary file
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/pE/pEhaat2KBd5SrT7szC_8R1_6hK17FTpvoRFkmCRSD3M.cache
DELETED
@@ -1,2 +0,0 @@
|
|
1
|
-
[o:Set:
|
2
|
-
@hash{I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"Lprocessors:type=application/javascript&file_type=application/javascript;TTI"8file-digest://app/assets/javascripts/application.js;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTI")file-digest://app/assets/javascripts;TT
|