spud_cms 0.4.8 → 0.7.0

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 (65) hide show
  1. data/MIT-LICENSE +20 -0
  2. data/README.rdoc +3 -0
  3. data/Rakefile +40 -0
  4. data/app/controllers/pages_controller.rb +5 -0
  5. data/app/controllers/spud/admin/pages_controller.rb +4 -4
  6. data/app/helpers/spud/cms/application_helper.rb +23 -3
  7. data/app/models/page_sweeper.rb +18 -1
  8. data/app/models/spud_page.rb +45 -4
  9. data/app/views/pages/show.html.erb +3 -1
  10. data/config/routes.rb +5 -1
  11. data/db/migrate/20120101192412_create_spud_pages.rb +19 -0
  12. data/db/migrate/20120101193138_create_spud_menus.rb +10 -0
  13. data/db/migrate/20120101193255_create_spud_menu_items.rb +17 -0
  14. data/db/migrate/20120101194124_create_spud_templates.rb +11 -0
  15. data/db/migrate/20120103034659_create_spud_page_partials.rb +13 -0
  16. data/db/migrate/20120104194032_add_visibility_to_spud_pages.rb +6 -0
  17. data/db/migrate/20120107181337_add_menu_name_to_spud_menu_items.rb +5 -0
  18. data/db/migrate/20120111134754_add_use_custom_url_name_to_spud_pages.rb +5 -0
  19. data/db/migrate/20120118141852_add_notes_to_spud_pages.rb +5 -0
  20. data/db/migrate/20120126232428_add_menu_id_to_spud_menu_items.rb +7 -0
  21. data/db/migrate/20120128163601_add_classes_to_spud_menu_items.rb +6 -0
  22. data/lib/spud_cms/engine.rb +11 -1
  23. data/lib/spud_cms/page_route.rb +3 -0
  24. data/lib/spud_cms/version.rb +5 -0
  25. data/lib/spud_cms.rb +2 -1
  26. data/lib/tasks/spud_cms_tasks.rake +4 -0
  27. data/test/dummy/README.rdoc +261 -0
  28. data/test/dummy/Rakefile +7 -0
  29. data/test/dummy/app/assets/javascripts/application.js +15 -0
  30. data/test/dummy/app/assets/stylesheets/application.css +13 -0
  31. data/test/dummy/app/controllers/application_controller.rb +3 -0
  32. data/test/dummy/app/helpers/application_helper.rb +2 -0
  33. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  34. data/{config → test/dummy/config}/application.rb +18 -7
  35. data/test/dummy/config/boot.rb +10 -0
  36. data/test/dummy/config/database.yml +15 -0
  37. data/test/dummy/config/environment.rb +5 -0
  38. data/test/dummy/config/environments/development.rb +37 -0
  39. data/test/dummy/config/environments/production.rb +67 -0
  40. data/test/dummy/config/environments/test.rb +37 -0
  41. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  42. data/test/dummy/config/initializers/inflections.rb +15 -0
  43. data/test/dummy/config/initializers/mime_types.rb +5 -0
  44. data/test/dummy/config/initializers/secret_token.rb +7 -0
  45. data/test/dummy/config/initializers/session_store.rb +8 -0
  46. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  47. data/test/dummy/config/locales/en.yml +5 -0
  48. data/test/dummy/config/routes.rb +3 -0
  49. data/test/dummy/config.ru +4 -0
  50. data/test/dummy/db/migrate/20120307002859_create_spud_admin_permissions.spud_core.rb +12 -0
  51. data/test/dummy/db/migrate/20120307002860_create_spud_users.spud_core.rb +30 -0
  52. data/test/dummy/db/migrate/20120307003559_create_spud_permalinks.spud_permalinks.rb +12 -0
  53. data/test/dummy/db/schema.rb +124 -0
  54. data/test/dummy/log/development.log +437 -0
  55. data/test/dummy/log/test.log +2280 -0
  56. data/test/dummy/public/404.html +26 -0
  57. data/test/dummy/public/422.html +26 -0
  58. data/test/dummy/public/500.html +25 -0
  59. data/test/dummy/public/favicon.ico +0 -0
  60. data/test/dummy/script/rails +6 -0
  61. data/test/integration/navigation_test.rb +10 -0
  62. data/test/spud_cms_test.rb +7 -0
  63. data/test/test_helper.rb +10 -0
  64. metadata +206 -18
  65. data/README.markdown +0 -71
