prawn-rails 1.0.0 → 1.0.1

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.
Files changed (50) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +3 -0
  3. data/README.md +16 -5
  4. data/lib/prawn-rails/renderer.rb +4 -1
  5. data/lib/prawn-rails/version.rb +1 -1
  6. data/test/dummy/app/assets/javascripts/application.js +0 -2
  7. data/test/dummy/app/controllers/pdf_controller.rb +1 -2
  8. data/test/dummy/app/views/pdf/render_pdf.pdf.prawn +2 -2
  9. data/test/dummy/db/test.sqlite3 +0 -0
  10. data/test/dummy/log/test.log +390 -0
  11. data/test/dummy/test/unit/render_to_string_test.rb +10 -0
  12. data/test/dummy/tmp/cache/assets/sprockets/v3.0/3H/3HKwxPtsFtIWWB8h3a3IubpM4GcVjstICkerRFO439k.cache +0 -0
  13. data/test/dummy/tmp/cache/assets/sprockets/v3.0/7M/7Mq76IhtBe2-VV2M2oHVxXAVG_QLm5SrCNxRggF8RPc.cache +0 -0
  14. data/test/dummy/tmp/cache/assets/sprockets/v3.0/7k/7knv2O_3Eod2l8h0YSVe5xjnQsDlsXbJffQ1dKiSrEs.cache +3 -0
  15. data/test/dummy/tmp/cache/assets/sprockets/v3.0/7z/7zCgQfsGmkfNRDRJbRNwZOHR1KjCn5eXK6kQ3MD3Q2I.cache +1 -0
  16. data/test/dummy/tmp/cache/assets/sprockets/v3.0/8k/8k3y_LCz9mDUxOJy9Q2XGrbzfTesQnWYC0cQP1TOvFs.cache +1 -0
  17. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Dm/DmmfrCpXtt74Hr6NO54lxyOCDv6klnDyBqeDFR7oDU8.cache +3 -0
  18. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Fl/FlyzzCH6xseKijuu-xP3_W0V8-1cWLl95YXDNxYDUNo.cache +1 -0
  19. data/test/dummy/tmp/cache/assets/sprockets/v3.0/HC/HCD43uamHiSFgGxIxwnhpFVOmIxP1BnzNNvNivaWbpk.cache +0 -0
  20. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Lx/LxtjvSVJOouLYZBYfdC_AjDQkYKKKEs3M10Vum5cJEg.cache +1 -0
  21. data/test/dummy/tmp/cache/assets/sprockets/v3.0/PK/PKWLCqd6Zhyt0ja1qijEKFaHwfBpCAHEosX412uU-V8.cache +3 -0
  22. data/test/dummy/tmp/cache/assets/sprockets/v3.0/PS/PSRh_XH9lrFbchQbAFcC08Qv6_y-Bgv7sjtfpKR-OUM.cache +1 -0
  23. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Qo/QoWFwSTYT96pcyCl7-2W0dwnhAcu5C8LIcoBrcDyStI.cache +1 -0
  24. data/test/dummy/tmp/cache/assets/sprockets/v3.0/VD/VDc9sGDOOPm5eVmRJ2f2cRjTaKC11SnKHOpHHbyChl0.cache +0 -0
  25. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Ve/VeM604IZ64WdmC055DY5x0e5Hi8rcIAqhYJI5EcopDI.cache +1 -0
  26. data/test/dummy/tmp/cache/assets/sprockets/v3.0/X0/X0IS1nkiVmMS3U903Hrwc01kDe2ajHoeo61xuHfbM6c.cache +1 -0
  27. data/test/dummy/tmp/cache/assets/sprockets/v3.0/bB/bBZWYaOxRNh_QSoJcD-Mkvcz9KgvY-dG9fwXISEG4K8.cache +0 -0
  28. data/test/dummy/tmp/cache/assets/sprockets/v3.0/dY/dYpMqE0kCuH8r1W0qAG7zvVC38Hq4BT-1D--XGbeNXg.cache +0 -0
  29. data/test/dummy/tmp/cache/assets/sprockets/v3.0/jH/jHI2oSw0VjtEfiiHzdvIRzqjkX7EfibPviTfzvDJie0.cache +0 -0
  30. data/test/dummy/tmp/cache/assets/sprockets/v3.0/jl/jlvE-YiBY3zJbTaEnymfM6KKQ0VC4fh-ABin-DfZQH0.cache +2 -0
  31. data/test/dummy/tmp/cache/assets/sprockets/v3.0/lW/lWicvOny7LscyeGkw-SjCaJEc6iQO2xyCQzEoCOT9io.cache +0 -0
  32. data/test/dummy/tmp/cache/assets/sprockets/v3.0/mQ/mQditvxd7m-nwTpkGVCOalFZesEjSbG8EOKqC3zq108.cache +2 -0
  33. data/test/dummy/tmp/cache/assets/sprockets/v3.0/mq/mqcnbDYKKUpY94uXsWbGbcRGZwaZNlC1pynK_1spLG8.cache +1 -0
  34. data/test/dummy/tmp/cache/assets/sprockets/v3.0/np/nppFP1_0FGLqnQh_ZUlGiPLii5Lqbpv4cXNPXvimFF4.cache +1 -0
  35. data/test/dummy/tmp/cache/assets/sprockets/v3.0/oU/oUvIYed-Tb8hZ7gKa7FPpyhkc6vqXdyiMHNRI89fMO0.cache +0 -0
  36. data/test/dummy/tmp/cache/assets/sprockets/v3.0/sG/sG274Dzr6XE-W7yJehcXagYHbLDgelrH4-7lrdytdI4.cache +1 -0
  37. data/test/dummy/tmp/cache/assets/sprockets/v3.0/tA/tAy3LvgiPR3JYEMcVE38njAzFe3XLQuc5fZueLWu5Yo.cache +0 -0
  38. data/test/dummy/tmp/cache/assets/sprockets/v3.0/uO/uOOMjW4h-byBJFu52K4-uCeQA35aLhrqzzfRswpey-s.cache +1 -0
  39. data/test/dummy/tmp/cache/assets/sprockets/v3.0/vp/vpF3NlYVMkWc7PivIOC4SAKJ51RzYEXyTRKvfmsMGFg.cache +1 -0
  40. data/test/dummy/tmp/cache/assets/sprockets/v3.0/vv/vvP0dfbO8asNpteZs8hiM8s9YwP9qcQRAiF0Flm_2cw.cache +1 -0
  41. data/test/dummy/tmp/cache/assets/sprockets/v3.0/w3/w3opA7mSLePTdHCpuCBqduTsSbwUIgiPnFcb4oLM4g4.cache +0 -0
  42. data/test/dummy/tmp/cache/assets/sprockets/v3.0/we/wetuI3DMxRNUJ59_Ht2tI_UznmZ4Qo6YaFQaObX5Yeo.cache +1 -0
  43. data/test/dummy/tmp/cache/assets/sprockets/v3.0/wn/wnvJ74QIdj8tSD10cXmY9KyXCpaQIv0FfZJWw-EudW8.cache +0 -0
  44. data/test/dummy/tmp/cache/assets/sprockets/v3.0/xP/xPMfTXGxxCCgIip6XsG-paelKjnDzbpAYugLmUfykPs.cache +0 -0
  45. data/test/dummy/tmp/cache/assets/sprockets/v3.0/zT/zTsAvZfthhhPVIOWyDH3KWWRuZ8HnBYMveoWvD-u9_k.cache +1 -0
  46. metadata +76 -10
  47. data/test/dummy/app/assets/javascripts/pdf.js +0 -2
  48. data/test/dummy/app/assets/javascripts/products.js +0 -2
  49. data/test/dummy/app/assets/stylesheets/pdf.css +0 -4
  50. data/test/dummy/app/assets/stylesheets/products.css +0 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b70a70673f88cd5bc6641a1fdc903dfc3e5bc660
