spud_cms 0.9.7 → 0.9.8

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.
@@ -200095,3 +200095,1879 @@ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.3ms)
200095
200095
  SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 54 LIMIT 1
200096
200096
   (0.5ms) ROLLBACK
200097
200097
   (0.0ms) ROLLBACK
200098
+ Connecting to database specified by database.yml
200099
+ Creating scope :public. Overwriting existing method SpudPage.public.
200100
+ Connecting to database specified by database.yml
200101
+ Creating scope :public. Overwriting existing method SpudPage.public.
200102
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
200103
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
200104
+  (0.1ms) SELECT DATABASE() as db
200105
+  (2.2ms) select table_name from information_schema.views where table_schema = 'spud_cms_test'
200106
+  (1.1ms) TRUNCATE TABLE `spud_admin_permissions`;
200107
+  (1.0ms) TRUNCATE TABLE `spud_menu_items`;
200108
+  (0.8ms) TRUNCATE TABLE `spud_menus`;
200109
+  (0.9ms) TRUNCATE TABLE `spud_page_liquid_tags`;
200110
+  (0.9ms) TRUNCATE TABLE `spud_page_partial_revisions`;
200111
+  (0.6ms) TRUNCATE TABLE `spud_page_partials`;
200112
+  (1.2ms) TRUNCATE TABLE `spud_pages`;
200113
+  (0.8ms) TRUNCATE TABLE `spud_permalinks`;
200114
+  (0.7ms) TRUNCATE TABLE `spud_snippets`;
200115
+  (1.0ms) TRUNCATE TABLE `spud_user_settings`;
200116
+  (1.0ms) TRUNCATE TABLE `spud_users`;
200117
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
200118
+  (0.0ms) BEGIN
200119
+  (0.2ms) BEGIN
200120
+  (0.2ms) SAVEPOINT active_record_2
200121
+ SpudPage Load (1.4ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
200122
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page1' LIMIT 1
200123
+ SpudPage Exists (0.4ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page1' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
200124
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page1' AND `spud_pages`.`site_id` = 0) LIMIT 1
200125
+ SQL (0.3ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:06', NULL, 'html', NULL, NULL, NULL, 'Page1', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:06', NULL, 'page1', 0, 0)
200126
+  (0.2ms) RELEASE SAVEPOINT active_record_2
200127
+ Processing by PagesController#show as HTML
200128
+ Parameters: {"id"=>"page1"}
200129
+ SpudPage Load (0.4ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'page1' LIMIT 1
200130
+ SpudPagePartial Load (0.2ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (1)
200131
+ Rendered /Users/davydotcom/projects/ruby/engines/spud_cms/app/views/pages/show.html.erb within layouts/application (2.0ms)
200132
+ Completed 200 OK in 62ms (Views: 10.5ms | ActiveRecord: 2.0ms)
200133
+  (0.4ms) ROLLBACK
200134
+  (0.1ms) ROLLBACK
200135
+  (0.1ms) BEGIN
200136
+  (0.1ms) BEGIN
200137
+  (0.1ms) SAVEPOINT active_record_2
200138
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
200139
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'home' LIMIT 1
200140
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'home' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
200141
+ SpudPage Exists (0.3ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'home' AND `spud_pages`.`site_id` = 0) LIMIT 1
200142
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:06', NULL, 'html', NULL, NULL, NULL, 'home', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:06', NULL, 'home', 0, 0)
200143
+  (0.0ms) RELEASE SAVEPOINT active_record_2
200144
+ Processing by PagesController#show as HTML
200145
+ SpudPage Load (0.4ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'home' LIMIT 1
200146
+ SpudPagePartial Load (0.2ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (2)
200147
+ Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.6ms)
200148
+  (0.3ms) ROLLBACK
200149
+  (0.1ms) ROLLBACK
200150
+  (0.0ms) BEGIN
200151
+  (0.0ms) BEGIN
200152
+  (0.1ms) SAVEPOINT active_record_2
200153
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
200154
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1
200155
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'about' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
200156
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1
200157
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:06', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:06', NULL, 'about', 0, 0)
200158
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200159
+  (0.1ms) SAVEPOINT active_record_2
200160
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 3)
200161
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about-us' LIMIT 1
200162
+ SpudPermalink Exists (0.3ms) SELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'about' AND `spud_permalinks`.`site_id` = 0) LIMIT 1
200163
+ SQL (0.3ms) INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (3, 'SpudPage', '2012-12-21 15:58:06', 0, '2012-12-21 15:58:06', 'about')
200164
+ SpudPage Exists (0.3ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'about us' AND `spud_pages`.`id` != 3 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
200165
+ SpudPage Exists (0.3ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about-us' AND `spud_pages`.`id` != 3 AND `spud_pages`.`site_id` = 0) LIMIT 1
200166
+  (0.3ms) UPDATE `spud_pages` SET `name` = 'about us', `url_name` = 'about-us', `updated_at` = '2012-12-21 15:58:06' WHERE `spud_pages`.`id` = 3
200167
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200168
+ Processing by PagesController#show as HTML
200169
+ Parameters: {"id"=>"about"}
200170
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'about' LIMIT 1
200171
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`url_name` = 'about' LIMIT 1
200172
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 3 LIMIT 1
200173
+ Redirected to http://test.host/about-us
200174
+ Completed 301 Moved Permanently in 6ms (ActiveRecord: 0.7ms)
200175
+  (0.5ms) ROLLBACK
200176
+  (0.0ms) ROLLBACK
200177
+  (0.0ms) BEGIN
200178
+  (0.0ms) BEGIN
200179
+  (0.1ms) SAVEPOINT active_record_2
200180
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
200181
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1
200182
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'about' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
200183
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1
200184
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:06', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:06', NULL, 'about', 0, 1)
200185
+  (0.2ms) RELEASE SAVEPOINT active_record_2
200186
+ Processing by PagesController#show as HTML
200187
+ Parameters: {"id"=>"about"}
200188
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'about' LIMIT 1
200189
+ SpudPagePartial Load (0.3ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (4)
200190
+ Redirected to http://test.host/spud/user_session/new
200191
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
200192
+  (0.4ms) ROLLBACK
200193
+  (0.0ms) ROLLBACK
200194
+  (0.0ms) BEGIN
200195
+  (0.0ms) BEGIN
200196
+  (0.2ms) SAVEPOINT active_record_2
200197
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
200198
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
200199
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '3bd101356e9bf06a8c04a7232410f36828fc8c073904a71310a97ed5eab970d423bc1745138681526c0c255da72d37afbca1020f93b66d45fb09ed1ff8ad96fb' LIMIT 1
200200
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '9QkxqmIUlnCe8TBNxm4k' LIMIT 1
200201
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:06', '001efcc0f19db29ce75ed752d66ed6ddc321e8fd203c22b5caade272a5ffd5e9102fda8fc3583e4337997a0ce44b513de9d641deddb11c11324ee906cb23cfa0', '2012-12-21 15:58:06', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:06', 'testuser', 1, 'MBlOrm0I2M0b33Dj2CkF', 'V2jS7ycwjKVh0IUK7iUp', '3bd101356e9bf06a8c04a7232410f36828fc8c073904a71310a97ed5eab970d423bc1745138681526c0c255da72d37afbca1020f93b66d45fb09ed1ff8ad96fb', '9QkxqmIUlnCe8TBNxm4k', 1, NULL, '2012-12-21 15:58:06')
200202
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200203
+  (0.1ms) SAVEPOINT active_record_2
200204
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:06', `last_login_ip` = '0.0.0.0', `perishable_token` = 'XiteolICVCGqRAYdOCG', `updated_at` = '2012-12-21 15:58:06' WHERE `spud_users`.`id` = 1
200205
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200206
+  (0.1ms) SAVEPOINT active_record_2
200207
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
200208
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1
200209
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'about' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
200210
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1
200211
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:06', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:06', NULL, 'about', 0, 1)
200212
+  (0.2ms) RELEASE SAVEPOINT active_record_2
200213
+ Processing by PagesController#show as HTML
200214
+ Parameters: {"id"=>"about"}
200215
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 1 LIMIT 1
200216
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'about' LIMIT 1
200217
+ SpudPagePartial Load (0.2ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (5)
200218
+ Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.7ms)
200219
+  (0.9ms) ROLLBACK
200220
+  (0.1ms) ROLLBACK
200221
+  (0.1ms) BEGIN
200222
+  (0.1ms) BEGIN
200223
+  (0.1ms) SAVEPOINT active_record_2
200224
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
200225
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1
200226
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'about' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
200227
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1
200228
+ SQL (0.3ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:06', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:06', NULL, 'about', 0, 0)
200229
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200230
+ Processing by PagesController#show as HTML
200231
+ Parameters: {"id"=>"about"}
200232
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'about' AND `spud_pages`.`site_id` = 1 LIMIT 1
200233
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`url_name` = 'about' AND `spud_permalinks`.`site_id` = 1 LIMIT 1
200234
+ Completed 404 Not Found in 4ms (Views: 1.7ms | ActiveRecord: 0.4ms)
200235
+  (0.6ms) ROLLBACK
200236
+  (0.0ms) ROLLBACK
200237
+  (0.0ms) BEGIN
200238
+  (0.0ms) BEGIN
200239
+  (0.1ms) SAVEPOINT active_record_2
200240
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
200241
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1
200242
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'about' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
200243
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1
200244
+ SQL (0.3ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:06', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:06', NULL, 'about', 0, 0)
200245
+  (0.2ms) RELEASE SAVEPOINT active_record_2
200246
+  (0.1ms) SAVEPOINT active_record_2
200247
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1
200248
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1
200249
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'about' AND `spud_pages`.`site_id` = 1 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
200250
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 1) LIMIT 1
200251
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:06', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 1, NULL, '2012-12-21 15:58:06', NULL, 'about', 0, 0)
200252
+  (0.0ms) RELEASE SAVEPOINT active_record_2
200253
+ Processing by PagesController#show as HTML
200254
+ Parameters: {"id"=>"about"}
200255
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'about' AND `spud_pages`.`site_id` = 1 LIMIT 1
200256
+ SpudPagePartial Load (0.2ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (8)
200257
+ Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.5ms)
200258
+  (0.5ms) ROLLBACK
200259
+  (0.0ms) ROLLBACK
200260
+  (0.0ms) BEGIN
200261
+  (0.0ms) BEGIN
200262
+  (0.1ms) SAVEPOINT active_record_2
200263
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
200264
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'home' LIMIT 1
200265
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'home' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
200266
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'home' AND `spud_pages`.`site_id` = 0) LIMIT 1
200267
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:06', NULL, 'html', NULL, NULL, NULL, 'home', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:06', NULL, 'home', 0, 0)
200268
+  (0.2ms) RELEASE SAVEPOINT active_record_2
200269
+  (0.2ms) SAVEPOINT active_record_2
200270
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1
200271
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'home' LIMIT 1
200272
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'home' AND `spud_pages`.`site_id` = 1 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
200273
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'home' AND `spud_pages`.`site_id` = 1) LIMIT 1
200274
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:06', NULL, 'html', NULL, NULL, NULL, 'home', NULL, NULL, NULL, 1, 1, NULL, '2012-12-21 15:58:06', NULL, 'home', 0, 0)
200275
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200276
+ Processing by PagesController#show as HTML
200277
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'home' AND `spud_pages`.`site_id` = 1 LIMIT 1
200278
+ SpudPagePartial Load (0.2ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (10)
200279
+ Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.5ms)
200280
+  (0.5ms) ROLLBACK
200281
+  (0.0ms) ROLLBACK
200282
+  (0.0ms) BEGIN
200283
+  (0.0ms) BEGIN
200284
+  (0.0ms) ROLLBACK
200285
+  (0.0ms) ROLLBACK
200286
+  (0.0ms) BEGIN
200287
+  (0.2ms) BEGIN
200288
+  (0.2ms) SAVEPOINT active_record_2
200289
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
200290
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
200291
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '0f94c69e20c94716891c93315b2963792bfad10810c9fbc91ab35526e9656543a04539f35e3aaf92a9a1c5e9b6a35e43b92b65767cc839e18c2154b5fdbccf19' LIMIT 1
200292
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'fkaWYl9SSxZUwcAxh' LIMIT 1
200293
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:06', 'b219e306c660d4587f11c6a4adb540554d117b757d3c4298808b7b76e129d5fe7d210633b63f14261b2f2bf99c7a90dbcef0ae3c13c53ff7856b4c15a69406d4', '2012-12-21 15:58:06', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:06', 'testuser', 1, 'ph7xVoauPkpNouxNz9d', 'jWwgtb1oglRDmxelQKg', '0f94c69e20c94716891c93315b2963792bfad10810c9fbc91ab35526e9656543a04539f35e3aaf92a9a1c5e9b6a35e43b92b65767cc839e18c2154b5fdbccf19', 'fkaWYl9SSxZUwcAxh', 1, NULL, '2012-12-21 15:58:06')
200294
+  (0.2ms) RELEASE SAVEPOINT active_record_2
200295
+  (0.1ms) SAVEPOINT active_record_2
200296
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:06', `last_login_ip` = '0.0.0.0', `perishable_token` = 'iyHinhKUKnN4Iq1o9vGR', `updated_at` = '2012-12-21 15:58:06' WHERE `spud_users`.`id` = 2
200297
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200298
+  (0.2ms) SAVEPOINT active_record_2
200299
+ SpudMenu Exists (0.4ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu1' AND `spud_menus`.`site_id` = 0) LIMIT 1
200300
+ SQL (0.2ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:06', NULL, 'Menu1', 0, '2012-12-21 15:58:06')
200301
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200302
+  (0.2ms) SAVEPOINT active_record_2
200303
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2012-12-21 15:58:06', NULL, 0, 'Menu Item 1', 1, 'SpudMenu', 1, NULL, '2012-12-21 15:58:06', NULL)
200304
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200305
+  (0.1ms) SAVEPOINT active_record_2
200306
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2012-12-21 15:58:06', NULL, 0, 'Menu Item 2', 1, 'SpudMenu', 1, NULL, '2012-12-21 15:58:06', NULL)
200307
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200308
+ Processing by Spud::Admin::MenuItemsController#index as HTML
200309
+ Parameters: {"menu_id"=>"1"}
200310
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 2 LIMIT 1
200311
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 1 LIMIT 1
200312
+ Completed 200 OK in 9ms (Views: 2.4ms | ActiveRecord: 0.5ms)
200313
+  (0.3ms) SELECT COUNT(*) FROM `spud_menu_items` WHERE `spud_menu_items`.`parent_id` = 1 AND `spud_menu_items`.`parent_type` = 'SpudMenu'
200314
+  (0.8ms) ROLLBACK
200315
+  (0.0ms) ROLLBACK
200316
+  (0.0ms) BEGIN
200317
+  (0.0ms) BEGIN
200318
+  (0.1ms) SAVEPOINT active_record_2
200319
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
200320
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
200321
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'e0c1ed9fea330f94ce20265f608e17ea2106014610d29435884487e5c6a649479f8db63c16ac5202519bbe034edde7b4b48b33a8648bd820fd4ad255cc3b8289' LIMIT 1
200322
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'VjPmT7FilDYvW3qOhHPb' LIMIT 1
200323
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:06', '667bea537ee8d3a530c8c9a23f4b7610ebc6a5628a03049af3e40b69ee346ca7eb2307ca65ecc22e278444d4e2879712be41c1d75aef43130f26fe2da9ce6043', '2012-12-21 15:58:06', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:06', 'testuser', 1, 'k6b7FE9RCZuPh9zfbTlv', 'h3r7bIDtmC7jmV5yMlWo', 'e0c1ed9fea330f94ce20265f608e17ea2106014610d29435884487e5c6a649479f8db63c16ac5202519bbe034edde7b4b48b33a8648bd820fd4ad255cc3b8289', 'VjPmT7FilDYvW3qOhHPb', 1, NULL, '2012-12-21 15:58:06')
200324
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200325
+  (0.1ms) SAVEPOINT active_record_2
200326
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:06', `last_login_ip` = '0.0.0.0', `perishable_token` = 'JI4DrzO725Mqh1Rh3dlg', `updated_at` = '2012-12-21 15:58:06' WHERE `spud_users`.`id` = 3
200327
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200328
+  (0.1ms) SAVEPOINT active_record_2
200329
+ SpudMenu Exists (0.3ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu2' AND `spud_menus`.`site_id` = 0) LIMIT 1
200330
+ SQL (0.2ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:06', NULL, 'Menu2', 0, '2012-12-21 15:58:06')
200331
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200332
+ Processing by Spud::Admin::MenuItemsController#index as HTML
200333
+ Parameters: {"menu_id"=>"3"}
200334
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 3 LIMIT 1
200335
+ SpudMenu Load (0.3ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 3 LIMIT 1
200336
+ Redirected to http://test.host/spud/admin/menus
200337
+ Filter chain halted as :load_menu rendered or redirected
200338
+ Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
200339
+  (0.4ms) ROLLBACK
200340
+  (0.1ms) ROLLBACK
200341
+  (0.0ms) BEGIN
200342
+  (0.0ms) BEGIN
200343
+  (0.2ms) SAVEPOINT active_record_2
200344
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
200345
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
200346
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '66754c032d3b5c2f453f2cb0a4bcbc772a5474b311233214ab7e70cde8cf1adcc655e819c70c6f794ee3421f9e1bda99b4268dd16ad541f6c4435e551b502688' LIMIT 1
200347
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'wdIwJOUqu1BwiPb8s2' LIMIT 1
200348
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:06', 'b9b7bb9279c2147cf0c49207dadadf8369e6bbbd9f98300d05e41bd7d4ec26cbf07786cacc24d26b505376e32de0fc11b2f26f111b32e65863dc4941370d8902', '2012-12-21 15:58:06', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:06', 'testuser', 1, 'aqub0cEAWd8LXdG8aXO', 'GNiSf8PPuyK6hIwJhY11', '66754c032d3b5c2f453f2cb0a4bcbc772a5474b311233214ab7e70cde8cf1adcc655e819c70c6f794ee3421f9e1bda99b4268dd16ad541f6c4435e551b502688', 'wdIwJOUqu1BwiPb8s2', 1, NULL, '2012-12-21 15:58:06')
200349
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200350
+  (0.1ms) SAVEPOINT active_record_2
200351
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:06', `last_login_ip` = '0.0.0.0', `perishable_token` = 'oQBmBVI3muaUCymnq0Nt', `updated_at` = '2012-12-21 15:58:06' WHERE `spud_users`.`id` = 4
200352
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200353
+  (0.0ms) SAVEPOINT active_record_2
200354
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu3' AND `spud_menus`.`site_id` = 0) LIMIT 1
200355
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:06', NULL, 'Menu3', 0, '2012-12-21 15:58:06')
200356
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200357
+ Processing by Spud::Admin::MenuItemsController#new as HTML
200358
+ Parameters: {"menu_id"=>"3"}
200359
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 4 LIMIT 1
200360
+ SpudMenu Load (0.3ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 3 LIMIT 1
200361
+ Completed 200 OK in 7ms (Views: 1.4ms | ActiveRecord: 0.5ms)
200362
+  (0.7ms) ROLLBACK
200363
+  (0.1ms) ROLLBACK
200364
+  (0.1ms) BEGIN
200365
+  (0.1ms) BEGIN
200366
+  (0.1ms) SAVEPOINT active_record_2
200367
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
200368
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
200369
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'e38dd9f6873fa50d75e427b43fb17e0ae2675e36e08fb434a5afa5c9aa1faeb88dac419ed22a2d3b60738532e268e0db3177df2234f218fc565151d460b9e64d' LIMIT 1
200370
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'VpwPNH625l0nEF2X5Y' LIMIT 1
200371
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:06', '9d122578d6a6aafb181c5e2d59ea895d73f1d434a00c634dd879ca35dea41e8b241a4087df43b534b3a7006ac18cca54d997d5d98e0dbcd22d803b2f29a079cd', '2012-12-21 15:58:06', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:06', 'testuser', 1, 'BR9jRWT5DgP5871rva', 'Qozo4ibLT9gdKGMwVB2x', 'e38dd9f6873fa50d75e427b43fb17e0ae2675e36e08fb434a5afa5c9aa1faeb88dac419ed22a2d3b60738532e268e0db3177df2234f218fc565151d460b9e64d', 'VpwPNH625l0nEF2X5Y', 1, NULL, '2012-12-21 15:58:06')
200372
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200373
+  (0.1ms) SAVEPOINT active_record_2
200374
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:06', `last_login_ip` = '0.0.0.0', `perishable_token` = 'DkXSsWTRJoTXMW5Bnao', `updated_at` = '2012-12-21 15:58:06' WHERE `spud_users`.`id` = 5
200375
+  (0.0ms) RELEASE SAVEPOINT active_record_2
200376
+  (0.0ms) SAVEPOINT active_record_2
200377
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu4' AND `spud_menus`.`site_id` = 0) LIMIT 1
200378
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:06', NULL, 'Menu4', 0, '2012-12-21 15:58:06')
200379
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200380
+  (0.1ms) SELECT COUNT(*) FROM `spud_menu_items` 
200381
+ Processing by Spud::Admin::MenuItemsController#create as HTML
200382
+ Parameters: {"spud_menu_item"=>{"name"=>"Menu Item 3", "parent_type"=>"SpudMenu", "parent_id"=>nil}, "menu_id"=>"4"}
200383
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 5 LIMIT 1
200384
+ SpudMenu Load (0.3ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 4 LIMIT 1
200385
+  (0.1ms) SAVEPOINT active_record_2
200386
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2012-12-21 15:58:06', NULL, 0, 'Menu Item 3', 4, 'SpudMenu', 4, NULL, '2012-12-21 15:58:06', NULL)
200387
+  (0.0ms) RELEASE SAVEPOINT active_record_2
200388
+ Redirected to http://test.host/spud/admin/menus/4/menu_items
200389
+ Completed 302 Found in 13ms (ActiveRecord: 0.0ms)
200390
+  (0.3ms) SELECT COUNT(*) FROM `spud_menu_items` 
200391
+  (0.3ms) ROLLBACK
200392
+  (0.0ms) ROLLBACK
200393
+  (0.1ms) BEGIN
200394
+  (0.1ms) BEGIN
200395
+  (0.1ms) SAVEPOINT active_record_2
200396
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
200397
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
200398
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '9697127130bc2fe661aa810e330abd48e987771fa92ba34f36e66f34307ee43869fa24d5352f3828e2228ee1b98fd2d517a4f0ac80d59a4323d0e5814953a788' LIMIT 1
200399
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'nwgExNmPXUUUhxp0XfOa' LIMIT 1
200400
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:06', 'db9eb4a601ff3f29756a04bb1aaf626597faf123661ddf86d4734412e2c8495a0788ce7326418b6cc40fbf5647b8c19e0650e67db94071a673e0ff038524f1ac', '2012-12-21 15:58:06', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:06', 'testuser', 1, '2pQoCSHRabSiFIW8H0a9', '6WoIQONcDlkrPtQPBUE', '9697127130bc2fe661aa810e330abd48e987771fa92ba34f36e66f34307ee43869fa24d5352f3828e2228ee1b98fd2d517a4f0ac80d59a4323d0e5814953a788', 'nwgExNmPXUUUhxp0XfOa', 1, NULL, '2012-12-21 15:58:06')
200401
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200402
+  (0.1ms) SAVEPOINT active_record_2
200403
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:06', `last_login_ip` = '0.0.0.0', `perishable_token` = '3e8rTk6Odw0ilBbJ545', `updated_at` = '2012-12-21 15:58:06' WHERE `spud_users`.`id` = 6
200404
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200405
+  (0.1ms) SAVEPOINT active_record_2
200406
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu5' AND `spud_menus`.`site_id` = 0) LIMIT 1
200407
+ SQL (0.2ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:06', NULL, 'Menu5', 0, '2012-12-21 15:58:06')
200408
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200409
+  (0.2ms) SELECT COUNT(*) FROM `spud_menu_items`
200410
+ Processing by Spud::Admin::MenuItemsController#create as HTML
200411
+ Parameters: {"spud_menu_item"=>{"name"=>nil, "parent_type"=>"SpudMenu", "parent_id"=>nil}, "menu_id"=>"5"}
200412
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 6 LIMIT 1
200413
+ SpudMenu Load (0.3ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 5 LIMIT 1
200414
+  (0.1ms) SAVEPOINT active_record_2
200415
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
200416
+ Completed 200 OK in 8ms (Views: 0.7ms | ActiveRecord: 0.0ms)
200417
+  (0.2ms) SELECT COUNT(*) FROM `spud_menu_items` 
200418
+  (1.9ms) ROLLBACK
200419
+  (0.0ms) ROLLBACK
200420
+  (0.0ms) BEGIN
200421
+  (0.0ms) BEGIN
200422
+  (0.1ms) SAVEPOINT active_record_2
200423
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
200424
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
200425
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '2e0ab12a3383217ced9e4f47badec9e255b918e00c78e7146adbc35435dfbbe8b1d1abb49ddb6f00993ba0aafd7874dd901c4eb63c5df0c178fa53f35c861c69' LIMIT 1
200426
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'crcnG933W1PJwBJw1sJ' LIMIT 1
200427
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:06', '110b0281de8e8118e378eed4439ae2c3697f16a861ad1501076e20cd7e8c05687204e244125e639867947aa45196c99970176b4935f7060ae39ce2bf35d0b148', '2012-12-21 15:58:06', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:06', 'testuser', 1, 'JQsiE2RHmDKgMLSjemJ4', 'I96RcKRXfGWec8tX5VT', '2e0ab12a3383217ced9e4f47badec9e255b918e00c78e7146adbc35435dfbbe8b1d1abb49ddb6f00993ba0aafd7874dd901c4eb63c5df0c178fa53f35c861c69', 'crcnG933W1PJwBJw1sJ', 1, NULL, '2012-12-21 15:58:06')
200428
+  (0.0ms) RELEASE SAVEPOINT active_record_2
200429
+  (0.2ms) SAVEPOINT active_record_2
200430
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:06', `last_login_ip` = '0.0.0.0', `perishable_token` = 'AvjdzBNFGnjzGG2qCx8w', `updated_at` = '2012-12-21 15:58:06' WHERE `spud_users`.`id` = 7
200431
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200432
+  (0.1ms) SAVEPOINT active_record_2
200433
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu6' AND `spud_menus`.`site_id` = 0) LIMIT 1
200434
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:06', NULL, 'Menu6', 0, '2012-12-21 15:58:06')
200435
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200436
+  (0.0ms) SAVEPOINT active_record_2
200437
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2012-12-21 15:58:06', NULL, 0, 'Menu Item 4', 6, 'SpudMenu', 1, NULL, '2012-12-21 15:58:06', NULL)
200438
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200439
+ Processing by Spud::Admin::MenuItemsController#create as HTML
200440
+ Parameters: {"spud_menu_item"=>{"name"=>"Menu Item 5", "parent_type"=>"SpudMenu", "parent_id"=>nil, "menu_order"=>nil}, "menu_id"=>"6"}
200441
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 7 LIMIT 1
200442
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 6 LIMIT 1
200443
+ SpudMenu Load (0.3ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 6 LIMIT 1
200444
+ SpudMenuItem Load (0.2ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`parent_id` = 6 AND `spud_menu_items`.`parent_type` = 'SpudMenu' ORDER BY menu_order desc LIMIT 1
200445
+  (0.1ms) SAVEPOINT active_record_2
200446
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2012-12-21 15:58:06', NULL, 1, 'Menu Item 5', 6, 'SpudMenu', 6, NULL, '2012-12-21 15:58:06', NULL)
200447
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200448
+ Redirected to http://test.host/spud/admin/menus/6/menu_items
200449
+ Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
200450
+  (0.7ms) ROLLBACK
200451
+  (0.0ms) ROLLBACK
200452
+  (0.0ms) BEGIN
200453
+  (0.0ms) BEGIN
200454
+  (0.1ms) SAVEPOINT active_record_2
200455
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
200456
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
200457
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'd929789e410d5b20873248b3588c454db4d39ff4b492a33fca6cde51dc3f1797d5a83f2124459695a5c44df2e9d5037e4c896834295b5020a57302097cd86c4a' LIMIT 1
200458
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'dmF16S97RuotHsXFSE' LIMIT 1
200459
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:06', 'd117a09ee95771f20f77fe861d8fbaf16c2beae3539b448fd16a494e7d2e3c8e4341c9f01f784d9b7ac3a2142c00dbe2865927d3a74e641e17d4a2c7e98c2d18', '2012-12-21 15:58:06', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:06', 'testuser', 1, '7DAZygSqvNP3fzp89si', 'v4mEKbDkdQtDucfD9LMP', 'd929789e410d5b20873248b3588c454db4d39ff4b492a33fca6cde51dc3f1797d5a83f2124459695a5c44df2e9d5037e4c896834295b5020a57302097cd86c4a', 'dmF16S97RuotHsXFSE', 1, NULL, '2012-12-21 15:58:06')
200460
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200461
+  (0.1ms) SAVEPOINT active_record_2
200462
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:06', `last_login_ip` = '0.0.0.0', `perishable_token` = 'W4QW5qi47fbPiqaxRUA', `updated_at` = '2012-12-21 15:58:06' WHERE `spud_users`.`id` = 8
200463
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200464
+  (0.1ms) SAVEPOINT active_record_2
200465
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu7' AND `spud_menus`.`site_id` = 0) LIMIT 1
200466
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:06', NULL, 'Menu7', 0, '2012-12-21 15:58:06')
200467
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200468
+  (0.1ms) SAVEPOINT active_record_2
200469
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
200470
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page2' LIMIT 1
200471
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page2' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
200472
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page2' AND `spud_pages`.`site_id` = 0) LIMIT 1
200473
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:06', NULL, 'html', NULL, NULL, NULL, 'Page2', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:06', NULL, 'page2', 0, 0)
200474
+  (0.0ms) RELEASE SAVEPOINT active_record_2
200475
+ Processing by Spud::Admin::MenuItemsController#create as HTML
200476
+ Parameters: {"spud_menu_item"=>{"name"=>nil, "parent_type"=>"SpudMenu", "parent_id"=>"1", "spud_page_id"=>"11"}, "menu_id"=>"7"}
200477
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 8 LIMIT 1
200478
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 7 LIMIT 1
200479
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 11 LIMIT 1
200480
+  (0.1ms) SAVEPOINT active_record_2
200481
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2012-12-21 15:58:06', NULL, 0, 'Page2', 1, 'SpudMenuItem', 7, 11, '2012-12-21 15:58:06', NULL)
200482
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200483
+ Redirected to http://test.host/spud/admin/menus/7/menu_items
200484
+ Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
200485
+  (0.5ms) ROLLBACK
200486
+  (0.0ms) ROLLBACK
200487
+  (0.0ms) BEGIN
200488
+  (0.0ms) BEGIN
200489
+  (0.2ms) SAVEPOINT active_record_2
200490
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
200491
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
200492
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '708a7b3ace4c8d5125d5328ac1db5657dbd8e6c11fe0220621b14f2e7c26919869c4e91c79022a426acdbe0f7c1b9a29ea67ec870fd4050cd844ca05743f037c' LIMIT 1
200493
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'g2OekU9XNfgo9OS1Dl5M' LIMIT 1
200494
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:06', '7588ae247ff2c192a6a72e7ed89ce3328fdd4e120e1401d870ab038f72242e0b2c52b4c21754db5e2929b397e34b964bfd40b89092c7a4c2f60b03695ab58c6f', '2012-12-21 15:58:06', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:06', 'testuser', 1, 'GSnnsQbvqJ755gsqfDI', 'zbflGR603mXttlBEm6vt', '708a7b3ace4c8d5125d5328ac1db5657dbd8e6c11fe0220621b14f2e7c26919869c4e91c79022a426acdbe0f7c1b9a29ea67ec870fd4050cd844ca05743f037c', 'g2OekU9XNfgo9OS1Dl5M', 1, NULL, '2012-12-21 15:58:06')
200495
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200496
+  (0.1ms) SAVEPOINT active_record_2
200497
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:06', `last_login_ip` = '0.0.0.0', `perishable_token` = 'Aw6uGfg18pJGkUi73pjX', `updated_at` = '2012-12-21 15:58:06' WHERE `spud_users`.`id` = 9
200498
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200499
+  (0.1ms) SAVEPOINT active_record_2
200500
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu8' AND `spud_menus`.`site_id` = 0) LIMIT 1
200501
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:06', NULL, 'Menu8', 0, '2012-12-21 15:58:06')
200502
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200503
+  (0.0ms) SAVEPOINT active_record_2
200504
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2012-12-21 15:58:06', NULL, 0, 'Menu Item 6', 8, 'SpudMenu', 1, NULL, '2012-12-21 15:58:06', NULL)
200505
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200506
+ Processing by Spud::Admin::MenuItemsController#create as HTML
200507
+ Parameters: {"spud_menu_item"=>{"name"=>"Menu Item 7", "parent_type"=>"SpudMenu", "parent_id"=>"7"}, "menu_id"=>"8"}
200508
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 9 LIMIT 1
200509
+ SpudMenu Load (0.3ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 8 LIMIT 1
200510
+  (0.1ms) SAVEPOINT active_record_2
200511
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2012-12-21 15:58:06', NULL, 0, 'Menu Item 7', 7, 'SpudMenuItem', 8, NULL, '2012-12-21 15:58:06', NULL)
200512
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200513
+ Redirected to http://test.host/spud/admin/menus/8/menu_items
200514
+ Completed 302 Found in 6ms (ActiveRecord: 0.0ms)
200515
+ SpudMenuItem Load (0.2ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 7 LIMIT 1
200516
+  (1.0ms) ROLLBACK
200517
+  (0.0ms) ROLLBACK
200518
+  (0.0ms) BEGIN
200519
+  (0.1ms) BEGIN
200520
+  (0.1ms) SAVEPOINT active_record_2
200521
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
200522
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
200523
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '8cd6e8892b15f09da9cb072d7dc6d4cd248dbbb5a2ef17b7d8f96a95fad200ed2f5b5601843cebf78749f0df5a7e415c8826209f134d5c0800b322aeeccec621' LIMIT 1
200524
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'xiamtzdSDlswNb8WLl6' LIMIT 1
200525
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:06', 'aeab72a4e053d0b14e58f111b7963cacd9b6bb90868f6f8a7aaa675e104041d96a6fc65eca5e4300ec07455a1b41aba7615564f8be25e8697fbf02158982d533', '2012-12-21 15:58:06', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:06', 'testuser', 1, 'FACgigHrWc4iVIZQ1pR', '043xBVe0KCi9VInCZaM', '8cd6e8892b15f09da9cb072d7dc6d4cd248dbbb5a2ef17b7d8f96a95fad200ed2f5b5601843cebf78749f0df5a7e415c8826209f134d5c0800b322aeeccec621', 'xiamtzdSDlswNb8WLl6', 1, NULL, '2012-12-21 15:58:06')
200526
+  (0.0ms) RELEASE SAVEPOINT active_record_2
200527
+  (0.1ms) SAVEPOINT active_record_2
200528
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:06', `last_login_ip` = '0.0.0.0', `perishable_token` = '0Cn0TBPBxmbump10lMeG', `updated_at` = '2012-12-21 15:58:06' WHERE `spud_users`.`id` = 10
200529
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200530
+  (0.0ms) SAVEPOINT active_record_2
200531
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu9' AND `spud_menus`.`site_id` = 0) LIMIT 1
200532
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:06', NULL, 'Menu9', 0, '2012-12-21 15:58:06')
200533
+  (0.0ms) RELEASE SAVEPOINT active_record_2
200534
+  (0.0ms) SAVEPOINT active_record_2
200535
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2012-12-21 15:58:06', NULL, 0, 'Menu Item 8', 1, 'SpudMenu', 1, NULL, '2012-12-21 15:58:06', NULL)
200536
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200537
+  (0.1ms) SAVEPOINT active_record_2
200538
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2012-12-21 15:58:06', NULL, 0, 'Menu Item 9', 1, 'SpudMenu', 1, NULL, '2012-12-21 15:58:06', NULL)
200539
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200540
+ Processing by Spud::Admin::MenuItemsController#edit as HTML
200541
+ Parameters: {"menu_id"=>"9", "id"=>"10"}
200542
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 10 LIMIT 1
200543
+ SpudMenu Load (0.3ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 9 LIMIT 1
200544
+ SpudMenuItem Load (0.2ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 10 LIMIT 1
200545
+ Completed 200 OK in 43ms (Views: 37.2ms | ActiveRecord: 0.8ms)
200546
+  (0.7ms) ROLLBACK
200547
+  (0.0ms) ROLLBACK
200548
+  (0.0ms) BEGIN
200549
+  (0.0ms) BEGIN
200550
+  (0.1ms) SAVEPOINT active_record_2
200551
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
200552
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
200553
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'ffc07f6e171a4c9aa33655c7c571fb728682b01ae67c57cf17f17e4c2474de32fc28fc296799f35d710cd983bd57a7cdcd08a83c72c613d262a4da4b96ef3cb3' LIMIT 1
200554
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'z5z89YaTGdFWjsvpW4Yk' LIMIT 1
200555
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:06', 'c60de54ec37e109a231c3538cda9cac1625ae85e1ac7ab702f51e8bef088f119aabc57488f9e99b9b8c546ac4af448266ca3c2c58000556bf3f6aabf600c5874', '2012-12-21 15:58:06', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:06', 'testuser', 1, 'qrZRg7G717RJqu4bAvKU', '4oKvs8No2Nkz0nQ9aToT', 'ffc07f6e171a4c9aa33655c7c571fb728682b01ae67c57cf17f17e4c2474de32fc28fc296799f35d710cd983bd57a7cdcd08a83c72c613d262a4da4b96ef3cb3', 'z5z89YaTGdFWjsvpW4Yk', 1, NULL, '2012-12-21 15:58:06')
200556
+  (0.2ms) RELEASE SAVEPOINT active_record_2
200557
+  (0.2ms) SAVEPOINT active_record_2
200558
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:06', `last_login_ip` = '0.0.0.0', `perishable_token` = 'EjRMPpcHqFYTZOtGBOD', `updated_at` = '2012-12-21 15:58:06' WHERE `spud_users`.`id` = 11
200559
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200560
+  (0.0ms) SAVEPOINT active_record_2
200561
+ SpudMenu Exists (0.1ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu10' AND `spud_menus`.`site_id` = 0) LIMIT 1
200562
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:06', NULL, 'Menu10', 0, '2012-12-21 15:58:06')
200563
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200564
+ Processing by Spud::Admin::MenuItemsController#edit as HTML
200565
+ Parameters: {"menu_id"=>"10", "id"=>"345"}
200566
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 11 LIMIT 1
200567
+ SpudMenu Load (0.3ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 10 LIMIT 1
200568
+ SpudMenuItem Load (0.1ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 345 LIMIT 1
200569
+ Redirected to http://test.host/spud/admin/menus/10/menu_items
200570
+ Filter chain halted as :load_menu_item rendered or redirected
200571
+ Completed 302 Found in 4ms (ActiveRecord: 0.7ms)
200572
+  (0.5ms) ROLLBACK
200573
+  (0.1ms) ROLLBACK
200574
+  (0.0ms) BEGIN
200575
+  (0.0ms) BEGIN
200576
+  (0.2ms) SAVEPOINT active_record_2
200577
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
200578
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
200579
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '37e9488365103c2303c1b99206754fc70cd8498def4da0f0b45b49c8008b9efabba75feaa8e75da435adc7ac8a2b77127929c235ac29f006934a21bcabefe086' LIMIT 1
200580
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'KOA2lIDWqFcKexAwj6sl' LIMIT 1
200581
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:06', '9beb845198c1ff2e2499941efbd64f4a97ca2f1ccdf8c15a6ad8a5fcbd1340679b527d9f98a100bffcc4f43baa7700b4ba0abeebfae175d68c599a9782e6666d', '2012-12-21 15:58:06', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:06', 'testuser', 1, 'niivAw7bRirIddsOS', 'Te0Abe4as4p6spaG4BrV', '37e9488365103c2303c1b99206754fc70cd8498def4da0f0b45b49c8008b9efabba75feaa8e75da435adc7ac8a2b77127929c235ac29f006934a21bcabefe086', 'KOA2lIDWqFcKexAwj6sl', 1, NULL, '2012-12-21 15:58:06')
200582
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200583
+  (0.0ms) SAVEPOINT active_record_2
200584
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:06', `last_login_ip` = '0.0.0.0', `perishable_token` = '8z9fmN68iXbC3VFuXQq', `updated_at` = '2012-12-21 15:58:06' WHERE `spud_users`.`id` = 12
200585
+  (0.0ms) RELEASE SAVEPOINT active_record_2
200586
+  (0.0ms) SAVEPOINT active_record_2
200587
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu11' AND `spud_menus`.`site_id` = 0) LIMIT 1
200588
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:06', NULL, 'Menu11', 0, '2012-12-21 15:58:06')
200589
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200590
+  (0.0ms) SAVEPOINT active_record_2
200591
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2012-12-21 15:58:06', NULL, 0, 'Menu Item 10', 1, 'SpudMenu', 1, NULL, '2012-12-21 15:58:06', NULL)
200592
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200593
+ Processing by Spud::Admin::MenuItemsController#update as HTML
200594
+ Parameters: {"spud_menu_item"=>{"parent_type"=>"SpudMenu", "parent_id"=>nil, "item_type"=>nil, "spud_page_id"=>nil, "menu_order"=>"0", "url"=>nil, "name"=>"MyMenu", "classes"=>nil}, "menu_id"=>"11", "id"=>"11"}
200595
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 12 LIMIT 1
200596
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 11 LIMIT 1
200597
+ SpudMenuItem Load (0.1ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 11 LIMIT 1
200598
+  (0.1ms) SAVEPOINT active_record_2
200599
+  (0.4ms) UPDATE `spud_menu_items` SET `parent_id` = 11, `name` = 'MyMenu', `spud_menu_id` = 11, `updated_at` = '2012-12-21 15:58:06' WHERE `spud_menu_items`.`id` = 11
200600
+  (0.2ms) RELEASE SAVEPOINT active_record_2
200601
+ Redirected to http://test.host/spud/admin/menus/11/menu_items
200602
+ Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
200603
+ SpudMenuItem Load (0.3ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 11 LIMIT 1
200604
+  (3.1ms) ROLLBACK
200605
+  (0.1ms) ROLLBACK
200606
+  (0.1ms) BEGIN
200607
+  (0.0ms) BEGIN
200608
+  (0.1ms) SAVEPOINT active_record_2
200609
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
200610
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
200611
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '5298521abd8f3babe7c17bb59def551a57ee4a320b5122281acc779c602f02b456d488c0adb5530a0db48d0d65db941601647fd03dfe234743c07645d4e73f74' LIMIT 1
200612
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'euO03IT2QqcDCFv5MxmI' LIMIT 1
200613
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:06', '33df659866e30c88784b5a85947bba28aeb5785ba515f8cd320f3d040f59f748997b029c9c2847b07ecde46ae6c3a0d5303b9484ee3e506f0bb8e2cb73271b16', '2012-12-21 15:58:06', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:06', 'testuser', 1, 'Ws97BleJ5lWe6UiVo7LJ', 'PsyN2Sap7IFI0rBGLr', '5298521abd8f3babe7c17bb59def551a57ee4a320b5122281acc779c602f02b456d488c0adb5530a0db48d0d65db941601647fd03dfe234743c07645d4e73f74', 'euO03IT2QqcDCFv5MxmI', 1, NULL, '2012-12-21 15:58:06')
200614
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200615
+  (0.2ms) SAVEPOINT active_record_2
200616
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:06', `last_login_ip` = '0.0.0.0', `perishable_token` = '3iowMbDLKQ3X1W4eyQsf', `updated_at` = '2012-12-21 15:58:06' WHERE `spud_users`.`id` = 13
200617
+  (0.0ms) RELEASE SAVEPOINT active_record_2
200618
+  (0.0ms) SAVEPOINT active_record_2
200619
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu12' AND `spud_menus`.`site_id` = 0) LIMIT 1
200620
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:06', NULL, 'Menu12', 0, '2012-12-21 15:58:06')
200621
+  (0.0ms) RELEASE SAVEPOINT active_record_2
200622
+  (0.0ms) SAVEPOINT active_record_2
200623
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2012-12-21 15:58:06', NULL, 0, 'Menu Item 11', 1, 'SpudMenu', 1, NULL, '2012-12-21 15:58:06', NULL)
200624
+  (0.0ms) RELEASE SAVEPOINT active_record_2
200625
+  (0.0ms) SAVEPOINT active_record_2
200626
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2012-12-21 15:58:06', NULL, 0, 'Menu Item 12', 1, 'SpudMenu', 1, NULL, '2012-12-21 15:58:06', NULL)
200627
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200628
+ SpudMenu Load (0.1ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 1 LIMIT 1
200629
+ Processing by Spud::Admin::MenuItemsController#update as HTML
200630
+ Parameters: {"spud_menu_item"=>{"parent_type"=>"SpudMenu", "parent_id"=>"12", "item_type"=>nil, "spud_page_id"=>nil, "menu_order"=>"0", "url"=>nil, "name"=>"Menu Item 12", "classes"=>nil}, "menu_id"=>"12", "id"=>"13"}
200631
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 13 LIMIT 1
200632
+ SpudMenu Load (0.3ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 12 LIMIT 1
200633
+ SpudMenuItem Load (0.2ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 13 LIMIT 1
200634
+  (0.1ms) SAVEPOINT active_record_2
200635
+  (0.2ms) UPDATE `spud_menu_items` SET `parent_type` = 'SpudMenuItem', `parent_id` = 12, `spud_menu_id` = 12, `updated_at` = '2012-12-21 15:58:06' WHERE `spud_menu_items`.`id` = 13
200636
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200637
+ Redirected to http://test.host/spud/admin/menus/12/menu_items
200638
+ Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
200639
+ SpudMenuItem Load (0.3ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 13 LIMIT 1
200640
+ SpudMenuItem Load (0.2ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 12 LIMIT 1
200641
+  (0.7ms) ROLLBACK
200642
+  (0.0ms) ROLLBACK
200643
+  (0.1ms) BEGIN
200644
+  (0.0ms) BEGIN
200645
+  (0.1ms) SAVEPOINT active_record_2
200646
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
200647
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
200648
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '247a3824e500ae0394c2ae95f51d1d05be3a8179946b1a13464f16d324ec408ac9716c043e66458f4a4df3baa5b8709ebd55bdd537cd093ab2c0af8b748c2a07' LIMIT 1
200649
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'gi7GO4sNu45WITCOIspY' LIMIT 1
200650
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:06', '99b01c48c3b4998240ce511b042d66a2ec0dda8e51bfcb461906a2676bbb712a04cbc9bfbeee6cec6ab45b59da316498317f357773b18275894411e6e67b15fc', '2012-12-21 15:58:06', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:06', 'testuser', 1, '3stUpxVZxfq7w4tQFMK', 'w7JrQntJBs4lWjGHQO51', '247a3824e500ae0394c2ae95f51d1d05be3a8179946b1a13464f16d324ec408ac9716c043e66458f4a4df3baa5b8709ebd55bdd537cd093ab2c0af8b748c2a07', 'gi7GO4sNu45WITCOIspY', 1, NULL, '2012-12-21 15:58:06')
200651
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200652
+  (0.2ms) SAVEPOINT active_record_2
200653
+  (1.0ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:06', `last_login_ip` = '0.0.0.0', `perishable_token` = 'Miujzv9aPeTqHb7TNXi', `updated_at` = '2012-12-21 15:58:06' WHERE `spud_users`.`id` = 14
200654
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200655
+  (0.1ms) SAVEPOINT active_record_2
200656
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu13' AND `spud_menus`.`site_id` = 0) LIMIT 1
200657
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:06', NULL, 'Menu13', 0, '2012-12-21 15:58:06')
200658
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200659
+  (0.0ms) SAVEPOINT active_record_2
200660
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2012-12-21 15:58:06', NULL, 0, 'Menu Item 13', 13, 'SpudMenu', 1, NULL, '2012-12-21 15:58:06', NULL)
200661
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200662
+  (0.2ms) SELECT COUNT(*) FROM `spud_menu_items`
200663
+ Processing by Spud::Admin::MenuItemsController#destroy as HTML
200664
+ Parameters: {"menu_id"=>"13", "id"=>"14"}
200665
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 14 LIMIT 1
200666
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 13 LIMIT 1
200667
+ SpudMenuItem Load (0.2ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 14 LIMIT 1
200668
+  (0.1ms) SAVEPOINT active_record_2
200669
+ SpudMenuItem Load (0.3ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`parent_id` = 14 AND `spud_menu_items`.`parent_type` = 'SpudMenuItem'
200670
+ SQL (0.2ms) DELETE FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 14
200671
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200672
+ Redirected to http://test.host/spud/admin/menus/13/menu_items
200673
+ Completed 302 Found in 11ms (ActiveRecord: 0.0ms)
200674
+  (0.2ms) SELECT COUNT(*) FROM `spud_menu_items`
200675
+  (0.8ms) ROLLBACK
200676
+  (0.1ms) ROLLBACK
200677
+  (0.1ms) BEGIN
200678
+  (0.0ms) BEGIN
200679
+  (0.1ms) SAVEPOINT active_record_2
200680
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
200681
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
200682
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '9904bc501987af0c7abeb58e6954760a48c4784814541f30f27d15545fc405c88dc57c587c728da49d67074b6bae38dc6e6a12eba458fbd7d4a3ee6cd883deea' LIMIT 1
200683
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'ZwOqgdXQQOfTSjwjaUG' LIMIT 1
200684
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:06', '6317881fb7997b2ecabba0b84802781a3c440772a88f6f90a3342c4fd9b45461c289d07041d1130dc1ecefed32cfcca38d461f875cf1778616a0d157a82625dc', '2012-12-21 15:58:06', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:06', 'testuser', 1, 'WJKl3YhCexxA2CJKmgb6', '6D4gkG8R9fsLaeZ9i827', '9904bc501987af0c7abeb58e6954760a48c4784814541f30f27d15545fc405c88dc57c587c728da49d67074b6bae38dc6e6a12eba458fbd7d4a3ee6cd883deea', 'ZwOqgdXQQOfTSjwjaUG', 1, NULL, '2012-12-21 15:58:06')
200685
+  (0.2ms) RELEASE SAVEPOINT active_record_2
200686
+  (0.2ms) SAVEPOINT active_record_2
200687
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:06', `last_login_ip` = '0.0.0.0', `perishable_token` = 'isBKYYqdDyPhSep5Yws', `updated_at` = '2012-12-21 15:58:06' WHERE `spud_users`.`id` = 15
200688
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200689
+  (0.1ms) SAVEPOINT active_record_2
200690
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu14' AND `spud_menus`.`site_id` = 0) LIMIT 1
200691
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:06', NULL, 'Menu14', 0, '2012-12-21 15:58:06')
200692
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200693
+  (0.1ms) SAVEPOINT active_record_2
200694
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2012-12-21 15:58:06', NULL, 0, 'Menu Item 14', 1, 'SpudMenu', 1, NULL, '2012-12-21 15:58:06', NULL)
200695
+  (0.0ms) RELEASE SAVEPOINT active_record_2
200696
+ Processing by Spud::Admin::MenuItemsController#edit as HTML
200697
+ Parameters: {"id"=>"15", "menu_id"=>"14"}
200698
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 15 LIMIT 1
200699
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 14 LIMIT 1
200700
+ Redirected to http://test.host/spud/admin/menus
200701
+ Filter chain halted as :load_menu rendered or redirected
200702
+ Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
200703
+  (1.0ms) ROLLBACK
200704
+  (0.1ms) ROLLBACK
200705
+  (0.0ms) BEGIN
200706
+  (0.0ms) BEGIN
200707
+  (0.1ms) SAVEPOINT active_record_2
200708
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
200709
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
200710
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '659d95b87986a6738e398318db116d9fbafa0ec20829346f859efa58581bbd6d999ea2553b7143c435a9eae1c52e48d66c32adfc6576d5582d8dd091e0504845' LIMIT 1
200711
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'M0X0cfSSBDTXhD9X2DV' LIMIT 1
200712
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:06', 'f172f29c198d12dc77838f1acc6be14b6a55ff3136f2bfe885feb9105411f4d9dda3227c109b43c8e984ee2d8bb8b751f234ff6b078f39ff573cff2407604680', '2012-12-21 15:58:06', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:06', 'testuser', 1, '9YJofj5O5LKXcyEbu74', 'PQwmkSG0lgD0fFUOL3Kn', '659d95b87986a6738e398318db116d9fbafa0ec20829346f859efa58581bbd6d999ea2553b7143c435a9eae1c52e48d66c32adfc6576d5582d8dd091e0504845', 'M0X0cfSSBDTXhD9X2DV', 1, NULL, '2012-12-21 15:58:06')
200713
+  (0.2ms) RELEASE SAVEPOINT active_record_2
200714
+  (0.1ms) SAVEPOINT active_record_2
200715
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:06', `last_login_ip` = '0.0.0.0', `perishable_token` = 'QuqIYk63yOoNBTHvyhZ', `updated_at` = '2012-12-21 15:58:06' WHERE `spud_users`.`id` = 16
200716
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200717
+  (0.0ms) SAVEPOINT active_record_2
200718
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu15' AND `spud_menus`.`site_id` = 0) LIMIT 1
200719
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:06', NULL, 'Menu15', 0, '2012-12-21 15:58:06')
200720
+  (0.0ms) RELEASE SAVEPOINT active_record_2
200721
+  (0.0ms) SAVEPOINT active_record_2
200722
+ SpudMenu Exists (0.4ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu16' AND `spud_menus`.`site_id` = 0) LIMIT 1
200723
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:06', NULL, 'Menu16', 0, '2012-12-21 15:58:06')
200724
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200725
+ Processing by Spud::Admin::MenusController#index as HTML
200726
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 16 LIMIT 1
200727
+ Completed 200 OK in 5ms (Views: 1.5ms | ActiveRecord: 0.3ms)
200728
+  (0.2ms) SELECT COUNT(*) FROM `spud_menus` WHERE `spud_menus`.`site_id` = 0
200729
+  (0.3ms) ROLLBACK
200730
+  (0.0ms) ROLLBACK
200731
+  (0.0ms) BEGIN
200732
+  (0.1ms) BEGIN
200733
+  (0.2ms) SAVEPOINT active_record_2
200734
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
200735
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
200736
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'd189d36cc3b34da4520d483a1896ee41c25c6955b26fce2a22fa307e45bb93d6108c5845c04ca40434bdbac03a63d2b2f60a81887fc4e258ccb1080bd3b1ae7b' LIMIT 1
200737
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'yPoKMfVDyeLIPlqAcr2' LIMIT 1
200738
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:06', 'fecce68fdf99c931c68628372ed47c07b0e28e317e41cb59942208c64e81d6ad94f14389adf88f1e90f517915754e305db50ec3cc5ddae9c5cab6ef8b159e912', '2012-12-21 15:58:06', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:06', 'testuser', 1, 'BsmSB3tckY91Anrv7fiR', 'D80qicgHCscL2GbqMym', 'd189d36cc3b34da4520d483a1896ee41c25c6955b26fce2a22fa307e45bb93d6108c5845c04ca40434bdbac03a63d2b2f60a81887fc4e258ccb1080bd3b1ae7b', 'yPoKMfVDyeLIPlqAcr2', 1, NULL, '2012-12-21 15:58:06')
200739
+  (0.0ms) RELEASE SAVEPOINT active_record_2
200740
+  (0.1ms) SAVEPOINT active_record_2
200741
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:06', `last_login_ip` = '0.0.0.0', `perishable_token` = 'miCyo0bSK7W8tUT83Qq', `updated_at` = '2012-12-21 15:58:06' WHERE `spud_users`.`id` = 17
200742
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200743
+ Processing by Spud::Admin::MenusController#new as HTML
200744
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 17 LIMIT 1
200745
+ Completed 200 OK in 5ms (Views: 1.3ms | ActiveRecord: 0.3ms)
200746
+  (0.8ms) ROLLBACK
200747
+  (0.1ms) ROLLBACK
200748
+  (0.0ms) BEGIN
200749
+  (0.0ms) BEGIN
200750
+  (0.2ms) SAVEPOINT active_record_2
200751
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
200752
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
200753
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'd0dc88822b5fe6ec2113e5d4d8dc43967b63608e806827e8b18c5a13126c4dd647778d30a70d94b89bc4ec436ac9158a8ce86a403e027f556184b5e6ef2b5a13' LIMIT 1
200754
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'H5TCSElzlBnW5Im0qXC' LIMIT 1
200755
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:06', '535a956c18266224493ba45b43accf73c779465f8ab042694e6fcb387c3c3afd8574e0d5f959994547fc0465547c8e3013d0f8eccb62539fe709c9d31455bd00', '2012-12-21 15:58:06', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:06', 'testuser', 1, 'WaAyYukpJVfHOW2eWyEa', 'TOvffwaiPCd3hRb6t50s', 'd0dc88822b5fe6ec2113e5d4d8dc43967b63608e806827e8b18c5a13126c4dd647778d30a70d94b89bc4ec436ac9158a8ce86a403e027f556184b5e6ef2b5a13', 'H5TCSElzlBnW5Im0qXC', 1, NULL, '2012-12-21 15:58:06')
200756
+  (0.2ms) RELEASE SAVEPOINT active_record_2
200757
+  (0.1ms) SAVEPOINT active_record_2
200758
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:06', `last_login_ip` = '0.0.0.0', `perishable_token` = 'NdjUVuURMqXIJhXvUK', `updated_at` = '2012-12-21 15:58:06' WHERE `spud_users`.`id` = 18
200759
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200760
+  (0.1ms) SELECT COUNT(*) FROM `spud_menus` 
200761
+ Processing by Spud::Admin::MenusController#create as HTML
200762
+ Parameters: {"spud_menu"=>{"name"=>"Menu17"}}
200763
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 18 LIMIT 1
200764
+  (0.2ms) SAVEPOINT active_record_2
200765
+ SpudMenu Exists (0.3ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu17' AND `spud_menus`.`site_id` = 0) LIMIT 1
200766
+ SQL (0.2ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:06', NULL, 'Menu17', 0, '2012-12-21 15:58:06')
200767
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200768
+ Redirected to http://test.host/spud/admin/menus/17/menu_items
200769
+ Completed 302 Found in 8ms (ActiveRecord: 0.0ms)
200770
+  (0.3ms) SELECT COUNT(*) FROM `spud_menus` 
200771
+  (0.5ms) ROLLBACK
200772
+  (0.0ms) ROLLBACK
200773
+  (0.0ms) BEGIN
200774
+  (0.0ms) BEGIN
200775
+  (0.2ms) SAVEPOINT active_record_2
200776
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
200777
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
200778
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '8ca39984bb8a9caec69001f5ab02b02dc434c1925b473a83fe5e0b162241edf1a6436f389df89b06a567662d9eb5d5ab39b8a55fd7a409a7ce077709325b4139' LIMIT 1
200779
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'IWOeIWBnb9KIMDLFcksg' LIMIT 1
200780
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:06', '188a167d125fb0acc547ef77cada73da7a7e645e7d4bad05766fc9484a29f04b4f9845ed44ba1920dc6dbfe77d605557392818176baf28a4dbe22e48e5243e39', '2012-12-21 15:58:06', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:06', 'testuser', 1, 'w7DErcvFUJCG4NCDTC2W', 'SnviX5r0ykmw3WcC98', '8ca39984bb8a9caec69001f5ab02b02dc434c1925b473a83fe5e0b162241edf1a6436f389df89b06a567662d9eb5d5ab39b8a55fd7a409a7ce077709325b4139', 'IWOeIWBnb9KIMDLFcksg', 1, NULL, '2012-12-21 15:58:06')
200781
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200782
+  (0.1ms) SAVEPOINT active_record_2
200783
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:06', `last_login_ip` = '0.0.0.0', `perishable_token` = 'xitDYgBWFrN6101Jw', `updated_at` = '2012-12-21 15:58:06' WHERE `spud_users`.`id` = 19
200784
+  (0.0ms) RELEASE SAVEPOINT active_record_2
200785
+  (0.1ms) SELECT COUNT(*) FROM `spud_menus`
200786
+ Processing by Spud::Admin::MenusController#create as HTML
200787
+ Parameters: {"spud_menu"=>{"name"=>nil}}
200788
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 19 LIMIT 1
200789
+  (0.2ms) SAVEPOINT active_record_2
200790
+ SpudMenu Exists (0.3ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` IS NULL AND `spud_menus`.`site_id` = 0) LIMIT 1
200791
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_2
200792
+ Completed 200 OK in 8ms (Views: 0.7ms | ActiveRecord: 0.0ms)
200793
+  (0.1ms) SELECT COUNT(*) FROM `spud_menus` 
200794
+  (1.0ms) ROLLBACK
200795
+  (0.1ms) ROLLBACK
200796
+  (0.1ms) BEGIN
200797
+  (0.0ms) BEGIN
200798
+  (0.2ms) SAVEPOINT active_record_2
200799
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
200800
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
200801
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '2df880134bdb1da7d9bef2dfc5b748a8528f141130d51f42509ee6a28f44c7a3c882be5b87b5cef8d7a44e593711afda3531a0622f604d725bce8f2412995132' LIMIT 1
200802
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'z5W2FEl1wVjiwgSEFLy7' LIMIT 1
200803
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:06', '8e590e833492a9713b064bfebe307172b96ef4e4c111288df362a58208cbc2bbdbb67833499ab514645ea1f4c33adda3c166f10aac6c721e2ddfbd8ceaf7b4bc', '2012-12-21 15:58:06', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:06', 'testuser', 1, 'l98XtOUAyQVjChyTfP5L', '5olIxzVxGU182d010QT3', '2df880134bdb1da7d9bef2dfc5b748a8528f141130d51f42509ee6a28f44c7a3c882be5b87b5cef8d7a44e593711afda3531a0622f604d725bce8f2412995132', 'z5W2FEl1wVjiwgSEFLy7', 1, NULL, '2012-12-21 15:58:06')
200804
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200805
+  (0.1ms) SAVEPOINT active_record_2
200806
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:06', `last_login_ip` = '0.0.0.0', `perishable_token` = 'Zfh1QpazvrsMu3IAIlrT', `updated_at` = '2012-12-21 15:58:06' WHERE `spud_users`.`id` = 20
200807
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200808
+  (0.0ms) SAVEPOINT active_record_2
200809
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu18' AND `spud_menus`.`site_id` = 1) LIMIT 1
200810
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:06', NULL, 'Menu18', 1, '2012-12-21 15:58:06')
200811
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200812
+ Processing by Spud::Admin::MenusController#edit as HTML
200813
+ Parameters: {"id"=>"18"}
200814
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 20 LIMIT 1
200815
+ SpudMenu Load (0.3ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 18 LIMIT 1
200816
+ Redirected to http://test.host/spud/admin/menus
200817
+ Filter chain halted as :load_menu rendered or redirected
200818
+ Completed 302 Found in 5ms (ActiveRecord: 0.6ms)
200819
+  (0.5ms) ROLLBACK
200820
+  (0.1ms) ROLLBACK
200821
+  (0.2ms) BEGIN
200822
+  (0.1ms) BEGIN
200823
+  (0.1ms) SAVEPOINT active_record_2
200824
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
200825
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
200826
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '098b9decf0e27030e1d723718f81ca37ade7e20c8d4c8c3a378bbf471193a866694725e262aaf32a05795d49575363fab1ee1f0388501badc1f01e847b73a542' LIMIT 1
200827
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'bcb8J1cMFua38rgF8K1' LIMIT 1
200828
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:06', '75c0a5dbd9d55ba6eb89c38734a10cac060e3c9f75cb1c427900a1d8c3922b44799dfe812c72cff1cc3232aa9199dad7f42d7548295d9b01b7d3d8c295e3c2f2', '2012-12-21 15:58:06', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:06', 'testuser', 1, 'wVKvhpkCPeXJ0mQ9WU0V', 'byhnbgAXppFzSp0i0', '098b9decf0e27030e1d723718f81ca37ade7e20c8d4c8c3a378bbf471193a866694725e262aaf32a05795d49575363fab1ee1f0388501badc1f01e847b73a542', 'bcb8J1cMFua38rgF8K1', 1, NULL, '2012-12-21 15:58:06')
200829
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200830
+  (0.1ms) SAVEPOINT active_record_2
200831
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:06', `last_login_ip` = '0.0.0.0', `perishable_token` = 'Wy96fcQq013roDKJFV', `updated_at` = '2012-12-21 15:58:06' WHERE `spud_users`.`id` = 21
200832
+  (0.0ms) RELEASE SAVEPOINT active_record_2
200833
+  (0.0ms) SAVEPOINT active_record_2
200834
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu19' AND `spud_menus`.`site_id` = 0) LIMIT 1
200835
+ SQL (0.2ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:06', NULL, 'Menu19', 0, '2012-12-21 15:58:06')
200836
+  (0.2ms) RELEASE SAVEPOINT active_record_2
200837
+  (0.0ms) SAVEPOINT active_record_2
200838
+ SpudMenu Exists (0.3ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu20' AND `spud_menus`.`site_id` = 0) LIMIT 1
200839
+ SQL (0.2ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:06', NULL, 'Menu20', 0, '2012-12-21 15:58:06')
200840
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200841
+ Processing by Spud::Admin::MenusController#edit as HTML
200842
+ Parameters: {"id"=>"20"}
200843
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 21 LIMIT 1
200844
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 20 LIMIT 1
200845
+ Completed 200 OK in 5ms (Views: 1.3ms | ActiveRecord: 0.5ms)
200846
+  (0.7ms) ROLLBACK
200847
+  (0.1ms) ROLLBACK
200848
+  (0.1ms) BEGIN
200849
+  (0.0ms) BEGIN
200850
+  (0.0ms) SAVEPOINT active_record_2
200851
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
200852
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
200853
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '30c76c8e76174dcf4be913ea6f889a53b5f9b0e272f063305ef12a901e667646fd397c751dd0e1363b77569907bf31ecb9485d83129610bb51f5e964680c88a6' LIMIT 1
200854
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'gFkqZTmncDA4avkgpbQ' LIMIT 1
200855
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:06', 'a0ce3e3eda4b78107d1af673472c77dd17ddfbfc1e7ea7b8f21cb85632d6cb8ff2730724c6a38d7edad842e10940fea085ac328d92f104a9f9292cb347d21d73', '2012-12-21 15:58:06', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:06', 'testuser', 1, 'TCas7PGDGdj2BOqGYg2R', 'mciwFl8D017Eb1t4Rxz9', '30c76c8e76174dcf4be913ea6f889a53b5f9b0e272f063305ef12a901e667646fd397c751dd0e1363b77569907bf31ecb9485d83129610bb51f5e964680c88a6', 'gFkqZTmncDA4avkgpbQ', 1, NULL, '2012-12-21 15:58:06')
200856
+  (0.0ms) RELEASE SAVEPOINT active_record_2
200857
+  (0.2ms) SAVEPOINT active_record_2
200858
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:06', `last_login_ip` = '0.0.0.0', `perishable_token` = '9FtzGO1kkRP7CGoG1EiW', `updated_at` = '2012-12-21 15:58:06' WHERE `spud_users`.`id` = 22
200859
+  (0.0ms) RELEASE SAVEPOINT active_record_2
200860
+ Processing by Spud::Admin::MenusController#edit as HTML
200861
+ Parameters: {"id"=>"3"}
200862
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 22 LIMIT 1
200863
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 3 LIMIT 1
200864
+ Redirected to http://test.host/spud/admin/menus
200865
+ Filter chain halted as :load_menu rendered or redirected
200866
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
200867
+  (0.5ms) ROLLBACK
200868
+  (0.1ms) ROLLBACK
200869
+  (0.0ms) BEGIN
200870
+  (0.0ms) BEGIN
200871
+  (0.1ms) SAVEPOINT active_record_2
200872
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
200873
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
200874
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '79ab3dcd3d209d444bc5d8a9898cdc01569a5efb88b242871e82e519ed4cc836a607b7dfc9a70395a2bc4bb35684fbf2cbaa1495789169e947b1f82abd1d1050' LIMIT 1
200875
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'EDmf7qqutiwmu1irGIR' LIMIT 1
200876
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:06', 'bfcbc69e9df3330c4e9c2b4888d5aa6633723aa7a0ff1f50ecae430441fb6e8b3c189d3807357e30e99826969d9d3b01f8830b97658fa8ff68c2f7c87712c368', '2012-12-21 15:58:06', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:06', 'testuser', 1, 'x1DbwnlxH4m13rx0BTmm', 'oLpFX1c4QdqF9cgjpb', '79ab3dcd3d209d444bc5d8a9898cdc01569a5efb88b242871e82e519ed4cc836a607b7dfc9a70395a2bc4bb35684fbf2cbaa1495789169e947b1f82abd1d1050', 'EDmf7qqutiwmu1irGIR', 1, NULL, '2012-12-21 15:58:06')
200877
+  (0.2ms) RELEASE SAVEPOINT active_record_2
200878
+  (0.1ms) SAVEPOINT active_record_2
200879
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:06', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-12-21 15:58:07', `perishable_token` = 'vN33ydRycOPgcAuklMW', `updated_at` = '2012-12-21 15:58:07' WHERE `spud_users`.`id` = 23
200880
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200881
+  (0.1ms) SAVEPOINT active_record_2
200882
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu21' AND `spud_menus`.`site_id` = 0) LIMIT 1
200883
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:07', NULL, 'Menu21', 0, '2012-12-21 15:58:07')
200884
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200885
+ Processing by Spud::Admin::MenusController#update as HTML
200886
+ Parameters: {"spud_menu"=>{"name"=>"MyMenu", "description"=>nil, "created_at"=>"2012-12-21 15:58:07 UTC", "updated_at"=>"2012-12-21 15:58:07 UTC"}, "id"=>"21"}
200887
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 23 LIMIT 1
200888
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 21 LIMIT 1
200889
+  (0.0ms) SAVEPOINT active_record_2
200890
+ SpudMenu Exists (0.3ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'MyMenu' AND `spud_menus`.`id` != 21 AND `spud_menus`.`site_id` = 0) LIMIT 1
200891
+  (0.2ms) UPDATE `spud_menus` SET `name` = 'MyMenu', `updated_at` = '2012-12-21 15:58:07' WHERE `spud_menus`.`id` = 21
200892
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200893
+ Redirected to http://test.host/spud/admin/menus/21/menu_items
200894
+ Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
200895
+ SpudMenu Load (0.3ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 21 LIMIT 1
200896
+  (0.9ms) ROLLBACK
200897
+  (0.0ms) ROLLBACK
200898
+  (0.0ms) BEGIN
200899
+  (0.0ms) BEGIN
200900
+  (0.2ms) SAVEPOINT active_record_2
200901
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
200902
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
200903
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '0326d50939c73c6ec0bfcd6d30666e096d71f94ec0892c023eaed251e89b90a791d0b21649be748c116ffb7084dab752dded23e99b819ba8d3428af0f4804879' LIMIT 1
200904
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'qBPbgCDMGLp5o5aOMfR3' LIMIT 1
200905
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:07', '9954ef5f53354cf24d011055185d38cecee644d548c77f56581d074784184210576541d71105fbe6a6f046b997f777b0195a2a5a28deba345dbf5cc6cc1d2f02', '2012-12-21 15:58:07', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:07', 'testuser', 1, 'Z9kiPvNcPUBXm5FQcVb2', 'RX1uTjNY9GsyoZiNqXG', '0326d50939c73c6ec0bfcd6d30666e096d71f94ec0892c023eaed251e89b90a791d0b21649be748c116ffb7084dab752dded23e99b819ba8d3428af0f4804879', 'qBPbgCDMGLp5o5aOMfR3', 1, NULL, '2012-12-21 15:58:07')
200906
+  (0.2ms) RELEASE SAVEPOINT active_record_2
200907
+  (0.1ms) SAVEPOINT active_record_2
200908
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:07', `last_login_ip` = '0.0.0.0', `perishable_token` = 'ucST6XjkXYIo9EABpyMP', `updated_at` = '2012-12-21 15:58:07' WHERE `spud_users`.`id` = 24
200909
+  (0.2ms) RELEASE SAVEPOINT active_record_2
200910
+  (0.0ms) SAVEPOINT active_record_2
200911
+ SpudMenu Exists (0.3ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu22' AND `spud_menus`.`site_id` = 0) LIMIT 1
200912
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:07', NULL, 'Menu22', 0, '2012-12-21 15:58:07')
200913
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200914
+ Processing by Spud::Admin::MenusController#update as HTML
200915
+ Parameters: {"spud_menu"=>{"name"=>"MyMenu", "description"=>nil, "created_at"=>"2012-12-21 15:58:07 UTC", "updated_at"=>"2012-12-21 15:58:07 UTC"}, "id"=>"22"}
200916
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 24 LIMIT 1
200917
+ SpudMenu Load (0.3ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 22 LIMIT 1
200918
+  (0.1ms) SAVEPOINT active_record_2
200919
+ SpudMenu Exists (0.3ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'MyMenu' AND `spud_menus`.`id` != 22 AND `spud_menus`.`site_id` = 0) LIMIT 1
200920
+  (0.2ms) UPDATE `spud_menus` SET `name` = 'MyMenu', `updated_at` = '2012-12-21 15:58:07' WHERE `spud_menus`.`id` = 22
200921
+  (0.0ms) RELEASE SAVEPOINT active_record_2
200922
+ Redirected to http://test.host/spud/admin/menus/22/menu_items
200923
+ Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
200924
+  (0.8ms) ROLLBACK
200925
+  (0.0ms) ROLLBACK
200926
+  (0.0ms) BEGIN
200927
+  (0.0ms) BEGIN
200928
+  (0.1ms) SAVEPOINT active_record_2
200929
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
200930
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
200931
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '1f291a8a9cdc838b97e00b92033abe6177b3803992f71b2cfb583943e8a22732709ac1ac63985513291d4a4b06b49089c285d85227417a7c32f26e23052bf0cd' LIMIT 1
200932
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'CFKEtvSpzGHxN9mxIOiU' LIMIT 1
200933
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:07', '20b6e97ec7e1ddebd778d6b2fca9bdd674d4270a89d9d2ab36a60c66a57d8e51effba4f893a54c2ee439761786e4c96187a46fbf5549d9ea135b41a41c22ae21', '2012-12-21 15:58:07', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:07', 'testuser', 1, 'bctarAFRZB7tdfI2SLcP', 'qIqZpG9qs9y2bbzLMBpT', '1f291a8a9cdc838b97e00b92033abe6177b3803992f71b2cfb583943e8a22732709ac1ac63985513291d4a4b06b49089c285d85227417a7c32f26e23052bf0cd', 'CFKEtvSpzGHxN9mxIOiU', 1, NULL, '2012-12-21 15:58:07')
200934
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200935
+  (0.1ms) SAVEPOINT active_record_2
200936
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:07', `last_login_ip` = '0.0.0.0', `perishable_token` = 'OWBJRP27nWvMX4CAoiN', `updated_at` = '2012-12-21 15:58:07' WHERE `spud_users`.`id` = 25
200937
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200938
+  (0.1ms) SAVEPOINT active_record_2
200939
+ SpudMenu Exists (0.1ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu23' AND `spud_menus`.`site_id` = 0) LIMIT 1
200940
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:07', NULL, 'Menu23', 0, '2012-12-21 15:58:07')
200941
+  (0.0ms) RELEASE SAVEPOINT active_record_2
200942
+  (0.1ms) SELECT COUNT(*) FROM `spud_menus` 
200943
+ Processing by Spud::Admin::MenusController#destroy as HTML
200944
+ Parameters: {"id"=>"23"}
200945
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 25 LIMIT 1
200946
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 23 LIMIT 1
200947
+  (0.0ms) SAVEPOINT active_record_2
200948
+ SpudMenuItem Load (0.2ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`parent_id` = 23 AND `spud_menu_items`.`parent_type` = 'SpudMenu'
200949
+ SpudMenuItem Load (0.3ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`spud_menu_id` = 23
200950
+ SQL (0.2ms) DELETE FROM `spud_menus` WHERE `spud_menus`.`id` = 23
200951
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200952
+ Redirected to http://test.host/spud/admin/menus
200953
+ Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
200954
+  (0.2ms) SELECT COUNT(*) FROM `spud_menus` 
200955
+  (0.4ms) ROLLBACK
200956
+  (0.1ms) ROLLBACK
200957
+  (0.0ms) BEGIN
200958
+  (0.0ms) BEGIN
200959
+  (0.0ms) SAVEPOINT active_record_2
200960
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
200961
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
200962
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '62fee327a64dddd21db8e784271b78817d7b0c0399321f90e56c6aa2726d1817860836b31926157a71fb7ad71e0b9dfe5ebfe079c6e92f11b2121f6c04e69607' LIMIT 1
200963
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'c3lumL1ZtoeDJaFkCJOi' LIMIT 1
200964
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:07', '6695949257fb956389511a8dde844c32906c2f47f6fb99e6f9b24a4715509e4a3bf2c1362a0d655edecf2ccbee3c0bb86bfc95670124634f13d5c31be67afd3e', '2012-12-21 15:58:07', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:07', 'testuser', 1, 'G9WPTl0KDMZ6cG4NebH', 'Hc86yyL6vImxhkRRuKO', '62fee327a64dddd21db8e784271b78817d7b0c0399321f90e56c6aa2726d1817860836b31926157a71fb7ad71e0b9dfe5ebfe079c6e92f11b2121f6c04e69607', 'c3lumL1ZtoeDJaFkCJOi', 1, NULL, '2012-12-21 15:58:07')
200965
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200966
+  (0.2ms) SAVEPOINT active_record_2
200967
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:07', `last_login_ip` = '0.0.0.0', `perishable_token` = 'GcgXWivVLmINkuK35a4g', `updated_at` = '2012-12-21 15:58:07' WHERE `spud_users`.`id` = 26
200968
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200969
+  (0.0ms) SAVEPOINT active_record_2
200970
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu24' AND `spud_menus`.`site_id` = 0) LIMIT 1
200971
+ SQL (0.2ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:07', NULL, 'Menu24', 0, '2012-12-21 15:58:07')
200972
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200973
+  (0.1ms) SELECT COUNT(*) FROM `spud_menus`
200974
+ Processing by Spud::Admin::MenusController#destroy as HTML
200975
+ Parameters: {"id"=>"23532"}
200976
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 26 LIMIT 1
200977
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 23532 LIMIT 1
200978
+ Redirected to http://test.host/spud/admin/menus
200979
+ Filter chain halted as :load_menu rendered or redirected
200980
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
200981
+  (0.2ms) SELECT COUNT(*) FROM `spud_menus` 
200982
+  (1.0ms) ROLLBACK
200983
+  (0.0ms) ROLLBACK
200984
+  (0.0ms) BEGIN
200985
+  (0.0ms) BEGIN
200986
+  (0.2ms) SAVEPOINT active_record_2
200987
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
200988
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
200989
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'b3634862b7aaa7ad3fd121a3b5aab5a333749420de14fbb8a5b59574bd91679d1f27009d095addac6a1f0ba397b338331324625265431f7069cea2ad7e7389d8' LIMIT 1
200990
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'bbA2Qog6W7Mu8GSwdI36' LIMIT 1
200991
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:07', 'f0667beb233c18875689aded5eaabb8119a921c0ebdccf7c4be6fc35b398184b31b4c736124338b48fd18bbad34a7b3e422f0769a019074ef429dc0304cbe230', '2012-12-21 15:58:07', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:07', 'testuser', 1, 'wyUTPBkgXgk2FdFCBSLd', 'vz1I34XQJqz6d51rlS', 'b3634862b7aaa7ad3fd121a3b5aab5a333749420de14fbb8a5b59574bd91679d1f27009d095addac6a1f0ba397b338331324625265431f7069cea2ad7e7389d8', 'bbA2Qog6W7Mu8GSwdI36', 1, NULL, '2012-12-21 15:58:07')
200992
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200993
+  (0.1ms) SAVEPOINT active_record_2
200994
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:07', `last_login_ip` = '0.0.0.0', `perishable_token` = 'oVndh8SqZTT63NGllhPU', `updated_at` = '2012-12-21 15:58:07' WHERE `spud_users`.`id` = 27
200995
+  (0.1ms) RELEASE SAVEPOINT active_record_2
200996
+  (0.0ms) SAVEPOINT active_record_2
200997
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
200998
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page3' LIMIT 1
200999
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page3' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201000
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page3' AND `spud_pages`.`site_id` = 0) LIMIT 1
201001
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page3', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'page3', 0, 0)
201002
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201003
+  (0.1ms) SAVEPOINT active_record_2
201004
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201005
+ SpudPermalink Load (0.3ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page4' LIMIT 1
201006
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page4' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201007
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page4' AND `spud_pages`.`site_id` = 0) LIMIT 1
201008
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page4', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'page4', 0, 0)
201009
+  (0.0ms) RELEASE SAVEPOINT active_record_2
201010
+ Processing by Spud::Admin::PagesController#index as HTML
201011
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 27 LIMIT 1
201012
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`url_name` = 'home' LIMIT 1
201013
+ Completed 200 OK in 6ms (Views: 1.6ms | ActiveRecord: 0.6ms)
201014
+  (0.2ms) SELECT COUNT(*) FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL
201015
+  (0.3ms) ROLLBACK
201016
+  (0.0ms) ROLLBACK
201017
+  (0.0ms) BEGIN
201018
+  (0.0ms) BEGIN
201019
+  (0.2ms) SAVEPOINT active_record_2
201020
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
201021
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
201022
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'c8b3e7f71f3d784d93958662509d7b94a0cd2511c14b878fcadb06c40a390b0d9a03b84ad6d4710857b2c01255ed29b77b61a2f781fccd885fc1843ac6ce4ec8' LIMIT 1
201023
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '1gkJNytvSuKQtDybS8TO' LIMIT 1
201024
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:07', 'c3d1650f057276a7e536ac7219c49e1735ed0f6b092d70aa8b30495dd661bfea46511eb0cc12fe5b517361a40ce662b39149f747b7fd0248b9d979a6bd99d588', '2012-12-21 15:58:07', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:07', 'testuser', 1, 'vVArsRBSCYxjklc5dE6k', 'JMc75Uy6Rhh1FrifMLYq', 'c8b3e7f71f3d784d93958662509d7b94a0cd2511c14b878fcadb06c40a390b0d9a03b84ad6d4710857b2c01255ed29b77b61a2f781fccd885fc1843ac6ce4ec8', '1gkJNytvSuKQtDybS8TO', 1, NULL, '2012-12-21 15:58:07')
201025
+  (0.2ms) RELEASE SAVEPOINT active_record_2
201026
+  (0.2ms) SAVEPOINT active_record_2
201027
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:07', `last_login_ip` = '0.0.0.0', `perishable_token` = 'or7KssrzsPwqVQA75J8K', `updated_at` = '2012-12-21 15:58:07' WHERE `spud_users`.`id` = 28
201028
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201029
+  (0.1ms) SAVEPOINT active_record_2
201030
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201031
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page5' LIMIT 1
201032
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page5' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201033
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page5' AND `spud_pages`.`site_id` = 0) LIMIT 1
201034
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page5', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'page5', 0, 0)
201035
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201036
+  (0.0ms) SAVEPOINT active_record_2
201037
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201038
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page6' LIMIT 1
201039
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page6' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201040
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page6' AND `spud_pages`.`site_id` = 0) LIMIT 1
201041
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page6', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'page6', 0, 0)
201042
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201043
+  (0.1ms) SAVEPOINT active_record_2
201044
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 1 LIMIT 1
201045
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201046
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page7' LIMIT 1
201047
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page7' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` = 1) LIMIT 1
201048
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page7' AND `spud_pages`.`site_id` = 0) LIMIT 1
201049
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page7', NULL, NULL, NULL, 1, 0, 1, '2012-12-21 15:58:07', NULL, 'page7', 0, 0)
201050
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201051
+ Processing by Spud::Admin::PagesController#index as HTML
201052
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 28 LIMIT 1
201053
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`url_name` = 'home' LIMIT 1
201054
+ Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.5ms)
201055
+  (0.2ms) SELECT COUNT(*) FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL
201056
+  (0.7ms) ROLLBACK
201057
+  (0.1ms) ROLLBACK
201058
+  (0.0ms) BEGIN
201059
+  (0.0ms) BEGIN
201060
+  (0.0ms) SAVEPOINT active_record_2
201061
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
201062
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
201063
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '82f9e16d77696b3b7f06a7e1be335c1a09f0c3e0152966a4f14f847831f36694814f0f3f3d79912ace91c1c224cc16ba8e7843e1071925a5a60312d53f739389' LIMIT 1
201064
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'PoPXNQiqKyE5UPt8xEr' LIMIT 1
201065
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:07', 'df6986e87f8498f35b8613de6273e694e98368a75a22fd4a43d23f8e289748f735d03d2a856747e82c8a30f862b42010125dc73d13d158990b9d56432d24167f', '2012-12-21 15:58:07', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:07', 'testuser', 1, 'KViW5Cac5qwskqdntlp', 'FmlHmLQ3Ihcm9GPwRVi', '82f9e16d77696b3b7f06a7e1be335c1a09f0c3e0152966a4f14f847831f36694814f0f3f3d79912ace91c1c224cc16ba8e7843e1071925a5a60312d53f739389', 'PoPXNQiqKyE5UPt8xEr', 1, NULL, '2012-12-21 15:58:07')
201066
+  (0.0ms) RELEASE SAVEPOINT active_record_2
201067
+  (0.2ms) SAVEPOINT active_record_2
201068
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:07', `last_login_ip` = '0.0.0.0', `perishable_token` = 'KFSIzZAh3esLz18ZKN1P', `updated_at` = '2012-12-21 15:58:07' WHERE `spud_users`.`id` = 29
201069
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201070
+  (0.1ms) SAVEPOINT active_record_2
201071
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201072
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page8' LIMIT 1
201073
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page8' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201074
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page8' AND `spud_pages`.`site_id` = 0) LIMIT 1
201075
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page8', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'page8', 0, 0)
201076
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201077
+ Processing by Spud::Admin::PagesController#show as HTML
201078
+ Parameters: {"id"=>"17"}
201079
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 29 LIMIT 1
201080
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 17 LIMIT 1
201081
+ SpudPagePartial Load (0.2ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (17)
201082
+ Completed 200 OK in 6ms (Views: 1.3ms | ActiveRecord: 0.7ms)
201083
+  (0.7ms) ROLLBACK
201084
+  (0.0ms) ROLLBACK
201085
+  (0.1ms) BEGIN
201086
+  (0.1ms) BEGIN
201087
+  (0.1ms) SAVEPOINT active_record_2
201088
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
201089
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
201090
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '62bb8441b2047bc46fedadaf16d4a9d6f252708b325330d0e63ec3b117da2ed1975b088ff30f5dda222eb495647a892c77ef40a4fd1b6eac489600f6be62f091' LIMIT 1
201091
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'D40X2tw9HBc3fiHj55I7' LIMIT 1
201092
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:07', 'd81cb09000bfb231ffb12d9187ff26885787948649f16c44945c8657fd6132b8ad0a772b301e589166545783f124a2e081132e6a55479582008d4f0250fbad8f', '2012-12-21 15:58:07', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:07', 'testuser', 1, 'GGo7H5mVNmbO5cGmGYK', 'W4LnMOTOYLrDad47LNSo', '62bb8441b2047bc46fedadaf16d4a9d6f252708b325330d0e63ec3b117da2ed1975b088ff30f5dda222eb495647a892c77ef40a4fd1b6eac489600f6be62f091', 'D40X2tw9HBc3fiHj55I7', 1, NULL, '2012-12-21 15:58:07')
201093
+  (0.0ms) RELEASE SAVEPOINT active_record_2
201094
+  (0.2ms) SAVEPOINT active_record_2
201095
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:07', `last_login_ip` = '0.0.0.0', `perishable_token` = 'YRhSosHiSB8YpPQov2fn', `updated_at` = '2012-12-21 15:58:07' WHERE `spud_users`.`id` = 30
201096
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201097
+ Processing by Spud::Admin::PagesController#new as HTML
201098
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 30 LIMIT 1
201099
+ Completed 200 OK in 57ms (Views: 1.3ms | ActiveRecord: 0.3ms)
201100
+  (0.5ms) ROLLBACK
201101
+  (0.1ms) ROLLBACK
201102
+  (0.0ms) BEGIN
201103
+  (0.0ms) BEGIN
201104
+  (0.1ms) SAVEPOINT active_record_2
201105
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
201106
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
201107
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'caff9305bf3a8a562cfebf2328da36620efd7d7ca1e044d277d2a4c9e51526496d67d193a46d5d168e96c4e4845ee5830fea8964ae68a6c7e80e0142e203ae2e' LIMIT 1
201108
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '817PqIRPMGCcMLuVZtn' LIMIT 1
201109
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:07', 'ef4eaff87396fd232336578c632598c1efb4518abb335bf331942a6ec3af9df7cd3b4eb15dcdbb6535597306d0ee65b77b88d2131c9c03df2fd0c4ea0cf2564b', '2012-12-21 15:58:07', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:07', 'testuser', 1, 'xleQA8teNVcJnbf8gky', '4YaZcoilo0WHMuGd2hi', 'caff9305bf3a8a562cfebf2328da36620efd7d7ca1e044d277d2a4c9e51526496d67d193a46d5d168e96c4e4845ee5830fea8964ae68a6c7e80e0142e203ae2e', '817PqIRPMGCcMLuVZtn', 1, NULL, '2012-12-21 15:58:07')
201110
+  (0.0ms) RELEASE SAVEPOINT active_record_2
201111
+  (0.2ms) SAVEPOINT active_record_2
201112
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:07', `last_login_ip` = '0.0.0.0', `perishable_token` = 'vqMLtJI5U6fALJ2aikK', `updated_at` = '2012-12-21 15:58:07' WHERE `spud_users`.`id` = 31
201113
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201114
+ Processing by Spud::Admin::PagesController#new as HTML
201115
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 31 LIMIT 1
201116
+ Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)
201117
+  (0.9ms) ROLLBACK
201118
+  (0.1ms) ROLLBACK
201119
+  (0.0ms) BEGIN
201120
+  (0.1ms) BEGIN
201121
+  (0.2ms) SAVEPOINT active_record_2
201122
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
201123
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
201124
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'abbcffea42649109d6a83a99b70356e311f82383977ffdad16490f4cfb6c5ecb1c4c538a8f3d2010b517a491949ac6443e15a9ed58d144d402323f901eb1b411' LIMIT 1
201125
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'dfa2Jx4JZIpbPSeUtT' LIMIT 1
201126
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:07', '7835a1e998c97e5fa6737c7664a7001f517adb369121bc08eb7bd0970b2821fe90fc9c512a1bafb4c4909013d369d4ebe6b40787565d6c94668c37a979d6b566', '2012-12-21 15:58:07', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:07', 'testuser', 1, 'cT6KbvVMHiXbCgdR0lh', 'CQJSwx8zFdwGIzLvFo', 'abbcffea42649109d6a83a99b70356e311f82383977ffdad16490f4cfb6c5ecb1c4c538a8f3d2010b517a491949ac6443e15a9ed58d144d402323f901eb1b411', 'dfa2Jx4JZIpbPSeUtT', 1, NULL, '2012-12-21 15:58:07')
201127
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201128
+  (0.1ms) SAVEPOINT active_record_2
201129
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:07', `last_login_ip` = '0.0.0.0', `perishable_token` = 'bPn2RiYQo6D8Tzf5Irk', `updated_at` = '2012-12-21 15:58:07' WHERE `spud_users`.`id` = 32
201130
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201131
+  (0.0ms) SAVEPOINT active_record_2
201132
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201133
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page9' LIMIT 1
201134
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page9' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201135
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page9' AND `spud_pages`.`site_id` = 0) LIMIT 1
201136
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page9', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'page9', 0, 0)
201137
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201138
+ Processing by Spud::Admin::PagesController#edit as HTML
201139
+ Parameters: {"id"=>"18"}
201140
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 32 LIMIT 1
201141
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 18 LIMIT 1
201142
+ SpudPagePartial Load (0.2ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (18)
201143
+ Completed 200 OK in 7ms (Views: 1.3ms | ActiveRecord: 0.8ms)
201144
+  (0.4ms) ROLLBACK
201145
+  (0.0ms) ROLLBACK
201146
+  (0.0ms) BEGIN
201147
+  (0.0ms) BEGIN
201148
+  (0.1ms) SAVEPOINT active_record_2
201149
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
201150
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
201151
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '556109a6db5576b4516331b86500ee264ba557018036781174bb431db5863a518a158aa5e08cc512496278d03c030067f3a615345200d8b449fc35893c549cfa' LIMIT 1
201152
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'hdp6MYVDnIo0iJYVj0Jf' LIMIT 1
201153
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:07', 'c2e45662f03e13e0011d3157e54593b4ae2a8c8ddf4b664cfcb1bd12f9dfa1232b6550f861c77d5976213626d1a816cb84ecf6b69e7b9d4f007b4047d93fa4ea', '2012-12-21 15:58:07', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:07', 'testuser', 1, '5qOU8AwowIHfEX7ldk0', 'AAeBDKq0SN80rajKQeq', '556109a6db5576b4516331b86500ee264ba557018036781174bb431db5863a518a158aa5e08cc512496278d03c030067f3a615345200d8b449fc35893c549cfa', 'hdp6MYVDnIo0iJYVj0Jf', 1, NULL, '2012-12-21 15:58:07')
201154
+  (0.0ms) RELEASE SAVEPOINT active_record_2
201155
+  (0.1ms) SAVEPOINT active_record_2
201156
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:07', `last_login_ip` = '0.0.0.0', `perishable_token` = 'heZu10JIeEY8LGxXeqH', `updated_at` = '2012-12-21 15:58:07' WHERE `spud_users`.`id` = 33
201157
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201158
+  (0.1ms) SAVEPOINT active_record_2
201159
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201160
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page10' LIMIT 1
201161
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page10' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201162
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page10' AND `spud_pages`.`site_id` = 0) LIMIT 1
201163
+ SQL (0.3ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page10', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'page10', 0, 0)
201164
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201165
+ Processing by Spud::Admin::PagesController#update as HTML
201166
+ Parameters: {"spud_page"=>{"name"=>"Adam", "url_name"=>"page10", "publish_at"=>nil, "created_by"=>nil, "updated_by"=>nil, "format"=>"html", "spud_page_id"=>nil, "meta_description"=>nil, "meta_keywords"=>nil, "page_order"=>nil, "visibility"=>"0", "published"=>true, "use_custom_url_name"=>false, "notes"=>nil, "layout"=>nil}, "id"=>"19"}
201167
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 33 LIMIT 1
201168
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 19 LIMIT 1
201169
+ SpudPagePartial Load (0.3ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (19)
201170
+  (0.1ms) SAVEPOINT active_record_2
201171
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 19)
201172
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'adam' LIMIT 1
201173
+ SpudPermalink Exists (0.3ms) SELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'page10' AND `spud_permalinks`.`site_id` = 0) LIMIT 1
201174
+ SQL (0.2ms) INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (19, 'SpudPage', '2012-12-21 15:58:07', 0, '2012-12-21 15:58:07', 'page10')
201175
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Adam' AND `spud_pages`.`id` != 19 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201176
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'adam' AND `spud_pages`.`id` != 19 AND `spud_pages`.`site_id` = 0) LIMIT 1
201177
+  (0.2ms) UPDATE `spud_pages` SET `name` = 'Adam', `url_name` = 'adam', `updated_at` = '2012-12-21 15:58:07' WHERE `spud_pages`.`id` = 19
201178
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201179
+ Redirected to http://test.host/spud/admin/pages
201180
+ Completed 302 Found in 13ms (ActiveRecord: 2.3ms)
201181
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 19 LIMIT 1
201182
+  (0.4ms) ROLLBACK
201183
+  (0.0ms) ROLLBACK
201184
+  (0.0ms) BEGIN
201185
+  (0.0ms) BEGIN
201186
+  (0.2ms) SAVEPOINT active_record_2
201187
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
201188
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
201189
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '15d19d3bb60eaa762a2ae3737e4cb004046df398b15f96ba4360c4cc0c672ddb91c6705acf2b1e65cdb5a504addfa5088602a6e84396d9ea3fcfe59f0a19e959' LIMIT 1
201190
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'kfzylRXNO1vzIjvcR4Ki' LIMIT 1
201191
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:07', '96cd0d15609ea1de6063cee3ca9343284fa95f9846aae432619d4f37d9e762c5790bebc505c260b558c731eb550d1533d536a63800c02d54481d9fa51dd62648', '2012-12-21 15:58:07', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:07', 'testuser', 1, 'w7Cdz37sswlZJr1HLYP', 'qlPEvJNTdsUyWg758EsU', '15d19d3bb60eaa762a2ae3737e4cb004046df398b15f96ba4360c4cc0c672ddb91c6705acf2b1e65cdb5a504addfa5088602a6e84396d9ea3fcfe59f0a19e959', 'kfzylRXNO1vzIjvcR4Ki', 1, NULL, '2012-12-21 15:58:07')
201192
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201193
+  (0.2ms) SAVEPOINT active_record_2
201194
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:07', `last_login_ip` = '0.0.0.0', `perishable_token` = 'JSQlMpfuPqDmtrWFag', `updated_at` = '2012-12-21 15:58:07' WHERE `spud_users`.`id` = 34
201195
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201196
+  (0.0ms) SAVEPOINT active_record_2
201197
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201198
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page11' LIMIT 1
201199
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page11' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201200
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page11' AND `spud_pages`.`site_id` = 0) LIMIT 1
201201
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page11', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'page11', 0, 0)
201202
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201203
+ Processing by Spud::Admin::PagesController#update as HTML
201204
+ Parameters: {"spud_page"=>{"name"=>"Adam", "url_name"=>"page11", "publish_at"=>nil, "created_by"=>nil, "updated_by"=>nil, "format"=>"html", "spud_page_id"=>nil, "meta_description"=>nil, "meta_keywords"=>nil, "page_order"=>nil, "visibility"=>"0", "published"=>true, "use_custom_url_name"=>false, "notes"=>nil, "layout"=>nil}, "id"=>"20"}
201205
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 34 LIMIT 1
201206
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 20 LIMIT 1
201207
+ SpudPagePartial Load (0.1ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (20)
201208
+  (0.1ms) SAVEPOINT active_record_2
201209
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 20)
201210
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'adam' LIMIT 1
201211
+ SpudPermalink Exists (0.2ms) SELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'page11' AND `spud_permalinks`.`site_id` = 0) LIMIT 1
201212
+ SQL (0.2ms) INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (20, 'SpudPage', '2012-12-21 15:58:07', 0, '2012-12-21 15:58:07', 'page11')
201213
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Adam' AND `spud_pages`.`id` != 20 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201214
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'adam' AND `spud_pages`.`id` != 20 AND `spud_pages`.`site_id` = 0) LIMIT 1
201215
+  (0.2ms) UPDATE `spud_pages` SET `name` = 'Adam', `url_name` = 'adam', `updated_at` = '2012-12-21 15:58:07' WHERE `spud_pages`.`id` = 20
201216
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201217
+ Redirected to http://test.host/spud/admin/pages
201218
+ Completed 302 Found in 12ms (ActiveRecord: 2.0ms)
201219
+  (0.9ms) ROLLBACK
201220
+  (0.0ms) ROLLBACK
201221
+  (0.1ms) BEGIN
201222
+  (0.0ms) BEGIN
201223
+  (0.1ms) SAVEPOINT active_record_2
201224
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
201225
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
201226
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '969f950371c5635294b1739eae5cf51cdfe859767d9c50e71acea1bb31608ff0782825a6adb083bf962c46edb85f4ebc0c65cc332fce5322b1e4a66731504640' LIMIT 1
201227
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'jjU9Y6LtKYG4DFz3hWw' LIMIT 1
201228
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:07', '188f780431b97fb8ed8f49166a5b8155e51fbaee89b01ea44c300e90b381f18bb91282e11de55b502430560f0b2ec4688b2898d5b0ca3ecdae4ce7b68072c9b4', '2012-12-21 15:58:07', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:07', 'testuser', 1, 'refJ4daQHm43G2d1nQBg', 'dNlpZsrF6sQqJx3QpZSM', '969f950371c5635294b1739eae5cf51cdfe859767d9c50e71acea1bb31608ff0782825a6adb083bf962c46edb85f4ebc0c65cc332fce5322b1e4a66731504640', 'jjU9Y6LtKYG4DFz3hWw', 1, NULL, '2012-12-21 15:58:07')
201229
+  (0.2ms) RELEASE SAVEPOINT active_record_2
201230
+  (0.2ms) SAVEPOINT active_record_2
201231
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:07', `last_login_ip` = '0.0.0.0', `perishable_token` = 'iLN0qeZGARiIJJfDUg6g', `updated_at` = '2012-12-21 15:58:07' WHERE `spud_users`.`id` = 35
201232
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201233
+  (0.1ms) SAVEPOINT active_record_2
201234
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201235
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page12' LIMIT 1
201236
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page12' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201237
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page12' AND `spud_pages`.`site_id` = 0) LIMIT 1
201238
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page12', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'page12', 0, 0)
201239
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201240
+  (0.1ms) SELECT COUNT(*) FROM `spud_pages`
201241
+ Processing by Spud::Admin::PagesController#destroy as HTML
201242
+ Parameters: {"id"=>"21"}
201243
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 35 LIMIT 1
201244
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 21 LIMIT 1
201245
+ SpudPagePartial Load (0.2ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (21)
201246
+  (0.1ms) SAVEPOINT active_record_2
201247
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`spud_page_id` = 21
201248
+ SpudPermalink Load (0.3ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`attachment_id` = 21 AND `spud_permalinks`.`attachment_type` = 'SpudPage'
201249
+ SQL (0.2ms) DELETE FROM `spud_pages` WHERE `spud_pages`.`id` = 21
201250
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201251
+ Redirected to http://test.host/spud/admin/pages
201252
+ Completed 302 Found in 10ms (ActiveRecord: 1.7ms)
201253
+  (0.3ms) SELECT COUNT(*) FROM `spud_pages` 
201254
+  (1.4ms) ROLLBACK
201255
+  (0.0ms) ROLLBACK
201256
+  (0.0ms) BEGIN
201257
+  (0.0ms) BEGIN
201258
+  (0.2ms) SAVEPOINT active_record_2
201259
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
201260
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
201261
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '4fe552b9dd602301b96e43f53f73e08618345fb19499a5d274aafff6a89709533a77de642cf0b2d2be5d8c1c10150cc2764a83841f194c9e009736acdefe324f' LIMIT 1
201262
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'Ey6zRC441lLIJCorVdY' LIMIT 1
201263
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-12-21 15:58:07', '9d3a3317ff799a0b49bd38d39647ce76e3fb0e363d19002d2c43569ba4f64d5d4765d5eecef87c1aaed2e7f69418fb8d4cd0192cb8a6ba47e2f4277be013aa9a', '2012-12-21 15:58:07', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2012-12-21 15:58:07', 'testuser', 1, '9qby7MEheYDW9SlCUqmo', '4zDfuflZwZGNsYGh820', '4fe552b9dd602301b96e43f53f73e08618345fb19499a5d274aafff6a89709533a77de642cf0b2d2be5d8c1c10150cc2764a83841f194c9e009736acdefe324f', 'Ey6zRC441lLIJCorVdY', 1, NULL, '2012-12-21 15:58:07')
201264
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201265
+  (0.2ms) SAVEPOINT active_record_2
201266
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-12-21 15:58:07', `last_login_ip` = '0.0.0.0', `perishable_token` = 'P2Db4Hd5RSqfAC6B9kx', `updated_at` = '2012-12-21 15:58:07' WHERE `spud_users`.`id` = 36
201267
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201268
+  (0.1ms) SAVEPOINT active_record_2
201269
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201270
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page13' LIMIT 1
201271
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page13' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201272
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page13' AND `spud_pages`.`site_id` = 0) LIMIT 1
201273
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page13', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'page13', 0, 0)
201274
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201275
+  (0.1ms) SELECT COUNT(*) FROM `spud_pages` 
201276
+ Processing by Spud::Admin::PagesController#destroy as HTML
201277
+ Parameters: {"id"=>"23532"}
201278
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 36 LIMIT 1
201279
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 23532 LIMIT 1
201280
+ Redirected to http://test.host/spud/admin/pages
201281
+ Filter chain halted as :load_page rendered or redirected
201282
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
201283
+  (0.2ms) SELECT COUNT(*) FROM `spud_pages`
201284
+  (0.7ms) ROLLBACK
201285
+  (0.0ms) ROLLBACK
201286
+  (0.0ms) BEGIN
201287
+  (0.0ms) BEGIN
201288
+ Processing by Spud::Cms::SitemapsController#show as XML
201289
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`visibility` = 0 ORDER BY spud_page_id
201290
+ Completed 200 OK in 10ms (Views: 7.3ms | ActiveRecord: 0.3ms)
201291
+ SpudPage Load (0.4ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`visibility` = 0 ORDER BY spud_page_id
201292
+  (0.1ms) ROLLBACK
201293
+  (0.0ms) ROLLBACK
201294
+  (0.0ms) BEGIN
201295
+  (0.0ms) BEGIN
201296
+ Processing by Spud::Cms::SitemapsController#show as HTML
201297
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`visibility` = 0 ORDER BY spud_page_id
201298
+ Completed 406 Not Acceptable in 2ms (ActiveRecord: 0.3ms)
201299
+  (0.1ms) ROLLBACK
201300
+  (0.1ms) ROLLBACK
201301
+  (0.0ms) BEGIN
201302
+  (0.0ms) BEGIN
201303
+  (0.1ms) SAVEPOINT active_record_2
201304
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201305
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page14' LIMIT 1
201306
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page14' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201307
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page14' AND `spud_pages`.`site_id` = 0) LIMIT 1
201308
+ SQL (0.3ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page14', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'page14', 0, 0)
201309
+  (0.2ms) RELEASE SAVEPOINT active_record_2
201310
+  (0.1ms) SAVEPOINT active_record_2
201311
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201312
+ SpudPermalink Load (38.5ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page15' LIMIT 1
201313
+ SpudPage Exists (0.3ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page15' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201314
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page15' AND `spud_pages`.`site_id` = 0) LIMIT 1
201315
+ SQL (0.3ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page15', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'page15', 0, 0)
201316
+  (0.2ms) RELEASE SAVEPOINT active_record_2
201317
+  (0.1ms) SAVEPOINT active_record_2
201318
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1
201319
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'page16' LIMIT 1
201320
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page16' AND `spud_pages`.`site_id` = 1 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201321
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page16' AND `spud_pages`.`site_id` = 1) LIMIT 1
201322
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page16', NULL, NULL, NULL, 1, 1, NULL, '2012-12-21 15:58:07', NULL, 'page16', 0, 0)
201323
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201324
+  (0.1ms) SAVEPOINT active_record_2
201325
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1
201326
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'page17' LIMIT 1
201327
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page17' AND `spud_pages`.`site_id` = 1 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201328
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page17' AND `spud_pages`.`site_id` = 1) LIMIT 1
201329
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page17', NULL, NULL, NULL, 1, 1, NULL, '2012-12-21 15:58:07', NULL, 'page17', 0, 0)
201330
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201331
+  (0.1ms) SAVEPOINT active_record_2
201332
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1
201333
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'page18' LIMIT 1
201334
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page18' AND `spud_pages`.`site_id` = 1 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201335
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page18' AND `spud_pages`.`site_id` = 1) LIMIT 1
201336
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page18', NULL, NULL, NULL, 1, 1, NULL, '2012-12-21 15:58:07', NULL, 'page18', 0, 0)
201337
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201338
+ Processing by Spud::Cms::SitemapsController#show as XML
201339
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`visibility` = 0 AND `spud_pages`.`site_id` = 1 ORDER BY spud_page_id
201340
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.3ms)
201341
+ SpudPage Load (0.4ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`visibility` = 0 AND `spud_pages`.`site_id` = 1 ORDER BY spud_page_id
201342
+  (0.3ms) ROLLBACK
201343
+  (0.0ms) ROLLBACK
201344
+  (0.1ms) BEGIN
201345
+  (0.1ms) BEGIN
201346
+  (0.2ms) SAVEPOINT active_record_2
201347
+ SpudMenu Exists (0.3ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Main' AND `spud_menus`.`site_id` = 0) LIMIT 1
201348
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:07', NULL, 'Main', 0, '2012-12-21 15:58:07')
201349
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201350
+  (0.0ms) SAVEPOINT active_record_2
201351
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2012-12-21 15:58:07', NULL, 0, 'Menu Item 15', 25, 'SpudMenu', 25, NULL, '2012-12-21 15:58:07', '/')
201352
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201353
+  (0.1ms) SAVEPOINT active_record_2
201354
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2012-12-21 15:58:07', NULL, 0, 'Menu Item 16', 25, 'SpudMenu', 25, NULL, '2012-12-21 15:58:07', '/')
201355
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201356
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Main' LIMIT 1
201357
+ SpudMenuItem Load (0.3ms) SELECT
201358
+ spud_menu_items.id as id,
201359
+ spud_menu_items.url as url,
201360
+ spud_menu_items.classes as classes,
201361
+ spud_menu_items.parent_type as parent_type,
201362
+ spud_menu_items.menu_order as menu_order,
201363
+ spud_menu_items.parent_id as parent_id,
201364
+ spud_menu_items.name as name,
201365
+ spud_pages.url_name as url_name FROM `spud_menu_items` LEFT JOIN spud_pages ON (spud_pages.id = spud_menu_items.spud_page_id) WHERE `spud_menu_items`.`spud_menu_id` = 25 ORDER BY parent_type, parent_id
201366
+  (0.3ms) ROLLBACK
201367
+  (0.0ms) ROLLBACK
201368
+  (0.0ms) BEGIN
201369
+  (0.0ms) BEGIN
201370
+  (0.1ms) SAVEPOINT active_record_2
201371
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu25' AND `spud_menus`.`site_id` = 0) LIMIT 1
201372
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:07', NULL, 'Menu25', 0, '2012-12-21 15:58:07')
201373
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201374
+  (0.1ms) SAVEPOINT active_record_2
201375
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2012-12-21 15:58:07', NULL, 0, 'Menu Item 17', 26, 'SpudMenu', 26, NULL, '2012-12-21 15:58:07', '/')
201376
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201377
+  (0.1ms) SAVEPOINT active_record_2
201378
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2012-12-21 15:58:07', NULL, 0, 'Menu Item 18', 26, 'SpudMenu', 26, NULL, '2012-12-21 15:58:07', '/')
201379
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201380
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Menu25' LIMIT 1
201381
+ SpudMenuItem Load (0.4ms) SELECT
201382
+ spud_menu_items.id as id,
201383
+ spud_menu_items.url as url,
201384
+ spud_menu_items.classes as classes,
201385
+ spud_menu_items.parent_type as parent_type,
201386
+ spud_menu_items.menu_order as menu_order,
201387
+ spud_menu_items.parent_id as parent_id,
201388
+ spud_menu_items.name as name,
201389
+ spud_pages.url_name as url_name FROM `spud_menu_items` LEFT JOIN spud_pages ON (spud_pages.id = spud_menu_items.spud_page_id) WHERE `spud_menu_items`.`spud_menu_id` = 26 ORDER BY parent_type, parent_id
201390
+  (0.9ms) ROLLBACK
201391
+  (0.1ms) ROLLBACK
201392
+  (0.0ms) BEGIN
201393
+  (0.0ms) BEGIN
201394
+  (0.2ms) SAVEPOINT active_record_2
201395
+ SpudMenu Exists (0.3ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Main2' AND `spud_menus`.`site_id` = 0) LIMIT 1
201396
+ SQL (0.2ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:07', NULL, 'Main2', 0, '2012-12-21 15:58:07')
201397
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201398
+  (0.1ms) SAVEPOINT active_record_2
201399
+ SQL (0.3ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2012-12-21 15:58:07', NULL, 0, 'Menu Item 19', 27, 'SpudMenu', 27, NULL, '2012-12-21 15:58:07', '/')
201400
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201401
+  (0.1ms) SAVEPOINT active_record_2
201402
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2012-12-21 15:58:07', NULL, 0, 'Menu Item 20', 27, 'SpudMenu', 27, NULL, '2012-12-21 15:58:07', '/')
201403
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201404
+  (0.0ms) SAVEPOINT active_record_2
201405
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2012-12-21 15:58:07', NULL, 0, 'SubItem', 20, 'SpudMenuItem', 27, NULL, '2012-12-21 15:58:07', '/')
201406
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201407
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Main2' LIMIT 1
201408
+ SpudMenuItem Load (0.2ms) SELECT
201409
+ spud_menu_items.id as id,
201410
+ spud_menu_items.url as url,
201411
+ spud_menu_items.classes as classes,
201412
+ spud_menu_items.parent_type as parent_type,
201413
+ spud_menu_items.menu_order as menu_order,
201414
+ spud_menu_items.parent_id as parent_id,
201415
+ spud_menu_items.name as name,
201416
+ spud_pages.url_name as url_name FROM `spud_menu_items` LEFT JOIN spud_pages ON (spud_pages.id = spud_menu_items.spud_page_id) WHERE `spud_menu_items`.`spud_menu_id` = 27 ORDER BY parent_type, parent_id
201417
+  (0.3ms) ROLLBACK
201418
+  (0.0ms) ROLLBACK
201419
+  (0.0ms) BEGIN
201420
+  (0.0ms) BEGIN
201421
+  (0.1ms) SAVEPOINT active_record_2
201422
+ SpudMenu Exists (0.3ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Main4' AND `spud_menus`.`site_id` = 0) LIMIT 1
201423
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:07', NULL, 'Main4', 0, '2012-12-21 15:58:07')
201424
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201425
+  (0.0ms) SAVEPOINT active_record_2
201426
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2012-12-21 15:58:07', NULL, 0, 'Menu Item 21', 28, 'SpudMenu', 28, NULL, '2012-12-21 15:58:07', '/')
201427
+  (0.0ms) RELEASE SAVEPOINT active_record_2
201428
+  (0.0ms) SAVEPOINT active_record_2
201429
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2012-12-21 15:58:07', NULL, 0, 'Menu Item 22', 28, 'SpudMenu', 28, NULL, '2012-12-21 15:58:07', '/')
201430
+  (0.0ms) RELEASE SAVEPOINT active_record_2
201431
+  (0.1ms) SAVEPOINT active_record_2
201432
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2012-12-21 15:58:07', NULL, 0, 'SubItem', 23, 'SpudMenuItem', 28, NULL, '2012-12-21 15:58:07', '/')
201433
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201434
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Main4' LIMIT 1
201435
+ SpudMenuItem Load (0.2ms) SELECT
201436
+ spud_menu_items.id as id,
201437
+ spud_menu_items.url as url,
201438
+ spud_menu_items.classes as classes,
201439
+ spud_menu_items.parent_type as parent_type,
201440
+ spud_menu_items.menu_order as menu_order,
201441
+ spud_menu_items.parent_id as parent_id,
201442
+ spud_menu_items.name as name,
201443
+ spud_pages.url_name as url_name FROM `spud_menu_items` LEFT JOIN spud_pages ON (spud_pages.id = spud_menu_items.spud_page_id) WHERE `spud_menu_items`.`spud_menu_id` = 28 ORDER BY parent_type, parent_id
201444
+  (0.4ms) ROLLBACK
201445
+  (0.0ms) ROLLBACK
201446
+  (0.1ms) BEGIN
201447
+  (0.1ms) BEGIN
201448
+  (0.2ms) SAVEPOINT active_record_2
201449
+ SpudMenu Exists (0.3ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu26' AND `spud_menus`.`site_id` = 0) LIMIT 1
201450
+ SQL (0.2ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:07', NULL, 'Menu26', 0, '2012-12-21 15:58:07')
201451
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201452
+  (0.1ms) SAVEPOINT active_record_2
201453
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2012-12-21 15:58:07', NULL, 0, 'Menu Item 23', 29, 'SpudMenu', 29, NULL, '2012-12-21 15:58:07', '/')
201454
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201455
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`site_id` = 1 AND `spud_menus`.`name` = 'Menu26' LIMIT 1
201456
+  (0.4ms) ROLLBACK
201457
+  (0.0ms) ROLLBACK
201458
+  (0.0ms) BEGIN
201459
+  (0.0ms) BEGIN
201460
+  (0.1ms) SAVEPOINT active_record_2
201461
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Main3' AND `spud_menus`.`site_id` = 0) LIMIT 1
201462
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:07', NULL, 'Main3', 0, '2012-12-21 15:58:07')
201463
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201464
+  (0.1ms) SAVEPOINT active_record_2
201465
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2012-12-21 15:58:07', NULL, 0, 'Menu Item 24', 30, 'SpudMenu', 30, NULL, '2012-12-21 15:58:07', '/')
201466
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201467
+  (0.0ms) SAVEPOINT active_record_2
201468
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2012-12-21 15:58:07', NULL, 0, 'Menu Item 25', 30, 'SpudMenu', 30, NULL, '2012-12-21 15:58:07', '/')
201469
+  (0.0ms) RELEASE SAVEPOINT active_record_2
201470
+  (0.0ms) SAVEPOINT active_record_2
201471
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2012-12-21 15:58:07', NULL, 0, 'SubItem', 27, 'SpudMenuItem', 30, NULL, '2012-12-21 15:58:07', '/')
201472
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201473
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Main3' LIMIT 1
201474
+ SpudMenuItem Load (0.3ms) SELECT
201475
+ spud_menu_items.id as id,
201476
+ spud_menu_items.url as url,
201477
+ spud_menu_items.classes as classes,
201478
+ spud_menu_items.parent_type as parent_type,
201479
+ spud_menu_items.menu_order as menu_order,
201480
+ spud_menu_items.parent_id as parent_id,
201481
+ spud_menu_items.name as name,
201482
+ spud_pages.url_name as url_name FROM `spud_menu_items` LEFT JOIN spud_pages ON (spud_pages.id = spud_menu_items.spud_page_id) WHERE `spud_menu_items`.`spud_menu_id` = 30 ORDER BY parent_type, parent_id
201483
+  (0.5ms) ROLLBACK
201484
+  (0.0ms) ROLLBACK
201485
+  (0.0ms) BEGIN
201486
+  (0.0ms) BEGIN
201487
+  (0.1ms) SAVEPOINT active_record_2
201488
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu27' AND `spud_menus`.`site_id` = 0) LIMIT 1
201489
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2012-12-21 15:58:07', NULL, 'Menu27', 0, '2012-12-21 15:58:07')
201490
+  (0.0ms) RELEASE SAVEPOINT active_record_2
201491
+  (0.1ms) SAVEPOINT active_record_2
201492
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2012-12-21 15:58:07', NULL, 0, 'Menu Item 26', 31, 'SpudMenu', 31, NULL, '2012-12-21 15:58:07', '/')
201493
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201494
+ SpudMenu Load (0.3ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Menu27' AND `spud_menus`.`site_id` = 1 LIMIT 1
201495
+  (0.4ms) ROLLBACK
201496
+  (0.0ms) ROLLBACK
201497
+  (0.1ms) BEGIN
201498
+  (0.1ms) BEGIN
201499
+  (0.1ms) SAVEPOINT active_record_2
201500
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201501
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page19' LIMIT 1
201502
+ SpudPage Exists (0.3ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page19' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201503
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page19' AND `spud_pages`.`site_id` = 0) LIMIT 1
201504
+ SQL (0.3ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page19', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'page19', 0, 0)
201505
+  (0.0ms) RELEASE SAVEPOINT active_record_2
201506
+  (0.0ms) SAVEPOINT active_record_2
201507
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201508
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page20' LIMIT 1
201509
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page20' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201510
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page20' AND `spud_pages`.`site_id` = 0) LIMIT 1
201511
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page20', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'page20', 0, 0)
201512
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201513
+  (0.1ms) SAVEPOINT active_record_2
201514
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 28 LIMIT 1
201515
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201516
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page19/page21' LIMIT 1
201517
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page21' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` = 28) LIMIT 1
201518
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page19/page21' AND `spud_pages`.`site_id` = 0) LIMIT 1
201519
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page21', NULL, NULL, NULL, 1, 0, 28, '2012-12-21 15:58:07', NULL, 'page19/page21', 0, 0)
201520
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201521
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1
201522
+  (0.4ms) ROLLBACK
201523
+  (0.0ms) ROLLBACK
201524
+  (0.0ms) BEGIN
201525
+  (0.0ms) BEGIN
201526
+  (0.1ms) SAVEPOINT active_record_2
201527
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201528
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page22' LIMIT 1
201529
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page22' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201530
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page22' AND `spud_pages`.`site_id` = 0) LIMIT 1
201531
+ SQL (0.3ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page22', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'page22', 0, 0)
201532
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201533
+  (0.1ms) SAVEPOINT active_record_2
201534
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201535
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page23' LIMIT 1
201536
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page23' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201537
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page23' AND `spud_pages`.`site_id` = 0) LIMIT 1
201538
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page23', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'page23', 0, 0)
201539
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201540
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1
201541
+  (0.4ms) ROLLBACK
201542
+  (0.0ms) ROLLBACK
201543
+  (0.1ms) BEGIN
201544
+  (0.0ms) BEGIN
201545
+  (0.1ms) SAVEPOINT active_record_2
201546
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201547
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page24' LIMIT 1
201548
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page24' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201549
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page24' AND `spud_pages`.`site_id` = 0) LIMIT 1
201550
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page24', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'page24', 0, 0)
201551
+  (0.0ms) RELEASE SAVEPOINT active_record_2
201552
+  (0.0ms) SAVEPOINT active_record_2
201553
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201554
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page25' LIMIT 1
201555
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page25' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201556
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page25' AND `spud_pages`.`site_id` = 0) LIMIT 1
201557
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page25', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'page25', 0, 0)
201558
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201559
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1 AND (name NOT IN ('Page25'))
201560
+  (0.4ms) ROLLBACK
201561
+  (0.0ms) ROLLBACK
201562
+  (0.0ms) BEGIN
201563
+  (0.0ms) BEGIN
201564
+  (0.2ms) SAVEPOINT active_record_2
201565
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201566
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page26' LIMIT 1
201567
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page26' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201568
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page26' AND `spud_pages`.`site_id` = 0) LIMIT 1
201569
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page26', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'page26', 0, 0)
201570
+  (0.0ms) RELEASE SAVEPOINT active_record_2
201571
+  (0.0ms) SAVEPOINT active_record_2
201572
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201573
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page27' LIMIT 1
201574
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page27' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201575
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page27' AND `spud_pages`.`site_id` = 0) LIMIT 1
201576
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page27', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'page27', 0, 0)
201577
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201578
+  (0.0ms) SAVEPOINT active_record_2
201579
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 35 LIMIT 1
201580
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201581
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page26/page28' LIMIT 1
201582
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page28' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` = 35) LIMIT 1
201583
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page26/page28' AND `spud_pages`.`site_id` = 0) LIMIT 1
201584
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page28', NULL, NULL, NULL, 1, 0, 35, '2012-12-21 15:58:07', NULL, 'page26/page28', 0, 0)
201585
+  (0.0ms) RELEASE SAVEPOINT active_record_2
201586
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1
201587
+  (0.3ms) ROLLBACK
201588
+  (0.1ms) ROLLBACK
201589
+  (0.0ms) BEGIN
201590
+  (0.0ms) BEGIN
201591
+  (0.1ms) SAVEPOINT active_record_2
201592
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201593
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page29' LIMIT 1
201594
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page29' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201595
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page29' AND `spud_pages`.`site_id` = 0) LIMIT 1
201596
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page29', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'page29', 0, 0)
201597
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201598
+  (0.1ms) SAVEPOINT active_record_2
201599
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201600
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page30' LIMIT 1
201601
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page30' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201602
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page30' AND `spud_pages`.`site_id` = 0) LIMIT 1
201603
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page30', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'page30', 0, 0)
201604
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201605
+  (0.1ms) SAVEPOINT active_record_2
201606
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 38 LIMIT 1
201607
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201608
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page29/page31' LIMIT 1
201609
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page31' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` = 38) LIMIT 1
201610
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page29/page31' AND `spud_pages`.`site_id` = 0) LIMIT 1
201611
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page31', NULL, NULL, NULL, 1, 0, 38, '2012-12-21 15:58:07', NULL, 'page29/page31', 0, 0)
201612
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201613
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1
201614
+  (0.6ms) ROLLBACK
201615
+  (0.0ms) ROLLBACK
201616
+  (0.0ms) BEGIN
201617
+  (0.1ms) BEGIN
201618
+  (0.2ms) SAVEPOINT active_record_2
201619
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201620
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page32' LIMIT 1
201621
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page32' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201622
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page32' AND `spud_pages`.`site_id` = 0) LIMIT 1
201623
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page32', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'page32', 0, 0)
201624
+  (0.2ms) RELEASE SAVEPOINT active_record_2
201625
+  (0.1ms) SAVEPOINT active_record_2
201626
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1
201627
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'page33' LIMIT 1
201628
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page33' AND `spud_pages`.`site_id` = 1 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201629
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page33' AND `spud_pages`.`site_id` = 1) LIMIT 1
201630
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page33', NULL, NULL, NULL, 1, 1, NULL, '2012-12-21 15:58:07', NULL, 'page33', 0, 0)
201631
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201632
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1 AND `spud_pages`.`site_id` = 1
201633
+  (0.4ms) ROLLBACK
201634
+  (0.0ms) ROLLBACK
201635
+  (0.0ms) BEGIN
201636
+  (0.0ms) BEGIN
201637
+  (0.0ms) ROLLBACK
201638
+  (0.0ms) ROLLBACK
201639
+  (0.0ms) BEGIN
201640
+  (0.0ms) BEGIN
201641
+  (0.0ms) ROLLBACK
201642
+  (0.0ms) ROLLBACK
201643
+  (0.0ms) BEGIN
201644
+  (0.0ms) BEGIN
201645
+  (0.0ms) ROLLBACK
201646
+  (0.0ms) ROLLBACK
201647
+  (0.0ms) BEGIN
201648
+  (0.0ms) BEGIN
201649
+  (0.0ms) ROLLBACK
201650
+  (0.0ms) ROLLBACK
201651
+  (0.0ms) BEGIN
201652
+  (0.1ms) BEGIN
201653
+  (0.1ms) ROLLBACK
201654
+  (0.0ms) ROLLBACK
201655
+  (0.0ms) BEGIN
201656
+  (0.0ms) BEGIN
201657
+  (0.1ms) ROLLBACK
201658
+  (0.1ms) ROLLBACK
201659
+  (0.0ms) BEGIN
201660
+  (0.0ms) BEGIN
201661
+  (0.1ms) ROLLBACK
201662
+  (0.1ms) ROLLBACK
201663
+  (0.0ms) BEGIN
201664
+  (0.0ms) BEGIN
201665
+  (0.1ms) ROLLBACK
201666
+  (0.1ms) ROLLBACK
201667
+  (0.0ms) BEGIN
201668
+  (0.0ms) BEGIN
201669
+  (0.1ms) ROLLBACK
201670
+  (0.0ms) ROLLBACK
201671
+  (0.0ms) BEGIN
201672
+  (0.0ms) BEGIN
201673
+  (0.0ms) ROLLBACK
201674
+  (0.0ms) ROLLBACK
201675
+  (0.0ms) BEGIN
201676
+  (0.0ms) BEGIN
201677
+  (0.0ms) SAVEPOINT active_record_2
201678
+ SQL (0.2ms) INSERT INTO `spud_page_partials` (`content`, `content_processed`, `created_at`, `format`, `name`, `spud_page_id`, `symbol_name`, `updated_at`) VALUES (NULL, '', '2012-12-21 15:58:07', NULL, 'Test Page', NULL, 'test_page', '2012-12-21 15:58:07')
201679
+ SpudPageLiquidTag Load (0.2ms) SELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 1 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'
201680
+ SQL (0.2ms) UPDATE `spud_page_partials` SET `content_processed` = '' WHERE `spud_page_partials`.`id` = 1
201681
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201682
+  (0.3ms) ROLLBACK
201683
+  (0.0ms) ROLLBACK
201684
+  (0.0ms) BEGIN
201685
+  (0.0ms) BEGIN
201686
+  (0.0ms) SAVEPOINT active_record_2
201687
+ SQL (0.2ms) INSERT INTO `spud_page_partial_revisions` (`content`, `created_at`, `format`, `name`, `spud_page_id`, `updated_at`) VALUES ('Home Sweet Home', '2012-12-21 15:58:07', NULL, 'Test Page', 1, '2012-12-21 15:58:07')
201688
+  (0.3ms) SELECT COUNT(*) FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`spud_page_id` = 1 AND `spud_page_partial_revisions`.`name` = 'Test Page'
201689
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 1 LIMIT 1
201690
+ SQL (0.2ms) INSERT INTO `spud_page_partials` (`content`, `content_processed`, `created_at`, `format`, `name`, `spud_page_id`, `symbol_name`, `updated_at`) VALUES ('Home Sweet Home', 'Home Sweet Home', '2012-12-21 15:58:07', NULL, 'Test Page', 1, 'test_page', '2012-12-21 15:58:07')
201691
+ SpudPageLiquidTag Load (0.1ms) SELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 2 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'
201692
+  (0.0ms) RELEASE SAVEPOINT active_record_2
201693
+  (0.1ms) SELECT COUNT(*) FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`spud_page_id` = 1 AND `spud_page_partial_revisions`.`name` = 'Test Page'
201694
+  (0.3ms) ROLLBACK
201695
+  (0.0ms) ROLLBACK
201696
+  (0.0ms) BEGIN
201697
+  (0.0ms) BEGIN
201698
+  (0.0ms) SAVEPOINT active_record_2
201699
+ SQL (0.2ms) INSERT INTO `spud_page_partial_revisions` (`content`, `created_at`, `format`, `name`, `spud_page_id`, `updated_at`) VALUES ('Home Sweet Home', '2012-12-21 15:58:07', NULL, 'Test Page', 1, '2012-12-21 15:58:07')
201700
+  (0.3ms) SELECT COUNT(*) FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`spud_page_id` = 1 AND `spud_page_partial_revisions`.`name` = 'Test Page'
201701
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 1 LIMIT 1
201702
+ SQL (0.2ms) INSERT INTO `spud_page_partials` (`content`, `content_processed`, `created_at`, `format`, `name`, `spud_page_id`, `symbol_name`, `updated_at`) VALUES ('Home Sweet Home', 'Home Sweet Home', '2012-12-21 15:58:07', NULL, 'Test Page', 1, 'test_page', '2012-12-21 15:58:07')
201703
+ SpudPageLiquidTag Load (0.3ms) SELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 3 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'
201704
+  (0.0ms) RELEASE SAVEPOINT active_record_2
201705
+  (0.0ms) SAVEPOINT active_record_2
201706
+ SQL (0.2ms) INSERT INTO `spud_page_partial_revisions` (`content`, `created_at`, `format`, `name`, `spud_page_id`, `updated_at`) VALUES ('Nah', '2012-12-21 15:58:07', NULL, 'Test Page', 1, '2012-12-21 15:58:07')
201707
+  (0.3ms) SELECT COUNT(*) FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`spud_page_id` = 1 AND `spud_page_partial_revisions`.`name` = 'Test Page'
201708
+  (0.3ms) UPDATE `spud_page_partials` SET `content` = 'Nah', `content_processed` = 'Nah', `updated_at` = '2012-12-21 15:58:07' WHERE `spud_page_partials`.`id` = 3
201709
+ SpudPageLiquidTag Load (0.3ms) SELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 3 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'
201710
+  (0.0ms) RELEASE SAVEPOINT active_record_2
201711
+  (0.0ms) SAVEPOINT active_record_2
201712
+ SQL (0.3ms) INSERT INTO `spud_page_partial_revisions` (`content`, `created_at`, `format`, `name`, `spud_page_id`, `updated_at`) VALUES ('Another change', '2012-12-21 15:58:07', NULL, 'Test Page', 1, '2012-12-21 15:58:07')
201713
+  (0.3ms) SELECT COUNT(*) FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`spud_page_id` = 1 AND `spud_page_partial_revisions`.`name` = 'Test Page'
201714
+ SpudPagePartialRevision Load (0.2ms) SELECT `spud_page_partial_revisions`.* FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`spud_page_id` = 1 AND `spud_page_partial_revisions`.`name` = 'Test Page' ORDER BY created_at ASC LIMIT 1
201715
+ SQL (0.1ms) DELETE FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`id` = 2
201716
+  (0.2ms) UPDATE `spud_page_partials` SET `content` = 'Another change', `content_processed` = 'Another change', `updated_at` = '2012-12-21 15:58:07' WHERE `spud_page_partials`.`id` = 3
201717
+ SpudPageLiquidTag Load (0.2ms) SELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 3 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'
201718
+  (0.0ms) RELEASE SAVEPOINT active_record_2
201719
+  (0.1ms) SELECT COUNT(*) FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`spud_page_id` = 1 AND `spud_page_partial_revisions`.`name` = 'Test Page'
201720
+  (0.3ms) ROLLBACK
201721
+  (0.0ms) ROLLBACK
201722
+  (0.0ms) BEGIN
201723
+  (0.0ms) BEGIN
201724
+  (0.0ms) ROLLBACK
201725
+  (0.0ms) ROLLBACK
201726
+  (0.0ms) BEGIN
201727
+  (0.0ms) BEGIN
201728
+  (0.0ms) ROLLBACK
201729
+  (0.0ms) ROLLBACK
201730
+  (0.0ms) BEGIN
201731
+  (0.0ms) BEGIN
201732
+  (0.0ms) ROLLBACK
201733
+  (0.0ms) ROLLBACK
201734
+  (0.0ms) BEGIN
201735
+  (0.0ms) BEGIN
201736
+  (0.0ms) ROLLBACK
201737
+  (0.0ms) ROLLBACK
201738
+  (0.0ms) BEGIN
201739
+  (0.0ms) BEGIN
201740
+  (0.0ms) ROLLBACK
201741
+  (0.0ms) ROLLBACK
201742
+  (0.0ms) BEGIN
201743
+  (0.0ms) BEGIN
201744
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` IS NULL AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201745
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` IS NULL AND `spud_pages`.`site_id` = 0) LIMIT 1
201746
+  (0.2ms) ROLLBACK
201747
+  (0.0ms) ROLLBACK
201748
+  (0.0ms) BEGIN
201749
+  (0.0ms) BEGIN
201750
+  (0.0ms) SAVEPOINT active_record_2
201751
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page34' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201752
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'test' AND `spud_pages`.`site_id` = 0) LIMIT 1
201753
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page34', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'test', 1, 0)
201754
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201755
+ SpudPage Exists (0.3ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page35' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201756
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'test' AND `spud_pages`.`site_id` = 0) LIMIT 1
201757
+  (0.6ms) ROLLBACK
201758
+  (0.0ms) ROLLBACK
201759
+  (0.0ms) BEGIN
201760
+  (0.0ms) BEGIN
201761
+  (0.0ms) SAVEPOINT active_record_2
201762
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201763
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'test' LIMIT 1
201764
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'test' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201765
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'test' AND `spud_pages`.`site_id` = 0) LIMIT 1
201766
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'test', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'test', 0, 0)
201767
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201768
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201769
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'test-1' LIMIT 1
201770
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'test' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201771
+ SpudPage Exists (0.3ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'test-1' AND `spud_pages`.`site_id` = 0) LIMIT 1
201772
+  (0.3ms) ROLLBACK
201773
+  (0.0ms) ROLLBACK
201774
+  (0.0ms) BEGIN
201775
+  (0.1ms) BEGIN
201776
+  (0.0ms) SAVEPOINT active_record_2
201777
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201778
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page36' LIMIT 1
201779
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page36' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201780
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page36' AND `spud_pages`.`site_id` = 0) LIMIT 1
201781
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page36', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'page36', 0, 0)
201782
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 45 LIMIT 1
201783
+ SQL (0.1ms) INSERT INTO `spud_page_partials` (`content`, `content_processed`, `created_at`, `format`, `name`, `spud_page_id`, `symbol_name`, `updated_at`) VALUES (NULL, '', '2012-12-21 15:58:07', NULL, 'body', 45, 'body', '2012-12-21 15:58:07')
201784
+ SpudPageLiquidTag Load (0.2ms) SELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 4 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'
201785
+ SQL (0.2ms) UPDATE `spud_page_partials` SET `content_processed` = '' WHERE `spud_page_partials`.`id` = 4
201786
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201787
+  (0.1ms) SELECT COUNT(*) FROM `spud_page_partials`
201788
+  (0.0ms) SAVEPOINT active_record_2
201789
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`spud_page_id` = 45
201790
+ SpudPageLiquidTag Load (0.2ms) SELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 4 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'
201791
+ SQL (0.1ms) DELETE FROM `spud_page_partials` WHERE `spud_page_partials`.`id` = 4
201792
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`attachment_id` = 45 AND `spud_permalinks`.`attachment_type` = 'SpudPage'
201793
+ SQL (0.1ms) DELETE FROM `spud_pages` WHERE `spud_pages`.`id` = 45
201794
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201795
+  (0.1ms) SELECT COUNT(*) FROM `spud_page_partials`
201796
+  (0.3ms) ROLLBACK
201797
+  (0.0ms) ROLLBACK
201798
+  (0.0ms) BEGIN
201799
+  (0.1ms) BEGIN
201800
+  (0.0ms) ROLLBACK
201801
+  (0.0ms) ROLLBACK
201802
+  (0.0ms) BEGIN
201803
+  (0.1ms) BEGIN
201804
+  (0.0ms) ROLLBACK
201805
+  (0.0ms) ROLLBACK
201806
+  (0.0ms) BEGIN
201807
+  (0.0ms) BEGIN
201808
+  (0.0ms) ROLLBACK
201809
+  (0.0ms) ROLLBACK
201810
+  (0.1ms) BEGIN
201811
+  (0.1ms) BEGIN
201812
+  (0.0ms) SAVEPOINT active_record_2
201813
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201814
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'parent' LIMIT 1
201815
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'parent' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201816
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'parent' AND `spud_pages`.`site_id` = 0) LIMIT 1
201817
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'parent', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'parent', 0, 0)
201818
+  (0.2ms) RELEASE SAVEPOINT active_record_2
201819
+  (0.1ms) SAVEPOINT active_record_2
201820
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201821
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'parent/page-1' LIMIT 1
201822
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page 1' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` = 46) LIMIT 1
201823
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'parent/page-1' AND `spud_pages`.`site_id` = 0) LIMIT 1
201824
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page 1', NULL, NULL, NULL, 1, 0, 46, '2012-12-21 15:58:07', NULL, 'parent/page-1', 0, 0)
201825
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201826
+  (0.1ms) SAVEPOINT active_record_2
201827
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201828
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'parent/page-2' LIMIT 1
201829
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page 2' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` = 46) LIMIT 1
201830
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'parent/page-2' AND `spud_pages`.`site_id` = 0) LIMIT 1
201831
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'Page 2', NULL, NULL, NULL, 1, 0, 46, '2012-12-21 15:58:07', NULL, 'parent/page-2', 0, 0)
201832
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201833
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201834
+  (0.4ms) ROLLBACK
201835
+  (0.0ms) ROLLBACK
201836
+  (0.0ms) BEGIN
201837
+  (0.0ms) BEGIN
201838
+  (0.0ms) ROLLBACK
201839
+  (0.0ms) ROLLBACK
201840
+  (0.0ms) BEGIN
201841
+  (0.0ms) BEGIN
201842
+  (0.0ms) SAVEPOINT active_record_2
201843
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201844
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1
201845
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'about' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201846
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1
201847
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'about', 0, 0)
201848
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201849
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201850
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about/test' LIMIT 1
201851
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'test' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` = 49) LIMIT 1
201852
+ SpudPage Exists (0.4ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about/test' AND `spud_pages`.`site_id` = 0) LIMIT 1
201853
+  (0.5ms) ROLLBACK
201854
+  (0.0ms) ROLLBACK
201855
+  (0.1ms) BEGIN
201856
+  (0.0ms) BEGIN
201857
+  (0.0ms) SAVEPOINT active_record_2
201858
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201859
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'testimonials' LIMIT 1
201860
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'testimonials' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201861
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'testimonials' AND `spud_pages`.`site_id` = 0) LIMIT 1
201862
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'testimonials', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'testimonials', 0, 0)
201863
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201864
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201865
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'testimonials-1' LIMIT 1
201866
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'testimonials' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201867
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'testimonials-1' AND `spud_pages`.`site_id` = 0) LIMIT 1
201868
+  (0.2ms) ROLLBACK
201869
+  (0.0ms) ROLLBACK
201870
+  (0.0ms) BEGIN
201871
+  (0.0ms) BEGIN
201872
+  (0.0ms) SAVEPOINT active_record_2
201873
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201874
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'another' LIMIT 1
201875
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'another' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201876
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'another' AND `spud_pages`.`site_id` = 0) LIMIT 1
201877
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'another', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'another', 0, 0)
201878
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201879
+  (0.1ms) SAVEPOINT active_record_2
201880
+ SpudPage Load (0.4ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 51)
201881
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'again' LIMIT 1
201882
+ SpudPermalink Exists (0.3ms) SELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'another' AND `spud_permalinks`.`site_id` = 0) LIMIT 1
201883
+ SQL (0.2ms) INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (51, 'SpudPage', '2012-12-21 15:58:07', 0, '2012-12-21 15:58:07', 'another')
201884
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'again' AND `spud_pages`.`id` != 51 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201885
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'again' AND `spud_pages`.`id` != 51 AND `spud_pages`.`site_id` = 0) LIMIT 1
201886
+  (0.1ms) UPDATE `spud_pages` SET `name` = 'again', `url_name` = 'again', `updated_at` = '2012-12-21 15:58:07' WHERE `spud_pages`.`id` = 51
201887
+  (0.0ms) RELEASE SAVEPOINT active_record_2
201888
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201889
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'another' LIMIT 1
201890
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 51 LIMIT 1
201891
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'another-1' LIMIT 1
201892
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'another' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201893
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'another-1' AND `spud_pages`.`site_id` = 0) LIMIT 1
201894
+  (0.8ms) ROLLBACK
201895
+  (0.0ms) ROLLBACK
201896
+  (0.0ms) BEGIN
201897
+  (0.2ms) BEGIN
201898
+  (0.1ms) SAVEPOINT active_record_2
201899
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201900
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'permapage' LIMIT 1
201901
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'permapage' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201902
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'permapage' AND `spud_pages`.`site_id` = 0) LIMIT 1
201903
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'permapage', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'permapage', 0, 0)
201904
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201905
+  (0.1ms) SAVEPOINT active_record_2
201906
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 52)
201907
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'permapage-new' LIMIT 1
201908
+ SpudPermalink Exists (0.3ms) SELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'permapage' AND `spud_permalinks`.`site_id` = 0) LIMIT 1
201909
+ SQL (0.1ms) INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (52, 'SpudPage', '2012-12-21 15:58:07', 0, '2012-12-21 15:58:07', 'permapage')
201910
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'permapage new' AND `spud_pages`.`id` != 52 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201911
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'permapage-new' AND `spud_pages`.`id` != 52 AND `spud_pages`.`site_id` = 0) LIMIT 1
201912
+  (0.2ms) UPDATE `spud_pages` SET `name` = 'permapage new', `url_name` = 'permapage-new', `updated_at` = '2012-12-21 15:58:07' WHERE `spud_pages`.`id` = 52
201913
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201914
+  (0.1ms) SELECT COUNT(*) FROM `spud_permalinks` 
201915
+  (0.2ms) SELECT COUNT(*) FROM `spud_permalinks` WHERE `spud_permalinks`.`attachment_id` = 52 AND `spud_permalinks`.`attachment_type` = 'SpudPage' AND `spud_permalinks`.`url_name` = 'permapage'
201916
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 52)
201917
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'permapage' LIMIT 1
201918
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 52 LIMIT 1
201919
+  (0.1ms) SAVEPOINT active_record_2
201920
+ SQL (0.1ms) DELETE FROM `spud_permalinks` WHERE `spud_permalinks`.`id` = 5
201921
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201922
+  (0.1ms) SAVEPOINT active_record_2
201923
+ SpudPermalink Exists (0.2ms) SELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'permapage-new' AND `spud_permalinks`.`site_id` = 0) LIMIT 1
201924
+ SQL (0.2ms) INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (52, 'SpudPage', '2012-12-21 15:58:07', 0, '2012-12-21 15:58:07', 'permapage-new')
201925
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201926
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'permapage' AND `spud_pages`.`id` != 52 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201927
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'permapage' AND `spud_pages`.`id` != 52 AND `spud_pages`.`site_id` = 0) LIMIT 1
201928
+  (0.2ms) SELECT COUNT(*) FROM `spud_permalinks` WHERE `spud_permalinks`.`attachment_id` = 52 AND `spud_permalinks`.`attachment_type` = 'SpudPage' AND `spud_permalinks`.`url_name` = 'permapage'
201929
+  (0.4ms) ROLLBACK
201930
+  (0.0ms) ROLLBACK
201931
+  (0.0ms) BEGIN
201932
+  (0.0ms) BEGIN
201933
+  (0.1ms) SAVEPOINT active_record_2
201934
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201935
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'original' LIMIT 1
201936
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'original' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201937
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'original' AND `spud_pages`.`site_id` = 0) LIMIT 1
201938
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'original', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'original', 0, 0)
201939
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201940
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'new' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201941
+ SpudPage Exists (0.3ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'original' AND `spud_pages`.`site_id` = 0) LIMIT 1
201942
+  (0.3ms) ROLLBACK
201943
+  (0.0ms) ROLLBACK
201944
+  (0.0ms) BEGIN
201945
+  (0.1ms) BEGIN
201946
+  (0.1ms) SAVEPOINT active_record_2
201947
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201948
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'original' LIMIT 1
201949
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'original' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201950
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'original' AND `spud_pages`.`site_id` = 0) LIMIT 1
201951
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'original', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'original', 0, 0)
201952
+  (0.2ms) RELEASE SAVEPOINT active_record_2
201953
+  (0.1ms) SAVEPOINT active_record_2
201954
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 54)
201955
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'original2' LIMIT 1
201956
+ SpudPermalink Exists (0.2ms) SELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'original' AND `spud_permalinks`.`site_id` = 0) LIMIT 1
201957
+ SQL (0.3ms) INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (54, 'SpudPage', '2012-12-21 15:58:07', 0, '2012-12-21 15:58:07', 'original')
201958
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'original2' AND `spud_pages`.`id` != 54 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201959
+ SpudPage Exists (0.3ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'original2' AND `spud_pages`.`id` != 54 AND `spud_pages`.`site_id` = 0) LIMIT 1
201960
+  (0.2ms) UPDATE `spud_pages` SET `name` = 'original2', `url_name` = 'original2', `updated_at` = '2012-12-21 15:58:07' WHERE `spud_pages`.`id` = 54
201961
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201962
+  (0.0ms) SAVEPOINT active_record_2
201963
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
201964
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'new' LIMIT 1
201965
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'new' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
201966
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'new' AND `spud_pages`.`site_id` = 0) LIMIT 1
201967
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2012-12-21 15:58:07', NULL, 'html', NULL, NULL, NULL, 'new', NULL, NULL, NULL, 1, 0, NULL, '2012-12-21 15:58:07', NULL, 'new', 0, 0)
201968
+  (0.1ms) RELEASE SAVEPOINT active_record_2
201969
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 55 LIMIT 1
201970
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'original' LIMIT 1
201971
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 54 LIMIT 1
201972
+  (0.5ms) ROLLBACK
201973
+  (0.0ms) ROLLBACK