spud_cms 0.9.13 → 0.9.14
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.
- data/app/controllers/pages_controller.rb +8 -0
- data/lib/spud_cms/version.rb +1 -1
- data/spec/dummy/log/test.log +1874 -0
- metadata +6 -4
@@ -0,0 +1,1874 @@
|
|
1
|
+
Connecting to database specified by database.yml
|
2
|
+
Creating scope :public. Overwriting existing method SpudPage.public.
|
3
|
+
[1m[36m (0.3ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
4
|
+
[1m[35m (0.2ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
5
|
+
[1m[36m (1.9ms)[0m [1mSELECT DATABASE() as db[0m
|
6
|
+
[1m[35m (12.4ms)[0m select table_name from information_schema.views where table_schema = 'spud_cms_test'
|
7
|
+
[1m[36m (2.2ms)[0m [1mTRUNCATE TABLE `spud_admin_permissions`;[0m
|
8
|
+
[1m[35m (1.7ms)[0m TRUNCATE TABLE `spud_menu_items`;
|
9
|
+
[1m[36m (1.7ms)[0m [1mTRUNCATE TABLE `spud_menus`;[0m
|
10
|
+
[1m[35m (2.1ms)[0m TRUNCATE TABLE `spud_page_liquid_tags`;
|
11
|
+
[1m[36m (2.2ms)[0m [1mTRUNCATE TABLE `spud_page_partial_revisions`;[0m
|
12
|
+
[1m[35m (2.2ms)[0m TRUNCATE TABLE `spud_page_partials`;
|
13
|
+
[1m[36m (4.1ms)[0m [1mTRUNCATE TABLE `spud_pages`;[0m
|
14
|
+
[1m[35m (2.0ms)[0m TRUNCATE TABLE `spud_permalinks`;
|
15
|
+
[1m[36m (2.5ms)[0m [1mTRUNCATE TABLE `spud_snippets`;[0m
|
16
|
+
[1m[35m (1.6ms)[0m TRUNCATE TABLE `spud_user_settings`;
|
17
|
+
[1m[36m (1.8ms)[0m [1mTRUNCATE TABLE `spud_users`;[0m
|
18
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
19
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
20
|
+
[1m[35m (0.1ms)[0m BEGIN
|
21
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
22
|
+
[1m[35mSpudPage Load (1.8ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
23
|
+
[1m[36mSpudPermalink Load (0.3ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page1' LIMIT 1[0m
|
24
|
+
[1m[35mSpudPage Exists (0.3ms)[0m 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
|
25
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page1' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
26
|
+
[1m[35mSQL (0.3ms)[0m 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 ('2013-02-11 20:55:14', NULL, 'html', NULL, NULL, NULL, 'Page1', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:14', NULL, 'page1', 0, 0)
|
27
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
28
|
+
Processing by PagesController#show as HTML
|
29
|
+
Parameters: {"id"=>"page1"}
|
30
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'page1' LIMIT 1
|
31
|
+
[1m[36mSpudPagePartial Load (0.3ms)[0m [1mSELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (1)[0m
|
32
|
+
Rendered /Users/gregwoods/Source/spud/spud_cms/app/views/pages/show.html.erb within layouts/application (2.9ms)
|
33
|
+
Completed 200 OK in 93ms (Views: 17.8ms | ActiveRecord: 2.4ms)
|
34
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
35
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
36
|
+
[1m[35m (0.1ms)[0m BEGIN
|
37
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
38
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
39
|
+
[1m[36mSpudPage Load (0.4ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
40
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'home' LIMIT 1
|
41
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
42
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'home' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
43
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT 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 ('2013-02-11 20:55:15', NULL, 'html', NULL, NULL, NULL, 'home', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:15', NULL, 'home', 0, 0)[0m
|
44
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
45
|
+
Processing by PagesController#show as HTML
|
46
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'home' LIMIT 1[0m
|
47
|
+
[1m[35mSpudPagePartial Load (0.2ms)[0m SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (2)
|
48
|
+
Completed 200 OK in 6ms (Views: 1.3ms | ActiveRecord: 0.6ms)
|
49
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
50
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
51
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
52
|
+
[1m[35m (0.0ms)[0m BEGIN
|
53
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
54
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
55
|
+
[1m[36mSpudPermalink Load (0.3ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1[0m
|
56
|
+
[1m[35mSpudPage Exists (0.3ms)[0m 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
|
57
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
58
|
+
[1m[35mSQL (0.7ms)[0m 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 ('2013-02-11 20:55:15', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:15', NULL, 'about', 0, 0)
|
59
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
60
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
61
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 3)[0m
|
62
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about-us' LIMIT 1
|
63
|
+
[1m[36mSpudPermalink Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'about' AND `spud_permalinks`.`site_id` = 0) LIMIT 1[0m
|
64
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (3, 'SpudPage', '2013-02-11 20:55:15', 0, '2013-02-11 20:55:15', 'about')
|
65
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
66
|
+
[1m[35mSpudPage Exists (0.3ms)[0m 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
|
67
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_pages` SET `name` = 'about us', `url_name` = 'about-us', `updated_at` = '2013-02-11 20:55:15' WHERE `spud_pages`.`id` = 3[0m
|
68
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
69
|
+
Processing by PagesController#show as HTML
|
70
|
+
Parameters: {"id"=>"about"}
|
71
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'about' LIMIT 1[0m
|
72
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`url_name` = 'about' LIMIT 1
|
73
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 3 LIMIT 1[0m
|
74
|
+
Redirected to http://test.host/about-us
|
75
|
+
Completed 301 Moved Permanently in 10ms (ActiveRecord: 0.8ms)
|
76
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
77
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
78
|
+
[1m[35m (0.0ms)[0m BEGIN
|
79
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
80
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
81
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
82
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1
|
83
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
84
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
85
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT 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 ('2013-02-11 20:55:15', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:15', NULL, 'about', 0, 1)[0m
|
86
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
87
|
+
Processing by PagesController#show as HTML
|
88
|
+
Parameters: {"id"=>"about"}
|
89
|
+
[1m[36mSpudPage Load (0.4ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'about' LIMIT 1[0m
|
90
|
+
[1m[35mSpudPagePartial Load (0.2ms)[0m SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (4)
|
91
|
+
Redirected to http://test.host/spud/user_session/new
|
92
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.6ms)
|
93
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
94
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
95
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
96
|
+
[1m[35m (0.1ms)[0m BEGIN
|
97
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
98
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
99
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
100
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '85355ddc5124a49e6c913743df85e3312afa3913a80b9aafae014c9ad13b500282ffc114875bf470d1ff660cd4e15562069976cdebb9480e3f0f283f457cfa3a' LIMIT 1
|
101
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'sNjU1RJaU0E1mW76o3e3' LIMIT 1[0m
|
102
|
+
[1m[35mSQL (1.0ms)[0m 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 ('2013-02-11 20:55:15', 'd0ad8b0d677d0b9e2c70673ed080284a8a3e2dcc2779933322843abc79915862e2d1a2e06213fd789123d968344c527a39a4189dcbab020e705fe99dd6c8135a', '2013-02-11 20:55:15', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:15', 'testuser', 1, 'N8JTQU4d6EGpwSRBTUaS', 'eNkRwFUzFY2thGJxxCH', '85355ddc5124a49e6c913743df85e3312afa3913a80b9aafae014c9ad13b500282ffc114875bf470d1ff660cd4e15562069976cdebb9480e3f0f283f457cfa3a', 'sNjU1RJaU0E1mW76o3e3', 1, NULL, '2013-02-11 20:55:15')
|
103
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
104
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
105
|
+
[1m[36m (0.4ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:15', `last_login_ip` = '0.0.0.0', `perishable_token` = 'cdYRBLLeBmftTHZ5tpe', `updated_at` = '2013-02-11 20:55:15' WHERE `spud_users`.`id` = 1[0m
|
106
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
107
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
108
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
109
|
+
[1m[36mSpudPermalink Load (0.3ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1[0m
|
110
|
+
[1m[35mSpudPage Exists (0.3ms)[0m 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
|
111
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
112
|
+
[1m[35mSQL (0.3ms)[0m 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 ('2013-02-11 20:55:15', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:15', NULL, 'about', 0, 1)
|
113
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
114
|
+
Processing by PagesController#show as HTML
|
115
|
+
Parameters: {"id"=>"about"}
|
116
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 1 LIMIT 1
|
117
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'about' LIMIT 1[0m
|
118
|
+
[1m[35mSpudPagePartial Load (0.3ms)[0m SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (5)
|
119
|
+
Completed 200 OK in 9ms (Views: 1.3ms | ActiveRecord: 0.9ms)
|
120
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
121
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
122
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
123
|
+
[1m[35m (0.0ms)[0m BEGIN
|
124
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
125
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
126
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1[0m
|
127
|
+
[1m[35mSpudPage Exists (0.3ms)[0m 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
|
128
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
129
|
+
[1m[35mSQL (0.9ms)[0m 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 ('2013-02-11 20:55:15', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:15', NULL, 'about', 0, 0)
|
130
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
131
|
+
Processing by PagesController#show as HTML
|
132
|
+
Parameters: {"id"=>"about"}
|
133
|
+
[1m[35mSpudPage Load (0.3ms)[0m 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
|
134
|
+
[1m[36mSpudPermalink Load (0.3ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`url_name` = 'about' AND `spud_permalinks`.`site_id` = 1 LIMIT 1[0m
|
135
|
+
Completed 404 Not Found in 8ms (Views: 2.9ms | ActiveRecord: 0.6ms)
|
136
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
137
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
138
|
+
[1m[35m (0.0ms)[0m BEGIN
|
139
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
140
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
141
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
142
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1
|
143
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
144
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
145
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT 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 ('2013-02-11 20:55:15', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:15', NULL, 'about', 0, 0)[0m
|
146
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
147
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
148
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1
|
149
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1[0m
|
150
|
+
[1m[35mSpudPage Exists (0.3ms)[0m 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
|
151
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 1) LIMIT 1[0m
|
152
|
+
[1m[35mSQL (0.3ms)[0m 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 ('2013-02-11 20:55:15', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 1, NULL, '2013-02-11 20:55:15', NULL, 'about', 0, 0)
|
153
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
154
|
+
Processing by PagesController#show as HTML
|
155
|
+
Parameters: {"id"=>"about"}
|
156
|
+
[1m[35mSpudPage Load (0.5ms)[0m 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
|
157
|
+
[1m[36mSpudPagePartial Load (0.3ms)[0m [1mSELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (8)[0m
|
158
|
+
Completed 200 OK in 6ms (Views: 1.3ms | ActiveRecord: 0.7ms)
|
159
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
160
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
161
|
+
[1m[35m (0.0ms)[0m BEGIN
|
162
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
163
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
164
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
165
|
+
[1m[35mSpudPermalink Load (0.4ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'home' LIMIT 1
|
166
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
167
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'home' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
168
|
+
[1m[36mSQL (0.9ms)[0m [1mINSERT 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 ('2013-02-11 20:55:15', NULL, 'html', NULL, NULL, NULL, 'home', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:15', NULL, 'home', 0, 0)[0m
|
169
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
170
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
171
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1
|
172
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'home' LIMIT 1[0m
|
173
|
+
[1m[35mSpudPage Exists (0.3ms)[0m 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
|
174
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'home' AND `spud_pages`.`site_id` = 1) LIMIT 1[0m
|
175
|
+
[1m[35mSQL (0.2ms)[0m 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 ('2013-02-11 20:55:15', NULL, 'html', NULL, NULL, NULL, 'home', NULL, NULL, NULL, 1, 1, NULL, '2013-02-11 20:55:15', NULL, 'home', 0, 0)
|
176
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
177
|
+
Processing by PagesController#show as HTML
|
178
|
+
[1m[35mSpudPage Load (0.5ms)[0m 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
|
179
|
+
[1m[36mSpudPagePartial Load (0.3ms)[0m [1mSELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (10)[0m
|
180
|
+
Completed 200 OK in 6ms (Views: 1.3ms | ActiveRecord: 0.8ms)
|
181
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
182
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
183
|
+
[1m[35m (0.0ms)[0m BEGIN
|
184
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
185
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
186
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
187
|
+
[1m[35m (0.1ms)[0m BEGIN
|
188
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
189
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
190
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
191
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
192
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'ad23d60bc8c353b43693bf1552de80efe6be6d447cab0b03fb56b8678586eac2b6863477bbdcc7cbc9448e0f495072a785b7a0452bde961fafd7f006020a2e24' LIMIT 1[0m
|
193
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'DkqMi1vOXhL3MrDtzWI' LIMIT 1
|
194
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT 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 ('2013-02-11 20:55:15', '170393b6f8b33105cf17a6ac0807a2df68bb4f82e8d88dd0529cf6906ef5224a093b27dc08fbeec3fbc756c6c3a10dad3a65e88a25fdcf31c4e6f3025f4e006f', '2013-02-11 20:55:15', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:15', 'testuser', 1, 'doq0OoXjuVZ3Ux0t023D', 'R8617z5HGdx0pxlruV2', 'ad23d60bc8c353b43693bf1552de80efe6be6d447cab0b03fb56b8678586eac2b6863477bbdcc7cbc9448e0f495072a785b7a0452bde961fafd7f006020a2e24', 'DkqMi1vOXhL3MrDtzWI', 1, NULL, '2013-02-11 20:55:15')[0m
|
195
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
196
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
197
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:15', `last_login_ip` = '0.0.0.0', `perishable_token` = 'DBqvm1tOJlIcJqKq4vG', `updated_at` = '2013-02-11 20:55:15' WHERE `spud_users`.`id` = 2
|
198
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
199
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
200
|
+
[1m[36mSpudMenu Exists (0.4ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu1' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
201
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:15', NULL, 'Menu1', 0, '2013-02-11 20:55:15')
|
202
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
203
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_2
|
204
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT 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, '2013-02-11 20:55:15', NULL, 0, 'Menu Item 1', 1, 'SpudMenu', 1, NULL, '2013-02-11 20:55:15', NULL)[0m
|
205
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
206
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
207
|
+
[1m[35mSQL (0.2ms)[0m 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, '2013-02-11 20:55:15', NULL, 0, 'Menu Item 2', 1, 'SpudMenu', 1, NULL, '2013-02-11 20:55:15', NULL)
|
208
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
209
|
+
Processing by Spud::Admin::MenuItemsController#index as HTML
|
210
|
+
Parameters: {"menu_id"=>"1"}
|
211
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 2 LIMIT 1
|
212
|
+
[1m[36mSpudMenu Load (0.3ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 1 LIMIT 1[0m
|
213
|
+
Completed 200 OK in 15ms (Views: 4.0ms | ActiveRecord: 0.6ms)
|
214
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `spud_menu_items` WHERE `spud_menu_items`.`parent_id` = 1 AND `spud_menu_items`.`parent_type` = 'SpudMenu'
|
215
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
216
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
217
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
218
|
+
[1m[35m (0.0ms)[0m BEGIN
|
219
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
220
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
221
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
222
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'b0db4113438cd16d01c5d947bc436500e23a4a22db5f1a8c3dd19a619d1643c12aa53c4f226fd75de1776417ed26572e82764448a75ad08a20bb7e06ae4eefc7' LIMIT 1
|
223
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'TA8Yn5hPenW4mzlgb7EB' LIMIT 1[0m
|
224
|
+
[1m[35mSQL (0.3ms)[0m 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 ('2013-02-11 20:55:15', '91668e0079856057d55c85c038a81a16a57f7803deca51cc1e9aeef81b20a3df61db2f8cf7fe3b1316e5c7b60266c939301fce6ae0e9e45303ad98f95549d79a', '2013-02-11 20:55:15', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:15', 'testuser', 1, 'idpFMHwXyZPM11dOT6', '5Mnu0dNlcU3ZADotCZZ', 'b0db4113438cd16d01c5d947bc436500e23a4a22db5f1a8c3dd19a619d1643c12aa53c4f226fd75de1776417ed26572e82764448a75ad08a20bb7e06ae4eefc7', 'TA8Yn5hPenW4mzlgb7EB', 1, NULL, '2013-02-11 20:55:15')
|
225
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
226
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
227
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:15', `last_login_ip` = '0.0.0.0', `perishable_token` = 'H34jBmQHSAosis2l9CJm', `updated_at` = '2013-02-11 20:55:15' WHERE `spud_users`.`id` = 3[0m
|
228
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
229
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
230
|
+
[1m[35mSpudMenu Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu2' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
231
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:15', NULL, 'Menu2', 0, '2013-02-11 20:55:15')[0m
|
232
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
233
|
+
Processing by Spud::Admin::MenuItemsController#index as HTML
|
234
|
+
Parameters: {"menu_id"=>"3"}
|
235
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 3 LIMIT 1[0m
|
236
|
+
[1m[35mSpudMenu Load (0.2ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 3 LIMIT 1
|
237
|
+
Redirected to http://test.host/spud/admin/menus
|
238
|
+
Filter chain halted as :load_menu rendered or redirected
|
239
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.5ms)
|
240
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
241
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
242
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
243
|
+
[1m[35m (0.0ms)[0m BEGIN
|
244
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
245
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
246
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
247
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '15d100074e1219a2f0c0303ff415dfb77893dfcfb8f413c43bbaaeef7c9a28d2d5d2a40a5f997bd1f4853730098f68e0db96d1329eb5da1188e69b8dc97c6c0a' LIMIT 1
|
248
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '3gyRKMZRvDAA5keR87V' LIMIT 1[0m
|
249
|
+
[1m[35mSQL (1.0ms)[0m 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 ('2013-02-11 20:55:15', '11f626259d69a50449264498890ee27a87d66e9981726c978759e9ebca63f58581edaeb5c6efb3780826a5ed425fedb48f87d0cc52fa9b38eb4c4dcb0c11d847', '2013-02-11 20:55:15', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:15', 'testuser', 1, 'ecn8iwUwFNkBODssWnGe', 'DSOm3pN7IwsTEoeo8wl', '15d100074e1219a2f0c0303ff415dfb77893dfcfb8f413c43bbaaeef7c9a28d2d5d2a40a5f997bd1f4853730098f68e0db96d1329eb5da1188e69b8dc97c6c0a', '3gyRKMZRvDAA5keR87V', 1, NULL, '2013-02-11 20:55:15')
|
250
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
251
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
252
|
+
[1m[36m (0.4ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:15', `last_login_ip` = '0.0.0.0', `perishable_token` = 'M0uF72PKzwj5uFHrWKG5', `updated_at` = '2013-02-11 20:55:15' WHERE `spud_users`.`id` = 4[0m
|
253
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
254
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
255
|
+
[1m[35mSpudMenu Exists (0.4ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu3' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
256
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:15', NULL, 'Menu3', 0, '2013-02-11 20:55:15')[0m
|
257
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
258
|
+
Processing by Spud::Admin::MenuItemsController#new as HTML
|
259
|
+
Parameters: {"menu_id"=>"3"}
|
260
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 4 LIMIT 1[0m
|
261
|
+
[1m[35mSpudMenu Load (0.2ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 3 LIMIT 1
|
262
|
+
Completed 200 OK in 10ms (Views: 2.1ms | ActiveRecord: 0.5ms)
|
263
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
264
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
265
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
266
|
+
[1m[35m (0.0ms)[0m BEGIN
|
267
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
268
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
269
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
270
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '1196dba8e6eb48ba4994c61ecc759d11f9d6498359c332e5ead3f908e26e63a254b7d02e81ba75906c92dee3e9c9cf3a989c322ed8df70a8f190626b913e535e' LIMIT 1
|
271
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'ebUWdDLPuz8e8qEzsP4' LIMIT 1[0m
|
272
|
+
[1m[35mSQL (0.3ms)[0m 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 ('2013-02-11 20:55:15', 'bf73a95cb24f73128903c49421c32aa58882d53f358d880c1afa92ac53d3f4b91ab8c4b104a8eecf6f2e6cbe07bb9e184f0e36daaa24696c03166d93c451fde8', '2013-02-11 20:55:15', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:15', 'testuser', 1, 't5dhWunMoyznASRmVwP', 'lrsV76q4kWMIfl1IQw', '1196dba8e6eb48ba4994c61ecc759d11f9d6498359c332e5ead3f908e26e63a254b7d02e81ba75906c92dee3e9c9cf3a989c322ed8df70a8f190626b913e535e', 'ebUWdDLPuz8e8qEzsP4', 1, NULL, '2013-02-11 20:55:15')
|
273
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
274
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
275
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:15', `last_login_ip` = '0.0.0.0', `perishable_token` = 'pQTNB48Fv7HGZXSuee8', `updated_at` = '2013-02-11 20:55:15' WHERE `spud_users`.`id` = 5[0m
|
276
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
277
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
278
|
+
[1m[35mSpudMenu Exists (0.4ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu4' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
279
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:15', NULL, 'Menu4', 0, '2013-02-11 20:55:15')[0m
|
280
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
281
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `spud_menu_items` [0m
|
282
|
+
Processing by Spud::Admin::MenuItemsController#create as HTML
|
283
|
+
Parameters: {"spud_menu_item"=>{"name"=>"Menu Item 3", "parent_type"=>"SpudMenu", "parent_id"=>nil}, "menu_id"=>"4"}
|
284
|
+
[1m[35mSpudUser Load (0.5ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 5 LIMIT 1
|
285
|
+
[1m[36mSpudMenu Load (0.2ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 4 LIMIT 1[0m
|
286
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
287
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT 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, '2013-02-11 20:55:15', NULL, 0, 'Menu Item 3', 4, 'SpudMenu', 4, NULL, '2013-02-11 20:55:15', NULL)[0m
|
288
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
289
|
+
Redirected to http://test.host/spud/admin/menus/4/menu_items
|
290
|
+
Completed 302 Found in 19ms (ActiveRecord: 0.0ms)
|
291
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `spud_menu_items` [0m
|
292
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
293
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
294
|
+
[1m[35m (0.0ms)[0m BEGIN
|
295
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
296
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
297
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
298
|
+
[1m[35mSpudUser Exists (0.4ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
299
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '52d8c534aeae8092fc924747bad0170ea5300910374cb0cf61ced76ca9c0f5325bcf9852b8c746d6d6c52e2b2ede42ccfa8db0b0bc5d1b929a5287636c4a7829' LIMIT 1[0m
|
300
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'ZLIJEoSparE2giIMIPZ' LIMIT 1
|
301
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT 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 ('2013-02-11 20:55:15', '82341173c8555c35ab5ca9da9a4af25506a58fefff5b8d110c62ad0a1b5cc41817230be11774309b7462223c4b4e9ff74b6b9f3fcce217834bc858a343c08c77', '2013-02-11 20:55:15', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:15', 'testuser', 1, '7rzguc1fuan39MHMIYGP', 'TLtebabuf03f67Q9FvKj', '52d8c534aeae8092fc924747bad0170ea5300910374cb0cf61ced76ca9c0f5325bcf9852b8c746d6d6c52e2b2ede42ccfa8db0b0bc5d1b929a5287636c4a7829', 'ZLIJEoSparE2giIMIPZ', 1, NULL, '2013-02-11 20:55:15')[0m
|
302
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
303
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
304
|
+
[1m[35m (0.4ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:15', `last_login_ip` = '0.0.0.0', `perishable_token` = 'UdkD5lr8UeF6eku6OL3', `updated_at` = '2013-02-11 20:55:15' WHERE `spud_users`.`id` = 6
|
305
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
306
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
307
|
+
[1m[36mSpudMenu Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu5' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
308
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:15', NULL, 'Menu5', 0, '2013-02-11 20:55:15')
|
309
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
310
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `spud_menu_items`
|
311
|
+
Processing by Spud::Admin::MenuItemsController#create as HTML
|
312
|
+
Parameters: {"spud_menu_item"=>{"name"=>nil, "parent_type"=>"SpudMenu", "parent_id"=>nil}, "menu_id"=>"5"}
|
313
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 6 LIMIT 1[0m
|
314
|
+
[1m[35mSpudMenu Load (0.3ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 5 LIMIT 1
|
315
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
316
|
+
[1m[35m (0.3ms)[0m ROLLBACK TO SAVEPOINT active_record_2
|
317
|
+
Completed 200 OK in 12ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
318
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `spud_menu_items` [0m
|
319
|
+
[1m[35m (2.5ms)[0m ROLLBACK
|
320
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
321
|
+
[1m[35m (0.1ms)[0m BEGIN
|
322
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
323
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
324
|
+
[1m[36mSpudUser Exists (0.4ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
325
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
326
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '137c927c1a369ef2db289aa4635b129b3b2b1e91a36bb81a4be61f6fd010d160d70416c692b4d1d0a5a9fcc693ee06bc15617ed9dd29f1cbb2326e54d8616ade' LIMIT 1[0m
|
327
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'Q9hcVfRf5TwdQSvYoF7L' LIMIT 1
|
328
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT 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 ('2013-02-11 20:55:15', 'd2b2151f22bda645c1b6e73e192bcddde7f32e57a546c5aec8399af8e46a706b6b481266638ed2b737baa98770faab116fbf76d0d8993b4f3da236cbbc7128e4', '2013-02-11 20:55:15', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:15', 'testuser', 1, 'hfry02Tz4l7NYHmtAEh8', 'YnGnMG38661elMbAIg5C', '137c927c1a369ef2db289aa4635b129b3b2b1e91a36bb81a4be61f6fd010d160d70416c692b4d1d0a5a9fcc693ee06bc15617ed9dd29f1cbb2326e54d8616ade', 'Q9hcVfRf5TwdQSvYoF7L', 1, NULL, '2013-02-11 20:55:15')[0m
|
329
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
330
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
331
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:15', `last_login_ip` = '0.0.0.0', `perishable_token` = 'VGc4mMgFp2fqHT9vY06', `updated_at` = '2013-02-11 20:55:15' WHERE `spud_users`.`id` = 7
|
332
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
333
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
334
|
+
[1m[36mSpudMenu Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu6' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
335
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:15', NULL, 'Menu6', 0, '2013-02-11 20:55:15')
|
336
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
337
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
338
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT 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, '2013-02-11 20:55:15', NULL, 0, 'Menu Item 4', 6, 'SpudMenu', 1, NULL, '2013-02-11 20:55:15', NULL)[0m
|
339
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
340
|
+
Processing by Spud::Admin::MenuItemsController#create as HTML
|
341
|
+
Parameters: {"spud_menu_item"=>{"name"=>"Menu Item 5", "parent_type"=>"SpudMenu", "parent_id"=>nil, "menu_order"=>nil}, "menu_id"=>"6"}
|
342
|
+
[1m[36mSpudUser Load (0.4ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 7 LIMIT 1[0m
|
343
|
+
[1m[35mSpudMenu Load (0.3ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 6 LIMIT 1
|
344
|
+
[1m[36mSpudMenu Load (0.2ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 6 LIMIT 1[0m
|
345
|
+
[1m[35mSpudMenuItem Load (0.3ms)[0m 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
|
346
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
347
|
+
[1m[35mSQL (0.3ms)[0m 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, '2013-02-11 20:55:15', NULL, 1, 'Menu Item 5', 6, 'SpudMenu', 6, NULL, '2013-02-11 20:55:15', NULL)
|
348
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
349
|
+
Redirected to http://test.host/spud/admin/menus/6/menu_items
|
350
|
+
Completed 302 Found in 14ms (ActiveRecord: 0.0ms)
|
351
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
352
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
353
|
+
[1m[35m (0.0ms)[0m BEGIN
|
354
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
355
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
356
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
357
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
358
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '3db66f45fbc6f78d853a3499cc3e864fcdb4e762e47fbb9fbeb4d6f3f34818e92374fb999de9dc817942a6a2c96a8054a7ce5bc71d0b47147756575589d43f43' LIMIT 1[0m
|
359
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'KIV7sSM2jyi3hDmmoGiU' LIMIT 1
|
360
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT 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 ('2013-02-11 20:55:15', '9cbae0a6585404697869d70057dcfcedadfeee97921cbca124bb3f20d680876210495daaed306d99756907737d12ca38e456245621b839cbdf572500144bc09b', '2013-02-11 20:55:15', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:15', 'testuser', 1, 'Wnzsw8h5lgjoJ7cIV0wi', 'NgSIv4F6xMhds2gvFKUh', '3db66f45fbc6f78d853a3499cc3e864fcdb4e762e47fbb9fbeb4d6f3f34818e92374fb999de9dc817942a6a2c96a8054a7ce5bc71d0b47147756575589d43f43', 'KIV7sSM2jyi3hDmmoGiU', 1, NULL, '2013-02-11 20:55:15')[0m
|
361
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
362
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
363
|
+
[1m[35m (0.4ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:15', `last_login_ip` = '0.0.0.0', `perishable_token` = '5P9UALQ6notNkc4x6Ly', `updated_at` = '2013-02-11 20:55:15' WHERE `spud_users`.`id` = 8
|
364
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
365
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
366
|
+
[1m[36mSpudMenu Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu7' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
367
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:15', NULL, 'Menu7', 0, '2013-02-11 20:55:15')
|
368
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
369
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
370
|
+
[1m[36mSpudPage Load (0.4ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
371
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page2' LIMIT 1
|
372
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
373
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page2' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
374
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT 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 ('2013-02-11 20:55:15', NULL, 'html', NULL, NULL, NULL, 'Page2', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:15', NULL, 'page2', 0, 0)[0m
|
375
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
376
|
+
Processing by Spud::Admin::MenuItemsController#create as HTML
|
377
|
+
Parameters: {"spud_menu_item"=>{"name"=>nil, "parent_type"=>"SpudMenu", "parent_id"=>"1", "spud_page_id"=>"11"}, "menu_id"=>"7"}
|
378
|
+
[1m[36mSpudUser Load (0.5ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 8 LIMIT 1[0m
|
379
|
+
[1m[35mSpudMenu Load (0.3ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 7 LIMIT 1
|
380
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 11 LIMIT 1[0m
|
381
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
382
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT 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, '2013-02-11 20:55:15', NULL, 0, 'Page2', 1, 'SpudMenuItem', 7, 11, '2013-02-11 20:55:15', NULL)[0m
|
383
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
384
|
+
Redirected to http://test.host/spud/admin/menus/7/menu_items
|
385
|
+
Completed 302 Found in 16ms (ActiveRecord: 0.0ms)
|
386
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
387
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
388
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
389
|
+
[1m[35m (0.0ms)[0m BEGIN
|
390
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
391
|
+
[1m[35mSpudUser Exists (0.4ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
392
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
393
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '0605552644a06e4592e79a76d2102e41c15a7c3680f0275a7c0f5c882f11a3d7610c8879d7f16a2cb2cce0b98511ce13748c2d898a3e827284e842a7cc5ab13f' LIMIT 1
|
394
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'PNS4aFoIOkJOrw8tycCf' LIMIT 1[0m
|
395
|
+
[1m[35mSQL (0.7ms)[0m 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 ('2013-02-11 20:55:15', '58dcc2fdc6c87ac17bfee864366a11acec0b6084aec78885065aba684f2882315fff27203aa2c965af600d53f70c6635f0070f0936f7378f594c07e2abfaa616', '2013-02-11 20:55:15', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:15', 'testuser', 1, 'wN0T0rEtvzsiYQnteoK1', 'Q5gVAZl7n470hArxiTOg', '0605552644a06e4592e79a76d2102e41c15a7c3680f0275a7c0f5c882f11a3d7610c8879d7f16a2cb2cce0b98511ce13748c2d898a3e827284e842a7cc5ab13f', 'PNS4aFoIOkJOrw8tycCf', 1, NULL, '2013-02-11 20:55:15')
|
396
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
397
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
398
|
+
[1m[36m (0.4ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:15', `last_login_ip` = '0.0.0.0', `perishable_token` = '3wCPCm8kn8tXrO6sBNzc', `updated_at` = '2013-02-11 20:55:15' WHERE `spud_users`.`id` = 9[0m
|
399
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
400
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
401
|
+
[1m[35mSpudMenu Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu8' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
402
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:15', NULL, 'Menu8', 0, '2013-02-11 20:55:15')[0m
|
403
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
404
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
405
|
+
[1m[35mSQL (0.3ms)[0m 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, '2013-02-11 20:55:15', NULL, 0, 'Menu Item 6', 8, 'SpudMenu', 1, NULL, '2013-02-11 20:55:15', NULL)
|
406
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
407
|
+
Processing by Spud::Admin::MenuItemsController#create as HTML
|
408
|
+
Parameters: {"spud_menu_item"=>{"name"=>"Menu Item 7", "parent_type"=>"SpudMenu", "parent_id"=>"7"}, "menu_id"=>"8"}
|
409
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 9 LIMIT 1
|
410
|
+
[1m[36mSpudMenu Load (0.5ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 8 LIMIT 1[0m
|
411
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
412
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT 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, '2013-02-11 20:55:15', NULL, 0, 'Menu Item 7', 7, 'SpudMenuItem', 8, NULL, '2013-02-11 20:55:15', NULL)[0m
|
413
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
414
|
+
Redirected to http://test.host/spud/admin/menus/8/menu_items
|
415
|
+
Completed 302 Found in 61ms (ActiveRecord: 0.0ms)
|
416
|
+
[1m[36mSpudMenuItem Load (0.3ms)[0m [1mSELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 7 LIMIT 1[0m
|
417
|
+
[1m[35m (0.8ms)[0m ROLLBACK
|
418
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
419
|
+
[1m[35m (0.1ms)[0m BEGIN
|
420
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
421
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
422
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
423
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
424
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'fb84b543fa00bfa2aa67e40227bc5eb85d5072823e62c79fcdf6ceb1800ef2d36babdecf7567eef8b0072568bc07e9c452b04cb34dce94a2c5bf6da2c8ed230c' LIMIT 1[0m
|
425
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'YaSLzqkUnmaJrgqYm1Uw' LIMIT 1
|
426
|
+
[1m[36mSQL (0.9ms)[0m [1mINSERT 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 ('2013-02-11 20:55:15', '841a115c85a7fde0b60ae724ec657a3b5deb7c9474b8da3e9d286e15ab246b90560b29015de9eea9c6ff522d812b2f86499a97297aa932a2eab5738112b0bce6', '2013-02-11 20:55:15', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:15', 'testuser', 1, 'sTPjJInut3XAuyok5exS', 'YkWcGbzsBCeT1UL2Ph', 'fb84b543fa00bfa2aa67e40227bc5eb85d5072823e62c79fcdf6ceb1800ef2d36babdecf7567eef8b0072568bc07e9c452b04cb34dce94a2c5bf6da2c8ed230c', 'YaSLzqkUnmaJrgqYm1Uw', 1, NULL, '2013-02-11 20:55:15')[0m
|
427
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
428
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
429
|
+
[1m[35m (0.5ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:15', `last_login_ip` = '0.0.0.0', `perishable_token` = 'e3aK2hgqduR9a7YrfyZ', `updated_at` = '2013-02-11 20:55:15' WHERE `spud_users`.`id` = 10
|
430
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
431
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
432
|
+
[1m[36mSpudMenu Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu9' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
433
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:15', NULL, 'Menu9', 0, '2013-02-11 20:55:15')
|
434
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
435
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
436
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT 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, '2013-02-11 20:55:15', NULL, 0, 'Menu Item 8', 1, 'SpudMenu', 1, NULL, '2013-02-11 20:55:15', NULL)[0m
|
437
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
438
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
439
|
+
[1m[35mSQL (0.3ms)[0m 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, '2013-02-11 20:55:15', NULL, 0, 'Menu Item 9', 1, 'SpudMenu', 1, NULL, '2013-02-11 20:55:15', NULL)
|
440
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
441
|
+
Processing by Spud::Admin::MenuItemsController#edit as HTML
|
442
|
+
Parameters: {"menu_id"=>"9", "id"=>"10"}
|
443
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 10 LIMIT 1
|
444
|
+
[1m[36mSpudMenu Load (0.3ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 9 LIMIT 1[0m
|
445
|
+
[1m[35mSpudMenuItem Load (0.3ms)[0m SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 10 LIMIT 1
|
446
|
+
Completed 200 OK in 10ms (Views: 2.1ms | ActiveRecord: 1.0ms)
|
447
|
+
[1m[36m (3.0ms)[0m [1mROLLBACK[0m
|
448
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
449
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
450
|
+
[1m[35m (0.0ms)[0m BEGIN
|
451
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
452
|
+
[1m[35mSpudUser Exists (0.4ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
453
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
454
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '154ca17a44d1ca4326c9aecc410af5616840b58fddcd3d8c0fd947b463693275877e35d999baf4435748b11ef97833b7f0d0abd05e4a74cb96fea515cbae165f' LIMIT 1
|
455
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'WGhvWwKO5LpiEfAPY3' LIMIT 1[0m
|
456
|
+
[1m[35mSQL (0.9ms)[0m 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 ('2013-02-11 20:55:15', 'df169618fd4cd07f6e5cedf9754fbf5af2c540a0c93c5c3bc2bca4b74c3739d78df1a7c87b1114caa7b6cb52cea6ce647c91a1b861067a10d038ef365f8dfacd', '2013-02-11 20:55:15', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:15', 'testuser', 1, 'Az7TD2DDigocOOLgfHKZ', 'mo9O6hqqwqU1UCXeV7g', '154ca17a44d1ca4326c9aecc410af5616840b58fddcd3d8c0fd947b463693275877e35d999baf4435748b11ef97833b7f0d0abd05e4a74cb96fea515cbae165f', 'WGhvWwKO5LpiEfAPY3', 1, NULL, '2013-02-11 20:55:15')
|
457
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
458
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
459
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:15', `last_login_ip` = '0.0.0.0', `perishable_token` = 'PiYA4pxiEe3yTIgmcA36', `updated_at` = '2013-02-11 20:55:15' WHERE `spud_users`.`id` = 11[0m
|
460
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
461
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
462
|
+
[1m[35mSpudMenu Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu10' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
463
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:15', NULL, 'Menu10', 0, '2013-02-11 20:55:15')[0m
|
464
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
465
|
+
Processing by Spud::Admin::MenuItemsController#edit as HTML
|
466
|
+
Parameters: {"menu_id"=>"10", "id"=>"345"}
|
467
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 11 LIMIT 1[0m
|
468
|
+
[1m[35mSpudMenu Load (0.2ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 10 LIMIT 1
|
469
|
+
[1m[36mSpudMenuItem Load (0.2ms)[0m [1mSELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 345 LIMIT 1[0m
|
470
|
+
Redirected to http://test.host/spud/admin/menus/10/menu_items
|
471
|
+
Filter chain halted as :load_menu_item rendered or redirected
|
472
|
+
Completed 302 Found in 7ms (ActiveRecord: 0.8ms)
|
473
|
+
[1m[35m (0.6ms)[0m ROLLBACK
|
474
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
475
|
+
[1m[35m (0.0ms)[0m BEGIN
|
476
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
477
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
478
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
479
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
480
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'f4c292f0bfcd45f56504c3a337a15e31b3aff405dc30978034e6884308ef6d87510381e734b27cccf7a0bfae3aa40997966885345cd70ca48e6607e0788c2b5a' LIMIT 1[0m
|
481
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'yYGwb12VynwSozVr2LQ' LIMIT 1
|
482
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT 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 ('2013-02-11 20:55:15', 'dc0435e4526f9519ae4566b6fbe2aa5c2f78d5b2b1190f44473b1f1106bf4551477165324f9917a5868323552a3b344a9debf467286fc85da940d7fe153020f4', '2013-02-11 20:55:15', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:15', 'testuser', 1, 'r8WTrYiLjjFB29cUrwy', 'Q3F0yS923lWVRrVRqcu', 'f4c292f0bfcd45f56504c3a337a15e31b3aff405dc30978034e6884308ef6d87510381e734b27cccf7a0bfae3aa40997966885345cd70ca48e6607e0788c2b5a', 'yYGwb12VynwSozVr2LQ', 1, NULL, '2013-02-11 20:55:15')[0m
|
483
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
484
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
485
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:15', `last_login_ip` = '0.0.0.0', `perishable_token` = 'DyTPvysNUlzndCuSipz0', `updated_at` = '2013-02-11 20:55:15' WHERE `spud_users`.`id` = 12
|
486
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
487
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
488
|
+
[1m[36mSpudMenu Exists (0.4ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu11' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
489
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:15', NULL, 'Menu11', 0, '2013-02-11 20:55:15')
|
490
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
491
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
492
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT 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, '2013-02-11 20:55:15', NULL, 0, 'Menu Item 10', 1, 'SpudMenu', 1, NULL, '2013-02-11 20:55:15', NULL)[0m
|
493
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
494
|
+
Processing by Spud::Admin::MenuItemsController#update as HTML
|
495
|
+
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"}
|
496
|
+
[1m[36mSpudUser Load (0.2ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 12 LIMIT 1[0m
|
497
|
+
[1m[35mSpudMenu Load (0.3ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 11 LIMIT 1
|
498
|
+
[1m[36mSpudMenuItem Load (0.2ms)[0m [1mSELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 11 LIMIT 1[0m
|
499
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
500
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_menu_items` SET `parent_id` = 11, `name` = 'MyMenu', `spud_menu_id` = 11, `updated_at` = '2013-02-11 20:55:15' WHERE `spud_menu_items`.`id` = 11[0m
|
501
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
502
|
+
Redirected to http://test.host/spud/admin/menus/11/menu_items
|
503
|
+
Completed 302 Found in 15ms (ActiveRecord: 0.0ms)
|
504
|
+
[1m[36mSpudMenuItem Load (0.4ms)[0m [1mSELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 11 LIMIT 1[0m
|
505
|
+
[1m[35m (0.6ms)[0m ROLLBACK
|
506
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
507
|
+
[1m[35m (0.1ms)[0m BEGIN
|
508
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
509
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
510
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
511
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
512
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '3ec43d851401a564ee48326fba7204e074305451f34405e60a65daa6d570a9dde0988b4a0e8a25569b8c8e75ee8c093532c78efdb723e39bf35e29987cdc6a6c' LIMIT 1[0m
|
513
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'GKfoYqnDbzJR4wHfABv0' LIMIT 1
|
514
|
+
[1m[36mSQL (0.9ms)[0m [1mINSERT 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 ('2013-02-11 20:55:16', '7a7bffd9256fa0d80d245fdd3f5a46c2b390228d22cdec706adac75f8ce5f497b2b35df031bbd5a9be3cf3d678d988106f23da2507459635cd278a4813b2f424', '2013-02-11 20:55:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:16', 'testuser', 1, '0oRXR7qXo5zdbpAVvkM', 'kpsDHUSFDDC9uq8a6oqg', '3ec43d851401a564ee48326fba7204e074305451f34405e60a65daa6d570a9dde0988b4a0e8a25569b8c8e75ee8c093532c78efdb723e39bf35e29987cdc6a6c', 'GKfoYqnDbzJR4wHfABv0', 1, NULL, '2013-02-11 20:55:16')[0m
|
515
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
516
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
517
|
+
[1m[35m (1.1ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'YcMdymyhbMWEXscfmqj', `updated_at` = '2013-02-11 20:55:16' WHERE `spud_users`.`id` = 13
|
518
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
519
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
520
|
+
[1m[36mSpudMenu Exists (0.4ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu12' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
521
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:16', NULL, 'Menu12', 0, '2013-02-11 20:55:16')
|
522
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
523
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
524
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT 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, '2013-02-11 20:55:16', NULL, 0, 'Menu Item 11', 1, 'SpudMenu', 1, NULL, '2013-02-11 20:55:16', NULL)[0m
|
525
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
526
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
527
|
+
[1m[35mSQL (0.3ms)[0m 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, '2013-02-11 20:55:16', NULL, 0, 'Menu Item 12', 1, 'SpudMenu', 1, NULL, '2013-02-11 20:55:16', NULL)
|
528
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
529
|
+
[1m[35mSpudMenu Load (0.2ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 1 LIMIT 1
|
530
|
+
Processing by Spud::Admin::MenuItemsController#update as HTML
|
531
|
+
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"}
|
532
|
+
[1m[36mSpudUser Load (0.4ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 13 LIMIT 1[0m
|
533
|
+
[1m[35mSpudMenu Load (0.3ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 12 LIMIT 1
|
534
|
+
[1m[36mSpudMenuItem Load (0.3ms)[0m [1mSELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 13 LIMIT 1[0m
|
535
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
536
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_menu_items` SET `parent_type` = 'SpudMenuItem', `parent_id` = 12, `spud_menu_id` = 12, `updated_at` = '2013-02-11 20:55:16' WHERE `spud_menu_items`.`id` = 13[0m
|
537
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
538
|
+
Redirected to http://test.host/spud/admin/menus/12/menu_items
|
539
|
+
Completed 302 Found in 11ms (ActiveRecord: 0.0ms)
|
540
|
+
[1m[36mSpudMenuItem Load (0.3ms)[0m [1mSELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 13 LIMIT 1[0m
|
541
|
+
[1m[35mSpudMenuItem Load (0.2ms)[0m SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 12 LIMIT 1
|
542
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
543
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
544
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
545
|
+
[1m[35m (0.0ms)[0m BEGIN
|
546
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
547
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
548
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
549
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '563c991c3196c065b2658ee92624ac6cc3221eaa37e9e5e3938d595b2d7289701b6c7106fb89629fd6a484cb5f3e07ff7d1b0f05aa861e0614602c35a3106b6e' LIMIT 1
|
550
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'KSo9nZiJ1SE7QOsSz5q' LIMIT 1[0m
|
551
|
+
[1m[35mSQL (0.9ms)[0m 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 ('2013-02-11 20:55:16', 'b960a115d9abb3a22316585883d7063d6e8370d0de08d7a69c765628804f1d0e5e0b7726a9bc2ba1d3f6e01764c7a7d9e0af3221e2061808d85e386d10c89f86', '2013-02-11 20:55:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:16', 'testuser', 1, 'mzCCdulOLcTZ8Q7wfuYc', '1c9U2sVMOzxMvTmFoS6i', '563c991c3196c065b2658ee92624ac6cc3221eaa37e9e5e3938d595b2d7289701b6c7106fb89629fd6a484cb5f3e07ff7d1b0f05aa861e0614602c35a3106b6e', 'KSo9nZiJ1SE7QOsSz5q', 1, NULL, '2013-02-11 20:55:16')
|
552
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
553
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
554
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'oucUu2J34OHxmWiN9Ih', `updated_at` = '2013-02-11 20:55:16' WHERE `spud_users`.`id` = 14[0m
|
555
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
556
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
557
|
+
[1m[35mSpudMenu Exists (0.4ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu13' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
558
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:16', NULL, 'Menu13', 0, '2013-02-11 20:55:16')[0m
|
559
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
560
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
561
|
+
[1m[35mSQL (0.3ms)[0m 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, '2013-02-11 20:55:16', NULL, 0, 'Menu Item 13', 13, 'SpudMenu', 1, NULL, '2013-02-11 20:55:16', NULL)
|
562
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
563
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `spud_menu_items`
|
564
|
+
Processing by Spud::Admin::MenuItemsController#destroy as HTML
|
565
|
+
Parameters: {"menu_id"=>"13", "id"=>"14"}
|
566
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 14 LIMIT 1[0m
|
567
|
+
[1m[35mSpudMenu Load (0.2ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 13 LIMIT 1
|
568
|
+
[1m[36mSpudMenuItem Load (0.2ms)[0m [1mSELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 14 LIMIT 1[0m
|
569
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
570
|
+
[1m[36mSpudMenuItem Load (0.4ms)[0m [1mSELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`parent_id` = 14 AND `spud_menu_items`.`parent_type` = 'SpudMenuItem'[0m
|
571
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 14
|
572
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
573
|
+
Redirected to http://test.host/spud/admin/menus/13/menu_items
|
574
|
+
Completed 302 Found in 19ms (ActiveRecord: 0.0ms)
|
575
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `spud_menu_items`
|
576
|
+
[1m[36m (0.6ms)[0m [1mROLLBACK[0m
|
577
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
578
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
579
|
+
[1m[35m (0.0ms)[0m BEGIN
|
580
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
581
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
582
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
583
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'bea6d78997695b707f90e76f83a49fd3c992616affd216f7d0ab87738fc4672869cbc89bcd5664fb6b4904bfbd0660214ab5d284351b8281575e264e9b13e02a' LIMIT 1
|
584
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'HTTT9vhfn0XTjymjQXp' LIMIT 1[0m
|
585
|
+
[1m[35mSQL (0.3ms)[0m 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 ('2013-02-11 20:55:16', '5487ff64960635249212ec3673e726cf1f0414ceb6d44c0837bec4497f7e4b5f0aeec43560449f3d54695c8b512f78e50b0e669936c610fa94fb147468e61505', '2013-02-11 20:55:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:16', 'testuser', 1, 'rzyt041KHDZYSgxaiz6a', 'XFstE2jpC4pHwFsv6GIY', 'bea6d78997695b707f90e76f83a49fd3c992616affd216f7d0ab87738fc4672869cbc89bcd5664fb6b4904bfbd0660214ab5d284351b8281575e264e9b13e02a', 'HTTT9vhfn0XTjymjQXp', 1, NULL, '2013-02-11 20:55:16')
|
586
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
587
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
588
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'zB1zdQ73xK4y7TklDIO', `updated_at` = '2013-02-11 20:55:16' WHERE `spud_users`.`id` = 15[0m
|
589
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
590
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
591
|
+
[1m[35mSpudMenu Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu14' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
592
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:16', NULL, 'Menu14', 0, '2013-02-11 20:55:16')[0m
|
593
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
594
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
595
|
+
[1m[35mSQL (0.3ms)[0m 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, '2013-02-11 20:55:16', NULL, 0, 'Menu Item 14', 1, 'SpudMenu', 1, NULL, '2013-02-11 20:55:16', NULL)
|
596
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
597
|
+
Processing by Spud::Admin::MenuItemsController#edit as HTML
|
598
|
+
Parameters: {"id"=>"15", "menu_id"=>"14"}
|
599
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 15 LIMIT 1
|
600
|
+
[1m[36mSpudMenu Load (0.2ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 14 LIMIT 1[0m
|
601
|
+
Redirected to http://test.host/spud/admin/menus
|
602
|
+
Filter chain halted as :load_menu rendered or redirected
|
603
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.5ms)
|
604
|
+
[1m[35m (0.6ms)[0m ROLLBACK
|
605
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
606
|
+
[1m[35m (0.0ms)[0m BEGIN
|
607
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
608
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
609
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
610
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
611
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'dd3e4caa5c664559ffe08c1b18fe5123b981c5e09b15aa0d5cdfd85c1f265907be1e5f9bdb3299126ea474708bf505d3012690d4ad850d8e43a8ba4fa4f271db' LIMIT 1[0m
|
612
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'yWh0D4eyKOeT3jqnBcJ2' LIMIT 1
|
613
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT 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 ('2013-02-11 20:55:16', 'e0e73649e772c6ba03f0edc96ae6ad68f6a0e859f57821efc88cf12a28868b18ca532b4bdbf8de5397f59563a1af5402ade04b48f4cfa405db2776699e48afda', '2013-02-11 20:55:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:16', 'testuser', 1, 'LQu0etISqscwd87VbRkC', 'rGeYEap4UWsjFc1esS7V', 'dd3e4caa5c664559ffe08c1b18fe5123b981c5e09b15aa0d5cdfd85c1f265907be1e5f9bdb3299126ea474708bf505d3012690d4ad850d8e43a8ba4fa4f271db', 'yWh0D4eyKOeT3jqnBcJ2', 1, NULL, '2013-02-11 20:55:16')[0m
|
614
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
615
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
616
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'u3EBhY40mZkwMZnUnug6', `updated_at` = '2013-02-11 20:55:16' WHERE `spud_users`.`id` = 16
|
617
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
618
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
619
|
+
[1m[36mSpudMenu Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu15' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
620
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:16', NULL, 'Menu15', 0, '2013-02-11 20:55:16')
|
621
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
622
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
623
|
+
[1m[36mSpudMenu Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu16' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
624
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:16', NULL, 'Menu16', 0, '2013-02-11 20:55:16')
|
625
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
626
|
+
Processing by Spud::Admin::MenusController#index as HTML
|
627
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 16 LIMIT 1
|
628
|
+
Completed 200 OK in 8ms (Views: 2.4ms | ActiveRecord: 0.3ms)
|
629
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM `spud_menus` WHERE `spud_menus`.`site_id` = 0[0m
|
630
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
631
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
632
|
+
[1m[35m (0.1ms)[0m BEGIN
|
633
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
634
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
635
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
636
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
637
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '48c21f7e64b44851ff1c74b23aced0271244b060ee93751edb802409e0b47f7b7bfe9cd9318e5e65a97c2b04bccafb4a01cbd9681dc5045557973e3745bd4f83' LIMIT 1[0m
|
638
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '8G9YiqJcpNUOh490jFM0' LIMIT 1
|
639
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT 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 ('2013-02-11 20:55:16', '85cd47291708a76c2dbcbb613b9205f744b421683903cb2a9736557e9b06ab5a554fe1a1e5d58cd6502c4e3b3a44dde1091925fcee4555a43c3897b718137b4e', '2013-02-11 20:55:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:16', 'testuser', 1, 'URdmaSzZVa7FCxGzaYL', 'T4za9OsRL3SBxozwvQCz', '48c21f7e64b44851ff1c74b23aced0271244b060ee93751edb802409e0b47f7b7bfe9cd9318e5e65a97c2b04bccafb4a01cbd9681dc5045557973e3745bd4f83', '8G9YiqJcpNUOh490jFM0', 1, NULL, '2013-02-11 20:55:16')[0m
|
640
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
641
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
642
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'gFuH7V7rXQnvDrRt0oY', `updated_at` = '2013-02-11 20:55:16' WHERE `spud_users`.`id` = 17
|
643
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
644
|
+
Processing by Spud::Admin::MenusController#new as HTML
|
645
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 17 LIMIT 1
|
646
|
+
Completed 200 OK in 7ms (Views: 2.1ms | ActiveRecord: 0.3ms)
|
647
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
648
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
649
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
650
|
+
[1m[35m (0.1ms)[0m BEGIN
|
651
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
652
|
+
[1m[35mSpudUser Exists (0.4ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
653
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
654
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '27ce5795840766dc5baedb8eee4798fbc23b23e3ef64785ec303f04d03fe73c644f9fdf72bdd6c13f9c81e7ca262d96f716f277fd5b8a50277f8564fe6989b30' LIMIT 1
|
655
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'iO62wH0eELYfAGCp0QQ0' LIMIT 1[0m
|
656
|
+
[1m[35mSQL (0.9ms)[0m 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 ('2013-02-11 20:55:16', '0168e000a40da8df77d5d46039d5fd3e9ea64b283a24c6d12681c7149ca05f09caeeb063e2d4ec1698be3232fb2e35531a98245c121070a60ed8ee82d4fffe95', '2013-02-11 20:55:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:16', 'testuser', 1, 'UthMFdN4p8Muoz2QtyZO', 'u8gAI84uHcCCFzSAzp6', '27ce5795840766dc5baedb8eee4798fbc23b23e3ef64785ec303f04d03fe73c644f9fdf72bdd6c13f9c81e7ca262d96f716f277fd5b8a50277f8564fe6989b30', 'iO62wH0eELYfAGCp0QQ0', 1, NULL, '2013-02-11 20:55:16')
|
657
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
658
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
659
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:16', `last_login_ip` = '0.0.0.0', `perishable_token` = '3yIoBNlVpPliz4mbBhN', `updated_at` = '2013-02-11 20:55:16' WHERE `spud_users`.`id` = 18[0m
|
660
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
661
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `spud_menus` [0m
|
662
|
+
Processing by Spud::Admin::MenusController#create as HTML
|
663
|
+
Parameters: {"spud_menu"=>{"name"=>"Menu17"}}
|
664
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 18 LIMIT 1
|
665
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
666
|
+
[1m[35mSpudMenu Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu17' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
667
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:16', NULL, 'Menu17', 0, '2013-02-11 20:55:16')[0m
|
668
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
669
|
+
Redirected to http://test.host/spud/admin/menus/17/menu_items
|
670
|
+
Completed 302 Found in 12ms (ActiveRecord: 0.0ms)
|
671
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `spud_menus` [0m
|
672
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
673
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
674
|
+
[1m[35m (0.0ms)[0m BEGIN
|
675
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
676
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
677
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
678
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
679
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '1f18ae19a3270073810a056d854ad10af81cbe8df88f9a5d2297e621b3805b9979c22c5d97703bbe278c48c7774a6b930bf8259f91667c243715b39dbeb3aa4d' LIMIT 1[0m
|
680
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'QvYu4t4Eequ18kuEtf' LIMIT 1
|
681
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT 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 ('2013-02-11 20:55:16', '405314ea5025d1ba7a80534b3195447c1694668270e974ad9cd8777168779da2900b777dcd5bc38d8befe0f5113534b014d73de92c23b6ca863181cbfb396f08', '2013-02-11 20:55:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:16', 'testuser', 1, 'haaZ9SoCBBQS2wLXyMKQ', 'I84zMDGy3HCr8gmB14Po', '1f18ae19a3270073810a056d854ad10af81cbe8df88f9a5d2297e621b3805b9979c22c5d97703bbe278c48c7774a6b930bf8259f91667c243715b39dbeb3aa4d', 'QvYu4t4Eequ18kuEtf', 1, NULL, '2013-02-11 20:55:16')[0m
|
682
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
683
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
684
|
+
[1m[35m (0.4ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'ivcUcQZnp0DV1Ac4UxXA', `updated_at` = '2013-02-11 20:55:16' WHERE `spud_users`.`id` = 19
|
685
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
686
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `spud_menus`
|
687
|
+
Processing by Spud::Admin::MenusController#create as HTML
|
688
|
+
Parameters: {"spud_menu"=>{"name"=>nil}}
|
689
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 19 LIMIT 1[0m
|
690
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
691
|
+
[1m[36mSpudMenu Exists (0.4ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` IS NULL AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
692
|
+
[1m[35m (0.2ms)[0m ROLLBACK TO SAVEPOINT active_record_2
|
693
|
+
Completed 200 OK in 13ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
694
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `spud_menus` [0m
|
695
|
+
[1m[35m (0.9ms)[0m ROLLBACK
|
696
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
697
|
+
[1m[35m (0.1ms)[0m BEGIN
|
698
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
699
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
700
|
+
[1m[36mSpudUser Exists (0.4ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
701
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
702
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'c14cf117e698cd3f9c24a3c8ade5ccf1efa8380a56b5cf5b38c4fc28a567666c004eb0fa6d8bfa7359b8628a6ebce5d31fc88a5e0f5d14c33b6e7707103c3f49' LIMIT 1[0m
|
703
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'gKCNlDvzgp5u9TOZ9Anh' LIMIT 1
|
704
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT 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 ('2013-02-11 20:55:16', '009eef46566c68c143db818ab2ca0b5e086b6801578697aa49e14a5f565dc852d68e7a75dc8731711fa6b0a2d9d3500ad15d07b776a4dcff058f8999f711b9a9', '2013-02-11 20:55:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:16', 'testuser', 1, 'X8j7ko4TOwVkwEtVoZvc', 'zSRK3cmknA0h29iyEFKW', 'c14cf117e698cd3f9c24a3c8ade5ccf1efa8380a56b5cf5b38c4fc28a567666c004eb0fa6d8bfa7359b8628a6ebce5d31fc88a5e0f5d14c33b6e7707103c3f49', 'gKCNlDvzgp5u9TOZ9Anh', 1, NULL, '2013-02-11 20:55:16')[0m
|
705
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
706
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
707
|
+
[1m[35m (0.4ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'qTpxUPGI0cvCuACf53s', `updated_at` = '2013-02-11 20:55:16' WHERE `spud_users`.`id` = 20
|
708
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
709
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
710
|
+
[1m[36mSpudMenu Exists (0.4ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu18' AND `spud_menus`.`site_id` = 1) LIMIT 1[0m
|
711
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:16', NULL, 'Menu18', 1, '2013-02-11 20:55:16')
|
712
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
713
|
+
Processing by Spud::Admin::MenusController#edit as HTML
|
714
|
+
Parameters: {"id"=>"18"}
|
715
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 20 LIMIT 1
|
716
|
+
[1m[36mSpudMenu Load (0.3ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 18 LIMIT 1[0m
|
717
|
+
Redirected to http://test.host/spud/admin/menus
|
718
|
+
Filter chain halted as :load_menu rendered or redirected
|
719
|
+
Completed 302 Found in 7ms (ActiveRecord: 0.6ms)
|
720
|
+
[1m[35m (0.6ms)[0m ROLLBACK
|
721
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
722
|
+
[1m[35m (0.0ms)[0m BEGIN
|
723
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
724
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
725
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
726
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
727
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '6c876ba1594ef34a877b41a6de0ab0f89bb43614a676dde6423cfb664124e48146cddf9d3c5d75b50e4b9400d7c32b35f73489cc14340df8e097d0b18315c1c3' LIMIT 1[0m
|
728
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'ZqhMR26qwDaKfl3BXTiE' LIMIT 1
|
729
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT 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 ('2013-02-11 20:55:16', '842af3dd35d3f94735dc5e0e4feba0532b1ec592016a48a06566ed8632bb675d6fa2d303a1450e43a0dcda783f622d970d3d75e02b834ce3096140bfe8ba2719', '2013-02-11 20:55:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:16', 'testuser', 1, 'NTrAuY9pCNIGZRf7FkK', 'VPxtk2iqu8YEyQVmiQ1T', '6c876ba1594ef34a877b41a6de0ab0f89bb43614a676dde6423cfb664124e48146cddf9d3c5d75b50e4b9400d7c32b35f73489cc14340df8e097d0b18315c1c3', 'ZqhMR26qwDaKfl3BXTiE', 1, NULL, '2013-02-11 20:55:16')[0m
|
730
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
731
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
732
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'NmLfe3CnFxnm0V8ECUJV', `updated_at` = '2013-02-11 20:55:16' WHERE `spud_users`.`id` = 21
|
733
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
734
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
735
|
+
[1m[36mSpudMenu Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu19' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
736
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:16', NULL, 'Menu19', 0, '2013-02-11 20:55:16')
|
737
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
738
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
739
|
+
[1m[36mSpudMenu Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu20' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
740
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:16', NULL, 'Menu20', 0, '2013-02-11 20:55:16')
|
741
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
742
|
+
Processing by Spud::Admin::MenusController#edit as HTML
|
743
|
+
Parameters: {"id"=>"20"}
|
744
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 21 LIMIT 1
|
745
|
+
[1m[36mSpudMenu Load (0.2ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 20 LIMIT 1[0m
|
746
|
+
Completed 200 OK in 7ms (Views: 2.1ms | ActiveRecord: 0.5ms)
|
747
|
+
[1m[35m (0.6ms)[0m ROLLBACK
|
748
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
749
|
+
[1m[35m (0.1ms)[0m BEGIN
|
750
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
751
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
752
|
+
[1m[36mSpudUser Exists (0.4ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
753
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
754
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '80ac03782b9a61013612806da3cab56aba9ea74d76a120c6b365d2ed659a0aec2273af7c9d97cc9dee6ab7120f54aa9d07254ddab42fb582dc53d60a846792c6' LIMIT 1[0m
|
755
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'vcQQlpQh7R5zlR0lFOB' LIMIT 1
|
756
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT 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 ('2013-02-11 20:55:16', '4076f6c07b337dce42be095217d26bb1531bcb6a00e43a42e0941d9e47206985c2071feedc6346a05f6085a5c1ef59be21ad0d58adf47c295ae1c3bc6c3dfd41', '2013-02-11 20:55:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:16', 'testuser', 1, 'EJM0q3OYjjPe8ji8Wp7', 'ox0QywToAnBfcEAWiRlY', '80ac03782b9a61013612806da3cab56aba9ea74d76a120c6b365d2ed659a0aec2273af7c9d97cc9dee6ab7120f54aa9d07254ddab42fb582dc53d60a846792c6', 'vcQQlpQh7R5zlR0lFOB', 1, NULL, '2013-02-11 20:55:16')[0m
|
757
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
758
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
759
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'twqmfcnGreRTZ90AZW7J', `updated_at` = '2013-02-11 20:55:16' WHERE `spud_users`.`id` = 22
|
760
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
761
|
+
Processing by Spud::Admin::MenusController#edit as HTML
|
762
|
+
Parameters: {"id"=>"3"}
|
763
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 22 LIMIT 1
|
764
|
+
[1m[36mSpudMenu Load (0.3ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 3 LIMIT 1[0m
|
765
|
+
Redirected to http://test.host/spud/admin/menus
|
766
|
+
Filter chain halted as :load_menu rendered or redirected
|
767
|
+
Completed 302 Found in 7ms (ActiveRecord: 0.5ms)
|
768
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
769
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
770
|
+
[1m[35m (0.1ms)[0m BEGIN
|
771
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
772
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
773
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
774
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
775
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '3ff833c5c00e6852541e717d700882c76cf63dbffa1b903851ddcbcf9b92e1348c1097bad9223039fbc1f0898843fa4796fa8862e54feccda7569ed3b83bfd26' LIMIT 1[0m
|
776
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'gvZZt8kC2WqlNjtkIh4' LIMIT 1
|
777
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT 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 ('2013-02-11 20:55:16', '9446fafb3320019c104121ef99b13b25e1fb3fd1e557eac28a1cfeb675f891cd7a8ca9524fb2c1d5f58004ec6d66ec2601bd8e7548b096748775487132dcbf49', '2013-02-11 20:55:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:16', 'testuser', 1, 'lnGY8maH254Nx1yjVscY', 'Upih7dchrdkLJVFZwDl', '3ff833c5c00e6852541e717d700882c76cf63dbffa1b903851ddcbcf9b92e1348c1097bad9223039fbc1f0898843fa4796fa8862e54feccda7569ed3b83bfd26', 'gvZZt8kC2WqlNjtkIh4', 1, NULL, '2013-02-11 20:55:16')[0m
|
778
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
779
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
780
|
+
[1m[35m (0.4ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:16', `last_login_ip` = '0.0.0.0', `perishable_token` = '8DWZhr9n8xpmVZrzLIhs', `updated_at` = '2013-02-11 20:55:16' WHERE `spud_users`.`id` = 23
|
781
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
782
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
783
|
+
[1m[36mSpudMenu Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu21' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
784
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:16', NULL, 'Menu21', 0, '2013-02-11 20:55:16')
|
785
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
786
|
+
Processing by Spud::Admin::MenusController#update as HTML
|
787
|
+
Parameters: {"spud_menu"=>{"name"=>"MyMenu", "description"=>nil, "created_at"=>"2013-02-11 20:55:16 UTC", "updated_at"=>"2013-02-11 20:55:16 UTC"}, "id"=>"21"}
|
788
|
+
[1m[35mSpudUser Load (0.4ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 23 LIMIT 1
|
789
|
+
[1m[36mSpudMenu Load (0.2ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 21 LIMIT 1[0m
|
790
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
791
|
+
[1m[36mSpudMenu Exists (0.5ms)[0m [1mSELECT 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[0m
|
792
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_menus` SET `name` = 'MyMenu', `updated_at` = '2013-02-11 20:55:16' WHERE `spud_menus`.`id` = 21
|
793
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
794
|
+
Redirected to http://test.host/spud/admin/menus/21/menu_items
|
795
|
+
Completed 302 Found in 17ms (ActiveRecord: 0.0ms)
|
796
|
+
[1m[35mSpudMenu Load (0.3ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 21 LIMIT 1
|
797
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
798
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
799
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
800
|
+
[1m[35m (0.0ms)[0m BEGIN
|
801
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
802
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
803
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
804
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'e43cba95e80da7fc9a712e1e5d14761ddd7894dc7e21ef3f9dbebed1ac609166bfb2f657fadb227d4bc758ec5e4e6a705307a94f5b5bd969cad58b159e25c7d3' LIMIT 1
|
805
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '0pLwNaBd0PhGtWErvjZF' LIMIT 1[0m
|
806
|
+
[1m[35mSQL (0.7ms)[0m 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 ('2013-02-11 20:55:16', '60e058416c43052bb84150ece45133f1ccf54e5d92f063b23ad2a5a7139a686d236a7b0997fb0af662769591da93a04278d0d853e174d6a4e3b50631659c12f7', '2013-02-11 20:55:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:16', 'testuser', 1, 'cxhuIB1ekgGfHsdrdioZ', 'o5XcZdOCKmm398d2QLf', 'e43cba95e80da7fc9a712e1e5d14761ddd7894dc7e21ef3f9dbebed1ac609166bfb2f657fadb227d4bc758ec5e4e6a705307a94f5b5bd969cad58b159e25c7d3', '0pLwNaBd0PhGtWErvjZF', 1, NULL, '2013-02-11 20:55:16')
|
807
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
808
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
809
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:16', `last_login_ip` = '0.0.0.0', `perishable_token` = '0PlY4jpSNJu7LOmImVp7', `updated_at` = '2013-02-11 20:55:16' WHERE `spud_users`.`id` = 24[0m
|
810
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
811
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
812
|
+
[1m[35mSpudMenu Exists (0.4ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu22' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
813
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:16', NULL, 'Menu22', 0, '2013-02-11 20:55:16')[0m
|
814
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
815
|
+
Processing by Spud::Admin::MenusController#update as HTML
|
816
|
+
Parameters: {"spud_menu"=>{"name"=>"MyMenu", "description"=>nil, "created_at"=>"2013-02-11 20:55:16 UTC", "updated_at"=>"2013-02-11 20:55:16 UTC"}, "id"=>"22"}
|
817
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 24 LIMIT 1[0m
|
818
|
+
[1m[35mSpudMenu Load (0.3ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 22 LIMIT 1
|
819
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
820
|
+
[1m[35mSpudMenu Exists (0.4ms)[0m 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
|
821
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_menus` SET `name` = 'MyMenu', `updated_at` = '2013-02-11 20:55:16' WHERE `spud_menus`.`id` = 22[0m
|
822
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
823
|
+
Redirected to http://test.host/spud/admin/menus/22/menu_items
|
824
|
+
Completed 302 Found in 11ms (ActiveRecord: 0.0ms)
|
825
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
826
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
827
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
828
|
+
[1m[35m (0.0ms)[0m BEGIN
|
829
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
830
|
+
[1m[35mSpudUser Exists (0.4ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
831
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
832
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '77cecb9dd71855fe63e0fc239e0417be9d2feaa538cf81455f29fc8d84289a65b992d9175aff8385394f4e99192361dc8f8bf66f80d2f33f90c86b4f80cc8ffc' LIMIT 1
|
833
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '9XHCjcMQRdtT4PSSHyi' LIMIT 1[0m
|
834
|
+
[1m[35mSQL (0.8ms)[0m 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 ('2013-02-11 20:55:16', '30a4565d9018e04536f9eef953b8bdd8f8f482b77815a7b6a3e732aa5afd98fb59120071389e8886b64ea5ad0a8390d54729a413ed7d66c1a54ba58ef0c40282', '2013-02-11 20:55:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:16', 'testuser', 1, 'ryhIoEwkbL869kv4Htv', 'dl3XqP5zDtSazCMW4LV', '77cecb9dd71855fe63e0fc239e0417be9d2feaa538cf81455f29fc8d84289a65b992d9175aff8385394f4e99192361dc8f8bf66f80d2f33f90c86b4f80cc8ffc', '9XHCjcMQRdtT4PSSHyi', 1, NULL, '2013-02-11 20:55:16')
|
835
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
836
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
837
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:16', `last_login_ip` = '0.0.0.0', `perishable_token` = '7GPsokGIBueOWX7jrs', `updated_at` = '2013-02-11 20:55:16' WHERE `spud_users`.`id` = 25[0m
|
838
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
839
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
840
|
+
[1m[35mSpudMenu Exists (0.4ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu23' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
841
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:16', NULL, 'Menu23', 0, '2013-02-11 20:55:16')[0m
|
842
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
843
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `spud_menus` [0m
|
844
|
+
Processing by Spud::Admin::MenusController#destroy as HTML
|
845
|
+
Parameters: {"id"=>"23"}
|
846
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 25 LIMIT 1
|
847
|
+
[1m[36mSpudMenu Load (0.2ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 23 LIMIT 1[0m
|
848
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
849
|
+
[1m[36mSpudMenuItem Load (0.3ms)[0m [1mSELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`parent_id` = 23 AND `spud_menu_items`.`parent_type` = 'SpudMenu'[0m
|
850
|
+
[1m[35mSpudMenuItem Load (0.2ms)[0m SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`spud_menu_id` = 23
|
851
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM `spud_menus` WHERE `spud_menus`.`id` = 23[0m
|
852
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
853
|
+
Redirected to http://test.host/spud/admin/menus
|
854
|
+
Completed 302 Found in 16ms (ActiveRecord: 0.0ms)
|
855
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `spud_menus` [0m
|
856
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
857
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
858
|
+
[1m[35m (0.0ms)[0m BEGIN
|
859
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
860
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
861
|
+
[1m[36mSpudUser Exists (0.4ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
862
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
863
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '6b3a893bd11a036decda71e8070a11b210286b490b6a855e13a25f554e5c2a83fa80759f6b4362c79b1258b480e051c397d0be890c36affacb49a4cb513084ce' LIMIT 1[0m
|
864
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'PNAMlK7glZfIqvPkAE1n' LIMIT 1
|
865
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT 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 ('2013-02-11 20:55:16', '7e09ee60fe9c8bda3ab1865cd4c0894124cea3e14e415c1a7d2aad91f227237a649dccbe98b6d5318e19022dc594276e1b0a2084369784f064382b5683403f38', '2013-02-11 20:55:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:16', 'testuser', 1, 'sjIfqOuLBPrwcbi9t5Qz', '1vfva9E6s683rtsj', '6b3a893bd11a036decda71e8070a11b210286b490b6a855e13a25f554e5c2a83fa80759f6b4362c79b1258b480e051c397d0be890c36affacb49a4cb513084ce', 'PNAMlK7glZfIqvPkAE1n', 1, NULL, '2013-02-11 20:55:16')[0m
|
866
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
867
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
868
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'MIJsdudblcs9mRGeYw5', `updated_at` = '2013-02-11 20:55:16' WHERE `spud_users`.`id` = 26
|
869
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
870
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
871
|
+
[1m[36mSpudMenu Exists (0.4ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu24' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
872
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:16', NULL, 'Menu24', 0, '2013-02-11 20:55:16')
|
873
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
874
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `spud_menus`
|
875
|
+
Processing by Spud::Admin::MenusController#destroy as HTML
|
876
|
+
Parameters: {"id"=>"23532"}
|
877
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 26 LIMIT 1[0m
|
878
|
+
[1m[35mSpudMenu Load (0.3ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 23532 LIMIT 1
|
879
|
+
Redirected to http://test.host/spud/admin/menus
|
880
|
+
Filter chain halted as :load_menu rendered or redirected
|
881
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.6ms)
|
882
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `spud_menus` [0m
|
883
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
884
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
885
|
+
[1m[35m (0.0ms)[0m BEGIN
|
886
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
887
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
888
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
889
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
890
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'd2443df8b8cb491df11efe7e12c4b581ac72c90a002a027f0b7775e968f231e13ad4ab1759edaa7c2644b483001bd010194060c85872cce6a092af9d0da0be6c' LIMIT 1[0m
|
891
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'ZqGp7EvGayStlflSf9' LIMIT 1
|
892
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT 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 ('2013-02-11 20:55:16', '147d2be1737d539e35d2b098bcb0cceb6a091443dcc19abb0738306fbf6e7f4bf6bdf4bd8a08603e5e6efd864c329a7cf30354b9f7baf359e819bd3e913545cb', '2013-02-11 20:55:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:16', 'testuser', 1, 'Zgr5Ykk71W5yFavQfAv', 'LncJhpe1wyCVB2TQDmr', 'd2443df8b8cb491df11efe7e12c4b581ac72c90a002a027f0b7775e968f231e13ad4ab1759edaa7c2644b483001bd010194060c85872cce6a092af9d0da0be6c', 'ZqGp7EvGayStlflSf9', 1, NULL, '2013-02-11 20:55:16')[0m
|
893
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
894
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
895
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'L7I4pmdxgTRIIi9uyZv5', `updated_at` = '2013-02-11 20:55:16' WHERE `spud_users`.`id` = 27
|
896
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
897
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
898
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
899
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page3' LIMIT 1
|
900
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
901
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page3' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
902
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT 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 ('2013-02-11 20:55:16', NULL, 'html', NULL, NULL, NULL, 'Page3', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:16', NULL, 'page3', 0, 0)[0m
|
903
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
904
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
905
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
906
|
+
[1m[36mSpudPermalink Load (0.3ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page4' LIMIT 1[0m
|
907
|
+
[1m[35mSpudPage Exists (0.3ms)[0m 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
|
908
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page4' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
909
|
+
[1m[35mSQL (0.3ms)[0m 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 ('2013-02-11 20:55:16', NULL, 'html', NULL, NULL, NULL, 'Page4', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:16', NULL, 'page4', 0, 0)
|
910
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
911
|
+
Processing by Spud::Admin::PagesController#index as HTML
|
912
|
+
[1m[35mSpudUser Load (0.4ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 27 LIMIT 1
|
913
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`url_name` = 'home' LIMIT 1[0m
|
914
|
+
Completed 200 OK in 9ms (Views: 2.3ms | ActiveRecord: 0.7ms)
|
915
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL
|
916
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
917
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
918
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
919
|
+
[1m[35m (0.0ms)[0m BEGIN
|
920
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
921
|
+
[1m[35mSpudUser Exists (0.4ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
922
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
923
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '0cbeb5c5c1de86b4de6cf34a8cdf4fb0c9e38297846116ffcc9c371aba49ac14213ea752be0cec12588699d6632f8a03cab131524a0c30d3d8831185f305dfaf' LIMIT 1
|
924
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'iAYubYPFGi5WiknOw1fM' LIMIT 1[0m
|
925
|
+
[1m[35mSQL (0.8ms)[0m 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 ('2013-02-11 20:55:16', '01bbdb0a41b15804ba435ec3d3224b19518df3c7f768a2e111367b72d55bc04a533d4cae9f95f78c5af928823b9202c4aad3b5ce6c71198ecf9c858fb45c60aa', '2013-02-11 20:55:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:16', 'testuser', 1, '9iZIK9hSAfRpiCZHbJQs', 'x9zOR8ECTuac8Li91Hks', '0cbeb5c5c1de86b4de6cf34a8cdf4fb0c9e38297846116ffcc9c371aba49ac14213ea752be0cec12588699d6632f8a03cab131524a0c30d3d8831185f305dfaf', 'iAYubYPFGi5WiknOw1fM', 1, NULL, '2013-02-11 20:55:16')
|
926
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
927
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
928
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'oxB8H1lS2VqxDAqYoWV9', `updated_at` = '2013-02-11 20:55:16' WHERE `spud_users`.`id` = 28[0m
|
929
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
930
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
931
|
+
[1m[35mSpudPage Load (0.4ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
932
|
+
[1m[36mSpudPermalink Load (0.3ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page5' LIMIT 1[0m
|
933
|
+
[1m[35mSpudPage Exists (0.3ms)[0m 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
|
934
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page5' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
935
|
+
[1m[35mSQL (0.3ms)[0m 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 ('2013-02-11 20:55:16', NULL, 'html', NULL, NULL, NULL, 'Page5', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:16', NULL, 'page5', 0, 0)
|
936
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
937
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
938
|
+
[1m[36mSpudPage Load (0.4ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
939
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page6' LIMIT 1
|
940
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
941
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page6' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
942
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT 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 ('2013-02-11 20:55:16', NULL, 'html', NULL, NULL, NULL, 'Page6', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:16', NULL, 'page6', 0, 0)[0m
|
943
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
944
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
945
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 1 LIMIT 1
|
946
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
947
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page7' LIMIT 1
|
948
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
949
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page7' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
950
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT 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 ('2013-02-11 20:55:16', NULL, 'html', NULL, NULL, NULL, 'Page7', NULL, NULL, NULL, 1, 0, 1, '2013-02-11 20:55:16', NULL, 'page7', 0, 0)[0m
|
951
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
952
|
+
Processing by Spud::Admin::PagesController#index as HTML
|
953
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 28 LIMIT 1[0m
|
954
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`url_name` = 'home' LIMIT 1
|
955
|
+
Completed 200 OK in 7ms (Views: 1.4ms | ActiveRecord: 0.6ms)
|
956
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL[0m
|
957
|
+
[1m[35m (0.7ms)[0m ROLLBACK
|
958
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
959
|
+
[1m[35m (0.0ms)[0m BEGIN
|
960
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
961
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
962
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
963
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
964
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'b755ac5d6c1ec7106c4cf3403d5a366fa59eff4b33d91d1a164b867367a700e96e51f78039a4d0ccbf3464364c9d68ab388af3eb6efe5c2da3278aede3ef601d' LIMIT 1[0m
|
965
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'naw7ksKTh9BIlIwhSJG4' LIMIT 1
|
966
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT 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 ('2013-02-11 20:55:16', '6df62fb42d3f720e167df97c9b3ee391a6f6539c603c7a0848fba26a838538f777d68a8c82b7c5bbd24bcc2cf912905424ccf8f07723ec346b3d8bf75c711faa', '2013-02-11 20:55:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:16', 'testuser', 1, 'tW9xlYBOyxQRZwB37zGl', 'ahAu41rmMc3b6Y4wgTa', 'b755ac5d6c1ec7106c4cf3403d5a366fa59eff4b33d91d1a164b867367a700e96e51f78039a4d0ccbf3464364c9d68ab388af3eb6efe5c2da3278aede3ef601d', 'naw7ksKTh9BIlIwhSJG4', 1, NULL, '2013-02-11 20:55:16')[0m
|
967
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
968
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
969
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'wQxhuECFeEvipqwbF87K', `updated_at` = '2013-02-11 20:55:16' WHERE `spud_users`.`id` = 29
|
970
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
971
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
972
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
973
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page8' LIMIT 1
|
974
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
975
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page8' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
976
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT 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 ('2013-02-11 20:55:16', NULL, 'html', NULL, NULL, NULL, 'Page8', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:16', NULL, 'page8', 0, 0)[0m
|
977
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
978
|
+
Processing by Spud::Admin::PagesController#show as HTML
|
979
|
+
Parameters: {"id"=>"17"}
|
980
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 29 LIMIT 1[0m
|
981
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 17 LIMIT 1
|
982
|
+
[1m[36mSpudPagePartial Load (0.3ms)[0m [1mSELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (17)[0m
|
983
|
+
Completed 200 OK in 65ms (Views: 2.1ms | ActiveRecord: 0.8ms)
|
984
|
+
[1m[35m (0.8ms)[0m ROLLBACK
|
985
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
986
|
+
[1m[35m (0.1ms)[0m BEGIN
|
987
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
988
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
989
|
+
[1m[36mSpudUser Exists (0.4ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
990
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
991
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '5e6a83c867fe4c3d047f9a46cb45db341437be89fe446fcfec77340ad387146fafae48d0ec11162baef486c309b0feb8959d08d072838f4d8cf68bd189bbebdd' LIMIT 1[0m
|
992
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '6EV4Z54jx8cQgdLB57i9' LIMIT 1
|
993
|
+
[1m[36mSQL (0.9ms)[0m [1mINSERT 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 ('2013-02-11 20:55:16', '2f9dcc2165607962863c686e94841803d6260cb8906572718edd1d5b58386a844e2519375d34e38f2486bdecbe1748bb7a47cef5232e8e778ba10af72b4f20e6', '2013-02-11 20:55:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:16', 'testuser', 1, '23pfHIhFcb2r0uB1pf', 'kXTUD6rXygmyWUJ5Xg2V', '5e6a83c867fe4c3d047f9a46cb45db341437be89fe446fcfec77340ad387146fafae48d0ec11162baef486c309b0feb8959d08d072838f4d8cf68bd189bbebdd', '6EV4Z54jx8cQgdLB57i9', 1, NULL, '2013-02-11 20:55:16')[0m
|
994
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
995
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
996
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'Sh6QsPySRKacghTwrrFy', `updated_at` = '2013-02-11 20:55:16' WHERE `spud_users`.`id` = 30
|
997
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
998
|
+
Processing by Spud::Admin::PagesController#new as HTML
|
999
|
+
[1m[35mSpudUser Load (0.4ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 30 LIMIT 1
|
1000
|
+
Completed 200 OK in 27ms (Views: 2.0ms | ActiveRecord: 0.4ms)
|
1001
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
1002
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1003
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1004
|
+
[1m[35m (0.1ms)[0m BEGIN
|
1005
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
1006
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
1007
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
1008
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '29397bf0483af31472b41c98c60519368c2e9c4314f37a515708edc804a29c37acc5471580e2d6c00c2cd30e779fe47b731e0759b9927cb85808db42984ff032' LIMIT 1
|
1009
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'IZP9z3CzE7sVwpgoKu' LIMIT 1[0m
|
1010
|
+
[1m[35mSQL (1.0ms)[0m 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 ('2013-02-11 20:55:16', 'd703fa268d51c8d7089df0f63f24b04b5572e343e1df78591f8510a81974565cd8ff647d51bb15465fae5076b4c558cd159a37c313fece2c195de1f77306ffcd', '2013-02-11 20:55:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:16', 'testuser', 1, 'm9QCGVbUIBCMsyplcgW', 'BC6c1xQwlChik6ouum51', '29397bf0483af31472b41c98c60519368c2e9c4314f37a515708edc804a29c37acc5471580e2d6c00c2cd30e779fe47b731e0759b9927cb85808db42984ff032', 'IZP9z3CzE7sVwpgoKu', 1, NULL, '2013-02-11 20:55:16')
|
1011
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1012
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1013
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:16', `last_login_ip` = '0.0.0.0', `perishable_token` = '7TMS3Ee356RThT1nd0', `updated_at` = '2013-02-11 20:55:16' WHERE `spud_users`.`id` = 31[0m
|
1014
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1015
|
+
Processing by Spud::Admin::PagesController#new as HTML
|
1016
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 31 LIMIT 1[0m
|
1017
|
+
Completed 200 OK in 7ms (Views: 1.4ms | ActiveRecord: 0.3ms)
|
1018
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
1019
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
1020
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1021
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1022
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1023
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
1024
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
1025
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '714f35d5ce38a93bee53553cc4116ac1409e6a4808d647e694d3adfddfba43679efef56ca08b25a4c980742b056d4fbe925ae78f7c4d59127ca0483ed2cfe282' LIMIT 1[0m
|
1026
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '6tR9lOcxnzJUtbIpKEW' LIMIT 1
|
1027
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT 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 ('2013-02-11 20:55:16', '708ab69d2747437f8a13a4f2e226d31104cbefbbbe226833df089e140ab15d528878cee71bdc080bdd4451ddeaa56368053f8ca079d66fec1fb4c8ae6aefb814', '2013-02-11 20:55:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:16', 'testuser', 1, 'yeNJt2GVlC4Rlrop3inV', 'dGrqUtoNq6ktx3P3Ht7e', '714f35d5ce38a93bee53553cc4116ac1409e6a4808d647e694d3adfddfba43679efef56ca08b25a4c980742b056d4fbe925ae78f7c4d59127ca0483ed2cfe282', '6tR9lOcxnzJUtbIpKEW', 1, NULL, '2013-02-11 20:55:16')[0m
|
1028
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1029
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
1030
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:16', `last_login_ip` = '0.0.0.0', `perishable_token` = '9C10MIO3oUpMc788cC9', `updated_at` = '2013-02-11 20:55:16' WHERE `spud_users`.`id` = 32
|
1031
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1032
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1033
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
1034
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page9' LIMIT 1
|
1035
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
1036
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page9' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
1037
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT 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 ('2013-02-11 20:55:16', NULL, 'html', NULL, NULL, NULL, 'Page9', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:16', NULL, 'page9', 0, 0)[0m
|
1038
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
1039
|
+
Processing by Spud::Admin::PagesController#edit as HTML
|
1040
|
+
Parameters: {"id"=>"18"}
|
1041
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 32 LIMIT 1[0m
|
1042
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 18 LIMIT 1
|
1043
|
+
[1m[36mSpudPagePartial Load (0.2ms)[0m [1mSELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (18)[0m
|
1044
|
+
Completed 200 OK in 11ms (Views: 2.1ms | ActiveRecord: 0.7ms)
|
1045
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
1046
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
1047
|
+
[1m[35m (0.1ms)[0m BEGIN
|
1048
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1049
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1050
|
+
[1m[36mSpudUser Exists (0.4ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
1051
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
1052
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '176cef0ecb964126555244221760df77151d0acb9e4163600090349753a680024625166d213fd57636f708621ba1295c4af0c09e1dce1b4b68ac2e96cac3ebfd' LIMIT 1[0m
|
1053
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'RBr4zzWZhPtAsVfNzEm' LIMIT 1
|
1054
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT 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 ('2013-02-11 20:55:16', '03b3fe8e05e8a713b3148231cc1e0c3a779334121fecdcea607e2b258266fef6dfa9172d89efc130da7df9f58d58af5747f0c7065de60b08867a9ef06224a1e7', '2013-02-11 20:55:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:16', 'testuser', 1, 'xbLMSHSbj1VwT1iUsLsQ', 'I0YmUcWv4WYMvfcQAyBM', '176cef0ecb964126555244221760df77151d0acb9e4163600090349753a680024625166d213fd57636f708621ba1295c4af0c09e1dce1b4b68ac2e96cac3ebfd', 'RBr4zzWZhPtAsVfNzEm', 1, NULL, '2013-02-11 20:55:16')[0m
|
1055
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1056
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
1057
|
+
[1m[35m (0.4ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:16', `current_login_at` = '2013-02-11 20:55:17', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-02-11 20:55:17', `perishable_token` = 'ewmUBuoQmUdHGpsWGWt', `updated_at` = '2013-02-11 20:55:17' WHERE `spud_users`.`id` = 33
|
1058
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1059
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1060
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
1061
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page10' LIMIT 1
|
1062
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
1063
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page10' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
1064
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'Page10', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:17', NULL, 'page10', 0, 0)[0m
|
1065
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1066
|
+
Processing by Spud::Admin::PagesController#update as HTML
|
1067
|
+
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"}
|
1068
|
+
[1m[36mSpudUser Load (0.4ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 33 LIMIT 1[0m
|
1069
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 19 LIMIT 1
|
1070
|
+
[1m[36mSpudPagePartial Load (0.3ms)[0m [1mSELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (19)[0m
|
1071
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1072
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 19)[0m
|
1073
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'adam' LIMIT 1
|
1074
|
+
[1m[36mSpudPermalink Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'page10' AND `spud_permalinks`.`site_id` = 0) LIMIT 1[0m
|
1075
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (19, 'SpudPage', '2013-02-11 20:55:17', 0, '2013-02-11 20:55:17', 'page10')
|
1076
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 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[0m
|
1077
|
+
[1m[35mSpudPage Exists (0.3ms)[0m 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
|
1078
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_pages` SET `name` = 'Adam', `url_name` = 'adam', `updated_at` = '2013-02-11 20:55:17' WHERE `spud_pages`.`id` = 19[0m
|
1079
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
1080
|
+
Redirected to http://test.host/spud/admin/pages
|
1081
|
+
Completed 302 Found in 22ms (ActiveRecord: 3.1ms)
|
1082
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 19 LIMIT 1[0m
|
1083
|
+
[1m[35m (0.6ms)[0m ROLLBACK
|
1084
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
1085
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1086
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1087
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
1088
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
1089
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
1090
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '0fe50b3a19a221d7f73c4ea653f5efac749c11f09932b2fc1374c92ba7940af7c2c2d150c47a7e337d4003279e9ab2d9420d09c9320847a346e0fc96bef9a973' LIMIT 1[0m
|
1091
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '8YcPp44pOoc1aQIUw77O' LIMIT 1
|
1092
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT 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 ('2013-02-11 20:55:17', 'a1c57d7fbd03596ec98d59b2dc00f2595e600250ec04e2b6f1856e2aed82397cf7d9867357e8779a3073ca7989da85312ae1706ec22c836abe37d79bf3c90ec2', '2013-02-11 20:55:17', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:17', 'testuser', 1, 'jyEPW4vHaX0bWFaIBcU', 'gcQVSGIx0uZ83cy0IZxp', '0fe50b3a19a221d7f73c4ea653f5efac749c11f09932b2fc1374c92ba7940af7c2c2d150c47a7e337d4003279e9ab2d9420d09c9320847a346e0fc96bef9a973', '8YcPp44pOoc1aQIUw77O', 1, NULL, '2013-02-11 20:55:17')[0m
|
1093
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1094
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
1095
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:17', `last_login_ip` = '0.0.0.0', `perishable_token` = 'WU3HEhjAvDlbJ27k28Cl', `updated_at` = '2013-02-11 20:55:17' WHERE `spud_users`.`id` = 34
|
1096
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1097
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1098
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
1099
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page11' LIMIT 1
|
1100
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
1101
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page11' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
1102
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'Page11', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:17', NULL, 'page11', 0, 0)[0m
|
1103
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
1104
|
+
Processing by Spud::Admin::PagesController#update as HTML
|
1105
|
+
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"}
|
1106
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 34 LIMIT 1[0m
|
1107
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 20 LIMIT 1
|
1108
|
+
[1m[36mSpudPagePartial Load (0.3ms)[0m [1mSELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (20)[0m
|
1109
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
1110
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 20)[0m
|
1111
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'adam' LIMIT 1
|
1112
|
+
[1m[36mSpudPermalink Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'page11' AND `spud_permalinks`.`site_id` = 0) LIMIT 1[0m
|
1113
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (20, 'SpudPage', '2013-02-11 20:55:17', 0, '2013-02-11 20:55:17', 'page11')
|
1114
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
1115
|
+
[1m[35mSpudPage Exists (0.3ms)[0m 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
|
1116
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_pages` SET `name` = 'Adam', `url_name` = 'adam', `updated_at` = '2013-02-11 20:55:17' WHERE `spud_pages`.`id` = 20[0m
|
1117
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
1118
|
+
Redirected to http://test.host/spud/admin/pages
|
1119
|
+
Completed 302 Found in 21ms (ActiveRecord: 3.0ms)
|
1120
|
+
[1m[36m (0.6ms)[0m [1mROLLBACK[0m
|
1121
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1122
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1123
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1124
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1125
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
1126
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
1127
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'd4701fe3f28cc2027261dcb485fa39875491c60b80b936683ab7a255ab8b0bc496c5eec07c6356813acc42e06dc03243596a78b5ce53ff3e89ffa55c5f16717a' LIMIT 1
|
1128
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'DB5OYNh5C66h198Z9Pvo' LIMIT 1[0m
|
1129
|
+
[1m[35mSQL (0.3ms)[0m 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 ('2013-02-11 20:55:17', '9bd063ebf4fc6cbcd0c6952fbd04452f12c1aebf3efc374e7a8bb893c042d1056b382864396758b8ca3833f2db8a03d4839c37c6e6066aeb0f7ce8302f2cac66', '2013-02-11 20:55:17', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:17', 'testuser', 1, 'Ki8xD4szgSa0Z6V6RSv', 'SGWgoEGAa95qwxd9ecB7', 'd4701fe3f28cc2027261dcb485fa39875491c60b80b936683ab7a255ab8b0bc496c5eec07c6356813acc42e06dc03243596a78b5ce53ff3e89ffa55c5f16717a', 'DB5OYNh5C66h198Z9Pvo', 1, NULL, '2013-02-11 20:55:17')
|
1130
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1131
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
1132
|
+
[1m[36m (0.4ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:17', `last_login_ip` = '0.0.0.0', `perishable_token` = 'dvTQxI4qhiXieO2xV0SY', `updated_at` = '2013-02-11 20:55:17' WHERE `spud_users`.`id` = 35[0m
|
1133
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1134
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1135
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
1136
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page12' LIMIT 1[0m
|
1137
|
+
[1m[35mSpudPage Exists (0.3ms)[0m 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
|
1138
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page12' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
1139
|
+
[1m[35mSQL (0.3ms)[0m 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'Page12', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:17', NULL, 'page12', 0, 0)
|
1140
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1141
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `spud_pages`
|
1142
|
+
Processing by Spud::Admin::PagesController#destroy as HTML
|
1143
|
+
Parameters: {"id"=>"21"}
|
1144
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 35 LIMIT 1[0m
|
1145
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 21 LIMIT 1
|
1146
|
+
[1m[36mSpudPagePartial Load (0.3ms)[0m [1mSELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (21)[0m
|
1147
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1148
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`spud_page_id` = 21[0m
|
1149
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`attachment_id` = 21 AND `spud_permalinks`.`attachment_type` = 'SpudPage'
|
1150
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM `spud_pages` WHERE `spud_pages`.`id` = 21[0m
|
1151
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
1152
|
+
Redirected to http://test.host/spud/admin/pages
|
1153
|
+
Completed 302 Found in 17ms (ActiveRecord: 1.9ms)
|
1154
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `spud_pages` [0m
|
1155
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
1156
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
1157
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1158
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1159
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
1160
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
1161
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
1162
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '6a24a9c11b40639e4b3b989aa5283d6ac2aed9c2c2cbbb2e628470ea90ec4350f99810a8ea9bf5f7b1da3eba5421aaa3a6897ee18a78a7eba79d989867fb9e6a' LIMIT 1[0m
|
1163
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '3tyChXRjLOI2fEMDSSs' LIMIT 1
|
1164
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT 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 ('2013-02-11 20:55:17', '61fe46d94d58344c0b60f9abad7d6cafc320e48f960db611480186c72c0e9f9d1ac3e1e957ec7e10afa6ddb1ddbfc38b4dca61145909fc93a93b996b1bee857f', '2013-02-11 20:55:17', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-02-11 20:55:17', 'testuser', 1, 'xt17S0tIS2pFAWVLFPg', 'CqgvOkDam8Q6JdLvEKhY', '6a24a9c11b40639e4b3b989aa5283d6ac2aed9c2c2cbbb2e628470ea90ec4350f99810a8ea9bf5f7b1da3eba5421aaa3a6897ee18a78a7eba79d989867fb9e6a', '3tyChXRjLOI2fEMDSSs', 1, NULL, '2013-02-11 20:55:17')[0m
|
1165
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1166
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
1167
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-02-11 20:55:17', `last_login_ip` = '0.0.0.0', `perishable_token` = 'IOgMKyScRi4VhTlClEkV', `updated_at` = '2013-02-11 20:55:17' WHERE `spud_users`.`id` = 36
|
1168
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1169
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
1170
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
1171
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page13' LIMIT 1
|
1172
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 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[0m
|
1173
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page13' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
1174
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'Page13', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:17', NULL, 'page13', 0, 0)[0m
|
1175
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
1176
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `spud_pages` [0m
|
1177
|
+
Processing by Spud::Admin::PagesController#destroy as HTML
|
1178
|
+
Parameters: {"id"=>"23532"}
|
1179
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 36 LIMIT 1
|
1180
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 23532 LIMIT 1[0m
|
1181
|
+
Redirected to http://test.host/spud/admin/pages
|
1182
|
+
Filter chain halted as :load_page rendered or redirected
|
1183
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.5ms)
|
1184
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `spud_pages`
|
1185
|
+
[1m[36m (0.6ms)[0m [1mROLLBACK[0m
|
1186
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1187
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1188
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1189
|
+
Processing by Spud::Cms::SitemapsController#show as XML
|
1190
|
+
[1m[36mSpudPage Load (0.4ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`visibility` = 0 ORDER BY spud_page_id[0m
|
1191
|
+
Completed 200 OK in 67ms (Views: 63.5ms | ActiveRecord: 0.4ms)
|
1192
|
+
[1m[35mSpudPage Load (0.4ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`visibility` = 0 ORDER BY spud_page_id
|
1193
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
1194
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1195
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1196
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1197
|
+
Processing by Spud::Cms::SitemapsController#show as HTML
|
1198
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`visibility` = 0 ORDER BY spud_page_id[0m
|
1199
|
+
Completed 406 Not Acceptable in 3ms (ActiveRecord: 0.3ms)
|
1200
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1201
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
1202
|
+
[1m[35m (0.1ms)[0m BEGIN
|
1203
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1204
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
1205
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
1206
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page14' LIMIT 1
|
1207
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
1208
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page14' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
1209
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'Page14', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:17', NULL, 'page14', 0, 0)[0m
|
1210
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
1211
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1212
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
1213
|
+
[1m[36mSpudPermalink Load (0.3ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page15' LIMIT 1[0m
|
1214
|
+
[1m[35mSpudPage Exists (0.3ms)[0m 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
|
1215
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page15' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
1216
|
+
[1m[35mSQL (0.3ms)[0m 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'Page15', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:17', NULL, 'page15', 0, 0)
|
1217
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1218
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1219
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1[0m
|
1220
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'page16' LIMIT 1
|
1221
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
1222
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page16' AND `spud_pages`.`site_id` = 1) LIMIT 1
|
1223
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'Page16', NULL, NULL, NULL, 1, 1, NULL, '2013-02-11 20:55:17', NULL, 'page16', 0, 0)[0m
|
1224
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
1225
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1226
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1
|
1227
|
+
[1m[36mSpudPermalink Load (0.3ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'page17' LIMIT 1[0m
|
1228
|
+
[1m[35mSpudPage Exists (0.3ms)[0m 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
|
1229
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page17' AND `spud_pages`.`site_id` = 1) LIMIT 1[0m
|
1230
|
+
[1m[35mSQL (0.3ms)[0m 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'Page17', NULL, NULL, NULL, 1, 1, NULL, '2013-02-11 20:55:17', NULL, 'page17', 0, 0)
|
1231
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1232
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1233
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1[0m
|
1234
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'page18' LIMIT 1
|
1235
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
1236
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page18' AND `spud_pages`.`site_id` = 1) LIMIT 1
|
1237
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'Page18', NULL, NULL, NULL, 1, 1, NULL, '2013-02-11 20:55:17', NULL, 'page18', 0, 0)[0m
|
1238
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1239
|
+
Processing by Spud::Cms::SitemapsController#show as XML
|
1240
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `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[0m
|
1241
|
+
Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.3ms)
|
1242
|
+
[1m[35mSpudPage Load (0.3ms)[0m 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
|
1243
|
+
[1m[36m (1.9ms)[0m [1mROLLBACK[0m
|
1244
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1245
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1246
|
+
[1m[35m (0.2ms)[0m BEGIN
|
1247
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
1248
|
+
[1m[35mSpudMenu Exists (0.4ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Main' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
1249
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:17', NULL, 'Main', 0, '2013-02-11 20:55:17')[0m
|
1250
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
1251
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
1252
|
+
[1m[35mSQL (0.3ms)[0m 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, '2013-02-11 20:55:17', NULL, 0, 'Menu Item 15', 25, 'SpudMenu', 25, NULL, '2013-02-11 20:55:17', '/')
|
1253
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1254
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1255
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT 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, '2013-02-11 20:55:17', NULL, 0, 'Menu Item 16', 25, 'SpudMenu', 25, NULL, '2013-02-11 20:55:17', '/')[0m
|
1256
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
1257
|
+
[1m[36mSpudMenu Load (0.3ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Main' LIMIT 1[0m
|
1258
|
+
[1m[35mSpudMenuItem Load (0.8ms)[0m SELECT
|
1259
|
+
spud_menu_items.id as id,
|
1260
|
+
spud_menu_items.url as url,
|
1261
|
+
spud_menu_items.classes as classes,
|
1262
|
+
spud_menu_items.parent_type as parent_type,
|
1263
|
+
spud_menu_items.menu_order as menu_order,
|
1264
|
+
spud_menu_items.parent_id as parent_id,
|
1265
|
+
spud_menu_items.name as name,
|
1266
|
+
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
|
1267
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
1268
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
1269
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1270
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1271
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
1272
|
+
[1m[35mSpudMenu Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu25' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
1273
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:17', NULL, 'Menu25', 0, '2013-02-11 20:55:17')[0m
|
1274
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
1275
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1276
|
+
[1m[35mSQL (0.3ms)[0m 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, '2013-02-11 20:55:17', NULL, 0, 'Menu Item 17', 26, 'SpudMenu', 26, NULL, '2013-02-11 20:55:17', '/')
|
1277
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1278
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1279
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT 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, '2013-02-11 20:55:17', NULL, 0, 'Menu Item 18', 26, 'SpudMenu', 26, NULL, '2013-02-11 20:55:17', '/')[0m
|
1280
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
1281
|
+
[1m[36mSpudMenu Load (0.2ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Menu25' LIMIT 1[0m
|
1282
|
+
[1m[35mSpudMenuItem Load (0.4ms)[0m SELECT
|
1283
|
+
spud_menu_items.id as id,
|
1284
|
+
spud_menu_items.url as url,
|
1285
|
+
spud_menu_items.classes as classes,
|
1286
|
+
spud_menu_items.parent_type as parent_type,
|
1287
|
+
spud_menu_items.menu_order as menu_order,
|
1288
|
+
spud_menu_items.parent_id as parent_id,
|
1289
|
+
spud_menu_items.name as name,
|
1290
|
+
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
|
1291
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
1292
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
1293
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1294
|
+
[1m[35m (0.1ms)[0m BEGIN
|
1295
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
1296
|
+
[1m[35mSpudMenu Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Main2' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
1297
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:17', NULL, 'Main2', 0, '2013-02-11 20:55:17')[0m
|
1298
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
1299
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
1300
|
+
[1m[35mSQL (0.2ms)[0m 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, '2013-02-11 20:55:17', NULL, 0, 'Menu Item 19', 27, 'SpudMenu', 27, NULL, '2013-02-11 20:55:17', '/')
|
1301
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1302
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1303
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT 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, '2013-02-11 20:55:17', NULL, 0, 'Menu Item 20', 27, 'SpudMenu', 27, NULL, '2013-02-11 20:55:17', '/')[0m
|
1304
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1305
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1306
|
+
[1m[35mSQL (0.2ms)[0m 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, '2013-02-11 20:55:17', NULL, 0, 'SubItem', 20, 'SpudMenuItem', 27, NULL, '2013-02-11 20:55:17', '/')
|
1307
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1308
|
+
[1m[35mSpudMenu Load (0.3ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Main2' LIMIT 1
|
1309
|
+
[1m[36mSpudMenuItem Load (0.4ms)[0m [1mSELECT
|
1310
|
+
spud_menu_items.id as id,
|
1311
|
+
spud_menu_items.url as url,
|
1312
|
+
spud_menu_items.classes as classes,
|
1313
|
+
spud_menu_items.parent_type as parent_type,
|
1314
|
+
spud_menu_items.menu_order as menu_order,
|
1315
|
+
spud_menu_items.parent_id as parent_id,
|
1316
|
+
spud_menu_items.name as name,
|
1317
|
+
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[0m
|
1318
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
1319
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
1320
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1321
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1322
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
1323
|
+
[1m[36mSpudMenu Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Main4' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
1324
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:17', NULL, 'Main4', 0, '2013-02-11 20:55:17')
|
1325
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1326
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
1327
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT 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, '2013-02-11 20:55:17', NULL, 0, 'Menu Item 21', 28, 'SpudMenu', 28, NULL, '2013-02-11 20:55:17', '/')[0m
|
1328
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1329
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1330
|
+
[1m[35mSQL (0.3ms)[0m 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, '2013-02-11 20:55:17', NULL, 0, 'Menu Item 22', 28, 'SpudMenu', 28, NULL, '2013-02-11 20:55:17', '/')
|
1331
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1332
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_2
|
1333
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT 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, '2013-02-11 20:55:17', NULL, 0, 'SubItem', 23, 'SpudMenuItem', 28, NULL, '2013-02-11 20:55:17', '/')[0m
|
1334
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1335
|
+
[1m[36mSpudMenu Load (0.3ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Main4' LIMIT 1[0m
|
1336
|
+
[1m[35mSpudMenuItem Load (0.4ms)[0m SELECT
|
1337
|
+
spud_menu_items.id as id,
|
1338
|
+
spud_menu_items.url as url,
|
1339
|
+
spud_menu_items.classes as classes,
|
1340
|
+
spud_menu_items.parent_type as parent_type,
|
1341
|
+
spud_menu_items.menu_order as menu_order,
|
1342
|
+
spud_menu_items.parent_id as parent_id,
|
1343
|
+
spud_menu_items.name as name,
|
1344
|
+
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
|
1345
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
1346
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1347
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1348
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1349
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1350
|
+
[1m[35mSpudMenu Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu26' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
1351
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:17', NULL, 'Menu26', 0, '2013-02-11 20:55:17')[0m
|
1352
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1353
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
1354
|
+
[1m[35mSQL (0.3ms)[0m 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, '2013-02-11 20:55:17', NULL, 0, 'Menu Item 23', 29, 'SpudMenu', 29, NULL, '2013-02-11 20:55:17', '/')
|
1355
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1356
|
+
[1m[35mSpudMenu Load (0.2ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`site_id` = 1 AND `spud_menus`.`name` = 'Menu26' LIMIT 1
|
1357
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
1358
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
1359
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1360
|
+
[1m[35m (0.1ms)[0m BEGIN
|
1361
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1362
|
+
[1m[35mSpudMenu Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Main3' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
1363
|
+
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:17', NULL, 'Main3', 0, '2013-02-11 20:55:17')[0m
|
1364
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
1365
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1366
|
+
[1m[35mSQL (0.2ms)[0m 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, '2013-02-11 20:55:17', NULL, 0, 'Menu Item 24', 30, 'SpudMenu', 30, NULL, '2013-02-11 20:55:17', '/')
|
1367
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1368
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
1369
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT 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, '2013-02-11 20:55:17', NULL, 0, 'Menu Item 25', 30, 'SpudMenu', 30, NULL, '2013-02-11 20:55:17', '/')[0m
|
1370
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
1371
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1372
|
+
[1m[35mSQL (0.2ms)[0m 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, '2013-02-11 20:55:17', NULL, 0, 'SubItem', 27, 'SpudMenuItem', 30, NULL, '2013-02-11 20:55:17', '/')
|
1373
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1374
|
+
[1m[35mSpudMenu Load (0.3ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Main3' LIMIT 1
|
1375
|
+
[1m[36mSpudMenuItem Load (0.5ms)[0m [1mSELECT
|
1376
|
+
spud_menu_items.id as id,
|
1377
|
+
spud_menu_items.url as url,
|
1378
|
+
spud_menu_items.classes as classes,
|
1379
|
+
spud_menu_items.parent_type as parent_type,
|
1380
|
+
spud_menu_items.menu_order as menu_order,
|
1381
|
+
spud_menu_items.parent_id as parent_id,
|
1382
|
+
spud_menu_items.name as name,
|
1383
|
+
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[0m
|
1384
|
+
[1m[35m (0.6ms)[0m ROLLBACK
|
1385
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
1386
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1387
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1388
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
1389
|
+
[1m[36mSpudMenu Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu27' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
1390
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-02-11 20:55:17', NULL, 'Menu27', 0, '2013-02-11 20:55:17')
|
1391
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1392
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1393
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT 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, '2013-02-11 20:55:17', NULL, 0, 'Menu Item 26', 31, 'SpudMenu', 31, NULL, '2013-02-11 20:55:17', '/')[0m
|
1394
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1395
|
+
[1m[36mSpudMenu Load (0.4ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Menu27' AND `spud_menus`.`site_id` = 1 LIMIT 1[0m
|
1396
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
1397
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
1398
|
+
[1m[35m (0.2ms)[0m BEGIN
|
1399
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1400
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
1401
|
+
[1m[36mSpudPage Load (0.4ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
1402
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page19' LIMIT 1
|
1403
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
1404
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page19' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
1405
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'Page19', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:17', NULL, 'page19', 0, 0)[0m
|
1406
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
1407
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
1408
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
1409
|
+
[1m[36mSpudPermalink Load (0.3ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page20' LIMIT 1[0m
|
1410
|
+
[1m[35mSpudPage Exists (0.3ms)[0m 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
|
1411
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page20' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
1412
|
+
[1m[35mSQL (0.3ms)[0m 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'Page20', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:17', NULL, 'page20', 0, 0)
|
1413
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1414
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1415
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 28 LIMIT 1[0m
|
1416
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
1417
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page19/page21' LIMIT 1[0m
|
1418
|
+
[1m[35mSpudPage Exists (0.4ms)[0m 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
|
1419
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page19/page21' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
1420
|
+
[1m[35mSQL (0.3ms)[0m 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'Page21', NULL, NULL, NULL, 1, 0, 28, '2013-02-11 20:55:17', NULL, 'page19/page21', 0, 0)
|
1421
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1422
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1
|
1423
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
1424
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1425
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1426
|
+
[1m[35m (0.1ms)[0m BEGIN
|
1427
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1428
|
+
[1m[35mSpudPage Load (0.4ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
1429
|
+
[1m[36mSpudPermalink Load (0.3ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page22' LIMIT 1[0m
|
1430
|
+
[1m[35mSpudPage Exists (0.3ms)[0m 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
|
1431
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page22' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
1432
|
+
[1m[35mSQL (0.3ms)[0m 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'Page22', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:17', NULL, 'page22', 0, 0)
|
1433
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1434
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1435
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
1436
|
+
[1m[35mSpudPermalink Load (0.4ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page23' LIMIT 1
|
1437
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
1438
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page23' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
1439
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'Page23', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:17', NULL, 'page23', 0, 0)[0m
|
1440
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1441
|
+
[1m[36mSpudPage Load (0.4ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1[0m
|
1442
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
1443
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
1444
|
+
[1m[35m (0.1ms)[0m BEGIN
|
1445
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1446
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
1447
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
1448
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page24' LIMIT 1
|
1449
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
1450
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page24' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
1451
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'Page24', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:17', NULL, 'page24', 0, 0)[0m
|
1452
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1453
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1454
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
1455
|
+
[1m[36mSpudPermalink Load (0.3ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page25' LIMIT 1[0m
|
1456
|
+
[1m[35mSpudPage Exists (0.3ms)[0m 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
|
1457
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page25' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
1458
|
+
[1m[35mSQL (0.3ms)[0m 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'Page25', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:17', NULL, 'page25', 0, 0)
|
1459
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1460
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1 AND (name NOT IN ('Page25'))
|
1461
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
1462
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
1463
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1464
|
+
[1m[35m (0.1ms)[0m BEGIN
|
1465
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1466
|
+
[1m[35mSpudPage Load (0.4ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
1467
|
+
[1m[36mSpudPermalink Load (0.3ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page26' LIMIT 1[0m
|
1468
|
+
[1m[35mSpudPage Exists (0.2ms)[0m 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
|
1469
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page26' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
1470
|
+
[1m[35mSQL (0.7ms)[0m 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'Page26', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:17', NULL, 'page26', 0, 0)
|
1471
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1472
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
1473
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
1474
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page27' LIMIT 1
|
1475
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
1476
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page27' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
1477
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'Page27', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:17', NULL, 'page27', 0, 0)[0m
|
1478
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
1479
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1480
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 35 LIMIT 1
|
1481
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
1482
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page26/page28' LIMIT 1
|
1483
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
1484
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page26/page28' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
1485
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'Page28', NULL, NULL, NULL, 1, 0, 35, '2013-02-11 20:55:17', NULL, 'page26/page28', 0, 0)[0m
|
1486
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
1487
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1[0m
|
1488
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
1489
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
1490
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1491
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1492
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
1493
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
1494
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page29' LIMIT 1
|
1495
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
1496
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page29' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
1497
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'Page29', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:17', NULL, 'page29', 0, 0)[0m
|
1498
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
1499
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
1500
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
1501
|
+
[1m[36mSpudPermalink Load (0.3ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page30' LIMIT 1[0m
|
1502
|
+
[1m[35mSpudPage Exists (0.3ms)[0m 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
|
1503
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page30' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
1504
|
+
[1m[35mSQL (0.3ms)[0m 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'Page30', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:17', NULL, 'page30', 0, 0)
|
1505
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1506
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1507
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 38 LIMIT 1[0m
|
1508
|
+
[1m[35mSpudPage Load (0.4ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
1509
|
+
[1m[36mSpudPermalink Load (0.3ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page29/page31' LIMIT 1[0m
|
1510
|
+
[1m[35mSpudPage Exists (0.2ms)[0m 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
|
1511
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page29/page31' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
1512
|
+
[1m[35mSQL (0.3ms)[0m 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'Page31', NULL, NULL, NULL, 1, 0, 38, '2013-02-11 20:55:17', NULL, 'page29/page31', 0, 0)
|
1513
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1514
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1
|
1515
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
1516
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
1517
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1518
|
+
[1m[35m (0.1ms)[0m BEGIN
|
1519
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1520
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
1521
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page32' LIMIT 1[0m
|
1522
|
+
[1m[35mSpudPage Exists (0.2ms)[0m 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
|
1523
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page32' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
1524
|
+
[1m[35mSQL (0.9ms)[0m 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'Page32', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:17', NULL, 'page32', 0, 0)
|
1525
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1526
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1527
|
+
[1m[36mSpudPage Load (0.4ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1[0m
|
1528
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'page33' LIMIT 1
|
1529
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
1530
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page33' AND `spud_pages`.`site_id` = 1) LIMIT 1
|
1531
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'Page33', NULL, NULL, NULL, 1, 1, NULL, '2013-02-11 20:55:17', NULL, 'page33', 0, 0)[0m
|
1532
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
1533
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1 AND `spud_pages`.`site_id` = 1[0m
|
1534
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
1535
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
1536
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1537
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1538
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1539
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
1540
|
+
[1m[35m (0.1ms)[0m BEGIN
|
1541
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1542
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
1543
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
1544
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1545
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1546
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1547
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
1548
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1549
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1550
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1551
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
1552
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1553
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1554
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1555
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
1556
|
+
[1m[35m (0.2ms)[0m BEGIN
|
1557
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1558
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1559
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
1560
|
+
[1m[35m (0.1ms)[0m BEGIN
|
1561
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1562
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1563
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
1564
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1565
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1566
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1567
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
1568
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1569
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1570
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1571
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
1572
|
+
[1m[35m (0.2ms)[0m BEGIN
|
1573
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1574
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1575
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
1576
|
+
[1m[35m (0.1ms)[0m BEGIN
|
1577
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1578
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
1579
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `spud_page_partials` (`content`, `content_processed`, `created_at`, `format`, `name`, `spud_page_id`, `symbol_name`, `updated_at`) VALUES (NULL, '', '2013-02-11 20:55:17', NULL, 'Test Page', NULL, 'test_page', '2013-02-11 20:55:17')[0m
|
1580
|
+
[1m[35mSpudPageLiquidTag Load (0.3ms)[0m 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'
|
1581
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE `spud_page_partials` SET `content_processed` = '' WHERE `spud_page_partials`.`id` = 1[0m
|
1582
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
1583
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
1584
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1585
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1586
|
+
[1m[35m (0.1ms)[0m BEGIN
|
1587
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1588
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO `spud_page_partial_revisions` (`content`, `created_at`, `format`, `name`, `spud_page_id`, `updated_at`) VALUES ('Home Sweet Home', '2013-02-11 20:55:17', NULL, 'Test Page', 1, '2013-02-11 20:55:17')
|
1589
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`spud_page_id` = 1 AND `spud_page_partial_revisions`.`name` = 'Test Page'[0m
|
1590
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 1 LIMIT 1
|
1591
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT 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', '2013-02-11 20:55:17', NULL, 'Test Page', 1, 'test_page', '2013-02-11 20:55:17')[0m
|
1592
|
+
[1m[35mSpudPageLiquidTag Load (0.3ms)[0m 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'
|
1593
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1594
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`spud_page_id` = 1 AND `spud_page_partial_revisions`.`name` = 'Test Page'
|
1595
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
1596
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
1597
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1598
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1599
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
1600
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_page_partial_revisions` (`content`, `created_at`, `format`, `name`, `spud_page_id`, `updated_at`) VALUES ('Home Sweet Home', '2013-02-11 20:55:17', NULL, 'Test Page', 1, '2013-02-11 20:55:17')
|
1601
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`spud_page_id` = 1 AND `spud_page_partial_revisions`.`name` = 'Test Page'[0m
|
1602
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 1 LIMIT 1
|
1603
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT 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', '2013-02-11 20:55:17', NULL, 'Test Page', 1, 'test_page', '2013-02-11 20:55:17')[0m
|
1604
|
+
[1m[35mSpudPageLiquidTag Load (0.4ms)[0m 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'
|
1605
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1606
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1607
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `spud_page_partial_revisions` (`content`, `created_at`, `format`, `name`, `spud_page_id`, `updated_at`) VALUES ('Nah', '2013-02-11 20:55:17', NULL, 'Test Page', 1, '2013-02-11 20:55:17')[0m
|
1608
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`spud_page_id` = 1 AND `spud_page_partial_revisions`.`name` = 'Test Page'
|
1609
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_page_partials` SET `content` = 'Nah', `content_processed` = 'Nah', `updated_at` = '2013-02-11 20:55:17' WHERE `spud_page_partials`.`id` = 3[0m
|
1610
|
+
[1m[35mSpudPageLiquidTag Load (0.3ms)[0m 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'
|
1611
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1612
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1613
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `spud_page_partial_revisions` (`content`, `created_at`, `format`, `name`, `spud_page_id`, `updated_at`) VALUES ('Another change', '2013-02-11 20:55:17', NULL, 'Test Page', 1, '2013-02-11 20:55:17')[0m
|
1614
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`spud_page_id` = 1 AND `spud_page_partial_revisions`.`name` = 'Test Page'
|
1615
|
+
[1m[36mSpudPagePartialRevision Load (0.3ms)[0m [1mSELECT `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[0m
|
1616
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`id` = 2
|
1617
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_page_partials` SET `content` = 'Another change', `content_processed` = 'Another change', `updated_at` = '2013-02-11 20:55:17' WHERE `spud_page_partials`.`id` = 3[0m
|
1618
|
+
[1m[35mSpudPageLiquidTag Load (0.3ms)[0m 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'
|
1619
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1620
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`spud_page_id` = 1 AND `spud_page_partial_revisions`.`name` = 'Test Page'
|
1621
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
1622
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1623
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1624
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1625
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
1626
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
1627
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1628
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1629
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
1630
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
1631
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1632
|
+
[1m[35m (0.1ms)[0m BEGIN
|
1633
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
1634
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
1635
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1636
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1637
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
1638
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
1639
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1640
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1641
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
1642
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
1643
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1644
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1645
|
+
[1m[36mSpudPage Exists (0.4ms)[0m [1mSELECT 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[0m
|
1646
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` IS NULL AND `spud_pages`.`site_id` = 0) LIMIT 1
|
1647
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
1648
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
1649
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1650
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1651
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1652
|
+
[1m[35mSpudPage Exists (0.3ms)[0m 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
|
1653
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'test' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
1654
|
+
[1m[35mSQL (0.9ms)[0m 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'Page34', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:17', NULL, 'test', 1, 0)
|
1655
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1656
|
+
[1m[35mSpudPage Exists (0.4ms)[0m 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
|
1657
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'test' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
1658
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
1659
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
1660
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1661
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1662
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1663
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
1664
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'test' LIMIT 1
|
1665
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 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[0m
|
1666
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'test' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
1667
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'test', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:17', NULL, 'test', 0, 0)[0m
|
1668
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1669
|
+
[1m[36mSpudPage Load (0.4ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
1670
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'test-1' LIMIT 1
|
1671
|
+
[1m[36mSpudPage Exists (60.7ms)[0m [1mSELECT 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[0m
|
1672
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'test-1' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
1673
|
+
[1m[36m (0.8ms)[0m [1mROLLBACK[0m
|
1674
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1675
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1676
|
+
[1m[35m (0.1ms)[0m BEGIN
|
1677
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
1678
|
+
[1m[35mSpudPage Load (0.4ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
1679
|
+
[1m[36mSpudPermalink Load (0.4ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page36' LIMIT 1[0m
|
1680
|
+
[1m[35mSpudPage Exists (0.2ms)[0m 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
|
1681
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page36' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
1682
|
+
[1m[35mSQL (1.0ms)[0m 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'Page36', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:17', NULL, 'page36', 0, 0)
|
1683
|
+
[1m[36mSpudPage Load (0.4ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 45 LIMIT 1[0m
|
1684
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO `spud_page_partials` (`content`, `content_processed`, `created_at`, `format`, `name`, `spud_page_id`, `symbol_name`, `updated_at`) VALUES (NULL, '', '2013-02-11 20:55:17', NULL, 'body', 45, 'body', '2013-02-11 20:55:17')
|
1685
|
+
[1m[36mSpudPageLiquidTag Load (0.3ms)[0m [1mSELECT `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'[0m
|
1686
|
+
[1m[35mSQL (0.2ms)[0m UPDATE `spud_page_partials` SET `content_processed` = '' WHERE `spud_page_partials`.`id` = 4
|
1687
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1688
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `spud_page_partials`
|
1689
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1690
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`spud_page_id` = 45
|
1691
|
+
[1m[36mSpudPageLiquidTag Load (0.4ms)[0m [1mSELECT `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'[0m
|
1692
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM `spud_page_partials` WHERE `spud_page_partials`.`id` = 4
|
1693
|
+
[1m[36mSpudPermalink Load (0.3ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`attachment_id` = 45 AND `spud_permalinks`.`attachment_type` = 'SpudPage'[0m
|
1694
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM `spud_pages` WHERE `spud_pages`.`id` = 45
|
1695
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1696
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `spud_page_partials`
|
1697
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
1698
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
1699
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1700
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1701
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
1702
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
1703
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1704
|
+
[1m[35m (0.1ms)[0m BEGIN
|
1705
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
1706
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1707
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1708
|
+
[1m[35m (0.1ms)[0m BEGIN
|
1709
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
1710
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1711
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1712
|
+
[1m[35m (0.1ms)[0m BEGIN
|
1713
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1714
|
+
[1m[35mSpudPage Load (0.4ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
1715
|
+
[1m[36mSpudPermalink Load (0.3ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'parent' LIMIT 1[0m
|
1716
|
+
[1m[35mSpudPage Exists (0.2ms)[0m 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
|
1717
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'parent' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
1718
|
+
[1m[35mSQL (0.8ms)[0m 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'parent', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:17', NULL, 'parent', 0, 0)
|
1719
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1720
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
1721
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
1722
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'parent/page-1' LIMIT 1
|
1723
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 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[0m
|
1724
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'parent/page-1' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
1725
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'Page 1', NULL, NULL, NULL, 1, 0, 46, '2013-02-11 20:55:17', NULL, 'parent/page-1', 0, 0)[0m
|
1726
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1727
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1728
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
1729
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'parent/page-2' LIMIT 1[0m
|
1730
|
+
[1m[35mSpudPage Exists (0.3ms)[0m 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
|
1731
|
+
[1m[36mSpudPage Exists (0.4ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'parent/page-2' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
1732
|
+
[1m[35mSQL (0.3ms)[0m 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'Page 2', NULL, NULL, NULL, 1, 0, 46, '2013-02-11 20:55:17', NULL, 'parent/page-2', 0, 0)
|
1733
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1734
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
1735
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
1736
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
1737
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1738
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1739
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
1740
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1741
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1742
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1743
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1744
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
1745
|
+
[1m[36mSpudPermalink Load (0.3ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1[0m
|
1746
|
+
[1m[35mSpudPage Exists (0.3ms)[0m 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
|
1747
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
1748
|
+
[1m[35mSQL (0.9ms)[0m 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:17', NULL, 'about', 0, 0)
|
1749
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1750
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
1751
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about/test' LIMIT 1[0m
|
1752
|
+
[1m[35mSpudPage Exists (0.4ms)[0m 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
|
1753
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about/test' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
1754
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
1755
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
1756
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1757
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1758
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1759
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
1760
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'testimonials' LIMIT 1
|
1761
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
1762
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'testimonials' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
1763
|
+
[1m[36mSQL (0.9ms)[0m [1mINSERT 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'testimonials', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:17', NULL, 'testimonials', 0, 0)[0m
|
1764
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1765
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
1766
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'testimonials-1' LIMIT 1
|
1767
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
1768
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'testimonials-1' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
1769
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
1770
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
1771
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1772
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1773
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
1774
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
1775
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'another' LIMIT 1[0m
|
1776
|
+
[1m[35mSpudPage Exists (0.2ms)[0m 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
|
1777
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'another' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
1778
|
+
[1m[35mSQL (0.3ms)[0m 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 ('2013-02-11 20:55:17', NULL, 'html', NULL, NULL, NULL, 'another', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:17', NULL, 'another', 0, 0)
|
1779
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1780
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1781
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 51)[0m
|
1782
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'again' LIMIT 1
|
1783
|
+
[1m[36mSpudPermalink Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'another' AND `spud_permalinks`.`site_id` = 0) LIMIT 1[0m
|
1784
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (51, 'SpudPage', '2013-02-11 20:55:17', 0, '2013-02-11 20:55:17', 'another')
|
1785
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
1786
|
+
[1m[35mSpudPage Exists (0.3ms)[0m 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
|
1787
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_pages` SET `name` = 'again', `url_name` = 'again', `updated_at` = '2013-02-11 20:55:17' WHERE `spud_pages`.`id` = 51[0m
|
1788
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
1789
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
1790
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'another' LIMIT 1
|
1791
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 51 LIMIT 1[0m
|
1792
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'another-1' LIMIT 1
|
1793
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
1794
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'another-1' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
1795
|
+
[1m[36m (0.6ms)[0m [1mROLLBACK[0m
|
1796
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1797
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1798
|
+
[1m[35m (0.1ms)[0m BEGIN
|
1799
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
1800
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
1801
|
+
[1m[36mSpudPermalink Load (0.3ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'permapage' LIMIT 1[0m
|
1802
|
+
[1m[35mSpudPage Exists (0.2ms)[0m 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
|
1803
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'permapage' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
1804
|
+
[1m[35mSQL (0.3ms)[0m 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 ('2013-02-11 20:55:18', NULL, 'html', NULL, NULL, NULL, 'permapage', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:18', NULL, 'permapage', 0, 0)
|
1805
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1806
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
1807
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 52)[0m
|
1808
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'permapage-new' LIMIT 1
|
1809
|
+
[1m[36mSpudPermalink Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'permapage' AND `spud_permalinks`.`site_id` = 0) LIMIT 1[0m
|
1810
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (52, 'SpudPage', '2013-02-11 20:55:18', 0, '2013-02-11 20:55:18', 'permapage')
|
1811
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
1812
|
+
[1m[35mSpudPage Exists (0.3ms)[0m 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
|
1813
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_pages` SET `name` = 'permapage new', `url_name` = 'permapage-new', `updated_at` = '2013-02-11 20:55:18' WHERE `spud_pages`.`id` = 52[0m
|
1814
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
1815
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `spud_permalinks` [0m
|
1816
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `spud_permalinks` WHERE `spud_permalinks`.`attachment_id` = 52 AND `spud_permalinks`.`attachment_type` = 'SpudPage' AND `spud_permalinks`.`url_name` = 'permapage'
|
1817
|
+
[1m[36mSpudPage Load (0.4ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 52)[0m
|
1818
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'permapage' LIMIT 1
|
1819
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 52 LIMIT 1[0m
|
1820
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1821
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM `spud_permalinks` WHERE `spud_permalinks`.`id` = 5[0m
|
1822
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
1823
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
1824
|
+
[1m[35mSpudPermalink Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'permapage-new' AND `spud_permalinks`.`site_id` = 0) LIMIT 1
|
1825
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (52, 'SpudPage', '2013-02-11 20:55:18', 0, '2013-02-11 20:55:18', 'permapage-new')[0m
|
1826
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
1827
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
1828
|
+
[1m[35mSpudPage Exists (0.3ms)[0m 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
|
1829
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `spud_permalinks` WHERE `spud_permalinks`.`attachment_id` = 52 AND `spud_permalinks`.`attachment_type` = 'SpudPage' AND `spud_permalinks`.`url_name` = 'permapage'[0m
|
1830
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
1831
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
1832
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1833
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1834
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1835
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
1836
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'original' LIMIT 1
|
1837
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 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[0m
|
1838
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'original' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
1839
|
+
[1m[36mSQL (0.9ms)[0m [1mINSERT 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 ('2013-02-11 20:55:18', NULL, 'html', NULL, NULL, NULL, 'original', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:18', NULL, 'original', 0, 0)[0m
|
1840
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1841
|
+
[1m[36mSpudPage Exists (0.4ms)[0m [1mSELECT 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[0m
|
1842
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'original' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
1843
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
1844
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1845
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1846
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1847
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
1848
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
1849
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'original' LIMIT 1[0m
|
1850
|
+
[1m[35mSpudPage Exists (0.2ms)[0m 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
|
1851
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'original' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
1852
|
+
[1m[35mSQL (0.3ms)[0m 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 ('2013-02-11 20:55:18', NULL, 'html', NULL, NULL, NULL, 'original', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:18', NULL, 'original', 0, 0)
|
1853
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1854
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1855
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 54)[0m
|
1856
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'original2' LIMIT 1
|
1857
|
+
[1m[36mSpudPermalink Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'original' AND `spud_permalinks`.`site_id` = 0) LIMIT 1[0m
|
1858
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (54, 'SpudPage', '2013-02-11 20:55:18', 0, '2013-02-11 20:55:18', 'original')
|
1859
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 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[0m
|
1860
|
+
[1m[35mSpudPage Exists (0.3ms)[0m 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
|
1861
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_pages` SET `name` = 'original2', `url_name` = 'original2', `updated_at` = '2013-02-11 20:55:18' WHERE `spud_pages`.`id` = 54[0m
|
1862
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1863
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1864
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
1865
|
+
[1m[36mSpudPermalink Load (0.3ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'new' LIMIT 1[0m
|
1866
|
+
[1m[35mSpudPage Exists (0.3ms)[0m 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
|
1867
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'new' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
1868
|
+
[1m[35mSQL (0.2ms)[0m 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 ('2013-02-11 20:55:18', NULL, 'html', NULL, NULL, NULL, 'new', NULL, NULL, NULL, 1, 0, NULL, '2013-02-11 20:55:18', NULL, 'new', 0, 0)
|
1869
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1870
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 55 LIMIT 1
|
1871
|
+
[1m[36mSpudPermalink Load (0.3ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'original' LIMIT 1[0m
|
1872
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 54 LIMIT 1
|
1873
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
1874
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|