4
- data.tar.gz: bcf5845b43ad53bde0cf4561c21e895254fd092a
3
+ metadata.gz: 6ba5a030e5ed002fe37dbc7639962f1cf925649c
4
+ data.tar.gz: f2efee0ca9bc3c78882a1ed529bc4379a65c9bcb
5
5
  SHA512:
6
- metadata.gz: 2b37518f1272fde6439d16f66ef80e539a5b910d1ca0da559285ec3e1400572f0eadefbb2565ecbf0a0b09ddd5465bcac4086cc27314722cdefbdac016bdfd99
7
- data.tar.gz: 4c93899f687a82e75e2280b23330faf0a30db791a2bc76322c1b866cc7ce46b5d378ced7b09634c143228b17381e30a9bdba64bff4f638502a2a77db61643b7c
6
+ metadata.gz: 2d05c397717c70f5898062126854ecd21414730b16fdb95168cdb3908984d7997237cf4efd39311f73dc47145f19df04aef9d212b2b08612b23f8091e1a54625
7
+ data.tar.gz: f1226cbf7cd6c3dc7736bcfd76e4537570e1c234b4b8d437e8d994000e0e3ce2b07e9207b779b59641af894629f28c96770f0db68ead2fc7936ac2f771a88515
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ * `v1.0.1` - UNRELEASED
4
+ - Fix error when using `ActionController.render_to_string`
5
+
3
6
  * `v1.0.0` - January 21, 2017
4
7
  - Support `@filename`
5
8
  - Set PDF Title metadata based on `@filename` if not specified
data/README.md CHANGED
@@ -14,7 +14,7 @@ Create a view with `pdf` as format and `prawn` as handler so filename should loo
14
14
  It provides a helper called `prawn_document` which builds a PrawnRails::Document with default options. You can override any options as you please. Example:
15
15
 
16
16
  ```ruby
17
- prawn_document(page_layout: :landscape) do |pdf|
17
+ prawn_document do |pdf|
18
18
  pdf.text "Hello World"
19
19
  end
20
20
  ```