@@ -0,0 +1,2280 @@
1
+ Mysql2::Error: Table 'spud_cms_test.spud_users' doesn't exist: SHOW FULL FIELDS FROM `spud_users`
2
+ Creating scope :public. Overwriting existing method SpudPage.public.
3
+  (0.5ms) SELECT @@FOREIGN_KEY_CHECKS
4
+  (0.2ms) SET FOREIGN_KEY_CHECKS = 0
5
+  (54.8ms) SELECT DATABASE() as db
6
+  (4.9ms) select table_name from information_schema.views where table_schema = 'spud_cms_test'
7
+  (0.3ms) SET FOREIGN_KEY_CHECKS = 1
8
+  (0.3ms) BEGIN
9
+  (0.2ms) BEGIN
10
+ Processing by Spud::Cms::SitemapsController#show as XML
11
+ Rendered /Users/davydotcom/projects/ruby/engines/spud/spud_cms/app/views/spud/cms/sitemaps/show.xml.builder (87.7ms)
12
+ Completed 200 OK in 148ms (Views: 146.5ms | ActiveRecord: 0.0ms)
13
+  (0.1ms) ROLLBACK
14
+  (0.1ms) ROLLBACK
15
+  (0.1ms) BEGIN
16
+  (0.1ms) BEGIN
17
+ Processing by Spud::Cms::SitemapsController#show as HTML
18
+ Completed 406 Not Acceptable in 0ms (ActiveRecord: 0.0ms)
19
+  (0.1ms) ROLLBACK
20
+  (0.1ms) ROLLBACK
21
+  (0.0ms) BEGIN
22
+  (0.0ms) BEGIN
23
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
24
+  (0.0ms) ROLLBACK
25
+  (0.0ms) ROLLBACK
26
+  (0.1ms) BEGIN
27
+  (0.0ms) BEGIN
28
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
29
+  (0.0ms) ROLLBACK
30
+  (0.0ms) ROLLBACK
31
+  (0.1ms) BEGIN
32
+  (0.0ms) BEGIN
33
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
34
+  (0.1ms) ROLLBACK
35
+  (0.0ms) ROLLBACK
36
+  (0.0ms) BEGIN
37
+  (0.0ms) BEGIN
38
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
39
+  (0.1ms) ROLLBACK
40
+  (0.0ms) ROLLBACK
41
+  (0.0ms) BEGIN
42
+  (0.0ms) BEGIN
43
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
44
+  (0.0ms) ROLLBACK
45
+  (0.0ms) ROLLBACK
46
+  (0.0ms) BEGIN
47
+  (0.0ms) BEGIN
48
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
49
+  (0.0ms) ROLLBACK
50
+  (0.0ms) ROLLBACK
51
+  (0.0ms) BEGIN
52
+  (0.0ms) BEGIN
53
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
54
+  (0.0ms) ROLLBACK
55
+  (0.0ms) ROLLBACK
56
+  (0.0ms) BEGIN
57
+  (0.0ms) BEGIN
58
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
59
+  (0.0ms) ROLLBACK
60
+  (0.0ms) ROLLBACK
61
+  (0.0ms) BEGIN
62
+  (0.0ms) BEGIN
63
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
64
+  (0.0ms) ROLLBACK
65
+  (0.0ms) ROLLBACK
66
+  (0.0ms) BEGIN
67
+  (0.0ms) BEGIN
68
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
69
+  (0.0ms) ROLLBACK
70
+  (0.0ms) ROLLBACK
71
+  (0.1ms) BEGIN
72
+  (0.0ms) BEGIN
73
+  (0.0ms) ROLLBACK
74
+  (0.0ms) ROLLBACK
75
+  (0.0ms) BEGIN
76
+  (0.0ms) BEGIN
77
+  (0.0ms) ROLLBACK
78
+  (0.0ms) ROLLBACK
79
+  (0.0ms) BEGIN
80
+  (0.0ms) BEGIN
81
+  (0.0ms) ROLLBACK
82
+  (0.0ms) ROLLBACK
83
+  (0.0ms) BEGIN
84
+  (0.0ms) BEGIN
85
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
86
+  (0.1ms) ROLLBACK
87
+  (0.1ms) ROLLBACK
88
+  (0.1ms) BEGIN
89
+  (0.1ms) BEGIN
90
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
91
+  (0.0ms) ROLLBACK
92
+  (0.0ms) ROLLBACK
93
+  (0.0ms) BEGIN
94
+  (0.0ms) BEGIN
95
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
96
+  (0.0ms) ROLLBACK
97
+  (0.0ms) ROLLBACK
98
+  (0.0ms) BEGIN
99
+  (0.0ms) BEGIN
100
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
101
+  (0.0ms) ROLLBACK
102
+  (0.0ms) ROLLBACK
103
+  (0.0ms) BEGIN
104
+  (0.0ms) BEGIN
105
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
106
+  (0.0ms) ROLLBACK
107
+  (0.0ms) ROLLBACK
108
+  (0.0ms) BEGIN
109
+  (0.0ms) BEGIN
110
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
111
+  (0.0ms) ROLLBACK
112
+  (0.0ms) ROLLBACK
113
+ Mysql2::Error: Table 'spud_cms_test.spud_users' doesn't exist: SHOW FULL FIELDS FROM `spud_users`
114
+ Creating scope :public. Overwriting existing method SpudPage.public.
115
+  (0.4ms) SELECT @@FOREIGN_KEY_CHECKS
116
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
117
+  (0.1ms) SELECT DATABASE() as db
118
+  (1.6ms) select table_name from information_schema.views where table_schema = 'spud_cms_test'
119
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
120
+  (0.1ms) BEGIN
121
+  (0.1ms) BEGIN
122
+ Processing by Spud::Cms::SitemapsController#show as XML
123
+ Rendered /Users/davydotcom/projects/ruby/engines/spud/spud_cms/app/views/spud/cms/sitemaps/show.xml.builder (25.7ms)
124
+ Completed 200 OK in 34ms (Views: 33.6ms | ActiveRecord: 0.0ms)
125
+  (0.3ms) ROLLBACK
126
+  (0.1ms) ROLLBACK
127
+  (0.1ms) BEGIN
128
+  (0.2ms) BEGIN
129
+ Processing by Spud::Cms::SitemapsController#show as HTML
130
+ Completed 406 Not Acceptable in 1ms (ActiveRecord: 0.0ms)
131
+  (0.2ms) ROLLBACK
132
+  (0.1ms) ROLLBACK
133
+  (0.0ms) BEGIN
134
+  (0.0ms) BEGIN
135
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
136
+  (0.0ms) ROLLBACK
137
+  (0.0ms) ROLLBACK
138
+  (0.0ms) BEGIN
139
+  (0.0ms) BEGIN
140
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
141
+  (0.0ms) ROLLBACK
142
+  (0.0ms) ROLLBACK
143
+  (0.0ms) BEGIN
144
+  (0.0ms) BEGIN
145
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
146
+  (0.0ms) ROLLBACK
147
+  (0.0ms) ROLLBACK
148
+  (0.0ms) BEGIN
149
+  (0.0ms) BEGIN
150
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
151
+  (0.0ms) ROLLBACK
152
+  (0.0ms) ROLLBACK
153
+  (0.0ms) BEGIN
154
+  (0.0ms) BEGIN
155
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
156
+  (0.0ms) ROLLBACK
157
+  (0.0ms) ROLLBACK
158
+  (0.0ms) BEGIN
159
+  (0.0ms) BEGIN
160
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
161
+  (0.0ms) ROLLBACK
162
+  (0.0ms) ROLLBACK
163
+  (0.1ms) BEGIN
164
+  (0.0ms) BEGIN
165
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
166
+  (0.1ms) ROLLBACK
167
+  (0.0ms) ROLLBACK
168
+  (0.0ms) BEGIN
169
+  (0.0ms) BEGIN
170
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
171
+  (0.0ms) ROLLBACK
172
+  (0.0ms) ROLLBACK
173
+  (0.0ms) BEGIN
174
+  (0.0ms) BEGIN
175
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
176
+  (0.0ms) ROLLBACK
177
+  (0.0ms) ROLLBACK
178
+  (0.0ms) BEGIN
179
+  (0.0ms) BEGIN
180
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
181
+  (0.0ms) ROLLBACK
182
+  (0.0ms) ROLLBACK
183
+  (0.0ms) BEGIN
184
+  (0.0ms) BEGIN
185
+  (0.0ms) ROLLBACK
186
+  (0.0ms) ROLLBACK
187
+  (0.0ms) BEGIN
188
+  (0.0ms) BEGIN
189
+  (0.0ms) ROLLBACK
190
+  (0.0ms) ROLLBACK
191
+  (0.0ms) BEGIN
192
+  (0.0ms) BEGIN
193
+  (0.0ms) ROLLBACK
194
+  (0.0ms) ROLLBACK
195
+  (0.0ms) BEGIN
196
+  (0.0ms) BEGIN
197
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
198
+  (0.0ms) ROLLBACK
199
+  (0.0ms) ROLLBACK
200
+  (0.0ms) BEGIN
201
+  (0.0ms) BEGIN
202
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
203
+  (0.0ms) ROLLBACK
204
+  (0.0ms) ROLLBACK
205
+  (0.1ms) BEGIN
206
+  (0.0ms) BEGIN
207
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
208
+  (0.0ms) ROLLBACK
209
+  (0.1ms) ROLLBACK
210
+  (0.0ms) BEGIN
211
+  (0.0ms) BEGIN
212
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
213
+  (0.0ms) ROLLBACK
214
+  (0.0ms) ROLLBACK
215
+  (0.0ms) BEGIN
216
+  (0.0ms) BEGIN
217
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
218
+  (0.0ms) ROLLBACK
219
+  (0.0ms) ROLLBACK
220
+  (0.1ms) BEGIN
221
+  (0.0ms) BEGIN
222
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
223
+  (0.1ms) ROLLBACK
224
+  (0.0ms) ROLLBACK
225
+ Mysql2::Error: Table 'spud_cms_test.spud_users' doesn't exist: SHOW FULL FIELDS FROM `spud_users`
226
+ Creating scope :public. Overwriting existing method SpudPage.public.
227
+  (0.3ms) SELECT @@FOREIGN_KEY_CHECKS
228
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
229
+  (0.1ms) SELECT DATABASE() as db
230
+  (1.5ms) select table_name from information_schema.views where table_schema = 'spud_cms_test'
231
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
232
+  (0.1ms) BEGIN
233
+  (0.1ms) BEGIN
234
+ Processing by Spud::Cms::SitemapsController#show as XML
235
+ Rendered /Users/davydotcom/projects/ruby/engines/spud/spud_cms/app/views/spud/cms/sitemaps/show.xml.builder (5.6ms)
236
+ Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.0ms)
237
+  (0.1ms) ROLLBACK
238
+  (0.1ms) ROLLBACK
239
+  (0.0ms) BEGIN
240
+  (0.0ms) BEGIN
241
+ Processing by Spud::Cms::SitemapsController#show as HTML
242
+ Completed 406 Not Acceptable in 0ms (ActiveRecord: 0.0ms)
243
+  (0.1ms) ROLLBACK
244
+  (0.0ms) ROLLBACK
245
+  (0.0ms) BEGIN
246
+  (0.0ms) BEGIN
247
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
248
+  (0.0ms) ROLLBACK
249
+  (0.0ms) ROLLBACK
250
+  (0.1ms) BEGIN
251
+  (0.1ms) BEGIN
252
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
253
+  (0.0ms) ROLLBACK
254
+  (0.0ms) ROLLBACK
255
+  (0.0ms) BEGIN
256
+  (0.0ms) BEGIN
257
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
258
+  (0.0ms) ROLLBACK
259
+  (0.0ms) ROLLBACK
260
+  (0.1ms) BEGIN
261
+  (0.1ms) BEGIN
262
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
263
+  (0.0ms) ROLLBACK
264
+  (0.0ms) ROLLBACK
265
+  (0.0ms) BEGIN
266
+  (0.0ms) BEGIN
267
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
268
+  (0.0ms) ROLLBACK
269
+  (0.0ms) ROLLBACK
270
+  (0.0ms) BEGIN
271
+  (0.0ms) BEGIN
272
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
273
+  (0.0ms) ROLLBACK
274
+  (0.0ms) ROLLBACK
275
+  (0.0ms) BEGIN
276
+  (0.1ms) BEGIN
277
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
278
+  (0.1ms) ROLLBACK
279
+  (0.0ms) ROLLBACK
280
+  (0.0ms) BEGIN
281
+  (0.0ms) BEGIN
282
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
283
+  (0.0ms) ROLLBACK
284
+  (0.0ms) ROLLBACK
285
+  (0.0ms) BEGIN
286
+  (0.0ms) BEGIN
287
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
288
+  (0.1ms) ROLLBACK
289
+  (0.0ms) ROLLBACK
290
+  (0.0ms) BEGIN
291
+  (0.0ms) BEGIN
292
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
293
+  (0.0ms) ROLLBACK
294
+  (0.0ms) ROLLBACK
295
+  (0.0ms) BEGIN
296
+  (0.0ms) BEGIN
297
+  (0.0ms) ROLLBACK
298
+  (0.0ms) ROLLBACK
299
+  (0.0ms) BEGIN
300
+  (0.0ms) BEGIN
301
+  (0.0ms) ROLLBACK
302
+  (0.0ms) ROLLBACK
303
+  (0.0ms) BEGIN
304
+  (0.0ms) BEGIN
305
+  (0.1ms) ROLLBACK
306
+  (0.0ms) ROLLBACK
307
+  (0.0ms) BEGIN
308
+  (0.0ms) BEGIN
309
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
310
+  (0.1ms) ROLLBACK
311
+  (0.0ms) ROLLBACK
312
+  (0.0ms) BEGIN
313
+  (0.1ms) BEGIN
314
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
315
+  (0.0ms) ROLLBACK
316
+  (0.1ms) ROLLBACK
317
+  (0.0ms) BEGIN
318
+  (0.0ms) BEGIN
319
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
320
+  (0.0ms) ROLLBACK
321
+  (0.0ms) ROLLBACK
322
+  (0.0ms) BEGIN
323
+  (0.0ms) BEGIN
324
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
325
+  (0.0ms) ROLLBACK
326
+  (0.0ms) ROLLBACK
327
+  (0.0ms) BEGIN
328
+  (0.0ms) BEGIN
329
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
330
+  (0.0ms) ROLLBACK
331
+  (0.0ms) ROLLBACK
332
+  (0.0ms) BEGIN
333
+  (0.0ms) BEGIN
334
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
335
+  (0.0ms) ROLLBACK
336
+  (0.0ms) ROLLBACK
337
+ Mysql2::Error: Table 'spud_cms_test.spud_users' doesn't exist: SHOW FULL FIELDS FROM `spud_users`
338
+ Creating scope :public. Overwriting existing method SpudPage.public.
339
+  (0.5ms) SELECT @@FOREIGN_KEY_CHECKS
340
+  (0.3ms) SET FOREIGN_KEY_CHECKS = 0
341
+  (0.3ms) SELECT DATABASE() as db
342
+  (2.4ms) select table_name from information_schema.views where table_schema = 'spud_cms_test'
343
+  (0.3ms) SET FOREIGN_KEY_CHECKS = 1
344
+  (0.1ms) BEGIN
345
+  (0.0ms) BEGIN
346
+ Processing by Spud::Cms::SitemapsController#show as XML
347
+ Rendered /Users/davydotcom/projects/ruby/engines/spud/spud_cms/app/views/spud/cms/sitemaps/show.xml.builder (28.4ms)
348
+ Completed 200 OK in 38ms (Views: 37.7ms | ActiveRecord: 0.0ms)
349
+  (0.1ms) ROLLBACK
350
+  (0.0ms) ROLLBACK
351
+  (0.1ms) BEGIN
352
+  (0.1ms) BEGIN
353
+ Processing by Spud::Cms::SitemapsController#show as HTML
354
+ Completed 406 Not Acceptable in 0ms (ActiveRecord: 0.0ms)
355
+  (0.2ms) ROLLBACK
356
+  (0.1ms) ROLLBACK
357
+  (0.1ms) BEGIN
358
+  (0.0ms) BEGIN
359
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
360
+  (0.0ms) ROLLBACK
361
+  (0.0ms) ROLLBACK
362
+  (0.0ms) BEGIN
363
+  (0.0ms) BEGIN
364
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
365
+  (0.0ms) ROLLBACK
366
+  (0.0ms) ROLLBACK
367
+  (0.0ms) BEGIN
368
+  (0.0ms) BEGIN
369
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
370
+  (0.0ms) ROLLBACK
371
+  (0.0ms) ROLLBACK
372
+  (0.0ms) BEGIN
373
+  (0.0ms) BEGIN
374
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
375
+  (0.1ms) ROLLBACK
376
+  (0.0ms) ROLLBACK
377
+  (0.0ms) BEGIN
378
+  (0.0ms) BEGIN
379
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
380
+  (0.1ms) ROLLBACK
381
+  (0.0ms) ROLLBACK
382
+  (0.0ms) BEGIN
383
+  (0.0ms) BEGIN
384
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
385
+  (0.0ms) ROLLBACK
386
+  (0.0ms) ROLLBACK
387
+  (0.0ms) BEGIN
388
+  (0.0ms) BEGIN
389
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
390
+  (0.1ms) ROLLBACK
391
+  (0.1ms) ROLLBACK
392
+  (0.0ms) BEGIN
393
+  (0.0ms) BEGIN
394
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
395
+  (0.1ms) ROLLBACK
396
+  (0.0ms) ROLLBACK
397
+  (0.1ms) BEGIN
398
+  (0.0ms) BEGIN
399
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
400
+  (0.0ms) ROLLBACK
401
+  (0.0ms) ROLLBACK
402
+  (0.0ms) BEGIN
403
+  (0.0ms) BEGIN
404
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
405
+  (0.0ms) ROLLBACK
406
+  (0.0ms) ROLLBACK
407
+  (0.0ms) BEGIN
408
+  (0.0ms) BEGIN
409
+  (0.0ms) ROLLBACK
410
+  (0.0ms) ROLLBACK
411
+  (0.0ms) BEGIN
412
+  (0.0ms) BEGIN
413
+  (0.0ms) ROLLBACK
414
+  (0.0ms) ROLLBACK
415
+  (0.0ms) BEGIN
416
+  (0.0ms) BEGIN
417
+  (0.0ms) ROLLBACK
418
+  (0.0ms) ROLLBACK
419
+  (0.0ms) BEGIN
420
+  (0.0ms) BEGIN
421
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
422
+  (0.0ms) ROLLBACK
423
+  (0.0ms) ROLLBACK
424
+  (0.0ms) BEGIN
425
+  (0.1ms) BEGIN
426
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
427
+  (0.0ms) ROLLBACK
428
+  (0.0ms) ROLLBACK
429
+  (0.0ms) BEGIN
430
+  (0.0ms) BEGIN
431
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
432
+  (0.0ms) ROLLBACK
433
+  (0.0ms) ROLLBACK
434
+  (0.1ms) BEGIN
435
+  (0.1ms) BEGIN
436
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
437
+  (0.0ms) ROLLBACK
438
+  (0.0ms) ROLLBACK
439
+  (0.0ms) BEGIN
440
+  (0.0ms) BEGIN
441
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
442
+  (0.1ms) ROLLBACK
443
+  (0.0ms) ROLLBACK
444
+  (0.0ms) BEGIN
445
+  (0.0ms) BEGIN
446
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
447
+  (0.0ms) ROLLBACK
448
+  (0.1ms) ROLLBACK
449
+ Mysql2::Error: Table 'spud_cms_test.spud_users' doesn't exist: SHOW FULL FIELDS FROM `spud_users`
450
+ Creating scope :public. Overwriting existing method SpudPage.public.
451
+  (0.3ms) SELECT @@FOREIGN_KEY_CHECKS
452
+  (0.2ms) SET FOREIGN_KEY_CHECKS = 0
453
+  (0.1ms) SELECT DATABASE() as db
454
+  (1.1ms) select table_name from information_schema.views where table_schema = 'spud_cms_test'
455
+  (0.0ms) SET FOREIGN_KEY_CHECKS = 1
456
+  (0.0ms) BEGIN
457
+  (0.0ms) BEGIN
458
+ Processing by Spud::Cms::SitemapsController#show as XML
459
+ Rendered /Users/davydotcom/projects/ruby/engines/spud/spud_cms/app/views/spud/cms/sitemaps/show.xml.builder (4.6ms)
460
+ Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.0ms)
461
+  (0.3ms) ROLLBACK
462
+  (0.1ms) ROLLBACK
463
+  (0.1ms) BEGIN
464
+  (0.2ms) BEGIN
465
+ Processing by Spud::Cms::SitemapsController#show as HTML
466
+ Completed 406 Not Acceptable in 0ms (ActiveRecord: 0.0ms)
467
+  (0.2ms) ROLLBACK
468
+  (0.1ms) ROLLBACK
469
+  (0.0ms) BEGIN
470
+  (0.0ms) BEGIN
471
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
472
+  (0.1ms) ROLLBACK
473
+  (0.0ms) ROLLBACK
474
+  (0.0ms) BEGIN
475
+  (0.0ms) BEGIN
476
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
477
+  (0.0ms) ROLLBACK
478
+  (0.0ms) ROLLBACK
479
+  (0.0ms) BEGIN
480
+  (0.0ms) BEGIN
481
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
482
+  (0.0ms) ROLLBACK
483
+  (0.0ms) ROLLBACK
484
+  (0.0ms) BEGIN
485
+  (0.0ms) BEGIN
486
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
487
+  (0.0ms) ROLLBACK
488
+  (0.0ms) ROLLBACK
489
+  (0.0ms) BEGIN
490
+  (0.0ms) BEGIN
491
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
492
+  (0.0ms) ROLLBACK
493
+  (0.0ms) ROLLBACK
494
+  (0.0ms) BEGIN
495
+  (0.0ms) BEGIN
496
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
497
+  (0.0ms) ROLLBACK
498
+  (0.0ms) ROLLBACK
499
+  (0.1ms) BEGIN
500
+  (0.0ms) BEGIN
501
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
502
+  (0.2ms) ROLLBACK
503
+  (0.0ms) ROLLBACK
504
+  (0.0ms) BEGIN
505
+  (0.0ms) BEGIN
506
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
507
+  (0.0ms) ROLLBACK
508
+  (0.0ms) ROLLBACK
509
+  (0.0ms) BEGIN
510
+  (0.0ms) BEGIN
511
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
512
+  (0.0ms) ROLLBACK
513
+  (0.0ms) ROLLBACK
514
+  (0.0ms) BEGIN
515
+  (0.0ms) BEGIN
516
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
517
+  (0.0ms) ROLLBACK
518
+  (0.0ms) ROLLBACK
519
+  (0.0ms) BEGIN
520
+  (0.0ms) BEGIN
521
+  (0.0ms) ROLLBACK
522
+  (0.0ms) ROLLBACK
523
+  (0.0ms) BEGIN
524
+  (0.0ms) BEGIN
525
+  (0.0ms) ROLLBACK
526
+  (0.0ms) ROLLBACK
527
+  (0.0ms) BEGIN
528
+  (0.0ms) BEGIN
529
+  (0.0ms) ROLLBACK
530
+  (0.0ms) ROLLBACK
531
+  (0.0ms) BEGIN
532
+  (0.0ms) BEGIN
533
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
534
+  (0.0ms) ROLLBACK
535
+  (0.0ms) ROLLBACK
536
+  (0.0ms) BEGIN
537
+  (0.1ms) BEGIN
538
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
539
+  (0.1ms) ROLLBACK
540
+  (0.0ms) ROLLBACK
541
+  (0.0ms) BEGIN
542
+  (0.0ms) BEGIN
543
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
544
+  (0.0ms) ROLLBACK
545
+  (0.0ms) ROLLBACK
546
+  (0.0ms) BEGIN
547
+  (0.0ms) BEGIN
548
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
549
+  (0.0ms) ROLLBACK
550
+  (0.0ms) ROLLBACK
551
+  (0.1ms) BEGIN
552
+  (0.0ms) BEGIN
553
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
554
+  (0.0ms) ROLLBACK
555
+  (0.0ms) ROLLBACK
556
+  (0.0ms) BEGIN
557
+  (0.0ms) BEGIN
558
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
559
+  (0.0ms) ROLLBACK
560
+  (0.0ms) ROLLBACK
561
+ Mysql2::Error: Table 'spud_cms_test.spud_users' doesn't exist: SHOW FULL FIELDS FROM `spud_users`
562
+ Creating scope :public. Overwriting existing method SpudPage.public.
563
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
564
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
565
+  (0.1ms) SELECT DATABASE() as db
566
+  (1.3ms) select table_name from information_schema.views where table_schema = 'spud_cms_test'
567
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
568
+  (0.0ms) BEGIN
569
+  (0.0ms) BEGIN
570
+ Processing by Spud::Cms::SitemapsController#show as XML
571
+ Rendered /Users/davydotcom/projects/ruby/engines/spud/spud_cms/app/views/spud/cms/sitemaps/show.xml.builder (27.9ms)
572
+ Completed 200 OK in 39ms (Views: 38.0ms | ActiveRecord: 0.0ms)
573
+  (0.1ms) ROLLBACK
574
+  (0.1ms) ROLLBACK
575
+  (0.1ms) BEGIN
576
+  (0.0ms) BEGIN
577
+ Processing by Spud::Cms::SitemapsController#show as HTML
578
+ Completed 406 Not Acceptable in 0ms (ActiveRecord: 0.0ms)
579
+  (0.1ms) ROLLBACK
580
+  (0.0ms) ROLLBACK
581
+  (0.0ms) BEGIN
582
+  (0.1ms) BEGIN
583
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
584
+  (0.0ms) ROLLBACK
585
+  (0.0ms) ROLLBACK
586
+  (0.0ms) BEGIN
587
+  (0.1ms) BEGIN
588
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
589
+  (0.0ms) ROLLBACK
590
+  (0.0ms) ROLLBACK
591
+  (0.0ms) BEGIN
592
+  (0.0ms) BEGIN
593
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
594
+  (0.0ms) ROLLBACK
595
+  (0.0ms) ROLLBACK
596
+  (0.0ms) BEGIN
597
+  (0.0ms) BEGIN
598
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
599
+  (0.1ms) ROLLBACK
600
+  (0.0ms) ROLLBACK
601
+  (0.0ms) BEGIN
602
+  (0.0ms) BEGIN
603
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
604
+  (0.0ms) ROLLBACK
605
+  (0.0ms) ROLLBACK
606
+  (0.0ms) BEGIN
607
+  (0.0ms) BEGIN
608
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
609
+  (0.0ms) ROLLBACK
610
+  (0.0ms) ROLLBACK
611
+  (0.0ms) BEGIN
612
+  (0.1ms) BEGIN
613
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
614
+  (0.1ms) ROLLBACK
615
+  (0.0ms) ROLLBACK
616
+  (0.0ms) BEGIN
617
+  (0.0ms) BEGIN
618
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
619
+  (0.0ms) ROLLBACK
620
+  (0.0ms) ROLLBACK
621
+  (0.0ms) BEGIN
622
+  (0.0ms) BEGIN
623
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
624
+  (0.0ms) ROLLBACK
625
+  (0.0ms) ROLLBACK
626
+  (0.0ms) BEGIN
627
+  (0.0ms) BEGIN
628
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
629
+  (0.0ms) ROLLBACK
630
+  (0.0ms) ROLLBACK
631
+  (0.0ms) BEGIN
632
+  (0.1ms) BEGIN
633
+  (0.1ms) ROLLBACK
634
+  (0.0ms) ROLLBACK
635
+  (0.1ms) BEGIN
636
+  (0.0ms) BEGIN
637
+  (0.0ms) ROLLBACK
638
+  (0.0ms) ROLLBACK
639
+  (0.0ms) BEGIN
640
+  (0.0ms) BEGIN
641
+  (0.0ms) ROLLBACK
642
+  (0.0ms) ROLLBACK
643
+  (0.1ms) BEGIN
644
+  (0.1ms) BEGIN
645
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
646
+  (0.1ms) ROLLBACK
647
+  (0.0ms) ROLLBACK
648
+  (0.1ms) BEGIN
649
+  (0.0ms) BEGIN
650
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
651
+  (0.1ms) ROLLBACK
652
+  (0.0ms) ROLLBACK
653
+  (0.1ms) BEGIN
654
+  (0.1ms) BEGIN
655
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
656
+  (0.0ms) ROLLBACK
657
+  (0.0ms) ROLLBACK
658
+  (0.0ms) BEGIN
659
+  (0.0ms) BEGIN
660
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
661
+  (0.0ms) ROLLBACK
662
+  (0.0ms) ROLLBACK
663
+  (0.0ms) BEGIN
664
+  (0.0ms) BEGIN
665
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
666
+  (0.0ms) ROLLBACK
667
+  (0.0ms) ROLLBACK
668
+  (0.0ms) BEGIN
669
+  (0.0ms) BEGIN
670
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
671
+  (0.1ms) ROLLBACK
672
+  (0.0ms) ROLLBACK
673
+ Mysql2::Error: Table 'spud_cms_test.spud_users' doesn't exist: SHOW FULL FIELDS FROM `spud_users`
674
+ Creating scope :public. Overwriting existing method SpudPage.public.
675
+  (0.4ms) SELECT @@FOREIGN_KEY_CHECKS
676
+  (0.3ms) SET FOREIGN_KEY_CHECKS = 0
677
+  (0.3ms) SELECT DATABASE() as db
678
+  (1.2ms) select table_name from information_schema.views where table_schema = 'spud_cms_test'
679
+  (0.0ms) SET FOREIGN_KEY_CHECKS = 1
680
+  (0.0ms) BEGIN
681
+  (0.0ms) BEGIN
682
+ Processing by Spud::Cms::SitemapsController#show as XML
683
+ Rendered /Users/davydotcom/projects/ruby/engines/spud/spud_cms/app/views/spud/cms/sitemaps/show.xml.builder (28.1ms)
684
+ Completed 200 OK in 37ms (Views: 35.9ms | ActiveRecord: 0.0ms)
685
+  (0.3ms) ROLLBACK
686
+  (0.1ms) ROLLBACK
687
+  (0.1ms) BEGIN
688
+  (0.1ms) BEGIN
689
+ Processing by Spud::Cms::SitemapsController#show as HTML
690
+ Completed 406 Not Acceptable in 0ms (ActiveRecord: 0.0ms)
691
+  (0.1ms) ROLLBACK
692
+  (0.1ms) ROLLBACK
693
+  (0.0ms) BEGIN
694
+  (0.0ms) BEGIN
695
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
696
+  (0.0ms) ROLLBACK
697
+  (0.0ms) ROLLBACK
698
+  (0.0ms) BEGIN
699
+  (0.0ms) BEGIN
700
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
701
+  (0.0ms) ROLLBACK
702
+  (0.0ms) ROLLBACK
703
+  (0.0ms) BEGIN
704
+  (0.0ms) BEGIN
705
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
706
+  (0.0ms) ROLLBACK
707
+  (0.0ms) ROLLBACK
708
+  (0.0ms) BEGIN
709
+  (0.0ms) BEGIN
710
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
711
+  (0.1ms) ROLLBACK
712
+  (0.0ms) ROLLBACK
713
+  (0.0ms) BEGIN
714
+  (0.0ms) BEGIN
715
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
716
+  (0.1ms) ROLLBACK
717
+  (0.0ms) ROLLBACK
718
+  (0.0ms) BEGIN
719
+  (0.0ms) BEGIN
720
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
721
+  (0.0ms) ROLLBACK
722
+  (0.0ms) ROLLBACK
723
+  (0.0ms) BEGIN
724
+  (0.0ms) BEGIN
725
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
726
+  (0.1ms) ROLLBACK
727
+  (0.0ms) ROLLBACK
728
+  (0.0ms) BEGIN
729
+  (0.0ms) BEGIN
730
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
731
+  (0.0ms) ROLLBACK
732
+  (0.0ms) ROLLBACK
733
+  (0.0ms) BEGIN
734
+  (0.0ms) BEGIN
735
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
736
+  (0.0ms) ROLLBACK
737
+  (0.0ms) ROLLBACK
738
+  (0.0ms) BEGIN
739
+  (0.0ms) BEGIN
740
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
741
+  (0.0ms) ROLLBACK
742
+  (0.0ms) ROLLBACK
743
+  (0.0ms) BEGIN
744
+  (0.0ms) BEGIN
745
+  (0.0ms) ROLLBACK
746
+  (0.0ms) ROLLBACK
747
+  (0.0ms) BEGIN
748
+  (0.0ms) BEGIN
749
+  (0.0ms) ROLLBACK
750
+  (0.0ms) ROLLBACK
751
+  (0.0ms) BEGIN
752
+  (0.1ms) BEGIN
753
+  (0.1ms) ROLLBACK
754
+  (0.0ms) ROLLBACK
755
+  (0.0ms) BEGIN
756
+  (0.0ms) BEGIN
757
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
758
+  (0.0ms) ROLLBACK
759
+  (0.0ms) ROLLBACK
760
+  (0.1ms) BEGIN
761
+  (0.0ms) BEGIN
762
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
763
+  (0.0ms) ROLLBACK
764
+  (0.0ms) ROLLBACK
765
+  (0.0ms) BEGIN
766
+  (0.0ms) BEGIN
767
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
768
+  (0.0ms) ROLLBACK
769
+  (0.0ms) ROLLBACK
770
+  (0.0ms) BEGIN
771
+  (0.0ms) BEGIN
772
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
773
+  (0.0ms) ROLLBACK
774
+  (0.0ms) ROLLBACK
775
+  (0.0ms) BEGIN
776
+  (0.0ms) BEGIN
777
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
778
+  (0.1ms) ROLLBACK
779
+  (0.0ms) ROLLBACK
780
+  (0.0ms) BEGIN
781
+  (0.0ms) BEGIN
782
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
783
+  (0.0ms) ROLLBACK
784
+  (0.0ms) ROLLBACK
785
+ Mysql2::Error: Table 'spud_cms_test.spud_users' doesn't exist: SHOW FULL FIELDS FROM `spud_users`
786
+ Creating scope :public. Overwriting existing method SpudPage.public.
787
+  (0.6ms) SELECT @@FOREIGN_KEY_CHECKS
788
+  (0.3ms) SET FOREIGN_KEY_CHECKS = 0
789
+  (0.3ms) SELECT DATABASE() as db
790
+  (2.3ms) select table_name from information_schema.views where table_schema = 'spud_cms_test'
791
+  (0.3ms) SET FOREIGN_KEY_CHECKS = 1
792
+  (0.2ms) BEGIN
793
+  (0.2ms) BEGIN
794
+ Processing by Spud::Cms::SitemapsController#show as XML
795
+ Rendered /Users/davydotcom/projects/ruby/engines/spud/spud_cms/app/views/spud/cms/sitemaps/show.xml.builder (26.9ms)
796
+ Completed 200 OK in 35ms (Views: 34.4ms | ActiveRecord: 0.0ms)
797
+  (0.1ms) ROLLBACK
798
+  (0.1ms) ROLLBACK
799
+  (0.1ms) BEGIN
800
+  (0.2ms) BEGIN
801
+ Processing by Spud::Cms::SitemapsController#show as HTML
802
+ Completed 406 Not Acceptable in 0ms (ActiveRecord: 0.0ms)
803
+  (0.3ms) ROLLBACK
804
+  (0.3ms) ROLLBACK
805
+  (0.2ms) BEGIN
806
+  (0.2ms) BEGIN
807
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
808
+  (0.3ms) ROLLBACK
809
+  (0.2ms) ROLLBACK
810
+  (0.2ms) BEGIN
811
+  (0.1ms) BEGIN
812
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
813
+  (0.1ms) ROLLBACK
814
+  (0.1ms) ROLLBACK
815
+  (0.1ms) BEGIN
816
+  (0.1ms) BEGIN
817
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
818
+  (0.1ms) ROLLBACK
819
+  (0.2ms) ROLLBACK
820
+  (0.1ms) BEGIN
821
+  (0.1ms) BEGIN
822
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
823
+  (0.1ms) ROLLBACK
824
+  (0.1ms) ROLLBACK
825
+  (0.1ms) BEGIN
826
+  (0.1ms) BEGIN
827
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
828
+  (0.1ms) ROLLBACK
829
+  (0.1ms) ROLLBACK
830
+  (0.1ms) BEGIN
831
+  (0.2ms) BEGIN
832
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
833
+  (0.2ms) ROLLBACK
834
+  (0.1ms) ROLLBACK
835
+  (0.1ms) BEGIN
836
+  (0.1ms) BEGIN
837
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
838
+  (0.1ms) ROLLBACK
839
+  (0.1ms) ROLLBACK
840
+  (0.1ms) BEGIN
841
+  (0.1ms) BEGIN
842
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
843
+  (0.1ms) ROLLBACK
844
+  (0.0ms) ROLLBACK
845
+  (0.1ms) BEGIN
846
+  (0.0ms) BEGIN
847
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
848
+  (0.1ms) ROLLBACK
849
+  (0.0ms) ROLLBACK
850
+  (0.0ms) BEGIN
851
+  (0.1ms) BEGIN
852
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
853
+  (0.0ms) ROLLBACK
854
+  (0.0ms) ROLLBACK
855
+  (0.1ms) BEGIN
856
+  (0.1ms) BEGIN
857
+  (0.1ms) ROLLBACK
858
+  (0.0ms) ROLLBACK
859
+  (0.0ms) BEGIN
860
+  (0.0ms) BEGIN
861
+  (0.0ms) ROLLBACK
862
+  (0.0ms) ROLLBACK
863
+  (0.1ms) BEGIN
864
+  (0.1ms) BEGIN
865
+  (0.1ms) ROLLBACK
866
+  (0.0ms) ROLLBACK
867
+  (0.0ms) BEGIN
868
+  (0.0ms) BEGIN
869
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
870
+  (0.0ms) ROLLBACK
871
+  (0.0ms) ROLLBACK
872
+  (0.0ms) BEGIN
873
+  (0.0ms) BEGIN
874
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
875
+  (0.0ms) ROLLBACK
876
+  (0.0ms) ROLLBACK
877
+  (0.0ms) BEGIN
878
+  (0.0ms) BEGIN
879
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
880
+  (0.0ms) ROLLBACK
881
+  (0.0ms) ROLLBACK
882
+  (0.0ms) BEGIN
883
+  (0.0ms) BEGIN
884
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
885
+  (0.0ms) ROLLBACK
886
+  (0.0ms) ROLLBACK
887
+  (0.0ms) BEGIN
888
+  (0.0ms) BEGIN
889
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
890
+  (0.0ms) ROLLBACK
891
+  (0.0ms) ROLLBACK
892
+  (0.1ms) BEGIN
893
+  (0.1ms) BEGIN
894
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
895
+  (0.1ms) ROLLBACK
896
+  (0.0ms) ROLLBACK
897
+ Mysql2::Error: Table 'spud_cms_test.spud_users' doesn't exist: SHOW FULL FIELDS FROM `spud_users`
898
+ Creating scope :public. Overwriting existing method SpudPage.public.
899
+  (0.4ms) SELECT @@FOREIGN_KEY_CHECKS
900
+  (0.3ms) SET FOREIGN_KEY_CHECKS = 0
901
+  (0.2ms) SELECT DATABASE() as db
902
+  (2.1ms) select table_name from information_schema.views where table_schema = 'spud_cms_test'
903
+  (0.2ms) SET FOREIGN_KEY_CHECKS = 1
904
+  (0.1ms) BEGIN
905
+  (0.1ms) BEGIN
906
+ Processing by Spud::Cms::SitemapsController#show as XML
907
+ Rendered /Users/davydotcom/projects/ruby/engines/spud/spud_cms/app/views/spud/cms/sitemaps/show.xml.builder (29.0ms)
908
+ Completed 200 OK in 37ms (Views: 36.4ms | ActiveRecord: 0.0ms)
909
+  (0.1ms) ROLLBACK
910
+  (0.2ms) ROLLBACK
911
+  (0.1ms) BEGIN
912
+  (0.0ms) BEGIN
913
+ Processing by Spud::Cms::SitemapsController#show as HTML
914
+ Completed 406 Not Acceptable in 0ms (ActiveRecord: 0.0ms)
915
+  (0.2ms) ROLLBACK
916
+  (0.1ms) ROLLBACK
917
+  (0.0ms) BEGIN
918
+  (0.0ms) BEGIN
919
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
920
+  (0.0ms) ROLLBACK
921
+  (0.0ms) ROLLBACK
922
+  (0.0ms) BEGIN
923
+  (0.0ms) BEGIN
924
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
925
+  (0.0ms) ROLLBACK
926
+  (0.0ms) ROLLBACK
927
+  (0.0ms) BEGIN
928
+  (0.0ms) BEGIN
929
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
930
+  (0.0ms) ROLLBACK
931
+  (0.0ms) ROLLBACK
932
+  (0.0ms) BEGIN
933
+  (0.0ms) BEGIN
934
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
935
+  (0.0ms) ROLLBACK
936
+  (0.0ms) ROLLBACK
937
+  (0.0ms) BEGIN
938
+  (0.0ms) BEGIN
939
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
940
+  (0.0ms) ROLLBACK
941
+  (0.7ms) ROLLBACK
942
+  (0.1ms) BEGIN
943
+  (0.1ms) BEGIN
944
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
945
+  (0.0ms) ROLLBACK
946
+  (0.0ms) ROLLBACK
947
+  (0.0ms) BEGIN
948
+  (0.1ms) BEGIN
949
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
950
+  (0.1ms) ROLLBACK
951
+  (0.0ms) ROLLBACK
952
+  (0.0ms) BEGIN
953
+  (0.0ms) BEGIN
954
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
955
+  (0.0ms) ROLLBACK
956
+  (0.0ms) ROLLBACK
957
+  (0.0ms) BEGIN
958
+  (0.0ms) BEGIN
959
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
960
+  (0.0ms) ROLLBACK
961
+  (0.0ms) ROLLBACK
962
+  (0.0ms) BEGIN
963
+  (0.0ms) BEGIN
964
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
965
+  (0.0ms) ROLLBACK
966
+  (0.0ms) ROLLBACK
967
+  (0.0ms) BEGIN
968
+  (0.0ms) BEGIN
969
+  (0.0ms) ROLLBACK
970
+  (0.1ms) ROLLBACK
971
+  (0.0ms) BEGIN
972
+  (0.0ms) BEGIN
973
+  (0.0ms) ROLLBACK
974
+  (0.0ms) ROLLBACK
975
+  (0.0ms) BEGIN
976
+  (0.0ms) BEGIN
977
+  (0.0ms) ROLLBACK
978
+  (0.0ms) ROLLBACK
979
+  (0.1ms) BEGIN
980
+  (0.0ms) BEGIN
981
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
982
+  (0.0ms) ROLLBACK
983
+  (0.0ms) ROLLBACK
984
+  (0.0ms) BEGIN
985
+  (0.1ms) BEGIN
986
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
987
+  (0.2ms) ROLLBACK
988
+  (0.1ms) ROLLBACK
989
+  (0.1ms) BEGIN
990
+  (0.1ms) BEGIN
991
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
992
+  (0.0ms) ROLLBACK
993
+  (0.0ms) ROLLBACK
994
+  (0.0ms) BEGIN
995
+  (0.0ms) BEGIN
996
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
997
+  (0.1ms) ROLLBACK
998
+  (0.0ms) ROLLBACK
999
+  (0.0ms) BEGIN
1000
+  (0.0ms) BEGIN
1001
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1002
+  (0.1ms) ROLLBACK
1003
+  (0.0ms) ROLLBACK
1004
+  (0.0ms) BEGIN
1005
+  (0.1ms) BEGIN
1006
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1007
+  (0.1ms) ROLLBACK
1008
+  (0.1ms) ROLLBACK
1009
+ Mysql2::Error: Table 'spud_cms_test.spud_users' doesn't exist: SHOW FULL FIELDS FROM `spud_users`
1010
+ Creating scope :public. Overwriting existing method SpudPage.public.
1011
+  (0.4ms) SELECT @@FOREIGN_KEY_CHECKS
1012
+  (0.3ms) SET FOREIGN_KEY_CHECKS = 0
1013
+  (0.2ms) SELECT DATABASE() as db
1014
+  (2.1ms) select table_name from information_schema.views where table_schema = 'spud_cms_test'
1015
+  (0.3ms) SET FOREIGN_KEY_CHECKS = 1
1016
+  (0.3ms) BEGIN
1017
+  (0.1ms) BEGIN
1018
+ Processing by Spud::Cms::SitemapsController#show as XML
1019
+ Rendered /Users/davydotcom/projects/ruby/engines/spud/spud_cms/app/views/spud/cms/sitemaps/show.xml.builder (4.6ms)
1020
+ Completed 200 OK in 13ms (Views: 12.1ms | ActiveRecord: 0.0ms)
1021
+  (0.3ms) ROLLBACK
1022
+  (0.1ms) ROLLBACK
1023
+  (0.1ms) BEGIN
1024
+  (0.1ms) BEGIN
1025
+ Processing by Spud::Cms::SitemapsController#show as HTML
1026
+ Completed 406 Not Acceptable in 0ms (ActiveRecord: 0.0ms)
1027
+  (0.3ms) ROLLBACK
1028
+  (0.1ms) ROLLBACK
1029
+  (0.1ms) BEGIN
1030
+  (0.0ms) BEGIN
1031
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1032
+  (0.0ms) ROLLBACK
1033
+  (0.0ms) ROLLBACK
1034
+  (0.0ms) BEGIN
1035
+  (0.3ms) BEGIN
1036
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1037
+  (0.0ms) ROLLBACK
1038
+  (0.0ms) ROLLBACK
1039
+  (0.0ms) BEGIN
1040
+  (0.0ms) BEGIN
1041
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1042
+  (0.0ms) ROLLBACK
1043
+  (0.0ms) ROLLBACK
1044
+  (0.0ms) BEGIN
1045
+  (0.0ms) BEGIN
1046
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1047
+  (0.0ms) ROLLBACK
1048
+  (0.0ms) ROLLBACK
1049
+  (0.0ms) BEGIN
1050
+  (0.0ms) BEGIN
1051
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1052
+  (0.0ms) ROLLBACK
1053
+  (0.0ms) ROLLBACK
1054
+  (0.0ms) BEGIN
1055
+  (0.0ms) BEGIN
1056
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1057
+  (0.0ms) ROLLBACK
1058
+  (0.0ms) ROLLBACK
1059
+  (0.1ms) BEGIN
1060
+  (0.0ms) BEGIN
1061
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1062
+  (0.0ms) ROLLBACK
1063
+  (0.0ms) ROLLBACK
1064
+  (0.0ms) BEGIN
1065
+  (0.0ms) BEGIN
1066
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1067
+  (0.0ms) ROLLBACK
1068
+  (0.0ms) ROLLBACK
1069
+  (0.0ms) BEGIN
1070
+  (0.0ms) BEGIN
1071
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1072
+  (0.0ms) ROLLBACK
1073
+  (0.0ms) ROLLBACK
1074
+  (0.0ms) BEGIN
1075
+  (0.0ms) BEGIN
1076
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1077
+  (0.1ms) ROLLBACK
1078
+  (0.0ms) ROLLBACK
1079
+  (0.0ms) BEGIN
1080
+  (0.0ms) BEGIN
1081
+  (0.1ms) ROLLBACK
1082
+  (0.0ms) ROLLBACK
1083
+  (0.0ms) BEGIN
1084
+  (0.0ms) BEGIN
1085
+  (0.0ms) ROLLBACK
1086
+  (0.0ms) ROLLBACK
1087
+  (0.0ms) BEGIN
1088
+  (0.0ms) BEGIN
1089
+  (0.0ms) ROLLBACK
1090
+  (0.0ms) ROLLBACK
1091
+  (0.0ms) BEGIN
1092
+  (0.1ms) BEGIN
1093
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1094
+  (0.2ms) ROLLBACK
1095
+  (0.0ms) ROLLBACK
1096
+  (0.1ms) BEGIN
1097
+  (0.1ms) BEGIN
1098
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1099
+  (0.0ms) ROLLBACK
1100
+  (0.0ms) ROLLBACK
1101
+  (0.0ms) BEGIN
1102
+  (0.1ms) BEGIN
1103
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1104
+  (0.0ms) ROLLBACK
1105
+  (0.0ms) ROLLBACK
1106
+  (0.0ms) BEGIN
1107
+  (0.0ms) BEGIN
1108
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1109
+  (0.1ms) ROLLBACK
1110
+  (0.0ms) ROLLBACK
1111
+  (0.0ms) BEGIN
1112
+  (0.0ms) BEGIN
1113
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1114
+  (0.0ms) ROLLBACK
1115
+  (0.0ms) ROLLBACK
1116
+  (0.0ms) BEGIN
1117
+  (0.0ms) BEGIN
1118
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1119
+  (0.1ms) ROLLBACK
1120
+  (0.0ms) ROLLBACK
1121
+ Mysql2::Error: Table 'spud_cms_test.spud_users' doesn't exist: SHOW FULL FIELDS FROM `spud_users`
1122
+ Creating scope :public. Overwriting existing method SpudPage.public.
1123
+  (0.4ms) SELECT @@FOREIGN_KEY_CHECKS
1124
+  (0.3ms) SET FOREIGN_KEY_CHECKS = 0
1125
+  (0.2ms) SELECT DATABASE() as db
1126
+  (2.2ms) select table_name from information_schema.views where table_schema = 'spud_cms_test'
1127
+  (0.3ms) SET FOREIGN_KEY_CHECKS = 1
1128
+  (0.3ms) BEGIN
1129
+  (0.0ms) BEGIN
1130
+ Processing by Spud::Cms::SitemapsController#show as XML
1131
+ Rendered /Users/davydotcom/projects/ruby/engines/spud/spud_cms/app/views/spud/cms/sitemaps/show.xml.builder (28.0ms)
1132
+ Completed 200 OK in 37ms (Views: 35.8ms | ActiveRecord: 0.0ms)
1133
+  (0.1ms) ROLLBACK
1134
+  (0.1ms) ROLLBACK
1135
+  (0.0ms) BEGIN
1136
+  (0.0ms) BEGIN
1137
+ Processing by Spud::Cms::SitemapsController#show as HTML
1138
+ Completed 406 Not Acceptable in 0ms (ActiveRecord: 0.0ms)
1139
+  (0.1ms) ROLLBACK
1140
+  (0.1ms) ROLLBACK
1141
+  (0.1ms) BEGIN
1142
+  (0.0ms) BEGIN
1143
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1144
+  (0.0ms) ROLLBACK
1145
+  (0.0ms) ROLLBACK
1146
+  (0.0ms) BEGIN
1147
+  (0.0ms) BEGIN
1148
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1149
+  (0.0ms) ROLLBACK
1150
+  (0.0ms) ROLLBACK
1151
+  (0.0ms) BEGIN
1152
+  (0.0ms) BEGIN
1153
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1154
+  (0.0ms) ROLLBACK
1155
+  (0.0ms) ROLLBACK
1156
+  (0.0ms) BEGIN
1157
+  (0.0ms) BEGIN
1158
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1159
+  (0.0ms) ROLLBACK
1160
+  (0.0ms) ROLLBACK
1161
+  (0.0ms) BEGIN
1162
+  (0.0ms) BEGIN
1163
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1164
+  (0.0ms) ROLLBACK
1165
+  (0.0ms) ROLLBACK
1166
+  (0.0ms) BEGIN
1167
+  (0.0ms) BEGIN
1168
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1169
+  (0.0ms) ROLLBACK
1170
+  (0.0ms) ROLLBACK
1171
+  (0.0ms) BEGIN
1172
+  (0.1ms) BEGIN
1173
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1174
+  (0.1ms) ROLLBACK
1175
+  (0.0ms) ROLLBACK
1176
+  (0.0ms) BEGIN
1177
+  (0.0ms) BEGIN
1178
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1179
+  (0.0ms) ROLLBACK
1180
+  (0.0ms) ROLLBACK
1181
+  (0.0ms) BEGIN
1182
+  (0.0ms) BEGIN
1183
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1184
+  (0.0ms) ROLLBACK
1185
+  (0.0ms) ROLLBACK
1186
+  (0.0ms) BEGIN
1187
+  (0.0ms) BEGIN
1188
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1189
+  (0.0ms) ROLLBACK
1190
+  (0.0ms) ROLLBACK
1191
+  (0.0ms) BEGIN
1192
+  (0.0ms) BEGIN
1193
+  (0.0ms) ROLLBACK
1194
+  (0.1ms) ROLLBACK
1195
+  (0.0ms) BEGIN
1196
+  (0.0ms) BEGIN
1197
+  (0.0ms) ROLLBACK
1198
+  (0.0ms) ROLLBACK
1199
+  (0.0ms) BEGIN
1200
+  (0.0ms) BEGIN
1201
+  (0.0ms) ROLLBACK
1202
+  (0.0ms) ROLLBACK
1203
+  (0.0ms) BEGIN
1204
+  (0.0ms) BEGIN
1205
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1206
+  (0.1ms) ROLLBACK
1207
+  (0.0ms) ROLLBACK
1208
+  (0.1ms) BEGIN
1209
+  (0.0ms) BEGIN
1210
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1211
+  (0.0ms) ROLLBACK
1212
+  (0.1ms) ROLLBACK
1213
+  (0.0ms) BEGIN
1214
+  (0.0ms) BEGIN
1215
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1216
+  (0.1ms) ROLLBACK
1217
+  (0.0ms) ROLLBACK
1218
+  (0.0ms) BEGIN
1219
+  (0.0ms) BEGIN
1220
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1221
+  (0.0ms) ROLLBACK
1222
+  (0.0ms) ROLLBACK
1223
+  (0.0ms) BEGIN
1224
+  (0.0ms) BEGIN
1225
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1226
+  (0.0ms) ROLLBACK
1227
+  (0.0ms) ROLLBACK
1228
+  (0.0ms) BEGIN
1229
+  (0.0ms) BEGIN
1230
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1231
+  (0.0ms) ROLLBACK
1232
+  (0.0ms) ROLLBACK
1233
+ Mysql2::Error: Table 'spud_cms_test.spud_users' doesn't exist: SHOW FULL FIELDS FROM `spud_users`
1234
+ Creating scope :public. Overwriting existing method SpudPage.public.
1235
+  (0.4ms) SELECT @@FOREIGN_KEY_CHECKS
1236
+  (0.2ms) SET FOREIGN_KEY_CHECKS = 0
1237
+  (0.3ms) SELECT DATABASE() as db
1238
+  (1.6ms) select table_name from information_schema.views where table_schema = 'spud_cms_test'
1239
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
1240
+  (0.0ms) BEGIN
1241
+  (0.0ms) BEGIN
1242
+ Processing by Spud::Cms::SitemapsController#show as XML
1243
+ Rendered /Users/davydotcom/projects/ruby/engines/spud/spud_cms/app/views/spud/cms/sitemaps/show.xml.builder (27.5ms)
1244
+ Completed 200 OK in 36ms (Views: 35.1ms | ActiveRecord: 0.0ms)
1245
+  (0.4ms) ROLLBACK
1246
+  (0.0ms) ROLLBACK
1247
+  (0.0ms) BEGIN
1248
+  (0.0ms) BEGIN
1249
+ Processing by Spud::Cms::SitemapsController#show as HTML
1250
+ Completed 406 Not Acceptable in 0ms (ActiveRecord: 0.0ms)
1251
+  (0.1ms) ROLLBACK
1252
+  (0.1ms) ROLLBACK
1253
+  (0.0ms) BEGIN
1254
+  (0.1ms) BEGIN
1255
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1256
+  (0.1ms) ROLLBACK
1257
+  (0.1ms) ROLLBACK
1258
+  (0.0ms) BEGIN
1259
+  (0.0ms) BEGIN
1260
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1261
+  (0.0ms) ROLLBACK
1262
+  (0.0ms) ROLLBACK
1263
+  (0.0ms) BEGIN
1264
+  (0.0ms) BEGIN
1265
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1266
+  (0.0ms) ROLLBACK
1267
+  (0.0ms) ROLLBACK
1268
+  (0.0ms) BEGIN
1269
+  (0.0ms) BEGIN
1270
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1271
+  (0.0ms) ROLLBACK
1272
+  (0.0ms) ROLLBACK
1273
+  (0.0ms) BEGIN
1274
+  (0.0ms) BEGIN
1275
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1276
+  (0.0ms) ROLLBACK
1277
+  (0.0ms) ROLLBACK
1278
+  (0.0ms) BEGIN
1279
+  (0.0ms) BEGIN
1280
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1281
+  (0.0ms) ROLLBACK
1282
+  (0.0ms) ROLLBACK
1283
+  (0.1ms) BEGIN
1284
+  (0.0ms) BEGIN
1285
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1286
+  (0.0ms) ROLLBACK
1287
+  (0.0ms) ROLLBACK
1288
+  (0.0ms) BEGIN
1289
+  (0.0ms) BEGIN
1290
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1291
+  (0.0ms) ROLLBACK
1292
+  (0.0ms) ROLLBACK
1293
+  (0.0ms) BEGIN
1294
+  (0.0ms) BEGIN
1295
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1296
+  (0.0ms) ROLLBACK
1297
+  (0.0ms) ROLLBACK
1298
+  (0.1ms) BEGIN
1299
+  (0.1ms) BEGIN
1300
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1301
+  (0.0ms) ROLLBACK
1302
+  (0.0ms) ROLLBACK
1303
+  (0.0ms) BEGIN
1304
+  (0.1ms) BEGIN
1305
+  (0.2ms) ROLLBACK
1306
+  (0.0ms) ROLLBACK
1307
+  (0.0ms) BEGIN
1308
+  (0.0ms) BEGIN
1309
+  (0.0ms) ROLLBACK
1310
+  (0.0ms) ROLLBACK
1311
+  (0.0ms) BEGIN
1312
+  (0.0ms) BEGIN
1313
+  (0.0ms) ROLLBACK
1314
+  (0.0ms) ROLLBACK
1315
+  (0.0ms) BEGIN
1316
+  (0.0ms) BEGIN
1317
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1318
+  (0.0ms) ROLLBACK
1319
+  (0.0ms) ROLLBACK
1320
+  (0.1ms) BEGIN
1321
+  (0.1ms) BEGIN
1322
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1323
+  (0.0ms) ROLLBACK
1324
+  (0.0ms) ROLLBACK
1325
+  (0.0ms) BEGIN
1326
+  (0.0ms) BEGIN
1327
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1328
+  (0.0ms) ROLLBACK
1329
+  (0.0ms) ROLLBACK
1330
+  (0.0ms) BEGIN
1331
+  (0.0ms) BEGIN
1332
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1333
+  (0.0ms) ROLLBACK
1334
+  (0.0ms) ROLLBACK
1335
+  (0.0ms) BEGIN
1336
+  (0.0ms) BEGIN
1337
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1338
+  (0.1ms) ROLLBACK
1339
+  (0.1ms) ROLLBACK
1340
+  (0.1ms) BEGIN
1341
+  (0.1ms) BEGIN
1342
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1343
+  (0.0ms) ROLLBACK
1344
+  (0.0ms) ROLLBACK
1345
+ Mysql2::Error: Table 'spud_cms_test.spud_users' doesn't exist: SHOW FULL FIELDS FROM `spud_users`
1346
+ Creating scope :public. Overwriting existing method SpudPage.public.
1347
+  (0.4ms) SELECT @@FOREIGN_KEY_CHECKS
1348
+  (0.3ms) SET FOREIGN_KEY_CHECKS = 0
1349
+  (0.2ms) SELECT DATABASE() as db
1350
+  (18.8ms) select table_name from information_schema.views where table_schema = 'spud_cms_test'
1351
+  (0.4ms) SET FOREIGN_KEY_CHECKS = 1
1352
+  (0.3ms) BEGIN
1353
+  (0.3ms) BEGIN
1354
+ Processing by Spud::Cms::SitemapsController#show as XML
1355
+ Rendered /Users/davydotcom/projects/ruby/engines/spud/spud_cms/app/views/spud/cms/sitemaps/show.xml.builder (26.2ms)
1356
+ Completed 200 OK in 36ms (Views: 34.8ms | ActiveRecord: 0.0ms)
1357
+  (0.3ms) ROLLBACK
1358
+  (0.1ms) ROLLBACK
1359
+  (0.2ms) BEGIN
1360
+  (0.2ms) BEGIN
1361
+ Processing by Spud::Cms::SitemapsController#show as HTML
1362
+ Completed 406 Not Acceptable in 0ms (ActiveRecord: 0.0ms)
1363
+  (0.3ms) ROLLBACK
1364
+  (0.1ms) ROLLBACK
1365
+  (0.1ms) BEGIN
1366
+  (0.0ms) BEGIN
1367
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1368
+  (0.1ms) ROLLBACK
1369
+  (0.0ms) ROLLBACK
1370
+  (0.0ms) BEGIN
1371
+  (0.0ms) BEGIN
1372
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1373
+  (0.0ms) ROLLBACK
1374
+  (0.0ms) ROLLBACK
1375
+  (0.0ms) BEGIN
1376
+  (0.0ms) BEGIN
1377
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1378
+  (0.0ms) ROLLBACK
1379
+  (0.0ms) ROLLBACK
1380
+  (0.0ms) BEGIN
1381
+  (0.0ms) BEGIN
1382
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1383
+  (0.1ms) ROLLBACK
1384
+  (0.0ms) ROLLBACK
1385
+  (0.0ms) BEGIN
1386
+  (0.0ms) BEGIN
1387
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1388
+  (0.0ms) ROLLBACK
1389
+  (0.0ms) ROLLBACK
1390
+  (0.0ms) BEGIN
1391
+  (0.0ms) BEGIN
1392
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1393
+  (0.0ms) ROLLBACK
1394
+  (0.0ms) ROLLBACK
1395
+  (0.0ms) BEGIN
1396
+  (0.0ms) BEGIN
1397
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1398
+  (0.1ms) ROLLBACK
1399
+  (0.0ms) ROLLBACK
1400
+  (0.0ms) BEGIN
1401
+  (0.0ms) BEGIN
1402
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1403
+  (0.0ms) ROLLBACK
1404
+  (0.0ms) ROLLBACK
1405
+  (0.0ms) BEGIN
1406
+  (0.0ms) BEGIN
1407
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1408
+  (0.0ms) ROLLBACK
1409
+  (0.0ms) ROLLBACK
1410
+  (0.0ms) BEGIN
1411
+  (0.0ms) BEGIN
1412
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1413
+  (0.1ms) ROLLBACK
1414
+  (0.0ms) ROLLBACK
1415
+  (0.0ms) BEGIN
1416
+  (0.1ms) BEGIN
1417
+  (0.1ms) ROLLBACK
1418
+  (0.0ms) ROLLBACK
1419
+  (0.1ms) BEGIN
1420
+  (0.0ms) BEGIN
1421
+  (0.0ms) ROLLBACK
1422
+  (0.0ms) ROLLBACK
1423
+  (0.0ms) BEGIN
1424
+  (0.0ms) BEGIN
1425
+  (0.0ms) ROLLBACK
1426
+  (0.1ms) ROLLBACK
1427
+  (0.0ms) BEGIN
1428
+  (0.0ms) BEGIN
1429
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1430
+  (0.1ms) ROLLBACK
1431
+  (0.0ms) ROLLBACK
1432
+  (0.0ms) BEGIN
1433
+  (0.0ms) BEGIN
1434
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1435
+  (0.0ms) ROLLBACK
1436
+  (0.0ms) ROLLBACK
1437
+  (0.1ms) BEGIN
1438
+  (0.1ms) BEGIN
1439
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1440
+  (0.0ms) ROLLBACK
1441
+  (0.0ms) ROLLBACK
1442
+  (0.0ms) BEGIN
1443
+  (0.0ms) BEGIN
1444
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1445
+  (0.0ms) ROLLBACK
1446
+  (0.0ms) ROLLBACK
1447
+  (0.0ms) BEGIN
1448
+  (0.0ms) BEGIN
1449
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1450
+  (0.1ms) ROLLBACK
1451
+  (0.0ms) ROLLBACK
1452
+  (0.0ms) BEGIN
1453
+  (0.1ms) BEGIN
1454
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1455
+  (0.0ms) ROLLBACK
1456
+  (0.0ms) ROLLBACK
1457
+ Mysql2::Error: Table 'spud_cms_test.spud_users' doesn't exist: SHOW FULL FIELDS FROM `spud_users`
1458
+ Creating scope :public. Overwriting existing method SpudPage.public.
1459
+  (0.4ms) SELECT @@FOREIGN_KEY_CHECKS
1460
+  (0.3ms) SET FOREIGN_KEY_CHECKS = 0
1461
+  (0.3ms) SELECT DATABASE() as db
1462
+  (2.0ms) select table_name from information_schema.views where table_schema = 'spud_cms_test'
1463
+  (51.0ms) TRUNCATE TABLE `spud_menu_items`;
1464
+  (20.1ms) TRUNCATE TABLE `spud_menus`;
1465
+  (2.1ms) TRUNCATE TABLE `spud_page_partials`;
1466
+  (2.3ms) TRUNCATE TABLE `spud_pages`;
1467
+  (1.4ms) TRUNCATE TABLE `spud_templates`;
1468
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
1469
+  (0.2ms) BEGIN
1470
+  (0.2ms) BEGIN
1471
+ Processing by Spud::Cms::SitemapsController#show as XML
1472
+ Rendered /Users/davydotcom/projects/ruby/engines/spud/spud_cms/app/views/spud/cms/sitemaps/show.xml.builder (27.4ms)
1473
+ Completed 200 OK in 36ms (Views: 35.5ms | ActiveRecord: 0.0ms)
1474
+  (0.3ms) ROLLBACK
1475
+  (0.2ms) ROLLBACK
1476
+  (0.2ms) BEGIN
1477
+  (0.2ms) BEGIN
1478
+ Processing by Spud::Cms::SitemapsController#show as HTML
1479
+ Completed 406 Not Acceptable in 0ms (ActiveRecord: 0.0ms)
1480
+  (0.2ms) ROLLBACK
1481
+  (0.1ms) ROLLBACK
1482
+  (0.1ms) BEGIN
1483
+  (0.0ms) BEGIN
1484
+  (0.1ms) ROLLBACK
1485
+  (0.0ms) ROLLBACK
1486
+  (0.1ms) BEGIN
1487
+  (0.0ms) BEGIN
1488
+  (0.0ms) ROLLBACK
1489
+  (0.0ms) ROLLBACK
1490
+  (0.0ms) BEGIN
1491
+  (0.0ms) BEGIN
1492
+  (0.3ms) ROLLBACK
1493
+  (0.1ms) ROLLBACK
1494
+  (0.0ms) BEGIN
1495
+  (0.0ms) BEGIN
1496
+  (0.0ms) ROLLBACK
1497
+  (0.0ms) ROLLBACK
1498
+  (0.1ms) BEGIN
1499
+  (0.0ms) BEGIN
1500
+  (0.0ms) ROLLBACK
1501
+  (0.0ms) ROLLBACK
1502
+  (0.1ms) BEGIN
1503
+  (0.0ms) BEGIN
1504
+  (0.0ms) ROLLBACK
1505
+  (0.0ms) ROLLBACK
1506
+  (0.1ms) BEGIN
1507
+  (0.0ms) BEGIN
1508
+ SpudPage Exists (0.4ms) SELECT 1 FROM `spud_pages` WHERE `spud_pages`.`url_name` = BINARY '' LIMIT 1
1509
+  (0.3ms) ROLLBACK
1510
+  (0.1ms) ROLLBACK
1511
+  (0.1ms) BEGIN
1512
+  (0.0ms) BEGIN
1513
+  (0.2ms) SAVEPOINT active_record_2
1514
+ SpudPage Exists (0.3ms) SELECT 1 FROM `spud_pages` WHERE `spud_pages`.`url_name` = BINARY 'test' LIMIT 1
1515
+ SQL (0.6ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `spud_page_id`, `template_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-03-07 00:25:04', NULL, 'html', NULL, NULL, 'Page1', NULL, NULL, NULL, 1, NULL, NULL, '2012-03-07 00:25:04', NULL, 'test', 1, 0)
1516
+  (0.2ms) RELEASE SAVEPOINT active_record_2
1517
+ SpudPage Exists (0.6ms) SELECT 1 FROM `spud_pages` WHERE `spud_pages`.`url_name` = BINARY 'test' LIMIT 1
1518
+  (0.6ms) ROLLBACK
1519
+  (0.1ms) ROLLBACK
1520
+  (0.1ms) BEGIN
1521
+  (0.1ms) BEGIN
1522
+  (0.1ms) SAVEPOINT active_record_2
1523
+ SpudPage Load (0.5ms) SELECT `spud_pages`.* FROM `spud_pages`
1524
+ SpudPage Exists (0.3ms) SELECT 1 FROM `spud_pages` WHERE `spud_pages`.`url_name` = BINARY 'test' LIMIT 1
1525
+ SQL (0.4ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `spud_page_id`, `template_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-03-07 00:25:04', NULL, 'html', NULL, NULL, 'test', NULL, NULL, NULL, 1, NULL, NULL, '2012-03-07 00:25:04', NULL, 'test', 0, 0)
1526
+  (0.2ms) RELEASE SAVEPOINT active_record_2
1527
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages`
1528
+ SpudPage Exists (0.3ms) SELECT 1 FROM `spud_pages` WHERE `spud_pages`.`url_name` = BINARY 'test-1' LIMIT 1
1529
+  (0.6ms) ROLLBACK
1530
+  (0.2ms) ROLLBACK
1531
+  (0.1ms) BEGIN
1532
+  (0.1ms) BEGIN
1533
+  (0.0ms) SAVEPOINT active_record_2
1534
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` 
1535
+ SpudPage Exists (0.2ms) SELECT 1 FROM `spud_pages` WHERE `spud_pages`.`url_name` = BINARY 'page3' LIMIT 1
1536
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `spud_page_id`, `template_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-03-07 00:25:04', NULL, 'html', NULL, NULL, 'Page3', NULL, NULL, NULL, 1, NULL, NULL, '2012-03-07 00:25:04', NULL, 'page3', 0, 0)
1537
+  (0.1ms) RELEASE SAVEPOINT active_record_2
1538
+  (0.2ms) SAVEPOINT active_record_2
1539
+ SQL (0.3ms) INSERT INTO `spud_page_partials` (`content`, `created_at`, `format`, `name`, `spud_page_id`, `updated_at`) VALUES (NULL, '2012-03-07 00:25:04', NULL, 'Part1', 3, '2012-03-07 00:25:04')
1540
+  (0.1ms) RELEASE SAVEPOINT active_record_2
1541
+  (0.1ms) SAVEPOINT active_record_2
1542
+ SpudPage Load (0.7ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`spud_page_id` = 3
1543
+ SpudPagePartial Load (0.6ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` = 3
1544
+ SQL (0.4ms) DELETE FROM `spud_page_partials` WHERE `spud_page_partials`.`id` = 1
1545
+ SQL (0.2ms) DELETE FROM `spud_pages` WHERE `spud_pages`.`id` = 3
1546
+  (0.3ms) RELEASE SAVEPOINT active_record_2
1547
+  (0.4ms) SELECT COUNT(*) FROM `spud_page_partials`
1548
+  (0.7ms) ROLLBACK
1549
+  (0.0ms) ROLLBACK
1550
+  (0.0ms) BEGIN
1551
+  (0.0ms) BEGIN
1552
+  (0.0ms) ROLLBACK
1553
+  (0.0ms) ROLLBACK
1554
+  (0.0ms) BEGIN
1555
+  (0.0ms) BEGIN
1556
+  (0.1ms) ROLLBACK
1557
+  (0.1ms) ROLLBACK
1558
+  (0.0ms) BEGIN
1559
+  (0.0ms) BEGIN
1560
+  (0.0ms) ROLLBACK
1561
+  (0.0ms) ROLLBACK
1562
+  (0.0ms) BEGIN
1563
+  (0.0ms) BEGIN
1564
+  (0.1ms) ROLLBACK
1565
+  (0.1ms) ROLLBACK
1566
+  (0.0ms) BEGIN
1567
+  (0.0ms) BEGIN
1568
+ SpudTemplate Exists (0.3ms) SELECT 1 FROM `spud_templates` WHERE `spud_templates`.`name` = BINARY 'Template1' LIMIT 1
1569
+  (0.1ms) ROLLBACK
1570
+  (0.1ms) ROLLBACK
1571
+  (0.0ms) BEGIN
1572
+  (0.0ms) BEGIN
1573
+ SpudTemplate Exists (0.2ms) SELECT 1 FROM `spud_templates` WHERE `spud_templates`.`name` = BINARY 'Template2' LIMIT 1
1574
+  (0.1ms) ROLLBACK
1575
+  (0.0ms) ROLLBACK
1576
+  (0.0ms) BEGIN
1577
+  (0.0ms) BEGIN
1578
+ SpudTemplate Exists (0.2ms) SELECT 1 FROM `spud_templates` WHERE `spud_templates`.`name` = BINARY '' LIMIT 1
1579
+  (0.1ms) ROLLBACK
1580
+  (0.0ms) ROLLBACK
1581
+  (0.0ms) BEGIN
1582
+  (0.0ms) BEGIN
1583
+  (0.0ms) SAVEPOINT active_record_2
1584
+ SpudTemplate Exists (0.1ms) SELECT 1 FROM `spud_templates` WHERE `spud_templates`.`name` = BINARY 'test' LIMIT 1
1585
+ SQL (0.2ms) INSERT INTO `spud_templates` (`base_layout`, `content`, `created_at`, `name`, `page_parts`, `updated_at`) VALUES ('application', NULL, '2012-03-07 00:25:05', 'test', 'Body', '2012-03-07 00:25:05')
1586
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`template_id` = 1
1587
+  (0.1ms) RELEASE SAVEPOINT active_record_2
1588
+ SpudTemplate Exists (0.1ms) SELECT 1 FROM `spud_templates` WHERE `spud_templates`.`name` = BINARY 'test' LIMIT 1
1589
+  (0.4ms) ROLLBACK
1590
+  (0.0ms) ROLLBACK
1591
+  (0.0ms) BEGIN
1592
+  (0.0ms) BEGIN
1593
+  (0.0ms) SAVEPOINT active_record_2
1594
+ SpudTemplate Exists (0.1ms) SELECT 1 FROM `spud_templates` WHERE `spud_templates`.`name` = BINARY 'Template3' LIMIT 1
1595
+ SQL (0.1ms) INSERT INTO `spud_templates` (`base_layout`, `content`, `created_at`, `name`, `page_parts`, `updated_at`) VALUES ('application', NULL, '2012-03-07 00:25:05', 'Template3', 'Body', '2012-03-07 00:25:05')
1596
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`template_id` = 2
1597
+  (0.0ms) RELEASE SAVEPOINT active_record_2
1598
+  (0.1ms) SAVEPOINT active_record_2
1599
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE (id != 1)
1600
+ SpudPage Exists (0.2ms) SELECT 1 FROM `spud_pages` WHERE `spud_pages`.`url_name` = BINARY 'page4' LIMIT 1
1601
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `id`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `spud_page_id`, `template_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-03-07 00:25:05', NULL, 'html', 1, NULL, NULL, 'Page4', NULL, NULL, NULL, 1, NULL, 2, '2012-03-07 00:25:05', NULL, 'page4', 0, 0)
1602
+  (0.1ms) RELEASE SAVEPOINT active_record_2
1603
+  (0.1ms) SAVEPOINT active_record_2
1604
+ SQL (0.1ms) DELETE FROM `spud_templates` WHERE `spud_templates`.`id` = 2
1605
+  (0.0ms) RELEASE SAVEPOINT active_record_2
1606
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 1 LIMIT 1
1607
+  (7.5ms) ROLLBACK
1608
+  (0.1ms) ROLLBACK
1609
+ Mysql2::Error: Table 'spud_cms_test.spud_users' doesn't exist: SHOW FULL FIELDS FROM `spud_users`
1610
+ Creating scope :public. Overwriting existing method SpudPage.public.
1611
+  (0.4ms) SELECT @@FOREIGN_KEY_CHECKS
1612
+  (0.2ms) SET FOREIGN_KEY_CHECKS = 0
1613
+  (0.2ms) SELECT DATABASE() as db
1614
+  (2.2ms) select table_name from information_schema.views where table_schema = 'spud_cms_test'
1615
+  (0.3ms) SET FOREIGN_KEY_CHECKS = 1
1616
+  (0.3ms) BEGIN
1617
+  (0.1ms) BEGIN
1618
+ Processing by Spud::Cms::SitemapsController#show as XML
1619
+ Rendered /Users/davydotcom/projects/ruby/engines/spud/spud_cms/app/views/spud/cms/sitemaps/show.xml.builder (28.1ms)
1620
+ Completed 200 OK in 37ms (Views: 36.0ms | ActiveRecord: 0.0ms)
1621
+  (0.1ms) ROLLBACK
1622
+  (0.1ms) ROLLBACK
1623
+  (0.1ms) BEGIN
1624
+  (0.1ms) BEGIN
1625
+ Processing by Spud::Cms::SitemapsController#show as HTML
1626
+ Completed 406 Not Acceptable in 0ms (ActiveRecord: 0.0ms)
1627
+  (0.2ms) ROLLBACK
1628
+  (0.1ms) ROLLBACK
1629
+  (0.1ms) BEGIN
1630
+  (0.0ms) BEGIN
1631
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1632
+  (0.1ms) ROLLBACK
1633
+  (0.0ms) ROLLBACK
1634
+  (0.1ms) BEGIN
1635
+  (0.2ms) BEGIN
1636
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1637
+  (0.0ms) ROLLBACK
1638
+  (0.0ms) ROLLBACK
1639
+  (0.0ms) BEGIN
1640
+  (0.0ms) BEGIN
1641
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1642
+  (0.0ms) ROLLBACK
1643
+  (0.0ms) ROLLBACK
1644
+  (0.0ms) BEGIN
1645
+  (0.0ms) BEGIN
1646
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1647
+  (0.1ms) ROLLBACK
1648
+  (0.0ms) ROLLBACK
1649
+  (0.0ms) BEGIN
1650
+  (0.0ms) BEGIN
1651
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1652
+  (0.0ms) ROLLBACK
1653
+  (0.1ms) ROLLBACK
1654
+  (0.1ms) BEGIN
1655
+  (0.1ms) BEGIN
1656
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1657
+  (0.0ms) ROLLBACK
1658
+  (0.0ms) ROLLBACK
1659
+  (0.0ms) BEGIN
1660
+  (0.0ms) BEGIN
1661
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1662
+  (0.0ms) ROLLBACK
1663
+  (0.0ms) ROLLBACK
1664
+  (0.0ms) BEGIN
1665
+  (0.0ms) BEGIN
1666
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1667
+  (0.0ms) ROLLBACK
1668
+  (0.0ms) ROLLBACK
1669
+  (0.0ms) BEGIN
1670
+  (0.0ms) BEGIN
1671
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1672
+  (0.1ms) ROLLBACK
1673
+  (0.0ms) ROLLBACK
1674
+  (0.0ms) BEGIN
1675
+  (0.0ms) BEGIN
1676
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1677
+  (0.0ms) ROLLBACK
1678
+  (0.0ms) ROLLBACK
1679
+  (0.0ms) BEGIN
1680
+  (0.0ms) BEGIN
1681
+  (0.0ms) ROLLBACK
1682
+  (0.0ms) ROLLBACK
1683
+  (0.0ms) BEGIN
1684
+  (0.0ms) BEGIN
1685
+  (0.0ms) ROLLBACK
1686
+  (0.0ms) ROLLBACK
1687
+  (0.0ms) BEGIN
1688
+  (0.0ms) BEGIN
1689
+  (0.0ms) ROLLBACK
1690
+  (0.0ms) ROLLBACK
1691
+  (0.1ms) BEGIN
1692
+  (0.0ms) BEGIN
1693
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1694
+  (0.0ms) ROLLBACK
1695
+  (0.0ms) ROLLBACK
1696
+  (0.0ms) BEGIN
1697
+  (0.1ms) BEGIN
1698
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1699
+  (0.0ms) ROLLBACK
1700
+  (0.0ms) ROLLBACK
1701
+  (0.1ms) BEGIN
1702
+  (0.1ms) BEGIN
1703
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1704
+  (0.0ms) ROLLBACK
1705
+  (0.0ms) ROLLBACK
1706
+  (0.0ms) BEGIN
1707
+  (0.0ms) BEGIN
1708
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1709
+  (0.0ms) ROLLBACK
1710
+  (0.0ms) ROLLBACK
1711
+  (0.0ms) BEGIN
1712
+  (0.0ms) BEGIN
1713
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1714
+  (0.0ms) ROLLBACK
1715
+  (0.0ms) ROLLBACK
1716
+  (0.1ms) BEGIN
1717
+  (0.1ms) BEGIN
1718
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1719
+  (0.1ms) ROLLBACK
1720
+  (0.1ms) ROLLBACK
1721
+ Mysql2::Error: Table 'spud_cms_test.spud_users' doesn't exist: SHOW FULL FIELDS FROM `spud_users`
1722
+ Creating scope :public. Overwriting existing method SpudPage.public.
1723
+  (0.4ms) SELECT @@FOREIGN_KEY_CHECKS
1724
+  (0.2ms) SET FOREIGN_KEY_CHECKS = 0
1725
+  (0.2ms) SELECT DATABASE() as db
1726
+  (1.8ms) select table_name from information_schema.views where table_schema = 'spud_cms_test'
1727
+  (0.3ms) SET FOREIGN_KEY_CHECKS = 1
1728
+  (0.2ms) BEGIN
1729
+  (0.1ms) BEGIN
1730
+ Processing by Spud::Cms::SitemapsController#show as XML
1731
+ Rendered /Users/davydotcom/projects/ruby/engines/spud/spud_cms/app/views/spud/cms/sitemaps/show.xml.builder (26.4ms)
1732
+ Completed 200 OK in 36ms (Views: 35.2ms | ActiveRecord: 0.0ms)
1733
+  (0.1ms) ROLLBACK
1734
+  (0.0ms) ROLLBACK
1735
+  (0.0ms) BEGIN
1736
+  (0.0ms) BEGIN
1737
+ Processing by Spud::Cms::SitemapsController#show as HTML
1738
+ Completed 406 Not Acceptable in 0ms (ActiveRecord: 0.0ms)
1739
+  (0.1ms) ROLLBACK
1740
+  (0.0ms) ROLLBACK
1741
+  (0.0ms) BEGIN
1742
+  (0.0ms) BEGIN
1743
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1744
+  (0.1ms) ROLLBACK
1745
+  (0.0ms) ROLLBACK
1746
+  (0.0ms) BEGIN
1747
+  (0.0ms) BEGIN
1748
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1749
+  (0.0ms) ROLLBACK
1750
+  (0.0ms) ROLLBACK
1751
+  (0.0ms) BEGIN
1752
+  (0.0ms) BEGIN
1753
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1754
+  (0.0ms) ROLLBACK
1755
+  (0.0ms) ROLLBACK
1756
+  (0.1ms) BEGIN
1757
+  (0.0ms) BEGIN
1758
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1759
+  (0.0ms) ROLLBACK
1760
+  (0.0ms) ROLLBACK
1761
+  (0.1ms) BEGIN
1762
+  (0.1ms) BEGIN
1763
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1764
+  (0.0ms) ROLLBACK
1765
+  (0.0ms) ROLLBACK
1766
+  (0.0ms) BEGIN
1767
+  (0.1ms) BEGIN
1768
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1769
+  (0.0ms) ROLLBACK
1770
+  (0.0ms) ROLLBACK
1771
+  (0.0ms) BEGIN
1772
+  (0.0ms) BEGIN
1773
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1774
+  (0.0ms) ROLLBACK
1775
+  (0.0ms) ROLLBACK
1776
+  (0.0ms) BEGIN
1777
+  (0.0ms) BEGIN
1778
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1779
+  (0.0ms) ROLLBACK
1780
+  (0.0ms) ROLLBACK
1781
+  (0.0ms) BEGIN
1782
+  (0.0ms) BEGIN
1783
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1784
+  (0.0ms) ROLLBACK
1785
+  (0.0ms) ROLLBACK
1786
+  (0.0ms) BEGIN
1787
+  (0.0ms) BEGIN
1788
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1789
+  (0.1ms) ROLLBACK
1790
+  (0.0ms) ROLLBACK
1791
+  (0.0ms) BEGIN
1792
+  (0.0ms) BEGIN
1793
+  (0.1ms) ROLLBACK
1794
+  (0.0ms) ROLLBACK
1795
+  (0.0ms) BEGIN
1796
+  (0.0ms) BEGIN
1797
+  (0.0ms) ROLLBACK
1798
+  (0.0ms) ROLLBACK
1799
+  (0.0ms) BEGIN
1800
+  (0.0ms) BEGIN
1801
+  (0.0ms) ROLLBACK
1802
+  (0.0ms) ROLLBACK
1803
+  (0.0ms) BEGIN
1804
+  (0.0ms) BEGIN
1805
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1806
+  (0.0ms) ROLLBACK
1807
+  (0.0ms) ROLLBACK
1808
+  (0.1ms) BEGIN
1809
+  (0.0ms) BEGIN
1810
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1811
+  (0.0ms) ROLLBACK
1812
+  (0.0ms) ROLLBACK
1813
+  (0.0ms) BEGIN
1814
+  (0.1ms) BEGIN
1815
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1816
+  (0.1ms) ROLLBACK
1817
+  (0.0ms) ROLLBACK
1818
+  (0.0ms) BEGIN
1819
+  (0.0ms) BEGIN
1820
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1821
+  (0.1ms) ROLLBACK
1822
+  (0.0ms) ROLLBACK
1823
+  (0.0ms) BEGIN
1824
+  (0.0ms) BEGIN
1825
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1826
+  (0.0ms) ROLLBACK
1827
+  (0.0ms) ROLLBACK
1828
+  (0.0ms) BEGIN
1829
+  (0.0ms) BEGIN
1830
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1831
+  (0.0ms) ROLLBACK
1832
+  (0.0ms) ROLLBACK
1833
+ Mysql2::Error: Table 'spud_cms_test.spud_users' doesn't exist: SHOW FULL FIELDS FROM `spud_users`
1834
+ Creating scope :public. Overwriting existing method SpudPage.public.
1835
+  (0.4ms) SELECT @@FOREIGN_KEY_CHECKS
1836
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
1837
+  (0.1ms) SELECT DATABASE() as db
1838
+  (1.4ms) select table_name from information_schema.views where table_schema = 'spud_cms_test'
1839
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
1840
+  (0.1ms) BEGIN
1841
+  (0.1ms) BEGIN
1842
+ Processing by Spud::Cms::SitemapsController#show as XML
1843
+ Rendered /Users/davydotcom/projects/ruby/engines/spud/spud_cms/app/views/spud/cms/sitemaps/show.xml.builder (4.7ms)
1844
+ Completed 200 OK in 36ms (Views: 35.3ms | ActiveRecord: 0.0ms)
1845
+  (0.1ms) ROLLBACK
1846
+  (0.1ms) ROLLBACK
1847
+  (0.2ms) BEGIN
1848
+  (0.2ms) BEGIN
1849
+ Processing by Spud::Cms::SitemapsController#show as HTML
1850
+ Completed 406 Not Acceptable in 0ms (ActiveRecord: 0.0ms)
1851
+  (0.3ms) ROLLBACK
1852
+  (0.0ms) ROLLBACK
1853
+  (0.1ms) BEGIN
1854
+  (0.2ms) BEGIN
1855
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1856
+  (0.0ms) ROLLBACK
1857
+  (0.0ms) ROLLBACK
1858
+  (0.0ms) BEGIN
1859
+  (0.0ms) BEGIN
1860
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1861
+  (0.0ms) ROLLBACK
1862
+  (0.0ms) ROLLBACK
1863
+  (0.0ms) BEGIN
1864
+  (0.0ms) BEGIN
1865
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1866
+  (0.0ms) ROLLBACK
1867
+  (0.0ms) ROLLBACK
1868
+  (0.0ms) BEGIN
1869
+  (0.0ms) BEGIN
1870
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1871
+  (0.1ms) ROLLBACK
1872
+  (0.0ms) ROLLBACK
1873
+  (0.0ms) BEGIN
1874
+  (0.0ms) BEGIN
1875
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1876
+  (0.2ms) ROLLBACK
1877
+  (0.0ms) ROLLBACK
1878
+  (0.1ms) BEGIN
1879
+  (0.1ms) BEGIN
1880
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1881
+  (0.0ms) ROLLBACK
1882
+  (0.0ms) ROLLBACK
1883
+  (0.0ms) BEGIN
1884
+  (0.1ms) BEGIN
1885
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1886
+  (0.1ms) ROLLBACK
1887
+  (0.0ms) ROLLBACK
1888
+  (0.0ms) BEGIN
1889
+  (0.0ms) BEGIN
1890
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1891
+  (0.0ms) ROLLBACK
1892
+  (0.0ms) ROLLBACK
1893
+  (0.0ms) BEGIN
1894
+  (0.0ms) BEGIN
1895
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1896
+  (0.0ms) ROLLBACK
1897
+  (0.0ms) ROLLBACK
1898
+  (0.0ms) BEGIN
1899
+  (0.0ms) BEGIN
1900
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1901
+  (0.0ms) ROLLBACK
1902
+  (0.0ms) ROLLBACK
1903
+  (0.0ms) BEGIN
1904
+  (0.0ms) BEGIN
1905
+  (0.0ms) ROLLBACK
1906
+  (0.0ms) ROLLBACK
1907
+  (0.1ms) BEGIN
1908
+  (0.1ms) BEGIN
1909
+  (0.2ms) ROLLBACK
1910
+  (0.1ms) ROLLBACK
1911
+  (0.0ms) BEGIN
1912
+  (0.0ms) BEGIN
1913
+  (0.0ms) ROLLBACK
1914
+  (0.0ms) ROLLBACK
1915
+  (0.0ms) BEGIN
1916
+  (0.0ms) BEGIN
1917
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1918
+  (0.1ms) ROLLBACK
1919
+  (0.0ms) ROLLBACK
1920
+  (0.0ms) BEGIN
1921
+  (0.1ms) BEGIN
1922
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1923
+  (0.1ms) ROLLBACK
1924
+  (0.0ms) ROLLBACK
1925
+  (0.0ms) BEGIN
1926
+  (0.0ms) BEGIN
1927
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1928
+  (0.0ms) ROLLBACK
1929
+  (0.0ms) ROLLBACK
1930
+  (0.1ms) BEGIN
1931
+  (0.0ms) BEGIN
1932
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1933
+  (0.0ms) ROLLBACK
1934
+  (0.1ms) ROLLBACK
1935
+  (0.1ms) BEGIN
1936
+  (0.0ms) BEGIN
1937
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1938
+  (0.1ms) ROLLBACK
1939
+  (0.1ms) ROLLBACK
1940
+  (0.1ms) BEGIN
1941
+  (0.0ms) BEGIN
1942
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
1943
+  (0.0ms) ROLLBACK
1944
+  (0.0ms) ROLLBACK
1945
+ Mysql2::Error: Table 'spud_cms_test.spud_users' doesn't exist: SHOW FULL FIELDS FROM `spud_users`
1946
+ Creating scope :public. Overwriting existing method SpudPage.public.
1947
+  (0.3ms) SELECT @@FOREIGN_KEY_CHECKS
1948
+  (0.3ms) SET FOREIGN_KEY_CHECKS = 0
1949
+  (0.2ms) SELECT DATABASE() as db
1950
+  (18.5ms) select table_name from information_schema.views where table_schema = 'spud_cms_test'
1951
+  (0.3ms) SET FOREIGN_KEY_CHECKS = 1
1952
+  (0.3ms) BEGIN
1953
+  (0.2ms) BEGIN
1954
+ Processing by Spud::Cms::SitemapsController#show as XML
1955
+ Rendered /Users/davydotcom/projects/ruby/engines/spud/spud_cms/app/views/spud/cms/sitemaps/show.xml.builder (4.7ms)
1956
+ Completed 200 OK in 35ms (Views: 34.3ms | ActiveRecord: 0.0ms)
1957
+  (0.2ms) ROLLBACK
1958
+  (0.1ms) ROLLBACK
1959
+  (0.2ms) BEGIN
1960
+  (0.1ms) BEGIN
1961
+ Processing by Spud::Cms::SitemapsController#show as HTML
1962
+ Completed 406 Not Acceptable in 0ms (ActiveRecord: 0.0ms)
1963
+  (0.2ms) ROLLBACK
1964
+  (0.1ms) ROLLBACK
1965
+  (0.0ms) BEGIN
1966
+  (0.0ms) BEGIN
1967
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1968
+  (0.0ms) ROLLBACK
1969
+  (0.0ms) ROLLBACK
1970
+  (0.0ms) BEGIN
1971
+  (0.0ms) BEGIN
1972
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1973
+  (0.0ms) ROLLBACK
1974
+  (0.0ms) ROLLBACK
1975
+  (0.0ms) BEGIN
1976
+  (0.0ms) BEGIN
1977
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1978
+  (0.0ms) ROLLBACK
1979
+  (0.0ms) ROLLBACK
1980
+  (0.0ms) BEGIN
1981
+  (0.0ms) BEGIN
1982
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1983
+  (0.0ms) ROLLBACK
1984
+  (0.0ms) ROLLBACK
1985
+  (0.0ms) BEGIN
1986
+  (0.0ms) BEGIN
1987
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1988
+  (0.0ms) ROLLBACK
1989
+  (0.0ms) ROLLBACK
1990
+  (0.0ms) BEGIN
1991
+  (0.0ms) BEGIN
1992
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1993
+  (0.0ms) ROLLBACK
1994
+  (0.0ms) ROLLBACK
1995
+  (0.1ms) BEGIN
1996
+  (0.0ms) BEGIN
1997
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
1998
+  (0.1ms) ROLLBACK
1999
+  (0.0ms) ROLLBACK
2000
+  (0.1ms) BEGIN
2001
+  (0.0ms) BEGIN
2002
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
2003
+  (0.0ms) ROLLBACK
2004
+  (0.0ms) ROLLBACK
2005
+  (0.0ms) BEGIN
2006
+  (0.0ms) BEGIN
2007
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
2008
+  (0.1ms) ROLLBACK
2009
+  (0.1ms) ROLLBACK
2010
+  (0.0ms) BEGIN
2011
+  (0.0ms) BEGIN
2012
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
2013
+  (0.0ms) ROLLBACK
2014
+  (0.0ms) ROLLBACK
2015
+  (0.0ms) BEGIN
2016
+  (0.1ms) BEGIN
2017
+  (0.1ms) ROLLBACK
2018
+  (0.1ms) ROLLBACK
2019
+  (0.0ms) BEGIN
2020
+  (0.0ms) BEGIN
2021
+  (0.0ms) ROLLBACK
2022
+  (0.0ms) ROLLBACK
2023
+  (0.1ms) BEGIN
2024
+  (0.1ms) BEGIN
2025
+  (0.0ms) ROLLBACK
2026
+  (0.0ms) ROLLBACK
2027
+  (0.0ms) BEGIN
2028
+  (0.0ms) BEGIN
2029
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
2030
+  (0.0ms) ROLLBACK
2031
+  (0.0ms) ROLLBACK
2032
+  (0.0ms) BEGIN
2033
+  (0.1ms) BEGIN
2034
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
2035
+  (0.0ms) ROLLBACK
2036
+  (0.0ms) ROLLBACK
2037
+  (0.0ms) BEGIN
2038
+  (0.0ms) BEGIN
2039
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
2040
+  (0.0ms) ROLLBACK
2041
+  (0.0ms) ROLLBACK
2042
+  (0.0ms) BEGIN
2043
+  (0.0ms) BEGIN
2044
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
2045
+  (0.2ms) ROLLBACK
2046
+  (0.0ms) ROLLBACK
2047
+  (0.0ms) BEGIN
2048
+  (0.0ms) BEGIN
2049
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
2050
+  (0.1ms) ROLLBACK
2051
+  (0.0ms) ROLLBACK
2052
+  (0.0ms) BEGIN
2053
+  (0.0ms) BEGIN
2054
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
2055
+  (0.0ms) ROLLBACK
2056
+  (0.0ms) ROLLBACK
2057
+ Mysql2::Error: Table 'spud_cms_test.spud_users' doesn't exist: SHOW FULL FIELDS FROM `spud_users`
2058
+ Creating scope :public. Overwriting existing method SpudPage.public.
2059
+  (0.4ms) SELECT @@FOREIGN_KEY_CHECKS
2060
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
2061
+  (0.1ms) SELECT DATABASE() as db
2062
+  (0.7ms) select table_name from information_schema.views where table_schema = 'spud_cms_test'
2063
+  (0.0ms) SET FOREIGN_KEY_CHECKS = 1
2064
+  (0.0ms) BEGIN
2065
+  (0.0ms) BEGIN
2066
+ Processing by Spud::Cms::SitemapsController#show as XML
2067
+ Rendered /Users/davydotcom/projects/ruby/engines/spud/spud_cms/app/views/spud/cms/sitemaps/show.xml.builder (4.9ms)
2068
+ Completed 200 OK in 36ms (Views: 35.0ms | ActiveRecord: 0.0ms)
2069
+  (0.3ms) ROLLBACK
2070
+  (0.1ms) ROLLBACK
2071
+  (0.1ms) BEGIN
2072
+  (0.1ms) BEGIN
2073
+ Processing by Spud::Cms::SitemapsController#show as HTML
2074
+ Completed 406 Not Acceptable in 1ms (ActiveRecord: 0.0ms)
2075
+  (0.2ms) ROLLBACK
2076
+  (0.1ms) ROLLBACK
2077
+  (0.0ms) BEGIN
2078
+  (0.0ms) BEGIN
2079
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
2080
+  (0.0ms) ROLLBACK
2081
+  (0.0ms) ROLLBACK
2082
+  (0.0ms) BEGIN
2083
+  (0.0ms) BEGIN
2084
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
2085
+  (0.0ms) ROLLBACK
2086
+  (0.0ms) ROLLBACK
2087
+  (0.0ms) BEGIN
2088
+  (0.0ms) BEGIN
2089
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
2090
+  (0.0ms) ROLLBACK
2091
+  (0.0ms) ROLLBACK
2092
+  (0.0ms) BEGIN
2093
+  (0.0ms) BEGIN
2094
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
2095
+  (0.1ms) ROLLBACK
2096
+  (0.1ms) ROLLBACK
2097
+  (0.0ms) BEGIN
2098
+  (0.0ms) BEGIN
2099
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
2100
+  (0.0ms) ROLLBACK
2101
+  (0.0ms) ROLLBACK
2102
+  (0.0ms) BEGIN
2103
+  (0.0ms) BEGIN
2104
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
2105
+  (0.0ms) ROLLBACK
2106
+  (0.0ms) ROLLBACK
2107
+  (0.0ms) BEGIN
2108
+  (0.0ms) BEGIN
2109
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
2110
+  (0.0ms) ROLLBACK
2111
+  (0.0ms) ROLLBACK
2112
+  (0.0ms) BEGIN
2113
+  (0.0ms) BEGIN
2114
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
2115
+  (0.0ms) ROLLBACK
2116
+  (0.0ms) ROLLBACK
2117
+  (0.0ms) BEGIN
2118
+  (0.0ms) BEGIN
2119
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
2120
+  (0.0ms) ROLLBACK
2121
+  (0.0ms) ROLLBACK
2122
+  (0.0ms) BEGIN
2123
+  (0.0ms) BEGIN
2124
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
2125
+  (0.0ms) ROLLBACK
2126
+  (0.0ms) ROLLBACK
2127
+  (0.1ms) BEGIN
2128
+  (0.0ms) BEGIN
2129
+  (0.1ms) ROLLBACK
2130
+  (0.0ms) ROLLBACK
2131
+  (0.0ms) BEGIN
2132
+  (0.0ms) BEGIN
2133
+  (0.0ms) ROLLBACK
2134
+  (0.0ms) ROLLBACK
2135
+  (0.1ms) BEGIN
2136
+  (0.1ms) BEGIN
2137
+  (0.1ms) ROLLBACK
2138
+  (0.0ms) ROLLBACK
2139
+  (0.0ms) BEGIN
2140
+  (0.0ms) BEGIN
2141
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
2142
+  (0.0ms) ROLLBACK
2143
+  (0.0ms) ROLLBACK
2144
+  (0.0ms) BEGIN
2145
+  (0.0ms) BEGIN
2146
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
2147
+  (0.0ms) ROLLBACK
2148
+  (0.0ms) ROLLBACK
2149
+  (0.0ms) BEGIN
2150
+  (0.0ms) BEGIN
2151
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
2152
+  (0.0ms) ROLLBACK
2153
+  (0.0ms) ROLLBACK
2154
+  (0.0ms) BEGIN
2155
+  (0.0ms) BEGIN
2156
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
2157
+  (0.0ms) ROLLBACK
2158
+  (0.0ms) ROLLBACK
2159
+  (0.0ms) BEGIN
2160
+  (0.0ms) BEGIN
2161
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
2162
+  (0.2ms) ROLLBACK
2163
+  (0.1ms) ROLLBACK
2164
+  (0.1ms) BEGIN
2165
+  (0.1ms) BEGIN
2166
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
2167
+  (0.1ms) ROLLBACK
2168
+  (0.1ms) ROLLBACK
2169
+ Mysql2::Error: Table 'spud_cms_test.spud_users' doesn't exist: SHOW FULL FIELDS FROM `spud_users`
2170
+ Creating scope :public. Overwriting existing method SpudPage.public.
2171
+  (0.4ms) SELECT @@FOREIGN_KEY_CHECKS
2172
+  (0.3ms) SET FOREIGN_KEY_CHECKS = 0
2173
+  (0.2ms) SELECT DATABASE() as db
2174
+  (20.4ms) select table_name from information_schema.views where table_schema = 'spud_cms_test'
2175
+  (0.4ms) SET FOREIGN_KEY_CHECKS = 1
2176
+  (0.3ms) BEGIN
2177
+  (0.3ms) BEGIN
2178
+ Processing by Spud::Cms::SitemapsController#show as XML
2179
+ Rendered /Users/davydotcom/projects/ruby/engines/spud/spud_cms/app/views/spud/cms/sitemaps/show.xml.builder (4.8ms)
2180
+ Completed 200 OK in 36ms (Views: 35.0ms | ActiveRecord: 0.0ms)
2181
+  (0.3ms) ROLLBACK
2182
+  (0.1ms) ROLLBACK
2183
+  (0.0ms) BEGIN
2184
+  (0.0ms) BEGIN
2185
+ Processing by Spud::Cms::SitemapsController#show as HTML
2186
+ Completed 406 Not Acceptable in 0ms (ActiveRecord: 0.0ms)
2187
+  (0.1ms) ROLLBACK
2188
+  (0.0ms) ROLLBACK
2189
+  (0.0ms) BEGIN
2190
+  (0.0ms) BEGIN
2191
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
2192
+  (0.1ms) ROLLBACK
2193
+  (0.1ms) ROLLBACK
2194
+  (0.1ms) BEGIN
2195
+  (0.1ms) BEGIN
2196
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
2197
+  (0.1ms) ROLLBACK
2198
+  (0.1ms) ROLLBACK
2199
+  (0.1ms) BEGIN
2200
+  (0.1ms) BEGIN
2201
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
2202
+  (0.0ms) ROLLBACK
2203
+  (0.0ms) ROLLBACK
2204
+  (0.0ms) BEGIN
2205
+  (0.0ms) BEGIN
2206
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
2207
+  (0.1ms) ROLLBACK
2208
+  (0.0ms) ROLLBACK
2209
+  (0.0ms) BEGIN
2210
+  (0.0ms) BEGIN
2211
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
2212
+  (0.1ms) ROLLBACK
2213
+  (0.0ms) ROLLBACK
2214
+  (0.0ms) BEGIN
2215
+  (0.0ms) BEGIN
2216
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
2217
+  (0.0ms) ROLLBACK
2218
+  (0.0ms) ROLLBACK
2219
+  (0.1ms) BEGIN
2220
+  (0.0ms) BEGIN
2221
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
2222
+  (0.0ms) ROLLBACK
2223
+  (0.0ms) ROLLBACK
2224
+  (0.0ms) BEGIN
2225
+  (0.0ms) BEGIN
2226
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
2227
+  (0.1ms) ROLLBACK
2228
+  (0.1ms) ROLLBACK
2229
+  (0.0ms) BEGIN
2230
+  (0.0ms) BEGIN
2231
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
2232
+  (0.0ms) ROLLBACK
2233
+  (0.0ms) ROLLBACK
2234
+  (0.1ms) BEGIN
2235
+  (0.0ms) BEGIN
2236
+ Mysql2::Error: Table 'spud_cms_test.spud_pages' doesn't exist: SHOW FULL FIELDS FROM `spud_pages`
2237
+  (0.0ms) ROLLBACK
2238
+  (0.0ms) ROLLBACK
2239
+  (0.0ms) BEGIN
2240
+  (0.0ms) BEGIN
2241
+  (0.1ms) ROLLBACK
2242
+  (0.0ms) ROLLBACK
2243
+  (0.0ms) BEGIN
2244
+  (0.0ms) BEGIN
2245
+  (0.0ms) ROLLBACK
2246
+  (0.0ms) ROLLBACK
2247
+  (0.0ms) BEGIN
2248
+  (0.0ms) BEGIN
2249
+  (0.0ms) ROLLBACK
2250
+  (0.0ms) ROLLBACK
2251
+  (0.0ms) BEGIN
2252
+  (0.0ms) BEGIN
2253
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
2254
+  (0.0ms) ROLLBACK
2255
+  (0.0ms) ROLLBACK
2256
+  (0.0ms) BEGIN
2257
+  (0.0ms) BEGIN
2258
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
2259
+  (0.0ms) ROLLBACK
2260
+  (0.0ms) ROLLBACK
2261
+  (0.0ms) BEGIN
2262
+  (0.0ms) BEGIN
2263
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
2264
+  (0.0ms) ROLLBACK
2265
+  (0.0ms) ROLLBACK
2266
+  (0.0ms) BEGIN
2267
+  (0.0ms) BEGIN
2268
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
2269
+  (0.1ms) ROLLBACK
2270
+  (0.0ms) ROLLBACK
2271
+  (0.0ms) BEGIN
2272
+  (0.0ms) BEGIN
2273
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
2274
+  (0.0ms) ROLLBACK
2275
+  (0.0ms) ROLLBACK
2276
+  (0.0ms) BEGIN
2277
+  (0.0ms) BEGIN
2278
+ Mysql2::Error: Table 'spud_cms_test.spud_templates' doesn't exist: SHOW FULL FIELDS FROM `spud_templates`
2279
+  (0.0ms) ROLLBACK
2280
+  (0.0ms) ROLLBACK