@@ -51,10 +51,12 @@ For a list of all available options: [http://www.rubydoc.info/gems/prawn/Prawn%2
51
51
 
52
52
  For a list of all metadata the the `:info` option supports, please see [https://github.com/prawnpdf/prawn/blob/master/manual/document_and_page_options/metadata.rb](https://github.com/prawnpdf/prawn/blob/master/manual/document_and_page_options/metadata.rb)
53
53
 
54
- If `skip_page_creation` is set to true then have to create the first page yourself for eg.
54
+ If `skip_page_creation` is set to true then you have to create the first page yourself. Example:
55
55
 
56
56
  ```ruby
57
- pdf.start_new_page size: "A4", page_layout: :landscape
57
+ pdf.start_new_page
58
+ # OR
59
+ pdf.start_new_page size: "A4", page_layout: :portrait
58
60
  ```
59
61
 
60
62
  ## Examples
@@ -64,7 +66,7 @@ pdf.start_new_page size: "A4", page_layout: :landscape
64
66
  ```ruby
65
67
  # hello.pdf.prawn
66
68
 
67
- prawn_document(page_layout: :landscape) do
69
+ prawn_document do |pdf|
68
70
  pdf.text 'Hello World!'
69
71
  end
70
72
  ```
@@ -74,12 +76,21 @@ end
74
76
  ```ruby
75
77
  # myproducts.pdf.prawn
76
78
 
77
- prawn_document do
79
+ prawn_document do |pdf|
78
80
  pdf.text 'Current Products are:'
79
81
  pdf.move_down 20
80
82
  pdf.table @products.collect{|p| [p.name,p.price]}
81
83
  end
82
84
  ```
85
+ 3. ** Using Custom options **
86
+
87
+ ```ruby
88
+ # landscape.pdf.prawn
89
+
90
+ prawn_document(page_layout: :landscape) do |pdf|
91
+ pdf.text 'Landscape Page!'
92
+ end
93
+ ```
83
94
 
84
95
  ## Credits
85
96
 
@@ -5,7 +5,10 @@ module PrawnRails
5
5
  def self.call(template)
6
6
  %{
7
7
  @filename ||= "\#{controller.action_name}.pdf"
8
- controller.response.headers['Content-Disposition'] = "inline; filename=\\\"\#{@filename}\\\""
8
+
9
+ unless controller.response.nil?
10
+ controller.response.headers['Content-Disposition'] = "inline; filename=\\\"\#{@filename}\\\""
11
+ end
9
12
 
10
13
  #{template.source.strip}
11
14
  }
@@ -1,3 +1,3 @@
1
1
  module PrawnRails
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -4,6 +4,4 @@
4
4
  // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
5
5
  // the compiled file.
6
6
  //
7
- //= require jquery
8
- //= require jquery_ujs
9
7
  //= require_tree .
@@ -1,10 +1,9 @@
1
1
  class PdfController < ApplicationController
2
2
 
3
3
  def render_pdf
4
- @items=[{:name=> "Hello"},{:name=> "World"}]
4
+ @items = [{:name=> "Hello"},{:name=> "World"}]
5
5
  render "render_pdf.pdf.prawn"
6
6
  end
7
7
 
8
8
 
9
-
10
9
  end
@@ -1,7 +1,7 @@
1
- prawn_document do |pdf|
1
+ prawn_document(page_layout: :portrait) do |pdf|
2
2
  pdf.text "Hello There :D"
3
3
  pdf.text "now it is here: #{pdf.cursor}"
4
- pdf.text "ITems are #{@items.inspect}"
4
+ pdf.text "Items are #{@items.inspect}"
5
5
  pdf.font("Courier") do
6
6
  pdf.text "Written in Courier because we are inside the block."
7
7
  end
File without changes
@@ -0,0 +1,390 @@
1
+  (0.1ms) begin transaction
2
+ ----------------------------------------
3
+ PdfControllerTest: test_should_get_a_pdf
4
+ ----------------------------------------
5
+ Processing by PdfController#render_pdf as HTML
6
+ Rendering pdf/render_pdf.pdf.prawn
7
+ Rendered pdf/render_pdf.pdf.prawn (62.3ms)
8
+ Completed 200 OK in 67ms (Views: 67.0ms | ActiveRecord: 0.0ms)
9
+  (0.2ms) rollback transaction
10
+  (0.1ms) begin transaction
11
+ -------------------------------
12
+ PrawnRailsTest: test_html_strip
13
+ -------------------------------
14
+  (0.1ms) rollback transaction
15
+  (0.1ms) begin transaction
16
+ ----------------------------------------
17
+ PdfControllerTest: test_should_get_a_pdf
18
+ ----------------------------------------
19
+ Processing by PdfController#render_pdf as HTML
20
+ Rendering pdf/render_pdf.pdf.prawn
21
+ Rendered pdf/render_pdf.pdf.prawn (50.3ms)
22
+ Completed 200 OK in 55ms (Views: 54.7ms | ActiveRecord: 0.0ms)
23
+  (0.1ms) rollback transaction
24
+  (0.0ms) begin transaction
25
+ -------------------------------
26
+ PrawnRailsTest: test_html_strip
27
+ -------------------------------
28
+  (0.1ms) rollback transaction
29
+  (0.0ms) begin transaction
30
+ -----------------------------------------
31
+ RenderToStringTest: test_should_get_a_pdf
32
+ -----------------------------------------
33
+  (0.0ms) rollback transaction
34
+  (0.1ms) begin transaction
35
+ -------------------------------
36
+ PrawnRailsTest: test_html_strip
37
+ -------------------------------
38
+  (0.1ms) rollback transaction
39
+  (0.1ms) begin transaction
40
+ ----------------------------------------
41
+ PdfControllerTest: test_should_get_a_pdf
42
+ ----------------------------------------
43
+ Processing by PdfController#render_pdf as HTML
44
+ Rendering pdf/render_pdf.pdf.prawn
45
+ Rendered pdf/render_pdf.pdf.prawn (46.3ms)
46
+ Completed 200 OK in 51ms (Views: 50.6ms | ActiveRecord: 0.0ms)
47
+  (0.1ms) rollback transaction
48
+  (0.1ms) begin transaction
49
+ ------------------------------------------------
50
+ RenderToStringTest: test_should_render_to_string
51
+ ------------------------------------------------
52
+ Rendering pdf/render_pdf.html.erb within layouts/application
53
+ Rendered pdf/render_pdf.html.erb within layouts/application (1.2ms)
54
+  (0.1ms) rollback transaction
55
+  (0.1ms) begin transaction
56
+ ------------------------------------------------
57
+ RenderToStringTest: test_should_render_to_string
58
+ ------------------------------------------------
59
+ Rendering pdf/render_pdf.html.erb within layouts/application
60
+ Rendered pdf/render_pdf.html.erb within layouts/application (0.8ms)
61
+  (0.1ms) rollback transaction
62
+  (0.1ms) begin transaction
63
+ -------------------------------
64
+ PrawnRailsTest: test_html_strip
65
+ -------------------------------
66
+  (0.1ms) rollback transaction
67
+  (0.1ms) begin transaction
68
+ ----------------------------------------
69
+ PdfControllerTest: test_should_get_a_pdf
70
+ ----------------------------------------
71
+ Processing by PdfController#render_pdf as HTML
72
+ Rendering pdf/render_pdf.pdf.prawn
73
+ Rendered pdf/render_pdf.pdf.prawn (45.5ms)
74
+ Completed 200 OK in 48ms (Views: 47.6ms | ActiveRecord: 0.0ms)
75
+  (0.1ms) rollback transaction
76
+  (0.1ms) begin transaction
77
+ ------------------------------------------------
78
+ RenderToStringTest: test_should_render_to_string
79
+ ------------------------------------------------
80
+ Rendering pdf/render_pdf.html.erb within layouts/application
81
+ Rendered pdf/render_pdf.html.erb within layouts/application (0.8ms)
82
+  (0.1ms) rollback transaction
83
+  (0.1ms) begin transaction
84
+ ----------------------------------------
85
+ PdfControllerTest: test_should_get_a_pdf
86
+ ----------------------------------------
87
+ Processing by PdfController#render_pdf as HTML
88
+ Rendering pdf/render_pdf.pdf.prawn
89
+ Rendered pdf/render_pdf.pdf.prawn (45.4ms)
90
+ Completed 200 OK in 48ms (Views: 47.4ms | ActiveRecord: 0.0ms)
91
+  (0.1ms) rollback transaction
92
+  (0.1ms) begin transaction
93
+ -------------------------------
94
+ PrawnRailsTest: test_html_strip
95
+ -------------------------------
96
+  (0.1ms) rollback transaction
97
+  (0.1ms) begin transaction
98
+ -------------------------------
99
+ PrawnRailsTest: test_html_strip
100
+ -------------------------------
101
+  (0.1ms) rollback transaction
102
+  (0.1ms) begin transaction
103
+ ----------------------------------------
104
+ PdfControllerTest: test_should_get_a_pdf
105
+ ----------------------------------------
106
+ Processing by PdfController#render_pdf as HTML
107
+ Rendering pdf/render_pdf.pdf.prawn
108
+ Rendered pdf/render_pdf.pdf.prawn (51.3ms)
109
+ Completed 200 OK in 56ms (Views: 55.4ms | ActiveRecord: 0.0ms)
110
+  (0.2ms) rollback transaction
111
+  (0.1ms) begin transaction
112
+ ------------------------------------------------
113
+ RenderToStringTest: test_should_render_to_string
114
+ ------------------------------------------------
115
+ Rendering pdf/render_pdf.html.erb within layouts/application
116
+ Rendered pdf/render_pdf.html.erb within layouts/application (0.9ms)
117
+  (0.1ms) rollback transaction
118
+  (0.1ms) begin transaction
119
+ -------------------------------
120
+ PrawnRailsTest: test_html_strip
121
+ -------------------------------
122
+  (0.1ms) rollback transaction
123
+  (0.1ms) begin transaction
124
+ ------------------------------------------------
125
+ RenderToStringTest: test_should_render_to_string
126
+ ------------------------------------------------
127
+ Rendering pdf/render_pdf.html.erb within layouts/application
128
+ Rendered pdf/render_pdf.html.erb within layouts/application (0.9ms)
129
+  (0.1ms) rollback transaction
130
+  (0.1ms) begin transaction
131
+ ----------------------------------------
132
+ PdfControllerTest: test_should_get_a_pdf
133
+ ----------------------------------------
134
+ Processing by PdfController#render_pdf as HTML
135
+ Rendering pdf/render_pdf.pdf.prawn
136
+ Rendered pdf/render_pdf.pdf.prawn (45.2ms)
137
+ Completed 200 OK in 47ms (Views: 47.2ms | ActiveRecord: 0.0ms)
138
+  (0.1ms) rollback transaction
139
+  (0.1ms) begin transaction
140
+ ----------------------------------------
141
+ PdfControllerTest: test_should_get_a_pdf
142
+ ----------------------------------------
143
+ Processing by PdfController#render_pdf as HTML
144
+ Rendering pdf/render_pdf.pdf.prawn
145
+ Rendered pdf/render_pdf.pdf.prawn (0.6ms)
146
+ Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)
147
+  (0.1ms) rollback transaction
148
+  (0.1ms) begin transaction
149
+ ------------------------------------------------
150
+ RenderToStringTest: test_should_render_to_string
151
+ ------------------------------------------------
152
+ Rendering pdf/render_pdf.html.erb within layouts/application
153
+ Rendered pdf/render_pdf.html.erb within layouts/application (0.8ms)
154
+  (0.1ms) rollback transaction
155
+  (0.1ms) begin transaction
156
+ -------------------------------
157
+ PrawnRailsTest: test_html_strip
158
+ -------------------------------
159
+  (0.1ms) rollback transaction
160
+  (0.1ms) begin transaction
161
+ -------------------------------
162
+ PrawnRailsTest: test_html_strip
163
+ -------------------------------
164
+  (0.0ms) rollback transaction
165
+  (0.0ms) begin transaction
166
+ ----------------------------------------
167
+ PdfControllerTest: test_should_get_a_pdf
168
+ ----------------------------------------
169
+ Processing by PdfController#render_pdf as HTML
170
+ Rendering pdf/render_pdf.pdf.prawn
171
+ Rendered pdf/render_pdf.pdf.prawn (46.4ms)
172
+ Completed 200 OK in 50ms (Views: 50.0ms | ActiveRecord: 0.0ms)
173
+  (0.1ms) rollback transaction
174
+  (0.0ms) begin transaction
175
+ ------------------------------------------------
176
+ RenderToStringTest: test_should_render_to_string
177
+ ------------------------------------------------
178
+ Rendering pdf/render_pdf.html.erb within layouts/application
179
+ Rendered pdf/render_pdf.html.erb within layouts/application (0.8ms)
180
+  (0.1ms) rollback transaction
181
+  (0.2ms) begin transaction
182
+ ------------------------------------------------
183
+ RenderToStringTest: test_should_render_to_string
184
+ ------------------------------------------------
185
+ Rendering pdf/render_pdf.pdf.prawn
186
+ Rendered pdf/render_pdf.pdf.prawn (45.9ms)
187
+  (0.1ms) rollback transaction
188
+  (0.0ms) begin transaction
189
+ ----------------------------------------
190
+ PdfControllerTest: test_should_get_a_pdf
191
+ ----------------------------------------
192
+ Processing by PdfController#render_pdf as HTML
193
+ Rendering pdf/render_pdf.pdf.prawn
194
+ Rendered pdf/render_pdf.pdf.prawn (12.3ms)
195
+ Completed 200 OK in 13ms (Views: 13.2ms | ActiveRecord: 0.0ms)
196
+  (0.1ms) rollback transaction
197
+  (0.0ms) begin transaction
198
+ -------------------------------
199
+ PrawnRailsTest: test_html_strip
200
+ -------------------------------
201
+  (0.0ms) rollback transaction
202
+  (0.1ms) begin transaction
203
+ ------------------------------------------------
204
+ RenderToStringTest: test_should_render_to_string
205
+ ------------------------------------------------
206
+ Rendering pdf/render_pdf.pdf.prawn
207
+ Rendered pdf/render_pdf.pdf.prawn (50.9ms)
208
+  (0.1ms) rollback transaction
209
+  (0.1ms) begin transaction
210
+ -------------------------------
211
+ PrawnRailsTest: test_html_strip
212
+ -------------------------------
213
+  (0.1ms) rollback transaction
214
+  (0.1ms) begin transaction
215
+ ----------------------------------------
216
+ PdfControllerTest: test_should_get_a_pdf
217
+ ----------------------------------------
218
+ Processing by PdfController#render_pdf as HTML
219
+ Rendering pdf/render_pdf.pdf.prawn
220
+ Rendered pdf/render_pdf.pdf.prawn (15.3ms)
221
+ Completed 200 OK in 17ms (Views: 17.0ms | ActiveRecord: 0.0ms)
222
+  (0.2ms) rollback transaction
223
+  (0.1ms) begin transaction
224
+ -------------------------------
225
+ PrawnRailsTest: test_html_strip
226
+ -------------------------------
227
+  (0.1ms) rollback transaction
228
+  (0.1ms) begin transaction
229
+ ------------------------------------------------
230
+ RenderToStringTest: test_should_render_to_string
231
+ ------------------------------------------------
232
+ Rendering pdf/render_pdf.pdf.prawn
233
+ Rendered pdf/render_pdf.pdf.prawn (80.7ms)
234
+  (0.1ms) rollback transaction
235
+  (0.1ms) begin transaction
236
+ ----------------------------------------
237
+ PdfControllerTest: test_should_get_a_pdf
238
+ ----------------------------------------
239
+ Processing by PdfController#render_pdf as HTML
240
+ Rendering pdf/render_pdf.pdf.prawn
241
+ Rendered pdf/render_pdf.pdf.prawn (14.7ms)
242
+ Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.0ms)
243
+  (0.2ms) rollback transaction
244
+  (0.1ms) begin transaction
245
+ ------------------------------------------------
246
+ RenderToStringTest: test_should_render_to_string
247
+ ------------------------------------------------
248
+ Rendering pdf/render_pdf.pdf.prawn
249
+ Rendered pdf/render_pdf.pdf.prawn (50.8ms)
250
+  (0.1ms) rollback transaction
251
+  (0.1ms) begin transaction
252
+ ----------------------------------------
253
+ PdfControllerTest: test_should_get_a_pdf
254
+ ----------------------------------------
255
+ Processing by PdfController#render_pdf as HTML
256
+ Rendering pdf/render_pdf.pdf.prawn
257
+ Rendered pdf/render_pdf.pdf.prawn (15.2ms)
258
+ Completed 200 OK in 17ms (Views: 16.9ms | ActiveRecord: 0.0ms)
259
+  (0.2ms) rollback transaction
260
+  (0.1ms) begin transaction
261
+ -------------------------------
262
+ PrawnRailsTest: test_html_strip
263
+ -------------------------------
264
+  (0.1ms) rollback transaction
265
+  (0.1ms) begin transaction
266
+ ----------------------------------------
267
+ PdfControllerTest: test_should_get_a_pdf
268
+ ----------------------------------------
269
+ Processing by PdfController#render_pdf as HTML
270
+ Rendering pdf/render_pdf.pdf.prawn
271
+ Rendered pdf/render_pdf.pdf.prawn (51.8ms)
272
+ Completed 200 OK in 56ms (Views: 55.6ms | ActiveRecord: 0.0ms)
273
+  (0.2ms) rollback transaction
274
+  (0.1ms) begin transaction
275
+ ------------------------------------------------
276
+ RenderToStringTest: test_should_render_to_string
277
+ ------------------------------------------------
278
+ Rendering pdf/render_pdf.pdf.prawn
279
+ Rendered pdf/render_pdf.pdf.prawn (15.9ms)
280
+  (0.1ms) rollback transaction
281
+  (0.1ms) begin transaction
282
+ -------------------------------
283
+ PrawnRailsTest: test_html_strip
284
+ -------------------------------
285
+  (0.1ms) rollback transaction
286
+  (0.1ms) begin transaction
287
+ ------------------------------------------------
288
+ RenderToStringTest: test_should_render_to_string
289
+ ------------------------------------------------
290
+ Rendering pdf/render_pdf.pdf.prawn
291
+ Rendered pdf/render_pdf.pdf.prawn (38.6ms)
292
+  (0.1ms) rollback transaction
293
+  (0.0ms) begin transaction
294
+ ----------------------------------------
295
+ PdfControllerTest: test_should_get_a_pdf
296
+ ----------------------------------------
297
+ Processing by PdfController#render_pdf as HTML
298
+ Rendering pdf/render_pdf.pdf.prawn
299
+ Rendered pdf/render_pdf.pdf.prawn (15.2ms)
300
+ Completed 200 OK in 17ms (Views: 16.7ms | ActiveRecord: 0.0ms)
301
+  (0.2ms) rollback transaction
302
+  (0.0ms) begin transaction
303
+ -------------------------------
304
+ PrawnRailsTest: test_html_strip
305
+ -------------------------------
306
+  (0.0ms) rollback transaction
307
+  (0.1ms) begin transaction
308
+ -------------------------------
309
+ PrawnRailsTest: test_html_strip
310
+ -------------------------------
311
+  (0.1ms) rollback transaction
312
+  (0.1ms) begin transaction
313
+ ------------------------------------------------
314
+ RenderToStringTest: test_should_render_to_string
315
+ ------------------------------------------------
316
+ Rendering pdf/render_pdf.pdf.prawn
317
+ Rendered pdf/render_pdf.pdf.prawn (41.5ms)
318
+  (0.1ms) rollback transaction
319
+  (0.1ms) begin transaction
320
+ ----------------------------------------
321
+ PdfControllerTest: test_should_get_a_pdf
322
+ ----------------------------------------
323
+ Processing by PdfController#render_pdf as HTML
324
+ Rendering pdf/render_pdf.pdf.prawn
325
+ Rendered pdf/render_pdf.pdf.prawn (18.7ms)
326
+ Completed 200 OK in 21ms (Views: 20.5ms | ActiveRecord: 0.0ms)
327
+  (0.2ms) rollback transaction
328
+  (0.1ms) begin transaction
329
+ -------------------------------
330
+ PrawnRailsTest: test_html_strip
331
+ -------------------------------
332
+  (0.1ms) rollback transaction
333
+  (0.1ms) begin transaction
334
+ ----------------------------------------
335
+ PdfControllerTest: test_should_get_a_pdf
336
+ ----------------------------------------
337
+ Processing by PdfController#render_pdf as HTML
338
+ Rendering pdf/render_pdf.pdf.prawn
339
+ Rendered pdf/render_pdf.pdf.prawn (68.9ms)
340
+ Completed 200 OK in 73ms (Views: 72.7ms | ActiveRecord: 0.0ms)
341
+  (0.1ms) rollback transaction
342
+  (0.1ms) begin transaction
343
+ ------------------------------------------------
344
+ RenderToStringTest: test_should_render_to_string
345
+ ------------------------------------------------
346
+ Rendering pdf/render_pdf.pdf.prawn
347
+ Rendered pdf/render_pdf.pdf.prawn (15.2ms)
348
+  (0.1ms) rollback transaction
349
+  (0.1ms) begin transaction
350
+ ----------------------------------------
351
+ PdfControllerTest: test_should_get_a_pdf
352
+ ----------------------------------------
353
+ Processing by PdfController#render_pdf as HTML
354
+ Rendering pdf/render_pdf.pdf.prawn
355
+ Rendered pdf/render_pdf.pdf.prawn (51.4ms)
356
+ Completed 200 OK in 56ms (Views: 55.2ms | ActiveRecord: 0.0ms)
357
+  (0.2ms) rollback transaction
358
+  (0.1ms) begin transaction
359
+ -------------------------------
360
+ PrawnRailsTest: test_html_strip
361
+ -------------------------------
362
+  (0.1ms) rollback transaction
363
+  (0.1ms) begin transaction
364
+ ------------------------------------------------
365
+ RenderToStringTest: test_should_render_to_string
366
+ ------------------------------------------------
367
+ Rendering pdf/render_pdf.pdf.prawn
368
+ Rendered pdf/render_pdf.pdf.prawn (15.8ms)
369
+  (0.1ms) rollback transaction
370
+  (0.1ms) begin transaction
371
+ ------------------------------------------------
372
+ RenderToStringTest: test_should_render_to_string
373
+ ------------------------------------------------
374
+ Rendering pdf/render_pdf.pdf.prawn
375
+ Rendered pdf/render_pdf.pdf.prawn (45.9ms)
376
+  (0.1ms) rollback transaction
377
+  (0.0ms) begin transaction
378
+ -------------------------------
379
+ PrawnRailsTest: test_html_strip
380
+ -------------------------------
381
+  (0.0ms) rollback transaction
382
+  (0.0ms) begin transaction
383
+ ----------------------------------------
384
+ PdfControllerTest: test_should_get_a_pdf
385
+ ----------------------------------------
386
+ Processing by PdfController#render_pdf as HTML
387
+ Rendering pdf/render_pdf.pdf.prawn
388
+ Rendered pdf/render_pdf.pdf.prawn (12.0ms)
389
+ Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.0ms)
390
+  (0.1ms) rollback transaction
@@ -0,0 +1,10 @@
1
+ require 'test_helper'
2
+ require 'pdf/reader'
3
+
4
+ class RenderToStringTest < ActiveSupport::TestCase
5
+
6
+ test "should render_to_string" do
7
+ ApplicationController.new.render_to_string("pdf/render_pdf.pdf", locals: {'@items' => []})
8
+ end
9
+
10
+ end
@@ -0,0 +1,3 @@
1
+ [o:Set:
2
+ @hash}
3
+ I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"1file-digest://app/assets/stylesheets/pdf.css;TTF
@@ -0,0 +1 @@
1
+ I"�app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=8441f0cda44039b42849ed491875c4deb7d4f339e027550e2630a7748acba7d5:ET
@@ -0,0 +1 @@
1
+ "%��A�I8���߅�u7�!��H���j���\��|x
@@ -0,0 +1,3 @@
1
+ [o:Set:
2
+ @hash}
3
+ I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"6file-digest://app/assets/stylesheets/scaffold.css;TTF
@@ -0,0 +1 @@
1
+ I"�app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=0b0fe3e5caf6e15433846e17384de4bd0521d0c383fa9a9e2969364edb45f774:ET
@@ -0,0 +1 @@
1
+ "%�2r*����� ��3�z���4����f#G�
@@ -0,0 +1,3 @@
1
+ [o:Set:
2
+ @hash}
3
+ I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"6file-digest://app/assets/stylesheets/products.css;TTF
@@ -0,0 +1 @@
1
+ I"}app/assets/stylesheets/application.css?type=text/css&id=4b7eaa1ad21f46fdfb255d3f96a98c27c4b8ebe4c39aa0344e012c436431366c:ET
@@ -0,0 +1 @@
1
+ "%֧�NTZq�בH�L��#p3��Jg!��)
@@ -0,0 +1 @@
1
+ I"�app/assets/javascripts/application.js?type=application/javascript&pipeline=self&id=39ad3b935bf149ee9eb22b4b8b4ef19a25de48d309a60536772ae55099172c0b:ET
@@ -0,0 +1 @@
1
+ "%f��L-������<������x)Iĉ��+�
@@ -0,0 +1,2 @@
1
+ [o:Set:
2
+ @hash} I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTI"8file-digest://app/assets/javascripts/application.js;TTI")file-digest://app/assets/javascripts;TTF
@@ -0,0 +1,2 @@
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;TTF
@@ -0,0 +1 @@
1
+ "%9�#�U�-���Jnݶ�W��Gx5>T�u�\x��:�
@@ -0,0 +1 @@
1
+ "%���[�RH!Cܥ4ihvd�xA�o��N(� �
@@ -0,0 +1 @@
1
+ "%֧�NTZq�בH�L��#p3��Jg!��)
@@ -0,0 +1 @@
1
+ I"~app/assets/stylesheets/pdf.css?type=text/css&pipeline=self&id=9dea879d6cfabb37da85281ba8002199501773d152e8309b7b603dba486c0375:ET
@@ -0,0 +1 @@
1
+ I"�app/assets/javascripts/application.js?type=application/javascript&id=02e732c75d39b1bdfdacb1ac177ad16851cc20902de533e8a39c66d4e0989a52:ET
@@ -0,0 +1 @@
1
+ I"�app/assets/stylesheets/scaffold.css?type=text/css&pipeline=self&id=60361417e76ccf3b5757da1b647ac41aaca9f415d04b74cbc840aa3bb8b8df63:ET
@@ -0,0 +1 @@
1
+ I"�app/assets/stylesheets/products.css?type=text/css&pipeline=self&id=f6200f88ad9e840985000d83e5190c2c2eaa09740678fa39bc66a09db0f91f2b:ET
@@ -0,0 +1 @@
1
+ I"}app/assets/stylesheets/application.css?type=text/css&id=9e8f0716d5f80db2541690f37439ab7a1d34d0d4023a09a5efde773c7b707db3:ET
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prawn-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carlos Ortiz
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-02-02 00:00:00.000000000 Z
12
+ date: 2017-07-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: prawn
@@ -145,11 +145,7 @@ files:
145
145
  - lib/prawn-rails/version.rb
146
146
  - test/dummy/Rakefile
147
147
  - test/dummy/app/assets/javascripts/application.js
148
- - test/dummy/app/assets/javascripts/pdf.js
149
- - test/dummy/app/assets/javascripts/products.js
150
148
  - test/dummy/app/assets/stylesheets/application.css
151
- - test/dummy/app/assets/stylesheets/pdf.css
152
- - test/dummy/app/assets/stylesheets/products.css
153
149
  - test/dummy/app/assets/stylesheets/scaffold.css
154
150
  - test/dummy/app/controllers/application_controller.rb
155
151
  - test/dummy/app/controllers/pdf_controller.rb
@@ -179,6 +175,8 @@ files:
179
175
  - test/dummy/config/routes.rb
180
176
  - test/dummy/config/secrets.yml
181
177
  - test/dummy/db/schema.rb
178
+ - test/dummy/db/test.sqlite3
179
+ - test/dummy/log/test.log
182
180
  - test/dummy/public/404.html
183
181
  - test/dummy/public/422.html
184
182
  - test/dummy/public/500.html
@@ -186,6 +184,41 @@ files:
186
184
  - test/dummy/script/rails
187
185
  - test/dummy/test/functional/pdf_controller_test.rb
188
186
  - test/dummy/test/unit/helpers/pdf_helper_test.rb
187
+ - test/dummy/test/unit/render_to_string_test.rb
188
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/3H/3HKwxPtsFtIWWB8h3a3IubpM4GcVjstICkerRFO439k.cache
189
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/7M/7Mq76IhtBe2-VV2M2oHVxXAVG_QLm5SrCNxRggF8RPc.cache
190
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/7k/7knv2O_3Eod2l8h0YSVe5xjnQsDlsXbJffQ1dKiSrEs.cache
191
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/7z/7zCgQfsGmkfNRDRJbRNwZOHR1KjCn5eXK6kQ3MD3Q2I.cache
192
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/8k/8k3y_LCz9mDUxOJy9Q2XGrbzfTesQnWYC0cQP1TOvFs.cache
193
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/Dm/DmmfrCpXtt74Hr6NO54lxyOCDv6klnDyBqeDFR7oDU8.cache
194
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/Fl/FlyzzCH6xseKijuu-xP3_W0V8-1cWLl95YXDNxYDUNo.cache
195
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/HC/HCD43uamHiSFgGxIxwnhpFVOmIxP1BnzNNvNivaWbpk.cache
196
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/Lx/LxtjvSVJOouLYZBYfdC_AjDQkYKKKEs3M10Vum5cJEg.cache
197
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/PK/PKWLCqd6Zhyt0ja1qijEKFaHwfBpCAHEosX412uU-V8.cache
198
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/PS/PSRh_XH9lrFbchQbAFcC08Qv6_y-Bgv7sjtfpKR-OUM.cache
199
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/Qo/QoWFwSTYT96pcyCl7-2W0dwnhAcu5C8LIcoBrcDyStI.cache
200
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/VD/VDc9sGDOOPm5eVmRJ2f2cRjTaKC11SnKHOpHHbyChl0.cache
201
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/Ve/VeM604IZ64WdmC055DY5x0e5Hi8rcIAqhYJI5EcopDI.cache
202
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/X0/X0IS1nkiVmMS3U903Hrwc01kDe2ajHoeo61xuHfbM6c.cache
203
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/bB/bBZWYaOxRNh_QSoJcD-Mkvcz9KgvY-dG9fwXISEG4K8.cache
204
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/dY/dYpMqE0kCuH8r1W0qAG7zvVC38Hq4BT-1D--XGbeNXg.cache
205
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/jH/jHI2oSw0VjtEfiiHzdvIRzqjkX7EfibPviTfzvDJie0.cache
206
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/jl/jlvE-YiBY3zJbTaEnymfM6KKQ0VC4fh-ABin-DfZQH0.cache
207
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/lW/lWicvOny7LscyeGkw-SjCaJEc6iQO2xyCQzEoCOT9io.cache
208
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/mQ/mQditvxd7m-nwTpkGVCOalFZesEjSbG8EOKqC3zq108.cache
209
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/mq/mqcnbDYKKUpY94uXsWbGbcRGZwaZNlC1pynK_1spLG8.cache
210
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/np/nppFP1_0FGLqnQh_ZUlGiPLii5Lqbpv4cXNPXvimFF4.cache
211
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/oU/oUvIYed-Tb8hZ7gKa7FPpyhkc6vqXdyiMHNRI89fMO0.cache
212
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/sG/sG274Dzr6XE-W7yJehcXagYHbLDgelrH4-7lrdytdI4.cache
213
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/tA/tAy3LvgiPR3JYEMcVE38njAzFe3XLQuc5fZueLWu5Yo.cache
214
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/uO/uOOMjW4h-byBJFu52K4-uCeQA35aLhrqzzfRswpey-s.cache
215
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/vp/vpF3NlYVMkWc7PivIOC4SAKJ51RzYEXyTRKvfmsMGFg.cache
216
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/vv/vvP0dfbO8asNpteZs8hiM8s9YwP9qcQRAiF0Flm_2cw.cache
217
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/w3/w3opA7mSLePTdHCpuCBqduTsSbwUIgiPnFcb4oLM4g4.cache
218
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/we/wetuI3DMxRNUJ59_Ht2tI_UznmZ4Qo6YaFQaObX5Yeo.cache
219
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/wn/wnvJ74QIdj8tSD10cXmY9KyXCpaQIv0FfZJWw-EudW8.cache
220
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/xP/xPMfTXGxxCCgIip6XsG-paelKjnDzbpAYugLmUfykPs.cache
221
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/zT/zTsAvZfthhhPVIOWyDH3KWWRuZ8HnBYMveoWvD-u9_k.cache
189
222
  - test/integration/navigation_test.rb
190
223
  - test/prawn-rails_test.rb
191
224
  - test/test_helper.rb
@@ -221,18 +254,50 @@ test_files:
221
254
  - test/dummy/app/views/pdf/render_pdf.pdf.prawn
222
255
  - test/dummy/app/views/layouts/application.html.erb
223
256
  - test/dummy/app/assets/javascripts/application.js
224
- - test/dummy/app/assets/javascripts/pdf.js
225
- - test/dummy/app/assets/javascripts/products.js
226
- - test/dummy/app/assets/stylesheets/products.css
227
257
  - test/dummy/app/assets/stylesheets/scaffold.css
228
- - test/dummy/app/assets/stylesheets/pdf.css
229
258
  - test/dummy/app/assets/stylesheets/application.css
230
259
  - test/dummy/app/controllers/pdf_controller.rb
231
260
  - test/dummy/app/controllers/application_controller.rb
232
261
  - test/dummy/app/models/product.rb
233
262
  - test/dummy/test/functional/pdf_controller_test.rb
234
263
  - test/dummy/test/unit/helpers/pdf_helper_test.rb
264
+ - test/dummy/test/unit/render_to_string_test.rb
265
+ - test/dummy/db/test.sqlite3
235
266
  - test/dummy/db/schema.rb
267
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/PK/PKWLCqd6Zhyt0ja1qijEKFaHwfBpCAHEosX412uU-V8.cache
268
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/X0/X0IS1nkiVmMS3U903Hrwc01kDe2ajHoeo61xuHfbM6c.cache
269
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/dY/dYpMqE0kCuH8r1W0qAG7zvVC38Hq4BT-1D--XGbeNXg.cache
270
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/HC/HCD43uamHiSFgGxIxwnhpFVOmIxP1BnzNNvNivaWbpk.cache
271
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/xP/xPMfTXGxxCCgIip6XsG-paelKjnDzbpAYugLmUfykPs.cache
272
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/Ve/VeM604IZ64WdmC055DY5x0e5Hi8rcIAqhYJI5EcopDI.cache
273
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/uO/uOOMjW4h-byBJFu52K4-uCeQA35aLhrqzzfRswpey-s.cache
274
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/sG/sG274Dzr6XE-W7yJehcXagYHbLDgelrH4-7lrdytdI4.cache
275
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/PS/PSRh_XH9lrFbchQbAFcC08Qv6_y-Bgv7sjtfpKR-OUM.cache
276
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/Dm/DmmfrCpXtt74Hr6NO54lxyOCDv6klnDyBqeDFR7oDU8.cache
277
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/vp/vpF3NlYVMkWc7PivIOC4SAKJ51RzYEXyTRKvfmsMGFg.cache
278
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/mq/mqcnbDYKKUpY94uXsWbGbcRGZwaZNlC1pynK_1spLG8.cache
279
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/we/wetuI3DMxRNUJ59_Ht2tI_UznmZ4Qo6YaFQaObX5Yeo.cache
280
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/w3/w3opA7mSLePTdHCpuCBqduTsSbwUIgiPnFcb4oLM4g4.cache
281
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/np/nppFP1_0FGLqnQh_ZUlGiPLii5Lqbpv4cXNPXvimFF4.cache
282
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/wn/wnvJ74QIdj8tSD10cXmY9KyXCpaQIv0FfZJWw-EudW8.cache
283
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/lW/lWicvOny7LscyeGkw-SjCaJEc6iQO2xyCQzEoCOT9io.cache
284
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/3H/3HKwxPtsFtIWWB8h3a3IubpM4GcVjstICkerRFO439k.cache
285
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/tA/tAy3LvgiPR3JYEMcVE38njAzFe3XLQuc5fZueLWu5Yo.cache
286
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/vv/vvP0dfbO8asNpteZs8hiM8s9YwP9qcQRAiF0Flm_2cw.cache
287
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/7k/7knv2O_3Eod2l8h0YSVe5xjnQsDlsXbJffQ1dKiSrEs.cache
288
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/8k/8k3y_LCz9mDUxOJy9Q2XGrbzfTesQnWYC0cQP1TOvFs.cache
289
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/oU/oUvIYed-Tb8hZ7gKa7FPpyhkc6vqXdyiMHNRI89fMO0.cache
290
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/Lx/LxtjvSVJOouLYZBYfdC_AjDQkYKKKEs3M10Vum5cJEg.cache
291
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/Fl/FlyzzCH6xseKijuu-xP3_W0V8-1cWLl95YXDNxYDUNo.cache
292
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/VD/VDc9sGDOOPm5eVmRJ2f2cRjTaKC11SnKHOpHHbyChl0.cache
293
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/zT/zTsAvZfthhhPVIOWyDH3KWWRuZ8HnBYMveoWvD-u9_k.cache
294
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/jH/jHI2oSw0VjtEfiiHzdvIRzqjkX7EfibPviTfzvDJie0.cache
295
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/7M/7Mq76IhtBe2-VV2M2oHVxXAVG_QLm5SrCNxRggF8RPc.cache
296
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/mQ/mQditvxd7m-nwTpkGVCOalFZesEjSbG8EOKqC3zq108.cache
297
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/bB/bBZWYaOxRNh_QSoJcD-Mkvcz9KgvY-dG9fwXISEG4K8.cache
298
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/jl/jlvE-YiBY3zJbTaEnymfM6KKQ0VC4fh-ABin-DfZQH0.cache
299
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/Qo/QoWFwSTYT96pcyCl7-2W0dwnhAcu5C8LIcoBrcDyStI.cache
300
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/7z/7zCgQfsGmkfNRDRJbRNwZOHR1KjCn5eXK6kQ3MD3Q2I.cache
236
301
  - test/dummy/public/500.html
237
302
  - test/dummy/public/404.html
238
303
  - test/dummy/public/422.html
@@ -257,5 +322,6 @@ test_files:
257
322
  - test/dummy/config/locales/en.yml
258
323
  - test/dummy/config/environment.rb
259
324
  - test/dummy/config.ru
325
+ - test/dummy/log/test.log
260
326
  - test/prawn-rails_test.rb
261
327
  - test/integration/navigation_test.rb
@@ -1,2 +0,0 @@
1
- // Place all the behaviors and hooks related to the matching controller here.
2
- // All this logic will automatically be available in application.js.
@@ -1,2 +0,0 @@
1
- // Place all the behaviors and hooks related to the matching controller here.
2
- // All this logic will automatically be available in application.js.
@@ -1,4 +0,0 @@
1
- /*
2
- Place all the styles related to the matching controller here.
3
- They will automatically be included in application.css.
4
- */
@@ -1,4 +0,0 @@
1
- /*
2
- Place all the styles related to the matching controller here.
3
- They will automatically be included in application.css.
4
- */