spud_cms 0.9.20 → 0.9.21
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.
- checksums.yaml +8 -8
- data/app/controllers/pages_controller.rb +2 -1
- data/lib/spud_cms/version.rb +1 -1
- data/spec/dummy/log/test.log +3869 -0
- data/spec/spec_helper.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NGVhMTAwYWIxMjQyYTRjZWE3YjQzMDA2ZTIyNmE1ODIxN2NiMDNkNA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
Yzk0ZWRjZTY4YzI3NjM4OWE1OTAwMzEyODg2YTYwMzcwYTdiMDU1OQ==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YWE1NjcwZjNhYzNlZTk4NzdlNDFhNWE1NzAxNTViYzdkZjU5Mjg5OWQ2Yjk3
|
|
10
|
+
YjA4ZDE2NGRkNWE1Y2Q3YjgwNjVlMTgxM2E5MTE3OWViZjY0MGNmYjg1NTUy
|
|
11
|
+
Y2NjMTFkYWVlMDRlZjljMTllMjVjNGY1MTE1MmI2M2Q4NmEyMWQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YzE5Zjc3YzhkZWY0MDQyZTg3YmM4YzQ2NzNkZGVhYmYzOWQwZDcwOTEyYWI4
|
|
14
|
+
MjllZDFhOGU3YTE0ZmNmMjUyZGFlMDRhZTFmNWZhODViOGZmNDE4YTNjN2Ji
|
|
15
|
+
YTg4NDM2NmU1NTRmNTEwZGU4Y2M5YmQzZjFiMTVjZWQ4MDg5MjU=
|
|
@@ -79,7 +79,8 @@ class PagesController < ApplicationController
|
|
|
79
79
|
private
|
|
80
80
|
|
|
81
81
|
def render_404
|
|
82
|
-
|
|
82
|
+
raise ActionController::RoutingError.new('Not Found')
|
|
83
|
+
# Spud::Cms.template_404 ? render(Spud::Cms.template_404,:status => 404, :formats => [:html]) : render(:text=>nil,:status => 404)
|
|
83
84
|
end
|
|
84
85
|
|
|
85
86
|
def set_default_content_type
|
data/lib/spud_cms/version.rb
CHANGED
data/spec/dummy/log/test.log
CHANGED
|
@@ -1872,3 +1872,3872 @@ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.3ms)
|
|
|
1872
1872
|
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 54 LIMIT 1
|
|
1873
1873
|
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
1874
1874
|
[1m[35m (0.0ms)[0m ROLLBACK
|
|
1875
|
+
Connecting to database specified by database.yml
|
|
1876
|
+
Creating scope :public. Overwriting existing method SpudPage.public.
|
|
1877
|
+
[1m[36m (0.3ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
1878
|
+
[1m[35m (0.2ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
1879
|
+
[1m[36m (0.1ms)[0m [1mSELECT DATABASE() as db[0m
|
|
1880
|
+
[1m[35m (20.2ms)[0m select table_name from information_schema.views where table_schema = 'spud_cms_test'
|
|
1881
|
+
[1m[36m (4.1ms)[0m [1mTRUNCATE TABLE `spud_admin_permissions`;[0m
|
|
1882
|
+
[1m[35m (3.8ms)[0m TRUNCATE TABLE `spud_menu_items`;
|
|
1883
|
+
[1m[36m (2.3ms)[0m [1mTRUNCATE TABLE `spud_menus`;[0m
|
|
1884
|
+
[1m[35m (2.5ms)[0m TRUNCATE TABLE `spud_page_liquid_tags`;
|
|
1885
|
+
[1m[36m (2.2ms)[0m [1mTRUNCATE TABLE `spud_page_partial_revisions`;[0m
|
|
1886
|
+
[1m[35m (2.5ms)[0m TRUNCATE TABLE `spud_page_partials`;
|
|
1887
|
+
[1m[36m (4.2ms)[0m [1mTRUNCATE TABLE `spud_pages`;[0m
|
|
1888
|
+
[1m[35m (2.6ms)[0m TRUNCATE TABLE `spud_permalinks`;
|
|
1889
|
+
[1m[36m (2.8ms)[0m [1mTRUNCATE TABLE `spud_snippets`;[0m
|
|
1890
|
+
[1m[35m (2.4ms)[0m TRUNCATE TABLE `spud_user_settings`;
|
|
1891
|
+
[1m[36m (2.6ms)[0m [1mTRUNCATE TABLE `spud_users`;[0m
|
|
1892
|
+
[1m[35m (0.2ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
1893
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
1894
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
1895
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1896
|
+
[1m[35mSpudPage Load (1.5ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
1897
|
+
[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
|
|
1898
|
+
[1m[35mSpudPage Exists (0.4ms)[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
|
|
1899
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page1' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
1900
|
+
[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-10-09 13:36:53', NULL, 'html', NULL, NULL, NULL, 'Page1', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:53', NULL, 'page1', 0, 0)
|
|
1901
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
1902
|
+
Processing by PagesController#show as HTML
|
|
1903
|
+
Parameters: {"id"=>"page1"}
|
|
1904
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'page1' LIMIT 1
|
|
1905
|
+
[1m[36mSpudPagePartial Load (0.1ms)[0m [1mSELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (1)[0m
|
|
1906
|
+
Rendered /Users/davidestes/projects/spud_rails/spud_cms/app/views/pages/show.html.erb within layouts/application (1.8ms)
|
|
1907
|
+
Completed 200 OK in 53ms (Views: 35.4ms | ActiveRecord: 2.1ms)
|
|
1908
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
|
1909
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
1910
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
1911
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
1912
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
1913
|
+
[1m[36mSpudPage Load (0.4ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
1914
|
+
[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
|
|
1915
|
+
[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
|
|
1916
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'home' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
1917
|
+
[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-10-09 13:36:53', NULL, 'html', NULL, NULL, NULL, 'home', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:53', NULL, 'home', 0, 0)[0m
|
|
1918
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
|
1919
|
+
Processing by PagesController#show as HTML
|
|
1920
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'home' LIMIT 1[0m
|
|
1921
|
+
[1m[35mSpudPagePartial Load (0.2ms)[0m SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (11)
|
|
1922
|
+
Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.4ms)
|
|
1923
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
1924
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
1925
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
1926
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
1927
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1928
|
+
[1m[35mSpudPage Load (0.4ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
1929
|
+
[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
|
|
1930
|
+
[1m[35mSpudPage Exists (0.2ms)[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
|
|
1931
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
1932
|
+
[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-10-09 13:36:53', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:53', NULL, 'about', 0, 0)
|
|
1933
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
1934
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
1935
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 21)[0m
|
|
1936
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about-us' LIMIT 1
|
|
1937
|
+
[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
|
|
1938
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (21, 'SpudPage', '2013-10-09 13:36:53', 0, '2013-10-09 13:36:53', 'about')
|
|
1939
|
+
[1m[36mSpudPage Exists (0.5ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'about us' AND `spud_pages`.`id` != 21 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1[0m
|
|
1940
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about-us' AND `spud_pages`.`id` != 21 AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
1941
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_pages` SET `name` = 'about us', `url_name` = 'about-us', `updated_at` = '2013-10-09 13:36:53' WHERE `spud_pages`.`id` = 21[0m
|
|
1942
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
|
1943
|
+
Processing by PagesController#show as HTML
|
|
1944
|
+
Parameters: {"id"=>"about"}
|
|
1945
|
+
[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
|
|
1946
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`url_name` = 'about' LIMIT 1
|
|
1947
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 21 LIMIT 1[0m
|
|
1948
|
+
Redirected to http://test.host/about-us
|
|
1949
|
+
Completed 301 Moved Permanently in 6ms (ActiveRecord: 0.8ms)
|
|
1950
|
+
[1m[35m (2.1ms)[0m ROLLBACK
|
|
1951
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
1952
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
1953
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
1954
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
1955
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
1956
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1
|
|
1957
|
+
[1m[36mSpudPage Exists (0.2ms)[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
|
|
1958
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
1959
|
+
[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-10-09 13:36:53', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:53', NULL, 'about', 0, 1)[0m
|
|
1960
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
1961
|
+
Processing by PagesController#show as HTML
|
|
1962
|
+
Parameters: {"id"=>"about"}
|
|
1963
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'about' LIMIT 1[0m
|
|
1964
|
+
[1m[35mSpudPagePartial Load (0.2ms)[0m SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (31)
|
|
1965
|
+
Redirected to http://test.host/spud/user_session/new
|
|
1966
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
|
|
1967
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
1968
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
1969
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
1970
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
1971
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1972
|
+
[1m[35mSpudUser Exists (0.4ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
1973
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
1974
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '8622d34913be6cf031d3bd242975634e08c493fa8c3b4f7dbb891bec9957f06826ccc4987d54f5a86167ac0b5904c2b628cfdd3cbfd44599c8c2373b2d15c318' LIMIT 1
|
|
1975
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'wgHDudQXGooSqITbk005' LIMIT 1[0m
|
|
1976
|
+
[1m[35mSQL (0.5ms)[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-10-09 13:36:53', '18a95340ba22759aee66ad34695f23aa55e7f64e1b7279e12f858fb2643cc044a44cb04f3efd594ec8065745a02b926c961fcbcb81c2cce79b3da45c6957cbc3', '2013-10-09 13:36:53', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:53', 'testuser', 1, 'aJVGea0HrrsbwBMZYKWp', 'xKCDmOhbm4kyf8thVJl', '8622d34913be6cf031d3bd242975634e08c493fa8c3b4f7dbb891bec9957f06826ccc4987d54f5a86167ac0b5904c2b628cfdd3cbfd44599c8c2373b2d15c318', 'wgHDudQXGooSqITbk005', 1, NULL, '2013-10-09 13:36:53')
|
|
1977
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
1978
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
1979
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:53', `last_login_ip` = '0.0.0.0', `perishable_token` = 'EYzIR7SbV3tix1rUaLv', `updated_at` = '2013-10-09 13:36:53' WHERE `spud_users`.`id` = 1[0m
|
|
1980
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
1981
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1982
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
1983
|
+
[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
|
|
1984
|
+
[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
|
|
1985
|
+
[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
|
|
1986
|
+
[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-10-09 13:36:53', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:53', NULL, 'about', 0, 1)
|
|
1987
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
1988
|
+
Processing by PagesController#show as HTML
|
|
1989
|
+
Parameters: {"id"=>"about"}
|
|
1990
|
+
[1m[35mSpudUser Load (0.2ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 1 LIMIT 1
|
|
1991
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'about' LIMIT 1[0m
|
|
1992
|
+
[1m[35mSpudPagePartial Load (0.2ms)[0m SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (41)
|
|
1993
|
+
Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.6ms)
|
|
1994
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
|
1995
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
1996
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
1997
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
1998
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
1999
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
2000
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1[0m
|
|
2001
|
+
[1m[35mSpudPage Exists (0.2ms)[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
|
|
2002
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
2003
|
+
[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-10-09 13:36:53', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:53', NULL, 'about', 0, 0)
|
|
2004
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2005
|
+
Processing by PagesController#show as HTML
|
|
2006
|
+
Parameters: {"id"=>"about"}
|
|
2007
|
+
[1m[35mSpudPage Load (0.2ms)[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
|
|
2008
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`url_name` = 'about' AND `spud_permalinks`.`site_id` = 1 LIMIT 1[0m
|
|
2009
|
+
Completed 404 Not Found in 32ms (Views: 29.8ms | ActiveRecord: 0.4ms)
|
|
2010
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
|
2011
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
2012
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2013
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
2014
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2015
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
2016
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1
|
|
2017
|
+
[1m[36mSpudPage Exists (0.2ms)[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
|
|
2018
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
2019
|
+
[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-10-09 13:36:53', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:53', NULL, 'about', 0, 0)[0m
|
|
2020
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2021
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2022
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1
|
|
2023
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1[0m
|
|
2024
|
+
[1m[35mSpudPage Exists (0.2ms)[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
|
|
2025
|
+
[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
|
|
2026
|
+
[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-10-09 13:36:53', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 1, NULL, '2013-10-09 13:36:53', NULL, 'about', 0, 0)
|
|
2027
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2028
|
+
Processing by PagesController#show as HTML
|
|
2029
|
+
Parameters: {"id"=>"about"}
|
|
2030
|
+
[1m[35mSpudPage Load (0.2ms)[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
|
|
2031
|
+
[1m[36mSpudPagePartial Load (0.3ms)[0m [1mSELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (71)[0m
|
|
2032
|
+
Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.5ms)
|
|
2033
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
2034
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
2035
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
2036
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
2037
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2038
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
2039
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'home' LIMIT 1
|
|
2040
|
+
[1m[36mSpudPage Exists (0.2ms)[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
|
|
2041
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'home' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
2042
|
+
[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-10-09 13:36:53', NULL, 'html', NULL, NULL, NULL, 'home', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:53', NULL, 'home', 0, 0)[0m
|
|
2043
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2044
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2045
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1
|
|
2046
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'home' LIMIT 1[0m
|
|
2047
|
+
[1m[35mSpudPage Exists (0.1ms)[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
|
|
2048
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'home' AND `spud_pages`.`site_id` = 1) LIMIT 1[0m
|
|
2049
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:36:53', NULL, 'html', NULL, NULL, NULL, 'home', NULL, NULL, NULL, 1, 1, NULL, '2013-10-09 13:36:53', NULL, 'home', 0, 0)
|
|
2050
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2051
|
+
Processing by PagesController#show as HTML
|
|
2052
|
+
[1m[35mSpudPage Load (0.3ms)[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
|
|
2053
|
+
[1m[36mSpudPagePartial Load (0.2ms)[0m [1mSELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (91)[0m
|
|
2054
|
+
Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.4ms)
|
|
2055
|
+
[1m[35m (0.8ms)[0m ROLLBACK
|
|
2056
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
2057
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
2058
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
2059
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
2060
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
2061
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
2062
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
2063
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2064
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
|
2065
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
|
2066
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '0f6d7eddfdd938eb9953ac6cdfbaf20854eb3b520b3628d27954b1071030ee2a17711bd38b401b185efcd0a5ce0300224f3b9a8501ba842fa91695f2ad8ab34e' LIMIT 1[0m
|
|
2067
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'RjdWsLdkzW5wbDEb61' LIMIT 1
|
|
2068
|
+
[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-10-09 13:36:53', '49461b78c4fdd8c7f3d94ab456b13d253e3867e744250e78138a09f37c14a31ebdedb9265695487cc824ba7c468366fca8a0b3892eb099a57fd88a784aeb5a5e', '2013-10-09 13:36:53', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:53', 'testuser', 1, 'fTGAJ6MaudHXnEPsK8', 'EH2Q4ws2xqo1kXAp0LA', '0f6d7eddfdd938eb9953ac6cdfbaf20854eb3b520b3628d27954b1071030ee2a17711bd38b401b185efcd0a5ce0300224f3b9a8501ba842fa91695f2ad8ab34e', 'RjdWsLdkzW5wbDEb61', 1, NULL, '2013-10-09 13:36:53')[0m
|
|
2069
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2070
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2071
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:53', `last_login_ip` = '0.0.0.0', `perishable_token` = 'DG4ZWSA1Oo9j9yzZenhx', `updated_at` = '2013-10-09 13:36:53' WHERE `spud_users`.`id` = 11
|
|
2072
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2073
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2074
|
+
[1m[36mSpudMenu Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu1' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
|
2075
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:53', NULL, 'Menu1', 0, '2013-10-09 13:36:53')
|
|
2076
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2077
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2078
|
+
[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-10-09 13:36:53', NULL, 0, 'Menu Item 1', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:36:53', NULL)[0m
|
|
2079
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2080
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2081
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:36:53', NULL, 0, 'Menu Item 2', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:36:53', NULL)
|
|
2082
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2083
|
+
Processing by Spud::Admin::MenuItemsController#index as HTML
|
|
2084
|
+
Parameters: {"menu_id"=>"1"}
|
|
2085
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 11 LIMIT 1
|
|
2086
|
+
[1m[36mSpudMenu Load (0.2ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 1 LIMIT 1[0m
|
|
2087
|
+
Completed 200 OK in 8ms (Views: 2.1ms | ActiveRecord: 0.5ms)
|
|
2088
|
+
[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'
|
|
2089
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
2090
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
2091
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
2092
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
2093
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2094
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
2095
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
2096
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '7ef0ae46541e7e366ed53e343d99e26c430696c5eb7d243cfe1fba09ebabb0c62e9dddac856886956966201b541d865a36c9d333eec9a2bb9d7c37bd28470f1d' LIMIT 1
|
|
2097
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'FoijHxeEVuYI4hcGZeY6' LIMIT 1[0m
|
|
2098
|
+
[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-10-09 13:36:53', 'bc108fccec5ad592bc90af881f20e9d33ff7844d6707d046f0d9aee13d53adbf3f5446ac34cc45f8647e708c40e3701aae6d61812f9e48ae2b4b77c994eae172', '2013-10-09 13:36:53', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:53', 'testuser', 1, '0cPZyk4Mm313gjf5fC', '5ziScJZuUrVD0EjriO', '7ef0ae46541e7e366ed53e343d99e26c430696c5eb7d243cfe1fba09ebabb0c62e9dddac856886956966201b541d865a36c9d333eec9a2bb9d7c37bd28470f1d', 'FoijHxeEVuYI4hcGZeY6', 1, NULL, '2013-10-09 13:36:53')
|
|
2099
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2100
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
|
2101
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:53', `last_login_ip` = '0.0.0.0', `perishable_token` = '9xHYywt8x65EBOc1NPW', `updated_at` = '2013-10-09 13:36:53' WHERE `spud_users`.`id` = 21[0m
|
|
2102
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2103
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2104
|
+
[1m[35mSpudMenu Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu2' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
2105
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:53', NULL, 'Menu2', 0, '2013-10-09 13:36:53')[0m
|
|
2106
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2107
|
+
Processing by Spud::Admin::MenuItemsController#index as HTML
|
|
2108
|
+
Parameters: {"menu_id"=>"12"}
|
|
2109
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 21 LIMIT 1[0m
|
|
2110
|
+
[1m[35mSpudMenu Load (0.2ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 12 LIMIT 1
|
|
2111
|
+
Redirected to http://test.host/spud/admin/menus
|
|
2112
|
+
Filter chain halted as :load_menu rendered or redirected
|
|
2113
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.4ms)
|
|
2114
|
+
[1m[36m (0.7ms)[0m [1mROLLBACK[0m
|
|
2115
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
2116
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
2117
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
2118
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2119
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
2120
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
2121
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'b9f94f3ce1e0d77a07dddb24acc2317561df126d0aafb6c94a03b896f72306cc6ad3fa392b74503b6e2cf5536dd3ece1cd76f07076e86d1ec453298b8ef6c135' LIMIT 1
|
|
2122
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'Q55l5IYPybUl1BIH533m' LIMIT 1[0m
|
|
2123
|
+
[1m[35mSQL (0.2ms)[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-10-09 13:36:53', 'b892742877e5dab3c061a3e656d4d3ae3ce21250b494da83f21e827fad97ad21f966a77122a31ad5ca349aa58bc28a4dadbd9c88db1e57ea500887663e19d78d', '2013-10-09 13:36:53', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:53', 'testuser', 1, 'HFWcCB6uh7nxDHPtvTv', 'GWGpMnFmWjvdkXiWyz0Q', 'b9f94f3ce1e0d77a07dddb24acc2317561df126d0aafb6c94a03b896f72306cc6ad3fa392b74503b6e2cf5536dd3ece1cd76f07076e86d1ec453298b8ef6c135', 'Q55l5IYPybUl1BIH533m', 1, NULL, '2013-10-09 13:36:53')
|
|
2124
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2125
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
|
2126
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:53', `last_login_ip` = '0.0.0.0', `perishable_token` = 'w8wNOEL5Bnpcau0Xe5', `updated_at` = '2013-10-09 13:36:53' WHERE `spud_users`.`id` = 31[0m
|
|
2127
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2128
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2129
|
+
[1m[35mSpudMenu Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu3' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
2130
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:53', NULL, 'Menu3', 0, '2013-10-09 13:36:53')[0m
|
|
2131
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2132
|
+
Processing by Spud::Admin::MenuItemsController#new as HTML
|
|
2133
|
+
Parameters: {"menu_id"=>"21"}
|
|
2134
|
+
[1m[36mSpudUser Load (0.2ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 31 LIMIT 1[0m
|
|
2135
|
+
[1m[35mSpudMenu Load (0.3ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 21 LIMIT 1
|
|
2136
|
+
Completed 200 OK in 6ms (Views: 1.3ms | ActiveRecord: 0.5ms)
|
|
2137
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
|
2138
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
2139
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2140
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
2141
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2142
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
2143
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
2144
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '9b93c00cb0a80ecb31013c836cdaae46bd09c0318c226470ee92376bda3eecefecd0a21282d38918302f7137f46d19fa1ed375f5ce11d3db37cabc66633829e0' LIMIT 1
|
|
2145
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'XYrErO2dG7xq8PeaS6F' LIMIT 1[0m
|
|
2146
|
+
[1m[35mSQL (0.5ms)[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-10-09 13:36:53', '8af5ffd2bd5f198b9d749b5e9bf720265df2f9bc0738d0ea3fa46fa6d77a80086240dc70b6d69e3bbc69f77961edf49f3ecab00d2e6cf4fdd40721c7e33f7455', '2013-10-09 13:36:53', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:53', 'testuser', 1, 'Er39qFuutNCZUqDKr1Yi', 'Q4dgV04aLYj0hbWwWL9', '9b93c00cb0a80ecb31013c836cdaae46bd09c0318c226470ee92376bda3eecefecd0a21282d38918302f7137f46d19fa1ed375f5ce11d3db37cabc66633829e0', 'XYrErO2dG7xq8PeaS6F', 1, NULL, '2013-10-09 13:36:53')
|
|
2147
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2148
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2149
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:53', `last_login_ip` = '0.0.0.0', `perishable_token` = '6s1tLEFZpjvEVCzAbpgY', `updated_at` = '2013-10-09 13:36:53' WHERE `spud_users`.`id` = 41[0m
|
|
2150
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2151
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2152
|
+
[1m[35mSpudMenu Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu4' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
2153
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:53', NULL, 'Menu4', 0, '2013-10-09 13:36:53')[0m
|
|
2154
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2155
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `spud_menu_items` [0m
|
|
2156
|
+
Processing by Spud::Admin::MenuItemsController#create as HTML
|
|
2157
|
+
Parameters: {"spud_menu_item"=>{"name"=>"Menu Item 3", "parent_type"=>"SpudMenu", "parent_id"=>nil}, "menu_id"=>"31"}
|
|
2158
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 41 LIMIT 1
|
|
2159
|
+
[1m[36mSpudMenu Load (0.2ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 31 LIMIT 1[0m
|
|
2160
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2161
|
+
[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-10-09 13:36:53', NULL, 0, 'Menu Item 3', 31, 'SpudMenu', 31, NULL, '2013-10-09 13:36:53', NULL)[0m
|
|
2162
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2163
|
+
Redirected to http://test.host/spud/admin/menus/31/menu_items
|
|
2164
|
+
Completed 302 Found in 12ms (ActiveRecord: 0.0ms)
|
|
2165
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `spud_menu_items` [0m
|
|
2166
|
+
[1m[35m (0.7ms)[0m ROLLBACK
|
|
2167
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
2168
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2169
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
2170
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2171
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
|
2172
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
|
2173
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'f8ee8d56cc0931523e27dc057b5f993ac408f8ebcf8d23c51f491b3225a291d0e61abc1c8af2adc3bc5d46a5080b0cd661c822c1d99f7bd65f0cbdc1f6a12f52' LIMIT 1[0m
|
|
2174
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'p8MjZFQ0PJu6LnczMdWD' LIMIT 1
|
|
2175
|
+
[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-10-09 13:36:53', '117d72c5525f7573c0f570bc450378fd4fa66cb329a5a0c6d148a8058a40527ee27ed79efd7a738c69aa0f170b403c1a7060c959b1520bf33e8767ecfb85a035', '2013-10-09 13:36:53', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:53', 'testuser', 1, 'awhAVlQuFG2sdk2cE5', 'CRDzcUa5eSn4LiwYF', 'f8ee8d56cc0931523e27dc057b5f993ac408f8ebcf8d23c51f491b3225a291d0e61abc1c8af2adc3bc5d46a5080b0cd661c822c1d99f7bd65f0cbdc1f6a12f52', 'p8MjZFQ0PJu6LnczMdWD', 1, NULL, '2013-10-09 13:36:53')[0m
|
|
2176
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2177
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2178
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:53', `last_login_ip` = '0.0.0.0', `perishable_token` = 'A3LagjgEAXH50aSjAka', `updated_at` = '2013-10-09 13:36:53' WHERE `spud_users`.`id` = 51
|
|
2179
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2180
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
2181
|
+
[1m[36mSpudMenu Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu5' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
|
2182
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:53', NULL, 'Menu5', 0, '2013-10-09 13:36:53')
|
|
2183
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2184
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `spud_menu_items`
|
|
2185
|
+
Processing by Spud::Admin::MenuItemsController#create as HTML
|
|
2186
|
+
Parameters: {"spud_menu_item"=>{"name"=>nil, "parent_type"=>"SpudMenu", "parent_id"=>nil}, "menu_id"=>"41"}
|
|
2187
|
+
[1m[36mSpudUser Load (0.2ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 51 LIMIT 1[0m
|
|
2188
|
+
[1m[35mSpudMenu Load (0.2ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 41 LIMIT 1
|
|
2189
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2190
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_2
|
|
2191
|
+
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
|
2192
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `spud_menu_items` [0m
|
|
2193
|
+
[1m[35m (0.6ms)[0m ROLLBACK
|
|
2194
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
2195
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2196
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2197
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2198
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
|
2199
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
|
2200
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'e6c0f3002fbe929cfcd393dc795e4a37f8a86eb2dddb3e24710d70fe7ac0c735813789641bd900f267dd73ce8a369e34f51366e961b8488fb90763e7fc6f8546' LIMIT 1[0m
|
|
2201
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'ohCPVYdj2GMLMWqPSruS' LIMIT 1
|
|
2202
|
+
[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-10-09 13:36:53', '4fb5dcad3037c82365a74d0326aa088ea0a842592c57c431a40afda2aefd9bc417b13954b4968ee5aa271e1bc90a835d87d4b50559e1624187e6a55faf1dc282', '2013-10-09 13:36:53', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:53', 'testuser', 1, 'IwPzEejzGAhVKNyrWNHm', 'pOixJTsV8TJVcB1ly2lv', 'e6c0f3002fbe929cfcd393dc795e4a37f8a86eb2dddb3e24710d70fe7ac0c735813789641bd900f267dd73ce8a369e34f51366e961b8488fb90763e7fc6f8546', 'ohCPVYdj2GMLMWqPSruS', 1, NULL, '2013-10-09 13:36:53')[0m
|
|
2203
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2204
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2205
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:53', `last_login_ip` = '0.0.0.0', `perishable_token` = '2FAb1UotG3IAh3mHl', `updated_at` = '2013-10-09 13:36:53' WHERE `spud_users`.`id` = 61
|
|
2206
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2207
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2208
|
+
[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
|
|
2209
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu6', 0, '2013-10-09 13:36:54')
|
|
2210
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2211
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
2212
|
+
[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-10-09 13:36:54', NULL, 0, 'Menu Item 4', 51, 'SpudMenu', 1, NULL, '2013-10-09 13:36:54', NULL)[0m
|
|
2213
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2214
|
+
Processing by Spud::Admin::MenuItemsController#create as HTML
|
|
2215
|
+
Parameters: {"spud_menu_item"=>{"name"=>"Menu Item 5", "parent_type"=>"SpudMenu", "parent_id"=>nil, "menu_order"=>nil}, "menu_id"=>"51"}
|
|
2216
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 61 LIMIT 1[0m
|
|
2217
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2218
|
+
[1m[36m (0.1ms)[0m [1mUPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:36:54', `perishable_token` = 'tLYBcQROwjBYKNVVjQb', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 61[0m
|
|
2219
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2220
|
+
[1m[36mSpudMenu Load (0.1ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 51 LIMIT 1[0m
|
|
2221
|
+
[1m[35mSpudMenu Load (0.2ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 51 LIMIT 1
|
|
2222
|
+
[1m[36mSpudMenuItem Load (0.3ms)[0m [1mSELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`parent_id` = 51 AND `spud_menu_items`.`parent_type` = 'SpudMenu' ORDER BY menu_order desc LIMIT 1[0m
|
|
2223
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
2224
|
+
[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-10-09 13:36:54', NULL, 1, 'Menu Item 5', 51, 'SpudMenu', 51, NULL, '2013-10-09 13:36:54', NULL)[0m
|
|
2225
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2226
|
+
Redirected to http://test.host/spud/admin/menus/51/menu_items
|
|
2227
|
+
Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
|
|
2228
|
+
[1m[36m (0.8ms)[0m [1mROLLBACK[0m
|
|
2229
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
2230
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
2231
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
2232
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2233
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
2234
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
2235
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '087e29585e5f2be58dd052537a20fdafe1dc060aec965e987630ba2f873f9413c50c3582edcd8a76a4a62121d2f1551bcf3e4c05e070fcde371e64e30d42995a' LIMIT 1
|
|
2236
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'G5I6acvZ646NBJlv4P' LIMIT 1[0m
|
|
2237
|
+
[1m[35mSQL (0.2ms)[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-10-09 13:36:54', 'a0da0b9f176f4e84fd63b991af957f618dcbe030a35376d402a9052851384afdc3cc5b698bc77bda72b5677911d0381a420b07427a8be0f7daf54518f249a76f', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'NsMPP630y5Kv6KYuhlY', 'KnyHKjgQaoVBMA8OUWpM', '087e29585e5f2be58dd052537a20fdafe1dc060aec965e987630ba2f873f9413c50c3582edcd8a76a4a62121d2f1551bcf3e4c05e070fcde371e64e30d42995a', 'G5I6acvZ646NBJlv4P', 1, NULL, '2013-10-09 13:36:54')
|
|
2238
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2239
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2240
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'DN9M3ozPgvQKKoDjzqd', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 71[0m
|
|
2241
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2242
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2243
|
+
[1m[35mSpudMenu Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu7' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
2244
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu7', 0, '2013-10-09 13:36:54')[0m
|
|
2245
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2246
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2247
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
2248
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page2' LIMIT 1[0m
|
|
2249
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page2' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
2250
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page2' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
2251
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:36:54', NULL, 'html', NULL, NULL, NULL, 'Page2', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:54', NULL, 'page2', 0, 0)
|
|
2252
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2253
|
+
Processing by Spud::Admin::MenuItemsController#create as HTML
|
|
2254
|
+
Parameters: {"spud_menu_item"=>{"name"=>nil, "parent_type"=>"SpudMenu", "parent_id"=>"1", "spud_page_id"=>"101"}, "menu_id"=>"61"}
|
|
2255
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 71 LIMIT 1
|
|
2256
|
+
[1m[36mSpudMenu Load (0.3ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 61 LIMIT 1[0m
|
|
2257
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 101 LIMIT 1
|
|
2258
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2259
|
+
[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-10-09 13:36:54', NULL, 0, 'Page2', 1, 'SpudMenuItem', 61, 101, '2013-10-09 13:36:54', NULL)
|
|
2260
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2261
|
+
Redirected to http://test.host/spud/admin/menus/61/menu_items
|
|
2262
|
+
Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
|
|
2263
|
+
[1m[35m (0.6ms)[0m ROLLBACK
|
|
2264
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
2265
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
2266
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
2267
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2268
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
|
2269
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
|
2270
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '7a5990eeb62938357443d1ae9a34bc50018d26dd60a0de8fc89315fd2fb51e1f94ab4f462e0dd47e13de1a87d21b291bed3485666123edd11c85ebd471747145' LIMIT 1[0m
|
|
2271
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'I8umOqqnMW9QhfIjcr' LIMIT 1
|
|
2272
|
+
[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-10-09 13:36:54', '582211d727fa3b6c62346af084798eda936ffad28d701481609dbe0c9c711d75ce3c32cae689f119403163fb9bdd299d49c91e318baa8b962b7ac33935ad29a8', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'qLUJjkXK102qoDdB1us', '1aiZMkQsXBiCKUzJhR', '7a5990eeb62938357443d1ae9a34bc50018d26dd60a0de8fc89315fd2fb51e1f94ab4f462e0dd47e13de1a87d21b291bed3485666123edd11c85ebd471747145', 'I8umOqqnMW9QhfIjcr', 1, NULL, '2013-10-09 13:36:54')[0m
|
|
2273
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2274
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2275
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'CPBCygykrWDFqbOQGOJw', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 81
|
|
2276
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2277
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
2278
|
+
[1m[36mSpudMenu Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu8' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
|
2279
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu8', 0, '2013-10-09 13:36:54')
|
|
2280
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2281
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
2282
|
+
[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-10-09 13:36:54', NULL, 0, 'Menu Item 6', 71, 'SpudMenu', 1, NULL, '2013-10-09 13:36:54', NULL)[0m
|
|
2283
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2284
|
+
Processing by Spud::Admin::MenuItemsController#create as HTML
|
|
2285
|
+
Parameters: {"spud_menu_item"=>{"name"=>"Menu Item 7", "parent_type"=>"SpudMenu", "parent_id"=>"61"}, "menu_id"=>"71"}
|
|
2286
|
+
[1m[36mSpudUser Load (0.2ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 81 LIMIT 1[0m
|
|
2287
|
+
[1m[35mSpudMenu Load (0.2ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 71 LIMIT 1
|
|
2288
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2289
|
+
[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-10-09 13:36:54', NULL, 0, 'Menu Item 7', 61, 'SpudMenuItem', 71, NULL, '2013-10-09 13:36:54', NULL)
|
|
2290
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2291
|
+
Redirected to http://test.host/spud/admin/menus/71/menu_items
|
|
2292
|
+
Completed 302 Found in 6ms (ActiveRecord: 0.0ms)
|
|
2293
|
+
[1m[35mSpudMenuItem Load (0.2ms)[0m SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 61 LIMIT 1
|
|
2294
|
+
[1m[36m (0.8ms)[0m [1mROLLBACK[0m
|
|
2295
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
2296
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2297
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
2298
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2299
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
2300
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
2301
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'fe04734e8de490035c9976b7ab6c3da264a3ecb3bcafc48fdc617c2e61545f5e46e4e02d1ba939c57d9c12070b0e95d296c3388b7b03e912b033d51bcf86e4b0' LIMIT 1
|
|
2302
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'Ao6mdQb223y1zKYeQkW' LIMIT 1[0m
|
|
2303
|
+
[1m[35mSQL (0.2ms)[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-10-09 13:36:54', '9bb0744e6abbbeef50cd9dca3827058d44fb18361e1d2536de5265c99a9d2da92d382b982b02d81f36b97cb3f354991c388f67a9f2dbf2aa4dc70d689a06369b', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'w8KHiUIgIJNzQbnKewWY', 'Ul7T3NExVaVeffa3cFm', 'fe04734e8de490035c9976b7ab6c3da264a3ecb3bcafc48fdc617c2e61545f5e46e4e02d1ba939c57d9c12070b0e95d296c3388b7b03e912b033d51bcf86e4b0', 'Ao6mdQb223y1zKYeQkW', 1, NULL, '2013-10-09 13:36:54')
|
|
2304
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2305
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2306
|
+
[1m[36m (0.1ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = '79hxN9FsTmn6IXpfdFO', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 91[0m
|
|
2307
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2308
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2309
|
+
[1m[35mSpudMenu Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu9' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
2310
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu9', 0, '2013-10-09 13:36:54')[0m
|
|
2311
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2312
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2313
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:36:54', NULL, 0, 'Menu Item 8', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:36:54', NULL)
|
|
2314
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2315
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
2316
|
+
[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-10-09 13:36:54', NULL, 0, 'Menu Item 9', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:36:54', NULL)[0m
|
|
2317
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2318
|
+
Processing by Spud::Admin::MenuItemsController#edit as HTML
|
|
2319
|
+
Parameters: {"menu_id"=>"81", "id"=>"91"}
|
|
2320
|
+
[1m[36mSpudUser Load (0.4ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 91 LIMIT 1[0m
|
|
2321
|
+
[1m[35mSpudMenu Load (0.2ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 81 LIMIT 1
|
|
2322
|
+
[1m[36mSpudMenuItem Load (0.2ms)[0m [1mSELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 91 LIMIT 1[0m
|
|
2323
|
+
Completed 200 OK in 6ms (Views: 1.3ms | ActiveRecord: 0.8ms)
|
|
2324
|
+
[1m[35m (4.8ms)[0m ROLLBACK
|
|
2325
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
2326
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
2327
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
2328
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
2329
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
|
2330
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
|
2331
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '7d685598e133a135b8747055356ae57f5cb0058f2390bf451eee746f5e0d219bf381bb304226afaba00a65f70920546a3dd65106862db21f98c7f233d897f369' LIMIT 1[0m
|
|
2332
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'LxTvxlvG0NPyOUXgS1k' LIMIT 1
|
|
2333
|
+
[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-10-09 13:36:54', '06ee52a489743754fb31c1a09f346c5819d07a0bcb282790bf6ab2a072adc8fdd3302fde3929a558c22c399923860d19047f025ea0c1b266846dd740aae686ff', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'CwIYBswtDKOVQMkm9SCc', 'Q5S0Fl44GpEarU9ouYpL', '7d685598e133a135b8747055356ae57f5cb0058f2390bf451eee746f5e0d219bf381bb304226afaba00a65f70920546a3dd65106862db21f98c7f233d897f369', 'LxTvxlvG0NPyOUXgS1k', 1, NULL, '2013-10-09 13:36:54')[0m
|
|
2334
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2335
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2336
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'jfGjBThkhXkLaR2vzy', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 101
|
|
2337
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2338
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
2339
|
+
[1m[36mSpudMenu Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu10' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
|
2340
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu10', 0, '2013-10-09 13:36:54')
|
|
2341
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2342
|
+
Processing by Spud::Admin::MenuItemsController#edit as HTML
|
|
2343
|
+
Parameters: {"menu_id"=>"91", "id"=>"345"}
|
|
2344
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 101 LIMIT 1
|
|
2345
|
+
[1m[36mSpudMenu Load (0.2ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 91 LIMIT 1[0m
|
|
2346
|
+
[1m[35mSpudMenuItem Load (0.1ms)[0m SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 345 LIMIT 1
|
|
2347
|
+
Redirected to http://test.host/spud/admin/menus/91/menu_items
|
|
2348
|
+
Filter chain halted as :load_menu_item rendered or redirected
|
|
2349
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
|
|
2350
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
|
2351
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
2352
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
2353
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
2354
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2355
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
2356
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
2357
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '79d7e166d743dd2a0b444d94f87ec20146cbf15af259b4867bf72c02b9528d7cf398bbf9abfff89f7b01e436418e213bb62bdac47912cd49b722b76c317ea96d' LIMIT 1
|
|
2358
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '4AVgNpj66R8u1W57BiR5' LIMIT 1[0m
|
|
2359
|
+
[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-10-09 13:36:54', 'eab51d42d66e42563cff18e3599daade212dbb76758c1b0f01ee321bb21f06308e44852434facb0f1f51e8de54863df503d892faacf8b3e1c3027bfeca11c588', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'K0cITyF6iEsR0K8cbc4', 'Tj7WLrCagyZFc6ftAKYI', '79d7e166d743dd2a0b444d94f87ec20146cbf15af259b4867bf72c02b9528d7cf398bbf9abfff89f7b01e436418e213bb62bdac47912cd49b722b76c317ea96d', '4AVgNpj66R8u1W57BiR5', 1, NULL, '2013-10-09 13:36:54')
|
|
2360
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2361
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
|
2362
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'SPYlQRw36RT5bz5ZKB0', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 111[0m
|
|
2363
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2364
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2365
|
+
[1m[35mSpudMenu Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu11' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
2366
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu11', 0, '2013-10-09 13:36:54')[0m
|
|
2367
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2368
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2369
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:36:54', NULL, 0, 'Menu Item 10', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:36:54', NULL)
|
|
2370
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2371
|
+
Processing by Spud::Admin::MenuItemsController#update as HTML
|
|
2372
|
+
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"=>"101", "id"=>"101"}
|
|
2373
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 111 LIMIT 1
|
|
2374
|
+
[1m[36mSpudMenu Load (0.2ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 101 LIMIT 1[0m
|
|
2375
|
+
[1m[35mSpudMenuItem Load (0.1ms)[0m SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 101 LIMIT 1
|
|
2376
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2377
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_menu_items` SET `parent_id` = 101, `name` = 'MyMenu', `spud_menu_id` = 101, `updated_at` = '2013-10-09 13:36:54' WHERE `spud_menu_items`.`id` = 101
|
|
2378
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2379
|
+
Redirected to http://test.host/spud/admin/menus/101/menu_items
|
|
2380
|
+
Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
|
|
2381
|
+
[1m[35mSpudMenuItem Load (0.3ms)[0m SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 101 LIMIT 1
|
|
2382
|
+
[1m[36m (0.6ms)[0m [1mROLLBACK[0m
|
|
2383
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
2384
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2385
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
2386
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2387
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
2388
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
2389
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '62a8ace7761eccf7779e1d05422958f8c13e121e224728097816f441cfed0c4e60500a2a4e3cd6fbf6eebb4ee0fae6afb9cc1a9f682aae5875a35c72096c2067' LIMIT 1
|
|
2390
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '6lkH4EW4hcEoYY41Md4T' LIMIT 1[0m
|
|
2391
|
+
[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-10-09 13:36:54', '516baf32aec2381b1755f3763a0a97850b123cbeb1ea04037c472daa97a8f6dcfd8ae395204f986178dce72e4d80d771b02acf9c8cb5ed89da753b263ad2b953', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'G9bdrcuX0VO1Pox0rp0l', 'QOcXYQjN3tE3zODkhuc8', '62a8ace7761eccf7779e1d05422958f8c13e121e224728097816f441cfed0c4e60500a2a4e3cd6fbf6eebb4ee0fae6afb9cc1a9f682aae5875a35c72096c2067', '6lkH4EW4hcEoYY41Md4T', 1, NULL, '2013-10-09 13:36:54')
|
|
2392
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2393
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2394
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'Ec9VpSrIQTY8DABiMKU', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 121[0m
|
|
2395
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2396
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2397
|
+
[1m[35mSpudMenu Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu12' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
2398
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu12', 0, '2013-10-09 13:36:54')[0m
|
|
2399
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2400
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2401
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:36:54', NULL, 0, 'Menu Item 11', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:36:54', NULL)
|
|
2402
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2403
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
2404
|
+
[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-10-09 13:36:54', NULL, 0, 'Menu Item 12', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:36:54', NULL)[0m
|
|
2405
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2406
|
+
[1m[36mSpudMenu Load (0.1ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 1 LIMIT 1[0m
|
|
2407
|
+
Processing by Spud::Admin::MenuItemsController#update as HTML
|
|
2408
|
+
Parameters: {"spud_menu_item"=>{"parent_type"=>"SpudMenu", "parent_id"=>"111", "item_type"=>nil, "spud_page_id"=>nil, "menu_order"=>"0", "url"=>nil, "name"=>"Menu Item 12", "classes"=>nil}, "menu_id"=>"111", "id"=>"121"}
|
|
2409
|
+
[1m[35mSpudUser Load (0.2ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 121 LIMIT 1
|
|
2410
|
+
[1m[36mSpudMenu Load (0.1ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 111 LIMIT 1[0m
|
|
2411
|
+
[1m[35mSpudMenuItem Load (0.2ms)[0m SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 121 LIMIT 1
|
|
2412
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2413
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_menu_items` SET `parent_type` = 'SpudMenuItem', `parent_id` = 111, `spud_menu_id` = 111, `updated_at` = '2013-10-09 13:36:54' WHERE `spud_menu_items`.`id` = 121
|
|
2414
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2415
|
+
Redirected to http://test.host/spud/admin/menus/111/menu_items
|
|
2416
|
+
Completed 302 Found in 6ms (ActiveRecord: 0.0ms)
|
|
2417
|
+
[1m[35mSpudMenuItem Load (0.2ms)[0m SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 121 LIMIT 1
|
|
2418
|
+
[1m[36mSpudMenuItem Load (0.2ms)[0m [1mSELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 111 LIMIT 1[0m
|
|
2419
|
+
[1m[35m (0.6ms)[0m ROLLBACK
|
|
2420
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
2421
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
2422
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
2423
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2424
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
|
2425
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
|
2426
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '224a065682e15eb7f5c764a79a113f1defe4181042d136dba424faae21a1773bf2281d383919f6e7adbe724e7313cc7b922c76a65ea2c895fcd1118d7719078d' LIMIT 1[0m
|
|
2427
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'a0hGWHfC2BLjxNaBuu6' LIMIT 1
|
|
2428
|
+
[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-10-09 13:36:54', 'ead28f26d6294893520de0b4358150b74395e2dc23d2cc59a0d0d34bc3b8c1f6f2b12deabe5341b0341e69208f2fbbcf4fc8373195144e69905a06734b6534df', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'kqlFMdNwIOiQufSJy7', '3dqiVHX2mQ6UxUDdeqM', '224a065682e15eb7f5c764a79a113f1defe4181042d136dba424faae21a1773bf2281d383919f6e7adbe724e7313cc7b922c76a65ea2c895fcd1118d7719078d', 'a0hGWHfC2BLjxNaBuu6', 1, NULL, '2013-10-09 13:36:54')[0m
|
|
2429
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2430
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2431
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'PHkUf1W8C6qDo9dYQ7b', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 131
|
|
2432
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2433
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2434
|
+
[1m[36mSpudMenu Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu13' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
|
2435
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu13', 0, '2013-10-09 13:36:54')
|
|
2436
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2437
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2438
|
+
[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-10-09 13:36:54', NULL, 0, 'Menu Item 13', 121, 'SpudMenu', 1, NULL, '2013-10-09 13:36:54', NULL)[0m
|
|
2439
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2440
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM `spud_menu_items` [0m
|
|
2441
|
+
Processing by Spud::Admin::MenuItemsController#destroy as HTML
|
|
2442
|
+
Parameters: {"menu_id"=>"121", "id"=>"131"}
|
|
2443
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 131 LIMIT 1
|
|
2444
|
+
[1m[36mSpudMenu Load (0.3ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 121 LIMIT 1[0m
|
|
2445
|
+
[1m[35mSpudMenuItem Load (0.2ms)[0m SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 131 LIMIT 1
|
|
2446
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2447
|
+
[1m[35mSpudMenuItem Load (0.2ms)[0m SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`parent_id` = 131 AND `spud_menu_items`.`parent_type` = 'SpudMenuItem'
|
|
2448
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 131[0m
|
|
2449
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2450
|
+
Redirected to http://test.host/spud/admin/menus/121/menu_items
|
|
2451
|
+
Completed 302 Found in 13ms (ActiveRecord: 0.0ms)
|
|
2452
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `spud_menu_items` [0m
|
|
2453
|
+
[1m[35m (0.6ms)[0m ROLLBACK
|
|
2454
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
2455
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
2456
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
2457
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2458
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
|
2459
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
|
2460
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'f5971efc4b4e4857228f479836cf8ae71d95ca4d400ca83de3a0aa151fc9e64ffcc9980453b019b702981f22baf23709f20f162a62639c85621286da1e8b4dce' LIMIT 1[0m
|
|
2461
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '84pUDTyRJF4EouE3nGAB' LIMIT 1
|
|
2462
|
+
[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-10-09 13:36:54', '23e5ada8c5a0dd6f6506d48e17e31c97c049321a3fb0b3d9004236f97e5da3ecddf4bcc9f0f71f444a757bc0a0f977748cce717ed4930f8896b5a7575ff765b9', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'LY40RWki0e0ywYPSPXSs', 'ceoEm6lwuvPp5Lm9Nt7', 'f5971efc4b4e4857228f479836cf8ae71d95ca4d400ca83de3a0aa151fc9e64ffcc9980453b019b702981f22baf23709f20f162a62639c85621286da1e8b4dce', '84pUDTyRJF4EouE3nGAB', 1, NULL, '2013-10-09 13:36:54')[0m
|
|
2463
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2464
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2465
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'B3ls50hIYOY8ZSefFa3O', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 141
|
|
2466
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2467
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2468
|
+
[1m[36mSpudMenu Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu14' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
|
2469
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu14', 0, '2013-10-09 13:36:54')
|
|
2470
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2471
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
|
2472
|
+
[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-10-09 13:36:54', NULL, 0, 'Menu Item 14', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:36:54', NULL)[0m
|
|
2473
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2474
|
+
Processing by Spud::Admin::MenuItemsController#edit as HTML
|
|
2475
|
+
Parameters: {"id"=>"141", "menu_id"=>"131"}
|
|
2476
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 141 LIMIT 1[0m
|
|
2477
|
+
[1m[35mSpudMenu Load (0.2ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 131 LIMIT 1
|
|
2478
|
+
Redirected to http://test.host/spud/admin/menus
|
|
2479
|
+
Filter chain halted as :load_menu rendered or redirected
|
|
2480
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
|
|
2481
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
2482
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
2483
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
2484
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
2485
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2486
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
2487
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
2488
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'e503ead99116e77489f44d4ee0faeede504632d4c2fc354691e2e1cff3d2cb67ba57cf18c293cc631f3056457d014e1b65b6b5ae4ed3532f41bf43cc175177f9' LIMIT 1
|
|
2489
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 's4WwXGtnxDUgom8Isox' LIMIT 1[0m
|
|
2490
|
+
[1m[35mSQL (0.4ms)[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-10-09 13:36:54', '6230f944dd6cd82750c4f717d616a19b739fbc85f2c7b77f549618fdbb0439085339b0522068e167fa0f8a83026baed26d9653fab95b396472eef16695613a84', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, '9FdWPhws7RpE400Ce7D', 'qY6Zsy7Vsm9BFndteeSw', 'e503ead99116e77489f44d4ee0faeede504632d4c2fc354691e2e1cff3d2cb67ba57cf18c293cc631f3056457d014e1b65b6b5ae4ed3532f41bf43cc175177f9', 's4WwXGtnxDUgom8Isox', 1, NULL, '2013-10-09 13:36:54')
|
|
2491
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2492
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
|
2493
|
+
[1m[36m (0.5ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = '4k3R2dpSjccM6Su6jpez', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 151[0m
|
|
2494
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2495
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2496
|
+
[1m[35mSpudMenu Exists (0.4ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu15' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
2497
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu15', 0, '2013-10-09 13:36:54')[0m
|
|
2498
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2499
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2500
|
+
[1m[35mSpudMenu Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu16' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
2501
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu16', 0, '2013-10-09 13:36:54')[0m
|
|
2502
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2503
|
+
Processing by Spud::Admin::MenusController#index as HTML
|
|
2504
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 151 LIMIT 1[0m
|
|
2505
|
+
Completed 200 OK in 5ms (Views: 1.6ms | ActiveRecord: 0.3ms)
|
|
2506
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `spud_menus` WHERE `spud_menus`.`site_id` = 0
|
|
2507
|
+
[1m[36m (0.7ms)[0m [1mROLLBACK[0m
|
|
2508
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
2509
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
2510
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
2511
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2512
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
2513
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
2514
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '8bec21cd9a9c6fed066808cc223fbc35f7adf6df0af2e296ec1c54550ada0938603124766c101fe5fa517450486cd6ddde1e1c3e9b4d21f1300f1ad0bb3a084e' LIMIT 1
|
|
2515
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '5IeTP7Gt4Gbu4mHlFdmK' LIMIT 1[0m
|
|
2516
|
+
[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-10-09 13:36:54', '8db95f1ad335cf40d70350ac8f11c9ea005d5f7a95f0cb068caea308a6289273f88adfff841e22f037ac8abe4cf1217982ceabd93c4ab334e31aeba16062c1a9', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'GEgjm1bB4943KRrAyto', 'P2H7nDB6MdA2aT2Ix7dO', '8bec21cd9a9c6fed066808cc223fbc35f7adf6df0af2e296ec1c54550ada0938603124766c101fe5fa517450486cd6ddde1e1c3e9b4d21f1300f1ad0bb3a084e', '5IeTP7Gt4Gbu4mHlFdmK', 1, NULL, '2013-10-09 13:36:54')
|
|
2517
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2518
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
|
2519
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'rhItGVsLFRej0WCrXTlO', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 161[0m
|
|
2520
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2521
|
+
Processing by Spud::Admin::MenusController#new as HTML
|
|
2522
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 161 LIMIT 1[0m
|
|
2523
|
+
Completed 200 OK in 5ms (Views: 1.3ms | ActiveRecord: 0.3ms)
|
|
2524
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
2525
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
2526
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2527
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
2528
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2529
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
|
2530
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
|
2531
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'efd2d3c9b2e587c13fe519e019343a795c12a8ee57d7b9fe7bfed71c48ddc6b59b8e2e6993e0446c44a274d1338fe07e59f69bec778e0c4eb715363464889750' LIMIT 1[0m
|
|
2532
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'UE2AygqWnq4Z9kx0LKrN' LIMIT 1
|
|
2533
|
+
[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-10-09 13:36:54', '7950493e8e0f7c5c73d59e5d03519683ac433e99a739477886b90ccbcea8ebef60b771d137ef1b41fe18d0c1baebb89ef9e34c6287beeecc35076a376e219b28', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'E2M8i6lrXT9pu4Oo2yOr', 'ID8y0dOSapuzofeVA9qO', 'efd2d3c9b2e587c13fe519e019343a795c12a8ee57d7b9fe7bfed71c48ddc6b59b8e2e6993e0446c44a274d1338fe07e59f69bec778e0c4eb715363464889750', 'UE2AygqWnq4Z9kx0LKrN', 1, NULL, '2013-10-09 13:36:54')[0m
|
|
2534
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2535
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2536
|
+
[1m[35m (0.5ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'IVssIwLOgTL8xQxeKPtJ', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 171
|
|
2537
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2538
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `spud_menus`
|
|
2539
|
+
Processing by Spud::Admin::MenusController#create as HTML
|
|
2540
|
+
Parameters: {"spud_menu"=>{"name"=>"Menu17"}}
|
|
2541
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 171 LIMIT 1[0m
|
|
2542
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2543
|
+
[1m[36mSpudMenu Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu17' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
|
2544
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu17', 0, '2013-10-09 13:36:54')
|
|
2545
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2546
|
+
Redirected to http://test.host/spud/admin/menus/161/menu_items
|
|
2547
|
+
Completed 302 Found in 8ms (ActiveRecord: 0.0ms)
|
|
2548
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM `spud_menus`
|
|
2549
|
+
[1m[36m (0.8ms)[0m [1mROLLBACK[0m
|
|
2550
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
2551
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
2552
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
2553
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2554
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
2555
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
2556
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '26e497c38f3f713825723e27fbac5e47da63b69443ddb7bc1115a9c90314487fa02d586f740180ab791564096a30e3b99ae17f9813ad662c8f766f3633d898ae' LIMIT 1
|
|
2557
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'BQntrYHZZtr3Piz1W1k' LIMIT 1[0m
|
|
2558
|
+
[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-10-09 13:36:54', '39efba847d50338b5e608646763082efc61acee367f3add3bafac75696860ce2ee959e431c4e73c635d6f4e278ecca5bd7379bf4bdf0129cb3a9d74366be7363', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'E6T9EkcydM52ypfvHZKe', 'xmEv7hJBeXdeHrRHPuz', '26e497c38f3f713825723e27fbac5e47da63b69443ddb7bc1115a9c90314487fa02d586f740180ab791564096a30e3b99ae17f9813ad662c8f766f3633d898ae', 'BQntrYHZZtr3Piz1W1k', 1, NULL, '2013-10-09 13:36:54')
|
|
2559
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2560
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_2
|
|
2561
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'G8emcLaBld4pULPjAHwD', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 181[0m
|
|
2562
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2563
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `spud_menus` [0m
|
|
2564
|
+
Processing by Spud::Admin::MenusController#create as HTML
|
|
2565
|
+
Parameters: {"spud_menu"=>{"name"=>nil}}
|
|
2566
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 181 LIMIT 1
|
|
2567
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2568
|
+
[1m[35mSpudMenu Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` IS NULL AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
2569
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_2[0m
|
|
2570
|
+
Completed 200 OK in 8ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
|
2571
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `spud_menus`
|
|
2572
|
+
[1m[36m (0.7ms)[0m [1mROLLBACK[0m
|
|
2573
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
2574
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
2575
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
2576
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2577
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
2578
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
2579
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'eee944003be83ad6620bc69d43311d3ec13cd48338acab4d9d8b5bbcd8eef2d2215a787b20c19d72944ac51ce2004c6fe8ec10b53379fa69af30231767cb0f55' LIMIT 1
|
|
2580
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'cIc1wq6DpDIyOO6T91xK' LIMIT 1[0m
|
|
2581
|
+
[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-10-09 13:36:54', '60dd5995916b458db51c16c6b3ed91ae059f311dd1d7b34fd4247ba39f25c1128b69ece2e58f00ee513178c41c0fb18d03d71a5302761ccec7bcf9fdd9d86bab', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'VHEX3Aoxm5JUV16AVjw', 'bCiwl4BfcEO1tEdWI0fL', 'eee944003be83ad6620bc69d43311d3ec13cd48338acab4d9d8b5bbcd8eef2d2215a787b20c19d72944ac51ce2004c6fe8ec10b53379fa69af30231767cb0f55', 'cIc1wq6DpDIyOO6T91xK', 1, NULL, '2013-10-09 13:36:54')
|
|
2582
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2583
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2584
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 's2Lgn3xEQgorJNbJOw', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 191[0m
|
|
2585
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2586
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2587
|
+
[1m[35mSpudMenu Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu18' AND `spud_menus`.`site_id` = 1) LIMIT 1
|
|
2588
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu18', 1, '2013-10-09 13:36:54')[0m
|
|
2589
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2590
|
+
Processing by Spud::Admin::MenusController#edit as HTML
|
|
2591
|
+
Parameters: {"id"=>"171"}
|
|
2592
|
+
[1m[36mSpudUser Load (0.2ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 191 LIMIT 1[0m
|
|
2593
|
+
[1m[35mSpudMenu Load (0.2ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 171 LIMIT 1
|
|
2594
|
+
Redirected to http://test.host/spud/admin/menus
|
|
2595
|
+
Filter chain halted as :load_menu rendered or redirected
|
|
2596
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.4ms)
|
|
2597
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
|
2598
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
2599
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
2600
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2601
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2602
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
2603
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
2604
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '48445abb83368895f5412a2779ab682acd4ab589dae855265372f93af2383ea0b65f6024e5516d91ff84724dfcc6b3aa15da5c222483a8fb7178cc8b9c67de2e' LIMIT 1
|
|
2605
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'uvqpYdXmL9m2pTvCqMJL' LIMIT 1[0m
|
|
2606
|
+
[1m[35mSQL (0.2ms)[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-10-09 13:36:54', '256fe06e440bb7072927393ddc18b6809d0b9b6ff8fada8703ab97695c1bdab6d7f49502edb049d59b26ec1a601f6668f9836a4d880dbfbda62bba90dc1a469a', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'NQjiaCu0Ojs9Wne0ZZ2', 'Wkhp8Ayi8cZ4ZdySIhK', '48445abb83368895f5412a2779ab682acd4ab589dae855265372f93af2383ea0b65f6024e5516d91ff84724dfcc6b3aa15da5c222483a8fb7178cc8b9c67de2e', 'uvqpYdXmL9m2pTvCqMJL', 1, NULL, '2013-10-09 13:36:54')
|
|
2607
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2608
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
|
2609
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'eB5ENa3xu3Kt13qJFvXO', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 201[0m
|
|
2610
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2611
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2612
|
+
[1m[35mSpudMenu Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu19' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
2613
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu19', 0, '2013-10-09 13:36:54')[0m
|
|
2614
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2615
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2616
|
+
[1m[35mSpudMenu Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu20' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
2617
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu20', 0, '2013-10-09 13:36:54')[0m
|
|
2618
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2619
|
+
Processing by Spud::Admin::MenusController#edit as HTML
|
|
2620
|
+
Parameters: {"id"=>"191"}
|
|
2621
|
+
[1m[36mSpudUser Load (0.2ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 201 LIMIT 1[0m
|
|
2622
|
+
[1m[35mSpudMenu Load (0.1ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 191 LIMIT 1
|
|
2623
|
+
Completed 200 OK in 4ms (Views: 1.3ms | ActiveRecord: 0.3ms)
|
|
2624
|
+
[1m[36m (0.6ms)[0m [1mROLLBACK[0m
|
|
2625
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
2626
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
2627
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
2628
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2629
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
2630
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
2631
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '5c0c260034041ec61e71a8f28c124c3e8a4427ecc63cbd50ae807e01f6e609a6970d9d78a1106ff40c757276a1d0471326d8e184d399c8d3adab41aa1a211aad' LIMIT 1
|
|
2632
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'KTsQyjKq06Ae2KovLbw' LIMIT 1[0m
|
|
2633
|
+
[1m[35mSQL (0.2ms)[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-10-09 13:36:54', 'd03d2d59fed6774487cac7d96c80342761d75508eb2014fdf2e15c086c3531012d9a21bb35099e6a5d0e121e6e4e2c1c585c18b1ba7739b4b469ea5257442c76', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'GkKr9iAS2883xsKzMvN', 'K1U1h2N5TmIUtxucJdeK', '5c0c260034041ec61e71a8f28c124c3e8a4427ecc63cbd50ae807e01f6e609a6970d9d78a1106ff40c757276a1d0471326d8e184d399c8d3adab41aa1a211aad', 'KTsQyjKq06Ae2KovLbw', 1, NULL, '2013-10-09 13:36:54')
|
|
2634
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2635
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2636
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'RWJW6vxSb5FjW1T5ggm', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 211[0m
|
|
2637
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2638
|
+
Processing by Spud::Admin::MenusController#edit as HTML
|
|
2639
|
+
Parameters: {"id"=>"3"}
|
|
2640
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 211 LIMIT 1[0m
|
|
2641
|
+
[1m[35mSpudMenu Load (0.2ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 3 LIMIT 1
|
|
2642
|
+
Redirected to http://test.host/spud/admin/menus
|
|
2643
|
+
Filter chain halted as :load_menu rendered or redirected
|
|
2644
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
|
|
2645
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
2646
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
2647
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
2648
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
2649
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2650
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
2651
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
2652
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '113a110ae17a9a1aced0de1903841850b72333fe7f7e0e57383e84ec4378c8d4d4b05060bacef2161317ef99e8c951a40023b0c2ba753ff746145d9c62e02809' LIMIT 1
|
|
2653
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'gGUmSdk30d0gM6eTG0' LIMIT 1[0m
|
|
2654
|
+
[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-10-09 13:36:54', '13ffae955b1fb1b0c7601b7b22403dbf47a7132ff380d8b723bd0aec3b0726947b5f05bd1e4843592de4fbf32ed3dcac5b1f42ca6b2b173c21fcb5c1a9b31660', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'EVJGdXOmT5AVwoFe2', 'ubFWvHmHQxAGX1ge541', '113a110ae17a9a1aced0de1903841850b72333fe7f7e0e57383e84ec4378c8d4d4b05060bacef2161317ef99e8c951a40023b0c2ba753ff746145d9c62e02809', 'gGUmSdk30d0gM6eTG0', 1, NULL, '2013-10-09 13:36:54')
|
|
2655
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2656
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
|
2657
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'P0edFna7DIK1wH1nyY', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 221[0m
|
|
2658
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2659
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2660
|
+
[1m[35mSpudMenu Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu21' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
2661
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu21', 0, '2013-10-09 13:36:54')[0m
|
|
2662
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2663
|
+
Processing by Spud::Admin::MenusController#update as HTML
|
|
2664
|
+
Parameters: {"spud_menu"=>{"name"=>"MyMenu", "description"=>nil, "created_at"=>"2013-10-09 13:36:54 UTC", "updated_at"=>"2013-10-09 13:36:54 UTC"}, "id"=>"201"}
|
|
2665
|
+
[1m[36mSpudUser Load (0.4ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 221 LIMIT 1[0m
|
|
2666
|
+
[1m[35mSpudMenu Load (0.3ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 201 LIMIT 1
|
|
2667
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2668
|
+
[1m[35mSpudMenu Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'MyMenu' AND `spud_menus`.`id` != 201 AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
2669
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_menus` SET `name` = 'MyMenu', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_menus`.`id` = 201[0m
|
|
2670
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2671
|
+
Redirected to http://test.host/spud/admin/menus/201/menu_items
|
|
2672
|
+
Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
|
|
2673
|
+
[1m[36mSpudMenu Load (0.3ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 201 LIMIT 1[0m
|
|
2674
|
+
[1m[35m (2.8ms)[0m ROLLBACK
|
|
2675
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
2676
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
2677
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
2678
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2679
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
|
2680
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
|
2681
|
+
[1m[36mSpudUser Exists (0.4ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '42c4451d003f8be1c8ddb214dd8370218a4e244fbd3753e5e217347f78068286cdebb42fde64917225c49790df7535b1642fe9139fae86dad453df07deb15584' LIMIT 1[0m
|
|
2682
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '71lafpz7FGK76cr74Ly' LIMIT 1
|
|
2683
|
+
[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-10-09 13:36:54', '2681d2af93615c2cc6518d03a0e9eebb94e4afc50208ac1d2d380eb05e46fb815fe79855edb7b338ffbd2dd6353b4f7bd6398d8f44f8cfc25b12675b16b5dc10', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'YKzGmKvh1PFCYT6KPdrR', 'ONLhyYX63ByFSWQ0wd', '42c4451d003f8be1c8ddb214dd8370218a4e244fbd3753e5e217347f78068286cdebb42fde64917225c49790df7535b1642fe9139fae86dad453df07deb15584', '71lafpz7FGK76cr74Ly', 1, NULL, '2013-10-09 13:36:54')[0m
|
|
2684
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2685
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2686
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'QDERLajaOylNNJxonZDt', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 231
|
|
2687
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2688
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
2689
|
+
[1m[36mSpudMenu Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu22' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
|
2690
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu22', 0, '2013-10-09 13:36:54')
|
|
2691
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2692
|
+
Processing by Spud::Admin::MenusController#update as HTML
|
|
2693
|
+
Parameters: {"spud_menu"=>{"name"=>"MyMenu", "description"=>nil, "created_at"=>"2013-10-09 13:36:54 UTC", "updated_at"=>"2013-10-09 13:36:54 UTC"}, "id"=>"211"}
|
|
2694
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 231 LIMIT 1
|
|
2695
|
+
[1m[36mSpudMenu Load (0.2ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 211 LIMIT 1[0m
|
|
2696
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2697
|
+
[1m[36mSpudMenu Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'MyMenu' AND `spud_menus`.`id` != 211 AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
|
2698
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_menus` SET `name` = 'MyMenu', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_menus`.`id` = 211
|
|
2699
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2700
|
+
Redirected to http://test.host/spud/admin/menus/211/menu_items
|
|
2701
|
+
Completed 302 Found in 8ms (ActiveRecord: 0.0ms)
|
|
2702
|
+
[1m[35m (0.6ms)[0m ROLLBACK
|
|
2703
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
2704
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
2705
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2706
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2707
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
|
2708
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
|
2709
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '2e29c6d6bf6883b719741044e18b562493ac764f554225f68f12d41af450607069a36f3547b28b84ed4881478fc326530bf2fa8644a6f203ae9638ad783c54dc' LIMIT 1[0m
|
|
2710
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'X3MwfVQJgzvz6BfX8QYi' LIMIT 1
|
|
2711
|
+
[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-10-09 13:36:54', '15e801935c610341e94bdd2d78fc9e1ee6ba4d1a5b1e8d440278b95c0d9062468aec48fadd24323f738ac9452c286ecb8206d19fd9b05a83e0f671d1792c3ccf', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'wDpzvA2qKG4biOiPefTB', 'OXhqhE37JMEaHFGNNFM', '2e29c6d6bf6883b719741044e18b562493ac764f554225f68f12d41af450607069a36f3547b28b84ed4881478fc326530bf2fa8644a6f203ae9638ad783c54dc', 'X3MwfVQJgzvz6BfX8QYi', 1, NULL, '2013-10-09 13:36:54')[0m
|
|
2712
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2713
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2714
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = '9ObN6aPRBQYhetlHvoIK', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 241
|
|
2715
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2716
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2717
|
+
[1m[36mSpudMenu Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu23' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
|
2718
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu23', 0, '2013-10-09 13:36:54')
|
|
2719
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2720
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM `spud_menus`
|
|
2721
|
+
Processing by Spud::Admin::MenusController#destroy as HTML
|
|
2722
|
+
Parameters: {"id"=>"221"}
|
|
2723
|
+
[1m[36mSpudUser Load (0.2ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 241 LIMIT 1[0m
|
|
2724
|
+
[1m[35mSpudMenu Load (0.2ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 221 LIMIT 1
|
|
2725
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2726
|
+
[1m[35mSpudMenuItem Load (0.2ms)[0m SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`parent_id` = 221 AND `spud_menu_items`.`parent_type` = 'SpudMenu'
|
|
2727
|
+
[1m[36mSpudMenuItem Load (0.3ms)[0m [1mSELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`spud_menu_id` = 221[0m
|
|
2728
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM `spud_menus` WHERE `spud_menus`.`id` = 221
|
|
2729
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2730
|
+
Redirected to http://test.host/spud/admin/menus
|
|
2731
|
+
Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
|
|
2732
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `spud_menus`
|
|
2733
|
+
[1m[36m (0.6ms)[0m [1mROLLBACK[0m
|
|
2734
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
2735
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2736
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
2737
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2738
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
2739
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
2740
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '7845c9d111348568cf70d6918d7b148c7d43885cf5b2b17079e38ac92acf6137dd3cd57b3494384a5f800aba7ccdbb6837217e0440c6017183e96bb729714700' LIMIT 1
|
|
2741
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'ILJnFSlsik9xKuykDKbq' LIMIT 1[0m
|
|
2742
|
+
[1m[35mSQL (0.2ms)[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-10-09 13:36:54', '903c2e9bad3415bbf54412cb7dbcd31a8117025c82671281e6d6875a7f953434324d219638cc617de5119d6c38848401b7a151d5b3ec093e4e99acfdc6e41f79', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'YQsg3rSvaA1z3tFWn1', 'iOsQUfVPRKg2Pe0xY1g', '7845c9d111348568cf70d6918d7b148c7d43885cf5b2b17079e38ac92acf6137dd3cd57b3494384a5f800aba7ccdbb6837217e0440c6017183e96bb729714700', 'ILJnFSlsik9xKuykDKbq', 1, NULL, '2013-10-09 13:36:54')
|
|
2743
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2744
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
|
2745
|
+
[1m[36m (0.4ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'hgnzoGSIlHKAkIhIRyBN', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 251[0m
|
|
2746
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2747
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2748
|
+
[1m[35mSpudMenu Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu24' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
2749
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu24', 0, '2013-10-09 13:36:54')[0m
|
|
2750
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2751
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `spud_menus` [0m
|
|
2752
|
+
Processing by Spud::Admin::MenusController#destroy as HTML
|
|
2753
|
+
Parameters: {"id"=>"23532"}
|
|
2754
|
+
[1m[35mSpudUser Load (0.2ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 251 LIMIT 1
|
|
2755
|
+
[1m[36mSpudMenu Load (0.2ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 23532 LIMIT 1[0m
|
|
2756
|
+
Redirected to http://test.host/spud/admin/menus
|
|
2757
|
+
Filter chain halted as :load_menu rendered or redirected
|
|
2758
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
|
|
2759
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `spud_menus`
|
|
2760
|
+
[1m[36m (0.6ms)[0m [1mROLLBACK[0m
|
|
2761
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
2762
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
2763
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
2764
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2765
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
2766
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
2767
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '3d3a5411acc067efe20a0144bf765579237e15ae8b8c938096e10f5df61fc00f8ca2914476ac0eb5bf4451d659778ba89e9b3c75dfdabfe8786c11e76b9db6e3' LIMIT 1
|
|
2768
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '4Z7ok94EA34D6FvKDknd' LIMIT 1[0m
|
|
2769
|
+
[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-10-09 13:36:54', 'c56b49b22a073bd563944a8ef8521372d547e1c0eb8434bdc50b4b9f0ad955b361aebf4e28ee0683e85b3870a7ff620325c04b8731743b9e1bee9407c059319f', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, '6YhDJenJz02eP8f90eL', 'uQuyKLta1RiU25ao9ow', '3d3a5411acc067efe20a0144bf765579237e15ae8b8c938096e10f5df61fc00f8ca2914476ac0eb5bf4451d659778ba89e9b3c75dfdabfe8786c11e76b9db6e3', '4Z7ok94EA34D6FvKDknd', 1, NULL, '2013-10-09 13:36:54')
|
|
2770
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2771
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2772
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'CGBnbhbGTiw7bc26iPp', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 261[0m
|
|
2773
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2774
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2775
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
2776
|
+
[1m[36mSpudPermalink Load (0.5ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page3' LIMIT 1[0m
|
|
2777
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page3' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
2778
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page3' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
2779
|
+
[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-10-09 13:36:54', NULL, 'html', NULL, NULL, NULL, 'Page3', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:54', NULL, 'page3', 0, 0)
|
|
2780
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2781
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2782
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
2783
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page4' LIMIT 1
|
|
2784
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 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[0m
|
|
2785
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page4' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
2786
|
+
[1m[36mSQL (0.1ms)[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-10-09 13:36:54', NULL, 'html', NULL, NULL, NULL, 'Page4', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:54', NULL, 'page4', 0, 0)[0m
|
|
2787
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2788
|
+
Processing by Spud::Admin::PagesController#index as HTML
|
|
2789
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 261 LIMIT 1[0m
|
|
2790
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`url_name` = 'home' LIMIT 1
|
|
2791
|
+
Completed 200 OK in 6ms (Views: 1.5ms | ActiveRecord: 0.5ms)
|
|
2792
|
+
[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
|
|
2793
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
|
2794
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
2795
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
2796
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
2797
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
2798
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
|
2799
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
|
2800
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '61d42da80d76a4dec2ab075f543fa4ce4b90b6cdb9eb86a6dc3c4e14b6be08f680f4d197edcd7b0088bd93fdca2a68016f77204b37a5f446b18d672629c2d72f' LIMIT 1[0m
|
|
2801
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'bgMYjDSbczK34jeL' LIMIT 1
|
|
2802
|
+
[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-10-09 13:36:54', 'a38168c22d3d4a61d40949bf0b814e3d04532a5a7d6996318b9aed2a1e6659403e5c79a96f418d27806d904011b00bd33c7cc42b67e18020a6d717449efd1cb1', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'ZPSToTOPkqzLcl5mLmrB', 'bvHg8xAlsnFVtqnMPzMA', '61d42da80d76a4dec2ab075f543fa4ce4b90b6cdb9eb86a6dc3c4e14b6be08f680f4d197edcd7b0088bd93fdca2a68016f77204b37a5f446b18d672629c2d72f', 'bgMYjDSbczK34jeL', 1, NULL, '2013-10-09 13:36:54')[0m
|
|
2803
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2804
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2805
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'YmI0M1PxBKtDaQmvH4VA', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 271
|
|
2806
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2807
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2808
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
2809
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page5' LIMIT 1
|
|
2810
|
+
[1m[36mSpudPage Exists (0.4ms)[0m [1mSELECT 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[0m
|
|
2811
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page5' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
2812
|
+
[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-10-09 13:36:54', NULL, 'html', NULL, NULL, NULL, 'Page5', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:54', NULL, 'page5', 0, 0)[0m
|
|
2813
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2814
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2815
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
2816
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page6' LIMIT 1[0m
|
|
2817
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page6' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
2818
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page6' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
2819
|
+
[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-10-09 13:36:54', NULL, 'html', NULL, NULL, NULL, 'Page6', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:54', NULL, 'page6', 0, 0)
|
|
2820
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2821
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2822
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 1 LIMIT 1[0m
|
|
2823
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
2824
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page7' LIMIT 1[0m
|
|
2825
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page7' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` = 1) LIMIT 1
|
|
2826
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page7' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
2827
|
+
[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-10-09 13:36:54', NULL, 'html', NULL, NULL, NULL, 'Page7', NULL, NULL, NULL, 1, 0, 1, '2013-10-09 13:36:54', NULL, 'page7', 0, 0)
|
|
2828
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2829
|
+
Processing by Spud::Admin::PagesController#index as HTML
|
|
2830
|
+
[1m[35mSpudUser Load (0.5ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 271 LIMIT 1
|
|
2831
|
+
[1m[36mSpudPage Load (0.5ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`url_name` = 'home' LIMIT 1[0m
|
|
2832
|
+
Completed 200 OK in 9ms (Views: 1.3ms | ActiveRecord: 1.0ms)
|
|
2833
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL
|
|
2834
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
|
2835
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
2836
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
2837
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
2838
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2839
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
2840
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
2841
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'f5d5a3283b017a4afc7f9169bad93a398a24b0f0b8783f6fcee3798091e052df7168536d6c8ade65c07384705351f2fd9bf5a764ddbef22d5985501531963a6b' LIMIT 1
|
|
2842
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '5sPe8qGJ1lmEckKQVh' LIMIT 1[0m
|
|
2843
|
+
[1m[35mSQL (0.2ms)[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-10-09 13:36:54', 'c4c8f678402752acbe363eaa986c225b962d43adb12b224d48b796d997a7de36fefbc173d4ea6cb23ee0b10cbd2cdff1aa986c2d221c42dd5cf728016090097a', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'mf2XOUyiAPK9NhxHzCCw', 'w6WwxuNlqrxOx8fY9YwF', 'f5d5a3283b017a4afc7f9169bad93a398a24b0f0b8783f6fcee3798091e052df7168536d6c8ade65c07384705351f2fd9bf5a764ddbef22d5985501531963a6b', '5sPe8qGJ1lmEckKQVh', 1, NULL, '2013-10-09 13:36:54')
|
|
2844
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2845
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2846
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = '29fMDXg7Sz1M9fKoPhn5', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 281[0m
|
|
2847
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2848
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2849
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
2850
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page8' LIMIT 1[0m
|
|
2851
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page8' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
2852
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page8' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
2853
|
+
[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-10-09 13:36:54', NULL, 'html', NULL, NULL, NULL, 'Page8', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:54', NULL, 'page8', 0, 0)
|
|
2854
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2855
|
+
Processing by Spud::Admin::PagesController#show as HTML
|
|
2856
|
+
Parameters: {"id"=>"161"}
|
|
2857
|
+
[1m[35mSpudUser Load (0.4ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 281 LIMIT 1
|
|
2858
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 161 LIMIT 1[0m
|
|
2859
|
+
[1m[35mSpudPagePartial Load (0.2ms)[0m SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (161)
|
|
2860
|
+
Completed 200 OK in 7ms (Views: 1.4ms | ActiveRecord: 0.7ms)
|
|
2861
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
2862
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
2863
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
2864
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
2865
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2866
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
2867
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
2868
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '57a69ccd5797d4fcf7ca551474f4280e900cca7a8de1a01c853880671b72f8f84d3890d3941ab93ec0bc780623f1ab752d8fe971414fc7a17e157e9f0ad5bad4' LIMIT 1
|
|
2869
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 't7tXNzbvv7Mo22ZNfzz' LIMIT 1[0m
|
|
2870
|
+
[1m[35mSQL (0.2ms)[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-10-09 13:36:54', '9b858f97bb5fbee95784768698a5d767baf2319c4144bbfd609a70f7390eb25b0a676b19e509513bcfa7fbdc54c7d689a4f4efcd99d10bc36d4483dc41e7d2c7', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'u0lFGipLlc1UgWrD1zK4', 'IcXZNFU5kWmY7nf8qo', '57a69ccd5797d4fcf7ca551474f4280e900cca7a8de1a01c853880671b72f8f84d3890d3941ab93ec0bc780623f1ab752d8fe971414fc7a17e157e9f0ad5bad4', 't7tXNzbvv7Mo22ZNfzz', 1, NULL, '2013-10-09 13:36:54')
|
|
2871
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2872
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2873
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'Thv020WQGqq3OGz4Bln', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 291[0m
|
|
2874
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2875
|
+
Processing by Spud::Admin::PagesController#new as HTML
|
|
2876
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 291 LIMIT 1[0m
|
|
2877
|
+
Completed 200 OK in 17ms (Views: 1.4ms | ActiveRecord: 0.3ms)
|
|
2878
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
|
2879
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
2880
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2881
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
2882
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2883
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
|
2884
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
|
2885
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '06aed364108c2a44bdf2f24d8560095f0af663db42112c96c1c80abd7373d10f88aed7fd58d93d6002f3eb9aa510e4f9350a12a1666125cc97c5f39fc368ddb1' LIMIT 1[0m
|
|
2886
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'byNu4fVd7MQ0XAZ6TFf0' LIMIT 1
|
|
2887
|
+
[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-10-09 13:36:54', '1330dd29a636cf867e4be01d4856c06db8edbfd68ca2132f01e370de202b84fa5f387980b8ae9ab5298fd59f3bb7c8688983503f91d2ad3baa6b33f8087f0988', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, '2Cu27P9RtIS2pU16m4Ck', '7CAIwB1Hg8MTkM2jiHJ0', '06aed364108c2a44bdf2f24d8560095f0af663db42112c96c1c80abd7373d10f88aed7fd58d93d6002f3eb9aa510e4f9350a12a1666125cc97c5f39fc368ddb1', 'byNu4fVd7MQ0XAZ6TFf0', 1, NULL, '2013-10-09 13:36:54')[0m
|
|
2888
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2889
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2890
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'xrEKN748RaKolujCfcHM', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 301
|
|
2891
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2892
|
+
Processing by Spud::Admin::PagesController#new as HTML
|
|
2893
|
+
[1m[35mSpudUser Load (0.2ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 301 LIMIT 1
|
|
2894
|
+
Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.2ms)
|
|
2895
|
+
[1m[36m (0.6ms)[0m [1mROLLBACK[0m
|
|
2896
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
2897
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
2898
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
2899
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2900
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
2901
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
2902
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '55349281f79f0854a58ce78e73464e0316b23594cd8a6587950a03fe0416b9403f0fb98c2c80a1a047b984a0bfa493e4aa865df9915b1fbe20a7b7ad68723733' LIMIT 1
|
|
2903
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'aUeaf5OsIRMU3rn7KAT' LIMIT 1[0m
|
|
2904
|
+
[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-10-09 13:36:54', '7af7bdf1d636b7a2b16d47c2b326c828d8f1b148ed0210634288d84cab11590d494982a11e6e7c38ca45561ca02b7e1b88a0fea203a8b115254df86ea4ab9938', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'eXlBzdIHaoAPLS4azvaP', 'bhWQfWYVWBdP57AHv2x', '55349281f79f0854a58ce78e73464e0316b23594cd8a6587950a03fe0416b9403f0fb98c2c80a1a047b984a0bfa493e4aa865df9915b1fbe20a7b7ad68723733', 'aUeaf5OsIRMU3rn7KAT', 1, NULL, '2013-10-09 13:36:54')
|
|
2905
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2906
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2907
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'l6r8enbTpFuKhxTclFD', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 311[0m
|
|
2908
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2909
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2910
|
+
[1m[35mSpudPage Load (0.4ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
2911
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page9' LIMIT 1[0m
|
|
2912
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page9' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
2913
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page9' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
2914
|
+
[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-10-09 13:36:54', NULL, 'html', NULL, NULL, NULL, 'Page9', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:54', NULL, 'page9', 0, 0)
|
|
2915
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2916
|
+
Processing by Spud::Admin::PagesController#edit as HTML
|
|
2917
|
+
Parameters: {"id"=>"171"}
|
|
2918
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 311 LIMIT 1
|
|
2919
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 171 LIMIT 1[0m
|
|
2920
|
+
[1m[35mSpudPagePartial Load (0.2ms)[0m SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (171)
|
|
2921
|
+
Completed 200 OK in 7ms (Views: 1.4ms | ActiveRecord: 0.7ms)
|
|
2922
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
|
2923
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
2924
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
2925
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2926
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2927
|
+
[1m[35mSpudUser Exists (0.4ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
2928
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
2929
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '354bc33369ca2d69f4165c281adff975ab5af45efaa661745a2fb9e09d5c3dca743d3ae986ac088157253f49386f71384f3324785f9cb8aca5dd217e45a39af1' LIMIT 1
|
|
2930
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'OCykPfqZI9seVw3M2qM0' LIMIT 1[0m
|
|
2931
|
+
[1m[35mSQL (0.2ms)[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-10-09 13:36:54', '816af790147f6acc83088f73f21d3aa4ba1df947eff6951b3cf355478bbe359ec7cabc69ddc0d4b8edebde7c94404f1449086b0f070d8ffa6f0311786f338143', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'eiIcCDI7tx52QHpAAMJh', '2pkKIDBuNi9O0ZYt5ZD', '354bc33369ca2d69f4165c281adff975ab5af45efaa661745a2fb9e09d5c3dca743d3ae986ac088157253f49386f71384f3324785f9cb8aca5dd217e45a39af1', 'OCykPfqZI9seVw3M2qM0', 1, NULL, '2013-10-09 13:36:54')
|
|
2932
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2933
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2934
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'B5V1Z5UgflQN448JmHqf', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 321[0m
|
|
2935
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2936
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2937
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
2938
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page10' LIMIT 1[0m
|
|
2939
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page10' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
2940
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page10' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
2941
|
+
[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-10-09 13:36:54', NULL, 'html', NULL, NULL, NULL, 'Page10', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:54', NULL, 'page10', 0, 0)
|
|
2942
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2943
|
+
Processing by Spud::Admin::PagesController#update as HTML
|
|
2944
|
+
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"=>"181"}
|
|
2945
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 321 LIMIT 1
|
|
2946
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 181 LIMIT 1[0m
|
|
2947
|
+
[1m[35mSpudPagePartial Load (0.2ms)[0m SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (181)
|
|
2948
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2949
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 181)
|
|
2950
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'adam' LIMIT 1[0m
|
|
2951
|
+
[1m[35mSpudPermalink Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'page10' AND `spud_permalinks`.`site_id` = 0) LIMIT 1
|
|
2952
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (181, 'SpudPage', '2013-10-09 13:36:54', 0, '2013-10-09 13:36:54', 'page10')[0m
|
|
2953
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Adam' AND `spud_pages`.`id` != 181 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
2954
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'adam' AND `spud_pages`.`id` != 181 AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
2955
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_pages` SET `name` = 'Adam', `url_name` = 'adam', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_pages`.`id` = 181
|
|
2956
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2957
|
+
Redirected to http://test.host/spud/admin/pages
|
|
2958
|
+
Completed 302 Found in 14ms (ActiveRecord: 2.0ms)
|
|
2959
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 181 LIMIT 1
|
|
2960
|
+
[1m[36m (0.6ms)[0m [1mROLLBACK[0m
|
|
2961
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
2962
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
2963
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
2964
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2965
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
2966
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
2967
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'cd2861dd5ac6695e2c3479a9505977225b8a7c236eee02b90b04059a7685dcac4cf2782e189f65e5d5997434eb6253d6a7b63a73a07cab8d3e35e802a2148033' LIMIT 1
|
|
2968
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'eTAtFWYpDX3aGcxvIcJ5' LIMIT 1[0m
|
|
2969
|
+
[1m[35mSQL (0.4ms)[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-10-09 13:36:54', 'ccdb09a45751804d2dac50cbf075400d467ffd2f582ae8f75848f6417db20386b186a81c1d4fa1f0e853b3033d7900b7b1dde135dd05007046f4d89b53fb0a56', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'OMlIh9DFXJIL2nQQQ', '00X7N3NDK1v2ABeR1mt', 'cd2861dd5ac6695e2c3479a9505977225b8a7c236eee02b90b04059a7685dcac4cf2782e189f65e5d5997434eb6253d6a7b63a73a07cab8d3e35e802a2148033', 'eTAtFWYpDX3aGcxvIcJ5', 1, NULL, '2013-10-09 13:36:54')
|
|
2970
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2971
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
2972
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'iJyEr9DyB1TqqDYunjni', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 331[0m
|
|
2973
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
2974
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2975
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
2976
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page11' LIMIT 1[0m
|
|
2977
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page11' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
2978
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page11' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
2979
|
+
[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-10-09 13:36:54', NULL, 'html', NULL, NULL, NULL, 'Page11', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:54', NULL, 'page11', 0, 0)
|
|
2980
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2981
|
+
Processing by Spud::Admin::PagesController#update as HTML
|
|
2982
|
+
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"=>"191"}
|
|
2983
|
+
[1m[35mSpudUser Load (0.6ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 331 LIMIT 1
|
|
2984
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 191 LIMIT 1[0m
|
|
2985
|
+
[1m[35mSpudPagePartial Load (0.2ms)[0m SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (191)
|
|
2986
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
2987
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 191)
|
|
2988
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'adam' LIMIT 1[0m
|
|
2989
|
+
[1m[35mSpudPermalink Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'page11' AND `spud_permalinks`.`site_id` = 0) LIMIT 1
|
|
2990
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (191, 'SpudPage', '2013-10-09 13:36:54', 0, '2013-10-09 13:36:54', 'page11')[0m
|
|
2991
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Adam' AND `spud_pages`.`id` != 191 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
2992
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'adam' AND `spud_pages`.`id` != 191 AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
2993
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_pages` SET `name` = 'Adam', `url_name` = 'adam', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_pages`.`id` = 191
|
|
2994
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
2995
|
+
Redirected to http://test.host/spud/admin/pages
|
|
2996
|
+
Completed 302 Found in 15ms (ActiveRecord: 2.7ms)
|
|
2997
|
+
[1m[35m (0.8ms)[0m ROLLBACK
|
|
2998
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
2999
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3000
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3001
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3002
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
|
3003
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
|
3004
|
+
[1m[36mSpudUser Exists (0.4ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'af8dd3ebea79115ff06b7bbe6cc4a2f649c65f1056e15d7d576057a8e57fc215860ecd30eb680ccf55a59bc243f4389bd1dba369b368793b495a2941a4b8da59' LIMIT 1[0m
|
|
3005
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'PHHTo52EyIq1cmkzxMRs' LIMIT 1
|
|
3006
|
+
[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-10-09 13:36:54', 'ba3650df3f1395db39601a41b6e8d5c2ffee0acc1e47c8a0a1e0e65138fa4daabcf4323cb4fe21405abca70d0c9af7cb35d77df387fd8dd19a4294141b751c07', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'hlw75vzyvlksd6aHNmhP', 'GYnRLWeebJD7PfSSKIKl', 'af8dd3ebea79115ff06b7bbe6cc4a2f649c65f1056e15d7d576057a8e57fc215860ecd30eb680ccf55a59bc243f4389bd1dba369b368793b495a2941a4b8da59', 'PHHTo52EyIq1cmkzxMRs', 1, NULL, '2013-10-09 13:36:54')[0m
|
|
3007
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3008
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3009
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'WDWkC6EIpbNo4aS1lLbL', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 341
|
|
3010
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3011
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
3012
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
3013
|
+
[1m[35mSpudPermalink Load (0.1ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page12' LIMIT 1
|
|
3014
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 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[0m
|
|
3015
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page12' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
3016
|
+
[1m[36mSQL (0.1ms)[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-10-09 13:36:54', NULL, 'html', NULL, NULL, NULL, 'Page12', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:54', NULL, 'page12', 0, 0)[0m
|
|
3017
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3018
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM `spud_pages` [0m
|
|
3019
|
+
Processing by Spud::Admin::PagesController#destroy as HTML
|
|
3020
|
+
Parameters: {"id"=>"201"}
|
|
3021
|
+
[1m[35mSpudUser Load (0.4ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 341 LIMIT 1
|
|
3022
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 201 LIMIT 1[0m
|
|
3023
|
+
[1m[35mSpudPagePartial Load (0.2ms)[0m SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (201)
|
|
3024
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3025
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`spud_page_id` = 201
|
|
3026
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`attachment_id` = 201 AND `spud_permalinks`.`attachment_type` = 'SpudPage'[0m
|
|
3027
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM `spud_pages` WHERE `spud_pages`.`id` = 201
|
|
3028
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3029
|
+
Redirected to http://test.host/spud/admin/pages
|
|
3030
|
+
Completed 302 Found in 10ms (ActiveRecord: 1.5ms)
|
|
3031
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM `spud_pages`
|
|
3032
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
3033
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
3034
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3035
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3036
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3037
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
3038
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
3039
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'f9dbade848f12554ec2c52868207f4e8d344c9e379dcdcc109d500a119af63c502bcf8f578351defde31ac422022018599564a6844b533ffcd18e40682bb4cfc' LIMIT 1
|
|
3040
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k9mK3ISm40AZQJRQBAv6' LIMIT 1[0m
|
|
3041
|
+
[1m[35mSQL (0.2ms)[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-10-09 13:36:54', '7a04ef7356d4370abfcdd2b9b55e763d61640e4a5b0ad3370040e01dec13f3ed7bef02fa7673866271b65ef8b4e761d00286c131c314be21d3e1fc4c1c768712', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'hS0tMTiuZK7J1933rd8Y', 'rUGMxc3iZfiMsUXEV0b', 'f9dbade848f12554ec2c52868207f4e8d344c9e379dcdcc109d500a119af63c502bcf8f578351defde31ac422022018599564a6844b533ffcd18e40682bb4cfc', 'k9mK3ISm40AZQJRQBAv6', 1, NULL, '2013-10-09 13:36:54')
|
|
3042
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3043
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3044
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'QMwKb4RAMRpw5eZfald9', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 351[0m
|
|
3045
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3046
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3047
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
3048
|
+
[1m[36mSpudPermalink Load (0.3ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page13' LIMIT 1[0m
|
|
3049
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page13' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
3050
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page13' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
3051
|
+
[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-10-09 13:36:54', NULL, 'html', NULL, NULL, NULL, 'Page13', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:54', NULL, 'page13', 0, 0)
|
|
3052
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3053
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `spud_pages`
|
|
3054
|
+
Processing by Spud::Admin::PagesController#destroy as HTML
|
|
3055
|
+
Parameters: {"id"=>"23532"}
|
|
3056
|
+
[1m[36mSpudUser Load (0.2ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 351 LIMIT 1[0m
|
|
3057
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 23532 LIMIT 1
|
|
3058
|
+
Redirected to http://test.host/spud/admin/pages
|
|
3059
|
+
Filter chain halted as :load_page rendered or redirected
|
|
3060
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
|
|
3061
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM `spud_pages` [0m
|
|
3062
|
+
[1m[35m (2.4ms)[0m ROLLBACK
|
|
3063
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
3064
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3065
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3066
|
+
Processing by Spud::Cms::SitemapsController#show as XML
|
|
3067
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`visibility` = 0 ORDER BY spud_page_id
|
|
3068
|
+
Completed 200 OK in 16ms (Views: 13.1ms | ActiveRecord: 0.3ms)
|
|
3069
|
+
[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
|
|
3070
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
3071
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
3072
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3073
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3074
|
+
Processing by Spud::Cms::SitemapsController#show as HTML
|
|
3075
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`visibility` = 0 ORDER BY spud_page_id
|
|
3076
|
+
Completed 406 Not Acceptable in 2ms (ActiveRecord: 0.3ms)
|
|
3077
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
3078
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
3079
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3080
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3081
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3082
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
3083
|
+
[1m[36mSpudPermalink Load (0.3ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page14' LIMIT 1[0m
|
|
3084
|
+
[1m[35mSpudPage Exists (0.4ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page14' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
3085
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page14' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
3086
|
+
[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-10-09 13:36:54', NULL, 'html', NULL, NULL, NULL, 'Page14', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:54', NULL, 'page14', 0, 0)
|
|
3087
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3088
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3089
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
3090
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page15' LIMIT 1
|
|
3091
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 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[0m
|
|
3092
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page15' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
3093
|
+
[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page15', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'page15', 0, 0)[0m
|
|
3094
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3095
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3096
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1
|
|
3097
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'page16' LIMIT 1[0m
|
|
3098
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page16' AND `spud_pages`.`site_id` = 1 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
3099
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page16' AND `spud_pages`.`site_id` = 1) LIMIT 1[0m
|
|
3100
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page16', NULL, NULL, NULL, 1, 1, NULL, '2013-10-09 13:36:55', NULL, 'page16', 0, 0)
|
|
3101
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3102
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3103
|
+
[1m[36mSpudPage Load (0.1ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1[0m
|
|
3104
|
+
[1m[35mSpudPermalink Load (0.1ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'page17' LIMIT 1
|
|
3105
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 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[0m
|
|
3106
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page17' AND `spud_pages`.`site_id` = 1) LIMIT 1
|
|
3107
|
+
[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page17', NULL, NULL, NULL, 1, 1, NULL, '2013-10-09 13:36:55', NULL, 'page17', 0, 0)[0m
|
|
3108
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3109
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3110
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1
|
|
3111
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'page18' LIMIT 1[0m
|
|
3112
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page18' AND `spud_pages`.`site_id` = 1 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
3113
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page18' AND `spud_pages`.`site_id` = 1) LIMIT 1[0m
|
|
3114
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page18', NULL, NULL, NULL, 1, 1, NULL, '2013-10-09 13:36:55', NULL, 'page18', 0, 0)
|
|
3115
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3116
|
+
Processing by Spud::Cms::SitemapsController#show as XML
|
|
3117
|
+
[1m[35mSpudPage Load (0.5ms)[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
|
|
3118
|
+
Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.5ms)
|
|
3119
|
+
[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
|
|
3120
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
|
3121
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
3122
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3123
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3124
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3125
|
+
[1m[36mSpudMenu Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Main' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
|
3126
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:55', NULL, 'Main', 0, '2013-10-09 13:36:55')
|
|
3127
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3128
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3129
|
+
[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-10-09 13:36:55', NULL, 0, 'Menu Item 15', 241, 'SpudMenu', 241, NULL, '2013-10-09 13:36:55', '/')[0m
|
|
3130
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3131
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3132
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:36:55', NULL, 0, 'Menu Item 16', 241, 'SpudMenu', 241, NULL, '2013-10-09 13:36:55', '/')
|
|
3133
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3134
|
+
[1m[35mSpudMenu Load (0.2ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Main' LIMIT 1
|
|
3135
|
+
[1m[36mSpudMenuItem Load (0.4ms)[0m [1mSELECT
|
|
3136
|
+
spud_menu_items.id as id,
|
|
3137
|
+
spud_menu_items.url as url,
|
|
3138
|
+
spud_menu_items.classes as classes,
|
|
3139
|
+
spud_menu_items.parent_type as parent_type,
|
|
3140
|
+
spud_menu_items.menu_order as menu_order,
|
|
3141
|
+
spud_menu_items.parent_id as parent_id,
|
|
3142
|
+
spud_menu_items.name as name,
|
|
3143
|
+
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` = 241 ORDER BY parent_type, parent_id[0m
|
|
3144
|
+
[1m[35m (0.7ms)[0m ROLLBACK
|
|
3145
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
3146
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3147
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3148
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3149
|
+
[1m[36mSpudMenu Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu25' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
|
3150
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:55', NULL, 'Menu25', 0, '2013-10-09 13:36:55')
|
|
3151
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3152
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3153
|
+
[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-10-09 13:36:55', NULL, 0, 'Menu Item 17', 251, 'SpudMenu', 251, NULL, '2013-10-09 13:36:55', '/')[0m
|
|
3154
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3155
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3156
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:36:55', NULL, 0, 'Menu Item 18', 251, 'SpudMenu', 251, NULL, '2013-10-09 13:36:55', '/')
|
|
3157
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3158
|
+
[1m[35mSpudMenu Load (0.2ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Menu25' LIMIT 1
|
|
3159
|
+
[1m[36mSpudMenuItem Load (0.2ms)[0m [1mSELECT
|
|
3160
|
+
spud_menu_items.id as id,
|
|
3161
|
+
spud_menu_items.url as url,
|
|
3162
|
+
spud_menu_items.classes as classes,
|
|
3163
|
+
spud_menu_items.parent_type as parent_type,
|
|
3164
|
+
spud_menu_items.menu_order as menu_order,
|
|
3165
|
+
spud_menu_items.parent_id as parent_id,
|
|
3166
|
+
spud_menu_items.name as name,
|
|
3167
|
+
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` = 251 ORDER BY parent_type, parent_id[0m
|
|
3168
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
3169
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
3170
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3171
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3172
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3173
|
+
[1m[36mSpudMenu Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Main2' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
|
3174
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:55', NULL, 'Main2', 0, '2013-10-09 13:36:55')
|
|
3175
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3176
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3177
|
+
[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-10-09 13:36:55', NULL, 0, 'Menu Item 19', 261, 'SpudMenu', 261, NULL, '2013-10-09 13:36:55', '/')[0m
|
|
3178
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3179
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3180
|
+
[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-10-09 13:36:55', NULL, 0, 'Menu Item 20', 261, 'SpudMenu', 261, NULL, '2013-10-09 13:36:55', '/')
|
|
3181
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3182
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3183
|
+
[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-10-09 13:36:55', NULL, 0, 'SubItem', 191, 'SpudMenuItem', 261, NULL, '2013-10-09 13:36:55', '/')[0m
|
|
3184
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3185
|
+
[1m[36mSpudMenu Load (0.2ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Main2' LIMIT 1[0m
|
|
3186
|
+
[1m[35mSpudMenuItem Load (0.2ms)[0m SELECT
|
|
3187
|
+
spud_menu_items.id as id,
|
|
3188
|
+
spud_menu_items.url as url,
|
|
3189
|
+
spud_menu_items.classes as classes,
|
|
3190
|
+
spud_menu_items.parent_type as parent_type,
|
|
3191
|
+
spud_menu_items.menu_order as menu_order,
|
|
3192
|
+
spud_menu_items.parent_id as parent_id,
|
|
3193
|
+
spud_menu_items.name as name,
|
|
3194
|
+
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` = 261 ORDER BY parent_type, parent_id
|
|
3195
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
3196
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
3197
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3198
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3199
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3200
|
+
[1m[35mSpudMenu Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Main4' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
3201
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:55', NULL, 'Main4', 0, '2013-10-09 13:36:55')[0m
|
|
3202
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3203
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3204
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:36:55', NULL, 0, 'Menu Item 21', 271, 'SpudMenu', 271, NULL, '2013-10-09 13:36:55', '/')
|
|
3205
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3206
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3207
|
+
[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-10-09 13:36:55', NULL, 0, 'Menu Item 22', 271, 'SpudMenu', 271, NULL, '2013-10-09 13:36:55', '/')[0m
|
|
3208
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3209
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3210
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:36:55', NULL, 0, 'SubItem', 221, 'SpudMenuItem', 271, NULL, '2013-10-09 13:36:55', '/')
|
|
3211
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3212
|
+
[1m[35mSpudMenu Load (0.2ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Main4' LIMIT 1
|
|
3213
|
+
[1m[36mSpudMenuItem Load (0.2ms)[0m [1mSELECT
|
|
3214
|
+
spud_menu_items.id as id,
|
|
3215
|
+
spud_menu_items.url as url,
|
|
3216
|
+
spud_menu_items.classes as classes,
|
|
3217
|
+
spud_menu_items.parent_type as parent_type,
|
|
3218
|
+
spud_menu_items.menu_order as menu_order,
|
|
3219
|
+
spud_menu_items.parent_id as parent_id,
|
|
3220
|
+
spud_menu_items.name as name,
|
|
3221
|
+
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` = 271 ORDER BY parent_type, parent_id[0m
|
|
3222
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
|
3223
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
3224
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3225
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3226
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3227
|
+
[1m[36mSpudMenu Exists (0.6ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu26' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
|
3228
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:55', NULL, 'Menu26', 0, '2013-10-09 13:36:55')
|
|
3229
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3230
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
3231
|
+
[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-10-09 13:36:55', NULL, 0, 'Menu Item 23', 281, 'SpudMenu', 281, NULL, '2013-10-09 13:36:55', '/')[0m
|
|
3232
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3233
|
+
[1m[36mSpudMenu Load (0.2ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`site_id` = 1 AND `spud_menus`.`name` = 'Menu26' LIMIT 1[0m
|
|
3234
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
3235
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
3236
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3237
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3238
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
3239
|
+
[1m[36mSpudMenu Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Main3' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
|
3240
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:55', NULL, 'Main3', 0, '2013-10-09 13:36:55')
|
|
3241
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3242
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3243
|
+
[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-10-09 13:36:55', NULL, 0, 'Menu Item 24', 291, 'SpudMenu', 291, NULL, '2013-10-09 13:36:55', '/')[0m
|
|
3244
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3245
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3246
|
+
[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-10-09 13:36:55', NULL, 0, 'Menu Item 25', 291, 'SpudMenu', 291, NULL, '2013-10-09 13:36:55', '/')
|
|
3247
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3248
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
3249
|
+
[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-10-09 13:36:55', NULL, 0, 'SubItem', 261, 'SpudMenuItem', 291, NULL, '2013-10-09 13:36:55', '/')[0m
|
|
3250
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3251
|
+
[1m[36mSpudMenu Load (0.2ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Main3' LIMIT 1[0m
|
|
3252
|
+
[1m[35mSpudMenuItem Load (0.4ms)[0m SELECT
|
|
3253
|
+
spud_menu_items.id as id,
|
|
3254
|
+
spud_menu_items.url as url,
|
|
3255
|
+
spud_menu_items.classes as classes,
|
|
3256
|
+
spud_menu_items.parent_type as parent_type,
|
|
3257
|
+
spud_menu_items.menu_order as menu_order,
|
|
3258
|
+
spud_menu_items.parent_id as parent_id,
|
|
3259
|
+
spud_menu_items.name as name,
|
|
3260
|
+
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` = 291 ORDER BY parent_type, parent_id
|
|
3261
|
+
[1m[36m (0.7ms)[0m [1mROLLBACK[0m
|
|
3262
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
3263
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3264
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3265
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3266
|
+
[1m[35mSpudMenu Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu27' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
3267
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:55', NULL, 'Menu27', 0, '2013-10-09 13:36:55')[0m
|
|
3268
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3269
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3270
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:36:55', NULL, 0, 'Menu Item 26', 301, 'SpudMenu', 301, NULL, '2013-10-09 13:36:55', '/')
|
|
3271
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3272
|
+
[1m[35mSpudMenu Load (0.2ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Menu27' AND `spud_menus`.`site_id` = 1 LIMIT 1
|
|
3273
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
3274
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
3275
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3276
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3277
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3278
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
3279
|
+
[1m[36mSpudPermalink Load (0.3ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page19' LIMIT 1[0m
|
|
3280
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page19' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
3281
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page19' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
3282
|
+
[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page19', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'page19', 0, 0)
|
|
3283
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3284
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3285
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
3286
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page20' LIMIT 1
|
|
3287
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 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[0m
|
|
3288
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page20' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
3289
|
+
[1m[36mSQL (0.1ms)[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page20', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'page20', 0, 0)[0m
|
|
3290
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3291
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3292
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 271 LIMIT 1
|
|
3293
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
3294
|
+
[1m[35mSpudPermalink Load (0.1ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page19/page21' LIMIT 1
|
|
3295
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page21' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` = 271) LIMIT 1[0m
|
|
3296
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page19/page21' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
3297
|
+
[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page21', NULL, NULL, NULL, 1, 0, 271, '2013-10-09 13:36:55', NULL, 'page19/page21', 0, 0)[0m
|
|
3298
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3299
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1[0m
|
|
3300
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
|
3301
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
3302
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3303
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3304
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3305
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
3306
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page22' LIMIT 1
|
|
3307
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 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[0m
|
|
3308
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page22' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
3309
|
+
[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page22', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'page22', 0, 0)[0m
|
|
3310
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3311
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3312
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
3313
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page23' LIMIT 1[0m
|
|
3314
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page23' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
3315
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page23' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
3316
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page23', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'page23', 0, 0)
|
|
3317
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3318
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1
|
|
3319
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
3320
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
3321
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3322
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3323
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3324
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
3325
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page24' LIMIT 1[0m
|
|
3326
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page24' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
3327
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page24' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
3328
|
+
[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page24', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'page24', 0, 0)
|
|
3329
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3330
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3331
|
+
[1m[36mSpudPage Load (0.1ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
3332
|
+
[1m[35mSpudPermalink Load (0.1ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page25' LIMIT 1
|
|
3333
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 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[0m
|
|
3334
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page25' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
3335
|
+
[1m[36mSQL (0.1ms)[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page25', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'page25', 0, 0)[0m
|
|
3336
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3337
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1 AND (name NOT IN ('Page25'))[0m
|
|
3338
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
|
3339
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
3340
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3341
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3342
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3343
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
3344
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page26' LIMIT 1
|
|
3345
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 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[0m
|
|
3346
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page26' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
3347
|
+
[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page26', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'page26', 0, 0)[0m
|
|
3348
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3349
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3350
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
3351
|
+
[1m[36mSpudPermalink Load (0.3ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page27' LIMIT 1[0m
|
|
3352
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page27' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
3353
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page27' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
3354
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page27', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'page27', 0, 0)
|
|
3355
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3356
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3357
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 341 LIMIT 1[0m
|
|
3358
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
3359
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page26/page28' LIMIT 1[0m
|
|
3360
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page28' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` = 341) LIMIT 1
|
|
3361
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page26/page28' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
3362
|
+
[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page28', NULL, NULL, NULL, 1, 0, 341, '2013-10-09 13:36:55', NULL, 'page26/page28', 0, 0)
|
|
3363
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3364
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1
|
|
3365
|
+
[1m[36m (0.7ms)[0m [1mROLLBACK[0m
|
|
3366
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
3367
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3368
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3369
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3370
|
+
[1m[35mSpudPage Load (0.4ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
3371
|
+
[1m[36mSpudPermalink Load (0.4ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page29' LIMIT 1[0m
|
|
3372
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page29' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
3373
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page29' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
3374
|
+
[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page29', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'page29', 0, 0)
|
|
3375
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3376
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3377
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
3378
|
+
[1m[35mSpudPermalink Load (0.1ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page30' LIMIT 1
|
|
3379
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 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[0m
|
|
3380
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page30' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
3381
|
+
[1m[36mSQL (0.1ms)[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page30', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'page30', 0, 0)[0m
|
|
3382
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3383
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3384
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 371 LIMIT 1
|
|
3385
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
3386
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page29/page31' LIMIT 1
|
|
3387
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page31' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` = 371) LIMIT 1[0m
|
|
3388
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page29/page31' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
3389
|
+
[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page31', NULL, NULL, NULL, 1, 0, 371, '2013-10-09 13:36:55', NULL, 'page29/page31', 0, 0)[0m
|
|
3390
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3391
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1[0m
|
|
3392
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
|
3393
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
3394
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3395
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3396
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3397
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
3398
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page32' LIMIT 1
|
|
3399
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 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[0m
|
|
3400
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page32' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
3401
|
+
[1m[36mSQL (0.4ms)[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page32', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'page32', 0, 0)[0m
|
|
3402
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3403
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3404
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1
|
|
3405
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'page33' LIMIT 1[0m
|
|
3406
|
+
[1m[35mSpudPage Exists (0.5ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page33' AND `spud_pages`.`site_id` = 1 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
3407
|
+
[1m[36mSpudPage Exists (0.5ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page33' AND `spud_pages`.`site_id` = 1) LIMIT 1[0m
|
|
3408
|
+
[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page33', NULL, NULL, NULL, 1, 1, NULL, '2013-10-09 13:36:55', NULL, 'page33', 0, 0)
|
|
3409
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3410
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1 AND `spud_pages`.`site_id` = 1
|
|
3411
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
3412
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
3413
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3414
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3415
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
3416
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
3417
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3418
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3419
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
3420
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
3421
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3422
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
3423
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
3424
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
3425
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3426
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3427
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
3428
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
3429
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3430
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3431
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
3432
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
3433
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3434
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3435
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
3436
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
3437
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3438
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3439
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
3440
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
3441
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3442
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3443
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
3444
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
3445
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3446
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3447
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
3448
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
3449
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3450
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3451
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
3452
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
3453
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3454
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3455
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3456
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_page_partials` (`content`, `content_processed`, `created_at`, `format`, `name`, `spud_page_id`, `symbol_name`, `updated_at`) VALUES (NULL, '', '2013-10-09 13:36:55', NULL, 'Test Page', NULL, 'test_page', '2013-10-09 13:36:55')
|
|
3457
|
+
[1m[36mSpudPageLiquidTag Load (0.2ms)[0m [1mSELECT `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'[0m
|
|
3458
|
+
[1m[35mSQL (0.3ms)[0m UPDATE `spud_page_partials` SET `content_processed` = '' WHERE `spud_page_partials`.`id` = 1
|
|
3459
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3460
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
3461
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
3462
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3463
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3464
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3465
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `spud_page_partial_revisions` (`content`, `created_at`, `format`, `name`, `spud_page_id`, `updated_at`) VALUES ('Home Sweet Home', '2013-10-09 13:36:55', NULL, 'Test Page', 1, '2013-10-09 13:36:55')[0m
|
|
3466
|
+
[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'
|
|
3467
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 1 LIMIT 1[0m
|
|
3468
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO `spud_page_partials` (`content`, `content_processed`, `created_at`, `format`, `name`, `spud_page_id`, `symbol_name`, `updated_at`) VALUES ('Home Sweet Home', 'Home Sweet Home', '2013-10-09 13:36:55', NULL, 'Test Page', 1, 'test_page', '2013-10-09 13:36:55')
|
|
3469
|
+
[1m[36mSpudPageLiquidTag Load (0.2ms)[0m [1mSELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 11 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'[0m
|
|
3470
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3471
|
+
[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
|
|
3472
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
3473
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
3474
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3475
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3476
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
3477
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO `spud_page_partial_revisions` (`content`, `created_at`, `format`, `name`, `spud_page_id`, `updated_at`) VALUES ('Home Sweet Home', '2013-10-09 13:36:55', NULL, 'Test Page', 1, '2013-10-09 13:36:55')[0m
|
|
3478
|
+
[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'
|
|
3479
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 1 LIMIT 1[0m
|
|
3480
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO `spud_page_partials` (`content`, `content_processed`, `created_at`, `format`, `name`, `spud_page_id`, `symbol_name`, `updated_at`) VALUES ('Home Sweet Home', 'Home Sweet Home', '2013-10-09 13:36:55', NULL, 'Test Page', 1, 'test_page', '2013-10-09 13:36:55')
|
|
3481
|
+
[1m[36mSpudPageLiquidTag Load (0.2ms)[0m [1mSELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 21 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'[0m
|
|
3482
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3483
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3484
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_page_partial_revisions` (`content`, `created_at`, `format`, `name`, `spud_page_id`, `updated_at`) VALUES ('Nah', '2013-10-09 13:36:55', NULL, 'Test Page', 1, '2013-10-09 13:36:55')
|
|
3485
|
+
[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
|
|
3486
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_page_partials` SET `content` = 'Nah', `content_processed` = 'Nah', `updated_at` = '2013-10-09 13:36:55' WHERE `spud_page_partials`.`id` = 21
|
|
3487
|
+
[1m[36mSpudPageLiquidTag Load (0.2ms)[0m [1mSELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 21 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'[0m
|
|
3488
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3489
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3490
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_page_partial_revisions` (`content`, `created_at`, `format`, `name`, `spud_page_id`, `updated_at`) VALUES ('Another change', '2013-10-09 13:36:55', NULL, 'Test Page', 1, '2013-10-09 13:36:55')
|
|
3491
|
+
[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
|
|
3492
|
+
[1m[35mSpudPagePartialRevision Load (0.2ms)[0m SELECT `spud_page_partial_revisions`.* FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`spud_page_id` = 1 AND `spud_page_partial_revisions`.`name` = 'Test Page' ORDER BY created_at ASC LIMIT 1
|
|
3493
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`id` = 11[0m
|
|
3494
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_page_partials` SET `content` = 'Another change', `content_processed` = 'Another change', `updated_at` = '2013-10-09 13:36:55' WHERE `spud_page_partials`.`id` = 21
|
|
3495
|
+
[1m[36mSpudPageLiquidTag Load (0.2ms)[0m [1mSELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 21 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'[0m
|
|
3496
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3497
|
+
[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
|
|
3498
|
+
[1m[35m (0.8ms)[0m ROLLBACK
|
|
3499
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
3500
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3501
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3502
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
3503
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
3504
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3505
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3506
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
3507
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
3508
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3509
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3510
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
3511
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
3512
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3513
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3514
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
3515
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
3516
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3517
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3518
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
3519
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
3520
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3521
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3522
|
+
[1m[35mSpudPage Exists (0.5ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` IS NULL AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
3523
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` IS NULL AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
3524
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
3525
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
3526
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3527
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3528
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
3529
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 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[0m
|
|
3530
|
+
[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
|
|
3531
|
+
[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page34', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'test', 1, 0)[0m
|
|
3532
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3533
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
|
3534
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'test' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
3535
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
3536
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
3537
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3538
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3539
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3540
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
3541
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'test' LIMIT 1[0m
|
|
3542
|
+
[1m[35mSpudPage Exists (0.2ms)[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` IS NULL) LIMIT 1
|
|
3543
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'test' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
3544
|
+
[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'test', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'test', 0, 0)
|
|
3545
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3546
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
3547
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'test-1' LIMIT 1[0m
|
|
3548
|
+
[1m[35mSpudPage Exists (0.2ms)[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` IS NULL) LIMIT 1
|
|
3549
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'test-1' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
3550
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
|
3551
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
3552
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3553
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3554
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
3555
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
3556
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page36' LIMIT 1
|
|
3557
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
|
3558
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page36' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
3559
|
+
[1m[36mSQL (0.5ms)[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page36', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'page36', 0, 0)[0m
|
|
3560
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 441 LIMIT 1
|
|
3561
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_page_partials` (`content`, `content_processed`, `created_at`, `format`, `name`, `spud_page_id`, `symbol_name`, `updated_at`) VALUES (NULL, '', '2013-10-09 13:36:55', NULL, 'body', 441, 'body', '2013-10-09 13:36:55')[0m
|
|
3562
|
+
[1m[35mSpudPageLiquidTag Load (0.2ms)[0m SELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 31 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'
|
|
3563
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE `spud_page_partials` SET `content_processed` = '' WHERE `spud_page_partials`.`id` = 31[0m
|
|
3564
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3565
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM `spud_page_partials` [0m
|
|
3566
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3567
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`spud_page_id` = 441[0m
|
|
3568
|
+
[1m[35mSpudPageLiquidTag Load (0.2ms)[0m SELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 31 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'
|
|
3569
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM `spud_page_partials` WHERE `spud_page_partials`.`id` = 31[0m
|
|
3570
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`attachment_id` = 441 AND `spud_permalinks`.`attachment_type` = 'SpudPage'
|
|
3571
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM `spud_pages` WHERE `spud_pages`.`id` = 441[0m
|
|
3572
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3573
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM `spud_page_partials` [0m
|
|
3574
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
3575
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
3576
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3577
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3578
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
3579
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
3580
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3581
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3582
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
3583
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
3584
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3585
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3586
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
3587
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
3588
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3589
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3590
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3591
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
3592
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'parent' LIMIT 1
|
|
3593
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 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[0m
|
|
3594
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'parent' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
3595
|
+
[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'parent', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'parent', 0, 0)[0m
|
|
3596
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3597
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3598
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
3599
|
+
[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-1' LIMIT 1[0m
|
|
3600
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page 1' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` = 451) LIMIT 1
|
|
3601
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'parent/page-1' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
3602
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page 1', NULL, NULL, NULL, 1, 0, 451, '2013-10-09 13:36:55', NULL, 'parent/page-1', 0, 0)
|
|
3603
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3604
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
3605
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
3606
|
+
[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-2' LIMIT 1
|
|
3607
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 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` = 451) LIMIT 1[0m
|
|
3608
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'parent/page-2' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
3609
|
+
[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page 2', NULL, NULL, NULL, 1, 0, 451, '2013-10-09 13:36:55', NULL, 'parent/page-2', 0, 0)[0m
|
|
3610
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3611
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
3612
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
|
3613
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
3614
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3615
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3616
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
3617
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
3618
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3619
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3620
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
3621
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
3622
|
+
[1m[35mSpudPermalink Load (0.1ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1
|
|
3623
|
+
[1m[36mSpudPage Exists (0.1ms)[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
|
|
3624
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
3625
|
+
[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'about', 0, 0)[0m
|
|
3626
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3627
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
3628
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about/test' LIMIT 1
|
|
3629
|
+
[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` = 481) LIMIT 1[0m
|
|
3630
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about/test' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
3631
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
3632
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
3633
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3634
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3635
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3636
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
3637
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'testimonials' LIMIT 1[0m
|
|
3638
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'testimonials' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
3639
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'testimonials' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
3640
|
+
[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'testimonials', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'testimonials', 0, 0)
|
|
3641
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3642
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
3643
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'testimonials-1' LIMIT 1[0m
|
|
3644
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'testimonials' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
3645
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'testimonials-1' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
3646
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
3647
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
3648
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3649
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3650
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
3651
|
+
[1m[36mSpudPage Load (0.1ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
3652
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'another' LIMIT 1
|
|
3653
|
+
[1m[36mSpudPage Exists (0.1ms)[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
|
|
3654
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'another' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
3655
|
+
[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'another', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'another', 0, 0)[0m
|
|
3656
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3657
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3658
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 501)
|
|
3659
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'again' LIMIT 1[0m
|
|
3660
|
+
[1m[35mSpudPermalink Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'another' AND `spud_permalinks`.`site_id` = 0) LIMIT 1
|
|
3661
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (501, 'SpudPage', '2013-10-09 13:36:55', 0, '2013-10-09 13:36:55', 'another')[0m
|
|
3662
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'again' AND `spud_pages`.`id` != 501 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
3663
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'again' AND `spud_pages`.`id` != 501 AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
3664
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_pages` SET `name` = 'again', `url_name` = 'again', `updated_at` = '2013-10-09 13:36:55' WHERE `spud_pages`.`id` = 501
|
|
3665
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3666
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
3667
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'another' LIMIT 1[0m
|
|
3668
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 501 LIMIT 1
|
|
3669
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'another-1' LIMIT 1[0m
|
|
3670
|
+
[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
|
|
3671
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'another-1' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
3672
|
+
[1m[35m (0.6ms)[0m ROLLBACK
|
|
3673
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
3674
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3675
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3676
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
3677
|
+
[1m[36mSpudPage Load (0.1ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
3678
|
+
[1m[35mSpudPermalink Load (0.1ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'permapage' LIMIT 1
|
|
3679
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 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[0m
|
|
3680
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'permapage' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
3681
|
+
[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'permapage', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'permapage', 0, 0)[0m
|
|
3682
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3683
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3684
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 511)
|
|
3685
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'permapage-new' LIMIT 1[0m
|
|
3686
|
+
[1m[35mSpudPermalink Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'permapage' AND `spud_permalinks`.`site_id` = 0) LIMIT 1
|
|
3687
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (511, 'SpudPage', '2013-10-09 13:36:55', 0, '2013-10-09 13:36:55', 'permapage')[0m
|
|
3688
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'permapage new' AND `spud_pages`.`id` != 511 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
3689
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'permapage-new' AND `spud_pages`.`id` != 511 AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
3690
|
+
[1m[35m (0.8ms)[0m UPDATE `spud_pages` SET `name` = 'permapage new', `url_name` = 'permapage-new', `updated_at` = '2013-10-09 13:36:55' WHERE `spud_pages`.`id` = 511
|
|
3691
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3692
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM `spud_permalinks`
|
|
3693
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `spud_permalinks` WHERE `spud_permalinks`.`attachment_id` = 511 AND `spud_permalinks`.`attachment_type` = 'SpudPage' AND `spud_permalinks`.`url_name` = 'permapage'[0m
|
|
3694
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 511)
|
|
3695
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'permapage' LIMIT 1[0m
|
|
3696
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 511 LIMIT 1
|
|
3697
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3698
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM `spud_permalinks` WHERE `spud_permalinks`.`id` = 41
|
|
3699
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3700
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
3701
|
+
[1m[36mSpudPermalink Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'permapage-new' AND `spud_permalinks`.`site_id` = 0) LIMIT 1[0m
|
|
3702
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (511, 'SpudPage', '2013-10-09 13:36:55', 0, '2013-10-09 13:36:55', 'permapage-new')
|
|
3703
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3704
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'permapage' AND `spud_pages`.`id` != 511 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
3705
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'permapage' AND `spud_pages`.`id` != 511 AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
3706
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `spud_permalinks` WHERE `spud_permalinks`.`attachment_id` = 511 AND `spud_permalinks`.`attachment_type` = 'SpudPage' AND `spud_permalinks`.`url_name` = 'permapage'
|
|
3707
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
3708
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
3709
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3710
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3711
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3712
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
3713
|
+
[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
|
|
3714
|
+
[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
|
|
3715
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'original' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
3716
|
+
[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'original', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'original', 0, 0)
|
|
3717
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3718
|
+
[1m[35mSpudPage Exists (0.2ms)[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
|
|
3719
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'original' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
3720
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
3721
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
3722
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3723
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3724
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3725
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
3726
|
+
[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
|
|
3727
|
+
[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
|
|
3728
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'original' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
3729
|
+
[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'original', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'original', 0, 0)[0m
|
|
3730
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3731
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3732
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 531)
|
|
3733
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'original2' LIMIT 1[0m
|
|
3734
|
+
[1m[35mSpudPermalink Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'original' AND `spud_permalinks`.`site_id` = 0) LIMIT 1
|
|
3735
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (531, 'SpudPage', '2013-10-09 13:36:55', 0, '2013-10-09 13:36:55', 'original')[0m
|
|
3736
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'original2' AND `spud_pages`.`id` != 531 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
3737
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'original2' AND `spud_pages`.`id` != 531 AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
3738
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_pages` SET `name` = 'original2', `url_name` = 'original2', `updated_at` = '2013-10-09 13:36:55' WHERE `spud_pages`.`id` = 531
|
|
3739
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3740
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
3741
|
+
[1m[36mSpudPage Load (0.1ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
3742
|
+
[1m[35mSpudPermalink Load (0.1ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'new' LIMIT 1
|
|
3743
|
+
[1m[36mSpudPage Exists (0.2ms)[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
|
|
3744
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'new' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
3745
|
+
[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-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'new', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'new', 0, 0)[0m
|
|
3746
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3747
|
+
[1m[36mSpudPage Load (0.1ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 541 LIMIT 1[0m
|
|
3748
|
+
[1m[35mSpudPermalink Load (0.1ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'original' LIMIT 1
|
|
3749
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 531 LIMIT 1[0m
|
|
3750
|
+
[1m[35m (1.0ms)[0m ROLLBACK
|
|
3751
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
3752
|
+
Connecting to database specified by database.yml
|
|
3753
|
+
Creating scope :public. Overwriting existing method SpudPage.public.
|
|
3754
|
+
Connecting to database specified by database.yml
|
|
3755
|
+
Creating scope :public. Overwriting existing method SpudPage.public.
|
|
3756
|
+
Connecting to database specified by database.yml
|
|
3757
|
+
Creating scope :public. Overwriting existing method SpudPage.public.
|
|
3758
|
+
Connecting to database specified by database.yml
|
|
3759
|
+
Creating scope :public. Overwriting existing method SpudPage.public.
|
|
3760
|
+
Connecting to database specified by database.yml
|
|
3761
|
+
Creating scope :public. Overwriting existing method SpudPage.public.
|
|
3762
|
+
Connecting to database specified by database.yml
|
|
3763
|
+
Creating scope :public. Overwriting existing method SpudPage.public.
|
|
3764
|
+
[1m[36m (0.2ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
3765
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
3766
|
+
[1m[36m (0.1ms)[0m [1mSELECT DATABASE() as db[0m
|
|
3767
|
+
[1m[35m (5.0ms)[0m select table_name from information_schema.views where table_schema = 'spud_cms_test'
|
|
3768
|
+
[1m[36m (1.1ms)[0m [1mTRUNCATE TABLE `spud_admin_permissions`;[0m
|
|
3769
|
+
[1m[35m (1.6ms)[0m TRUNCATE TABLE `spud_menu_items`;
|
|
3770
|
+
[1m[36m (1.3ms)[0m [1mTRUNCATE TABLE `spud_menus`;[0m
|
|
3771
|
+
[1m[35m (1.7ms)[0m TRUNCATE TABLE `spud_page_liquid_tags`;
|
|
3772
|
+
[1m[36m (0.8ms)[0m [1mTRUNCATE TABLE `spud_page_partial_revisions`;[0m
|
|
3773
|
+
[1m[35m (0.8ms)[0m TRUNCATE TABLE `spud_page_partials`;
|
|
3774
|
+
[1m[36m (2.0ms)[0m [1mTRUNCATE TABLE `spud_pages`;[0m
|
|
3775
|
+
[1m[35m (1.8ms)[0m TRUNCATE TABLE `spud_permalinks`;
|
|
3776
|
+
[1m[36m (1.3ms)[0m [1mTRUNCATE TABLE `spud_snippets`;[0m
|
|
3777
|
+
[1m[35m (0.5ms)[0m TRUNCATE TABLE `spud_user_settings`;
|
|
3778
|
+
[1m[36m (1.1ms)[0m [1mTRUNCATE TABLE `spud_users`;[0m
|
|
3779
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
3780
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3781
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3782
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3783
|
+
[1m[35mSpudPage Load (1.6ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
3784
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page1' LIMIT 1[0m
|
|
3785
|
+
[1m[35mSpudPage Exists (0.5ms)[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
|
|
3786
|
+
[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
|
|
3787
|
+
[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-10-09 13:45:47', NULL, 'html', NULL, NULL, NULL, 'Page1', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:47', NULL, 'page1', 0, 0)
|
|
3788
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3789
|
+
Processing by PagesController#show as HTML
|
|
3790
|
+
Parameters: {"id"=>"page1"}
|
|
3791
|
+
[1m[35mSpudPage Load (0.4ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'page1' LIMIT 1
|
|
3792
|
+
[1m[36mSpudPagePartial Load (0.1ms)[0m [1mSELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (1)[0m
|
|
3793
|
+
Rendered /Users/davidestes/projects/spud_rails/spud_cms/app/views/pages/show.html.erb within layouts/application (0.2ms)
|
|
3794
|
+
Completed 200 OK in 54ms (Views: 32.5ms | ActiveRecord: 2.3ms)
|
|
3795
|
+
[1m[35m (0.9ms)[0m ROLLBACK
|
|
3796
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
3797
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3798
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3799
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3800
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
3801
|
+
[1m[35mSpudPermalink Load (0.1ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'home' LIMIT 1
|
|
3802
|
+
[1m[36mSpudPage Exists (0.2ms)[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
|
|
3803
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'home' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
3804
|
+
[1m[36mSQL (1.1ms)[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-10-09 13:45:47', NULL, 'html', NULL, NULL, NULL, 'home', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:47', NULL, 'home', 0, 0)[0m
|
|
3805
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3806
|
+
Processing by PagesController#show as HTML
|
|
3807
|
+
[1m[36mSpudPage Load (0.4ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'home' LIMIT 1[0m
|
|
3808
|
+
[1m[35mSpudPagePartial Load (0.2ms)[0m SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (11)
|
|
3809
|
+
Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.6ms)
|
|
3810
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
3811
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
3812
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3813
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3814
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3815
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
3816
|
+
[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
|
|
3817
|
+
[1m[35mSpudPage Exists (0.2ms)[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
|
|
3818
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
3819
|
+
[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-10-09 13:45:47', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:47', NULL, 'about', 0, 0)
|
|
3820
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3821
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3822
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 21)[0m
|
|
3823
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about-us' LIMIT 1
|
|
3824
|
+
[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
|
|
3825
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (21, 'SpudPage', '2013-10-09 13:45:47', 0, '2013-10-09 13:45:47', 'about')
|
|
3826
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'about us' AND `spud_pages`.`id` != 21 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1[0m
|
|
3827
|
+
[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` != 21 AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
3828
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_pages` SET `name` = 'about us', `url_name` = 'about-us', `updated_at` = '2013-10-09 13:45:47' WHERE `spud_pages`.`id` = 21[0m
|
|
3829
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3830
|
+
Processing by PagesController#show as HTML
|
|
3831
|
+
Parameters: {"id"=>"about"}
|
|
3832
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'about' LIMIT 1[0m
|
|
3833
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`url_name` = 'about' LIMIT 1
|
|
3834
|
+
[1m[36mSpudPage Load (0.4ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 21 LIMIT 1[0m
|
|
3835
|
+
Redirected to http://test.host/about-us
|
|
3836
|
+
Completed 301 Moved Permanently in 6ms (ActiveRecord: 0.7ms)
|
|
3837
|
+
[1m[35m (0.6ms)[0m ROLLBACK
|
|
3838
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
3839
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3840
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3841
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3842
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
3843
|
+
[1m[35mSpudPermalink Load (0.1ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1
|
|
3844
|
+
[1m[36mSpudPage Exists (0.2ms)[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
|
|
3845
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
3846
|
+
[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-10-09 13:45:48', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:48', NULL, 'about', 0, 1)[0m
|
|
3847
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3848
|
+
Processing by PagesController#show as HTML
|
|
3849
|
+
Parameters: {"id"=>"about"}
|
|
3850
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'about' LIMIT 1[0m
|
|
3851
|
+
[1m[35mSpudPagePartial Load (0.2ms)[0m SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (31)
|
|
3852
|
+
Redirected to http://test.host/spud/user_session/new
|
|
3853
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
|
|
3854
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
3855
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
3856
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3857
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3858
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3859
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
3860
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
3861
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '5ad32e950430e82d9f171ffaa7fe8c9177cd2d05ae8580e3a85b24bee944e9d406831111c5bef3331c5feb37c1a5c65a089da7c1471eec00ddc02872cfbd8b27' LIMIT 1
|
|
3862
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'KxC3SWUWRSz0ktq77lXz' LIMIT 1[0m
|
|
3863
|
+
[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-10-09 13:45:48', 'e19edcf99633a2288612664d1dca2edab9af81f5ef768990d924b55356e72b0383e2444ee0a85eb041081410c300991b5fc475de86015c51e082492b71c521e6', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'Mrr5a9NU33iuocfBeJwB', 'cPtmRTqrrg50wQxED6Fa', '5ad32e950430e82d9f171ffaa7fe8c9177cd2d05ae8580e3a85b24bee944e9d406831111c5bef3331c5feb37c1a5c65a089da7c1471eec00ddc02872cfbd8b27', 'KxC3SWUWRSz0ktq77lXz', 1, NULL, '2013-10-09 13:45:48')
|
|
3864
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3865
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3866
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = '2ahF14104dZkGAc7Ca', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 1[0m
|
|
3867
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3868
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3869
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
3870
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1[0m
|
|
3871
|
+
[1m[35mSpudPage Exists (0.2ms)[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
|
|
3872
|
+
[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
|
|
3873
|
+
[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-10-09 13:45:48', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:48', NULL, 'about', 0, 1)
|
|
3874
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3875
|
+
Processing by PagesController#show as HTML
|
|
3876
|
+
Parameters: {"id"=>"about"}
|
|
3877
|
+
[1m[35mSpudUser Load (0.2ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 1 LIMIT 1
|
|
3878
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3879
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'mOImRHm65TSf9n3osJpW', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 1
|
|
3880
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3881
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'about' LIMIT 1
|
|
3882
|
+
[1m[36mSpudPagePartial Load (0.2ms)[0m [1mSELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (41)[0m
|
|
3883
|
+
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.9ms)
|
|
3884
|
+
[1m[35m (0.9ms)[0m ROLLBACK
|
|
3885
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
3886
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3887
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3888
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3889
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
3890
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1
|
|
3891
|
+
[1m[36mSpudPage Exists (0.2ms)[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
|
|
3892
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
3893
|
+
[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-10-09 13:45:48', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:48', NULL, 'about', 0, 0)[0m
|
|
3894
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3895
|
+
Processing by PagesController#show as HTML
|
|
3896
|
+
Parameters: {"id"=>"about"}
|
|
3897
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'about' AND `spud_pages`.`site_id` = 1 LIMIT 1[0m
|
|
3898
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`url_name` = 'about' AND `spud_permalinks`.`site_id` = 1 LIMIT 1
|
|
3899
|
+
Completed 404 Not Found in 31ms (Views: 28.7ms | ActiveRecord: 0.4ms)
|
|
3900
|
+
[1m[36m (0.6ms)[0m [1mROLLBACK[0m
|
|
3901
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
3902
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3903
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3904
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3905
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
3906
|
+
[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
|
|
3907
|
+
[1m[35mSpudPage Exists (0.1ms)[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
|
|
3908
|
+
[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
|
|
3909
|
+
[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-10-09 13:45:48', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:48', NULL, 'about', 0, 0)
|
|
3910
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3911
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3912
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1[0m
|
|
3913
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1
|
|
3914
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 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[0m
|
|
3915
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 1) LIMIT 1
|
|
3916
|
+
[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-10-09 13:45:48', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 1, NULL, '2013-10-09 13:45:48', NULL, 'about', 0, 0)[0m
|
|
3917
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3918
|
+
Processing by PagesController#show as HTML
|
|
3919
|
+
Parameters: {"id"=>"about"}
|
|
3920
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'about' AND `spud_pages`.`site_id` = 1 LIMIT 1[0m
|
|
3921
|
+
[1m[35mSpudPagePartial Load (0.2ms)[0m SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (71)
|
|
3922
|
+
Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.4ms)
|
|
3923
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
|
3924
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
3925
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3926
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3927
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3928
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
3929
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'home' LIMIT 1[0m
|
|
3930
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'home' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
3931
|
+
[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` = 0) LIMIT 1[0m
|
|
3932
|
+
[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-10-09 13:45:48', NULL, 'html', NULL, NULL, NULL, 'home', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:48', NULL, 'home', 0, 0)
|
|
3933
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3934
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3935
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1[0m
|
|
3936
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'home' LIMIT 1
|
|
3937
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 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[0m
|
|
3938
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'home' AND `spud_pages`.`site_id` = 1) LIMIT 1
|
|
3939
|
+
[1m[36mSQL (0.1ms)[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-10-09 13:45:48', NULL, 'html', NULL, NULL, NULL, 'home', NULL, NULL, NULL, 1, 1, NULL, '2013-10-09 13:45:48', NULL, 'home', 0, 0)[0m
|
|
3940
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3941
|
+
Processing by PagesController#show as HTML
|
|
3942
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'home' AND `spud_pages`.`site_id` = 1 LIMIT 1[0m
|
|
3943
|
+
[1m[35mSpudPagePartial Load (0.2ms)[0m SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (91)
|
|
3944
|
+
Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.5ms)
|
|
3945
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
3946
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
3947
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3948
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3949
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
3950
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
3951
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3952
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3953
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3954
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
3955
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
3956
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '81a356bf3b6246c17312322987713867dd78568af736f9c3d180cd065cdf53270c275c170ca452fa6615d335fef69757d32cd96efa5da73102480c70a1da7f9b' LIMIT 1
|
|
3957
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'fYcYJDgzQsLSaoQMf' LIMIT 1[0m
|
|
3958
|
+
[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-10-09 13:45:48', 'a69789828de92219edf3c862e3218ad0e33e42aeee9af7e26b83bc9c59adc0b9cb5297abd069e8b7b3929e33f1f5e7fd33fe6e8eba813dd2a10697c8c2830ea0', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'XvhbhjTRkI5s4O6meXJ', 'hQXUhbgXfCdAmvs6B', '81a356bf3b6246c17312322987713867dd78568af736f9c3d180cd065cdf53270c275c170ca452fa6615d335fef69757d32cd96efa5da73102480c70a1da7f9b', 'fYcYJDgzQsLSaoQMf', 1, NULL, '2013-10-09 13:45:48')
|
|
3959
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3960
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3961
|
+
[1m[36m (0.4ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'CW6YteHEHkzTtNaH2YHy', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 11[0m
|
|
3962
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3963
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3964
|
+
[1m[35mSpudMenu Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu1' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
3965
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu1', 0, '2013-10-09 13:45:48')[0m
|
|
3966
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3967
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3968
|
+
[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-10-09 13:45:48', NULL, 0, 'Menu Item 1', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:45:48', NULL)
|
|
3969
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3970
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3971
|
+
[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-10-09 13:45:48', NULL, 0, 'Menu Item 2', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:45:48', NULL)[0m
|
|
3972
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3973
|
+
Processing by Spud::Admin::MenuItemsController#index as HTML
|
|
3974
|
+
Parameters: {"menu_id"=>"1"}
|
|
3975
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 11 LIMIT 1[0m
|
|
3976
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3977
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'Vf8g0lUGgA0OCbcVZOR', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 11[0m
|
|
3978
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3979
|
+
[1m[36mSpudMenu Load (0.2ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 1 LIMIT 1[0m
|
|
3980
|
+
Completed 200 OK in 10ms (Views: 1.9ms | ActiveRecord: 0.8ms)
|
|
3981
|
+
[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'
|
|
3982
|
+
[1m[36m (0.6ms)[0m [1mROLLBACK[0m
|
|
3983
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
3984
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3985
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
3986
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3987
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
3988
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
3989
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '37bb4699aec1c7688f726fdaf7af7d1c04bdd5cdc45579a63ad89022a8efd9f2a0dfe247ff9c1ba3fd440ffc05c73201b5b67c43472ffef0b932d2b4c1007bbf' LIMIT 1
|
|
3990
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'r7YyA15fpwI4guMvwK1D' LIMIT 1[0m
|
|
3991
|
+
[1m[35mSQL (0.2ms)[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-10-09 13:45:48', 'b09e378b5175e93869bbe223eac7bb1f70fb2195c360e8843484ef03502210a7e8247a3545f63d5568e011e9c55bb9e26b614b2e73631fa7b44484b1155732f2', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'WRl2H0d7sfnKllEpSo', 'wESdm2ixFDTdHtLsYTT7', '37bb4699aec1c7688f726fdaf7af7d1c04bdd5cdc45579a63ad89022a8efd9f2a0dfe247ff9c1ba3fd440ffc05c73201b5b67c43472ffef0b932d2b4c1007bbf', 'r7YyA15fpwI4guMvwK1D', 1, NULL, '2013-10-09 13:45:48')
|
|
3992
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
3993
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
|
3994
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = '14cnwtaJQHZo7RSRdYP', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 21[0m
|
|
3995
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3996
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
3997
|
+
[1m[35mSpudMenu Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu2' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
3998
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu2', 0, '2013-10-09 13:45:48')[0m
|
|
3999
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4000
|
+
Processing by Spud::Admin::MenuItemsController#index as HTML
|
|
4001
|
+
Parameters: {"menu_id"=>"12"}
|
|
4002
|
+
[1m[36mSpudUser Load (0.2ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 21 LIMIT 1[0m
|
|
4003
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4004
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = '8N5GD48DH1cDgVoDktQ', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 21[0m
|
|
4005
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4006
|
+
[1m[36mSpudMenu Load (0.1ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 12 LIMIT 1[0m
|
|
4007
|
+
Redirected to http://test.host/spud/admin/menus
|
|
4008
|
+
Filter chain halted as :load_menu rendered or redirected
|
|
4009
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
|
|
4010
|
+
[1m[35m (0.6ms)[0m ROLLBACK
|
|
4011
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
4012
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
4013
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
4014
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4015
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
|
4016
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
|
4017
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '5c8c043732120555ad9cdad8dcf5e7a345ecb7b6b47404db042b4929c48f8b1bc542c053c425179478fee71fa4096af9052c6d5020e6756898d78d55844feed8' LIMIT 1[0m
|
|
4018
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'FUST0MEe8f132NvL3KY' LIMIT 1
|
|
4019
|
+
[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-10-09 13:45:48', '998a71d9adad7f878af86790dca20eff37f73a0e5e3dfa8e3efdf59471ec583dbbf266794d66f5f81ca4290845ba6fd6e6b24eb2f1a71cb31c3ee6ea39f7a30a', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, '0pRhdxzNb1gmsqMXtEYD', 'TcczSd7PAOGSczFJLQ', '5c8c043732120555ad9cdad8dcf5e7a345ecb7b6b47404db042b4929c48f8b1bc542c053c425179478fee71fa4096af9052c6d5020e6756898d78d55844feed8', 'FUST0MEe8f132NvL3KY', 1, NULL, '2013-10-09 13:45:48')[0m
|
|
4020
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4021
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4022
|
+
[1m[35m (0.1ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'YtNxdmGbeSuKkF0ECfJ', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 31
|
|
4023
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4024
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
4025
|
+
[1m[36mSpudMenu Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu3' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
|
4026
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu3', 0, '2013-10-09 13:45:48')
|
|
4027
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4028
|
+
Processing by Spud::Admin::MenuItemsController#new as HTML
|
|
4029
|
+
Parameters: {"menu_id"=>"21"}
|
|
4030
|
+
[1m[35mSpudUser Load (0.4ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 31 LIMIT 1
|
|
4031
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4032
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'WHlIYokuwNOVwZ3iqlLh', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 31
|
|
4033
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4034
|
+
[1m[35mSpudMenu Load (0.3ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 21 LIMIT 1
|
|
4035
|
+
Completed 200 OK in 8ms (Views: 1.2ms | ActiveRecord: 1.0ms)
|
|
4036
|
+
[1m[36m (0.9ms)[0m [1mROLLBACK[0m
|
|
4037
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
4038
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
4039
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
4040
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4041
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
4042
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
4043
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'dc2b03e9e808b9ed70024004fa4b54e89c4647c1b168a8b18b2d3e5470cabb5141128bc117827267c773e7cb8ec89fe7e717100dd068ae9ea07ca172f5f0f2f1' LIMIT 1
|
|
4044
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'YMXjT4wAl07VbyCwatCW' LIMIT 1[0m
|
|
4045
|
+
[1m[35mSQL (0.2ms)[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-10-09 13:45:48', '6994ad1dac4eb2c3664b3fd0f07e056a229be0a053bf00ad1f6546dcd8808f2be83bdcb3d671504f52744f3a404e9ef2a5ded81a472560dab6f59ccb83c68982', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'JDLag1Q0ABBddvUb4PI', 'gY1A61GQ8RCfAF92LDA', 'dc2b03e9e808b9ed70024004fa4b54e89c4647c1b168a8b18b2d3e5470cabb5141128bc117827267c773e7cb8ec89fe7e717100dd068ae9ea07ca172f5f0f2f1', 'YMXjT4wAl07VbyCwatCW', 1, NULL, '2013-10-09 13:45:48')
|
|
4046
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4047
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4048
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'hQBtFxCKfcfIAxCFCf9', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 41[0m
|
|
4049
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4050
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4051
|
+
[1m[35mSpudMenu Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu4' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
4052
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu4', 0, '2013-10-09 13:45:48')[0m
|
|
4053
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4054
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `spud_menu_items` [0m
|
|
4055
|
+
Processing by Spud::Admin::MenuItemsController#create as HTML
|
|
4056
|
+
Parameters: {"spud_menu_item"=>{"name"=>"Menu Item 3", "parent_type"=>"SpudMenu", "parent_id"=>nil}, "menu_id"=>"31"}
|
|
4057
|
+
[1m[35mSpudUser Load (0.2ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 41 LIMIT 1
|
|
4058
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4059
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'xTdXI0nlobwuBeLuzyV', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 41
|
|
4060
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4061
|
+
[1m[35mSpudMenu Load (0.1ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 31 LIMIT 1
|
|
4062
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4063
|
+
[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-10-09 13:45:48', NULL, 0, 'Menu Item 3', 31, 'SpudMenu', 31, NULL, '2013-10-09 13:45:48', NULL)
|
|
4064
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4065
|
+
Redirected to http://test.host/spud/admin/menus/31/menu_items
|
|
4066
|
+
Completed 302 Found in 42ms (ActiveRecord: 0.0ms)
|
|
4067
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM `spud_menu_items`
|
|
4068
|
+
[1m[36m (0.8ms)[0m [1mROLLBACK[0m
|
|
4069
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
4070
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
4071
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
4072
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4073
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
4074
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
4075
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'bf994af5d064b8ac97b10e6cd7e0f73b285fb5a293086f3392ed7a556de7714678f2c042fede22ddcab7a1a718c840471fc761a014a167b5d783fd55ea18659c' LIMIT 1
|
|
4076
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'I8jevRBquEhpGF3Lyh' LIMIT 1[0m
|
|
4077
|
+
[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-10-09 13:45:48', '5562e41e6ac0f7b386ea3696fec1b8cb59729c6ece5e22a164c5e83ea1808ac0956bcbe92c7cae8c855adbf816eb3fa4950fc9a7c8cb66f2e376c48015d62a54', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'D6881OXhRaRcfxOhfIg', 'aGlhhZQgfzlvb8JoWRa', 'bf994af5d064b8ac97b10e6cd7e0f73b285fb5a293086f3392ed7a556de7714678f2c042fede22ddcab7a1a718c840471fc761a014a167b5d783fd55ea18659c', 'I8jevRBquEhpGF3Lyh', 1, NULL, '2013-10-09 13:45:48')
|
|
4078
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4079
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4080
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'moovlRz4oJ0xyLzkRBsH', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 51[0m
|
|
4081
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4082
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4083
|
+
[1m[35mSpudMenu Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu5' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
4084
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu5', 0, '2013-10-09 13:45:48')[0m
|
|
4085
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4086
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM `spud_menu_items` [0m
|
|
4087
|
+
Processing by Spud::Admin::MenuItemsController#create as HTML
|
|
4088
|
+
Parameters: {"spud_menu_item"=>{"name"=>nil, "parent_type"=>"SpudMenu", "parent_id"=>nil}, "menu_id"=>"41"}
|
|
4089
|
+
[1m[35mSpudUser Load (0.2ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 51 LIMIT 1
|
|
4090
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4091
|
+
[1m[35m (0.1ms)[0m UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = '2rP3ZgfGOrDVBZoIogl5', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 51
|
|
4092
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4093
|
+
[1m[35mSpudMenu Load (0.2ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 41 LIMIT 1
|
|
4094
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4095
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_2
|
|
4096
|
+
Completed 200 OK in 8ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
|
4097
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `spud_menu_items` [0m
|
|
4098
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
|
4099
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
4100
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
4101
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
4102
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
4103
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
|
4104
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
|
4105
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '310df96c52d6991837085f8f03a2b247eeef3d7b44586e8f0b50d1bdad2f6cbd1efe72be76ea744919e26ef33540a908efe268cf327894c845eb5bbc6cb2d9ff' LIMIT 1[0m
|
|
4106
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'pAi9sbZIH6GCJfBYPD' LIMIT 1
|
|
4107
|
+
[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-10-09 13:45:48', '24099efaf22a85b902db19216d2eaa176b257ba5203b556fe35ef57985123f32053d47eb70e4cb646c689084a4a6b6423f21a1f2e3edf367e6c412b49c6decd1', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'mgeSNsKXkLaiE4IBZOA', 'hT5kc37JYRud6yr64O', '310df96c52d6991837085f8f03a2b247eeef3d7b44586e8f0b50d1bdad2f6cbd1efe72be76ea744919e26ef33540a908efe268cf327894c845eb5bbc6cb2d9ff', 'pAi9sbZIH6GCJfBYPD', 1, NULL, '2013-10-09 13:45:48')[0m
|
|
4108
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4109
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4110
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'e9rjqyoFLMm2zNgejkT', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 61
|
|
4111
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4112
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4113
|
+
[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
|
|
4114
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu6', 0, '2013-10-09 13:45:48')
|
|
4115
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4116
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
4117
|
+
[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-10-09 13:45:48', NULL, 0, 'Menu Item 4', 51, 'SpudMenu', 1, NULL, '2013-10-09 13:45:48', NULL)[0m
|
|
4118
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4119
|
+
Processing by Spud::Admin::MenuItemsController#create as HTML
|
|
4120
|
+
Parameters: {"spud_menu_item"=>{"name"=>"Menu Item 5", "parent_type"=>"SpudMenu", "parent_id"=>nil, "menu_order"=>nil}, "menu_id"=>"51"}
|
|
4121
|
+
[1m[36mSpudUser Load (0.2ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 61 LIMIT 1[0m
|
|
4122
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_2
|
|
4123
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = '3DrYXmB1tCQzUOYtZoc0', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 61[0m
|
|
4124
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4125
|
+
[1m[36mSpudMenu Load (0.2ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 51 LIMIT 1[0m
|
|
4126
|
+
[1m[35mSpudMenu Load (0.2ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 51 LIMIT 1
|
|
4127
|
+
[1m[36mSpudMenuItem Load (0.2ms)[0m [1mSELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`parent_id` = 51 AND `spud_menu_items`.`parent_type` = 'SpudMenu' ORDER BY menu_order desc LIMIT 1[0m
|
|
4128
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4129
|
+
[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-10-09 13:45:48', NULL, 1, 'Menu Item 5', 51, 'SpudMenu', 51, NULL, '2013-10-09 13:45:48', NULL)[0m
|
|
4130
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4131
|
+
Redirected to http://test.host/spud/admin/menus/51/menu_items
|
|
4132
|
+
Completed 302 Found in 11ms (ActiveRecord: 0.0ms)
|
|
4133
|
+
[1m[36m (0.8ms)[0m [1mROLLBACK[0m
|
|
4134
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
4135
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
4136
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
4137
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4138
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
4139
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
4140
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'cb52a3040a826f1e4030f5611924e11947848bebff41b359694c2be15b1b182b220ccc183aeec2be0dad09cf3299ee4b2aae19fa278f2aa85ca2003c6496d438' LIMIT 1
|
|
4141
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '4rTYzEkTbqx09zPb7cl' LIMIT 1[0m
|
|
4142
|
+
[1m[35mSQL (0.2ms)[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-10-09 13:45:48', '30a4105b2c84ac5afd6649dba07cf707cd5a333dbe24d645918b640ba22f275c505e914d89a5a3dcfd2c12e961def2321555fc187136b1d4a03d5e34309b8a4b', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'grC0ppr4UrRwmjqVHA', 'BI3gAd8FXlegWlyK6t89', 'cb52a3040a826f1e4030f5611924e11947848bebff41b359694c2be15b1b182b220ccc183aeec2be0dad09cf3299ee4b2aae19fa278f2aa85ca2003c6496d438', '4rTYzEkTbqx09zPb7cl', 1, NULL, '2013-10-09 13:45:48')
|
|
4143
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4144
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4145
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'oPifUj7IlE8yejbrsLG', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 71[0m
|
|
4146
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4147
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4148
|
+
[1m[35mSpudMenu Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu7' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
4149
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu7', 0, '2013-10-09 13:45:48')[0m
|
|
4150
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4151
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4152
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
4153
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page2' LIMIT 1[0m
|
|
4154
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page2' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
4155
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page2' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
4156
|
+
[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-10-09 13:45:48', NULL, 'html', NULL, NULL, NULL, 'Page2', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:48', NULL, 'page2', 0, 0)
|
|
4157
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4158
|
+
Processing by Spud::Admin::MenuItemsController#create as HTML
|
|
4159
|
+
Parameters: {"spud_menu_item"=>{"name"=>nil, "parent_type"=>"SpudMenu", "parent_id"=>"1", "spud_page_id"=>"101"}, "menu_id"=>"61"}
|
|
4160
|
+
[1m[35mSpudUser Load (0.2ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 71 LIMIT 1
|
|
4161
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4162
|
+
[1m[35m (0.1ms)[0m UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'kar6wmnFBdAJpEt9mKF', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 71
|
|
4163
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4164
|
+
[1m[35mSpudMenu Load (0.1ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 61 LIMIT 1
|
|
4165
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 101 LIMIT 1[0m
|
|
4166
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4167
|
+
[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-10-09 13:45:48', NULL, 0, 'Page2', 1, 'SpudMenuItem', 61, 101, '2013-10-09 13:45:48', NULL)[0m
|
|
4168
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4169
|
+
Redirected to http://test.host/spud/admin/menus/61/menu_items
|
|
4170
|
+
Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
|
|
4171
|
+
[1m[36m (6.1ms)[0m [1mROLLBACK[0m
|
|
4172
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
4173
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
4174
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
4175
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4176
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
4177
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
4178
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'bf89dc70a8bc16c04336559c5e5b94060d621e6c7d6afb87d3e3043e71f1c19991e12b7edc119fd6cece93fe5a24f321b084cf264d80f3e7adac5dd74daeea6a' LIMIT 1
|
|
4179
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'H1NN2duDesSze1rxeigE' LIMIT 1[0m
|
|
4180
|
+
[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-10-09 13:45:48', '43e5cc262dd5447c0b2fd751c9bb7124c0ca75e70d54cbd45426436db46704baa386dc067dc3e4a362695b9e031d4b4a495e23be386a892674f6d7627b5507e6', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'FHVWukrsf4r5YMZUi', 'vCkIdJZoSrXh6X16q13b', 'bf89dc70a8bc16c04336559c5e5b94060d621e6c7d6afb87d3e3043e71f1c19991e12b7edc119fd6cece93fe5a24f321b084cf264d80f3e7adac5dd74daeea6a', 'H1NN2duDesSze1rxeigE', 1, NULL, '2013-10-09 13:45:48')
|
|
4181
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4182
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4183
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'Ht58ObJEdKdMQ4No2mf', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 81[0m
|
|
4184
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4185
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4186
|
+
[1m[35mSpudMenu Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu8' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
4187
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu8', 0, '2013-10-09 13:45:48')[0m
|
|
4188
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4189
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4190
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:45:48', NULL, 0, 'Menu Item 6', 71, 'SpudMenu', 1, NULL, '2013-10-09 13:45:48', NULL)
|
|
4191
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4192
|
+
Processing by Spud::Admin::MenuItemsController#create as HTML
|
|
4193
|
+
Parameters: {"spud_menu_item"=>{"name"=>"Menu Item 7", "parent_type"=>"SpudMenu", "parent_id"=>"61"}, "menu_id"=>"71"}
|
|
4194
|
+
[1m[35mSpudUser Load (0.2ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 81 LIMIT 1
|
|
4195
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4196
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'gqExdZs5T0qHlH1zVGor', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 81
|
|
4197
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4198
|
+
[1m[35mSpudMenu Load (0.1ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 71 LIMIT 1
|
|
4199
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4200
|
+
[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-10-09 13:45:48', NULL, 0, 'Menu Item 7', 61, 'SpudMenuItem', 71, NULL, '2013-10-09 13:45:48', NULL)
|
|
4201
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4202
|
+
Redirected to http://test.host/spud/admin/menus/71/menu_items
|
|
4203
|
+
Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
|
|
4204
|
+
[1m[35mSpudMenuItem Load (0.2ms)[0m SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 61 LIMIT 1
|
|
4205
|
+
[1m[36m (0.7ms)[0m [1mROLLBACK[0m
|
|
4206
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
4207
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
4208
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
4209
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4210
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
4211
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
4212
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'ebe992467bc93957207c73538568afc634125a3295e274c95bd188efb6b0ffb276a964c720301d4ca3d4ddc17d319e64a2e6671baa1f2441380aa2c9d2e29e20' LIMIT 1
|
|
4213
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'pyFrb8BXbBIlhvtuvPUR' LIMIT 1[0m
|
|
4214
|
+
[1m[35mSQL (0.2ms)[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-10-09 13:45:48', '068825855596038f14d133a3c6237f8d56a0064b3d4f35b1554be63ccb7b63ab61f714b9c7a2df0b2feedf9c973946026502f37fa5ee6baacce740aff5a7f6f7', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'KOYE4ma3gd6NzidaXXfR', 'QLGgir2kuCfMx2yTSVyn', 'ebe992467bc93957207c73538568afc634125a3295e274c95bd188efb6b0ffb276a964c720301d4ca3d4ddc17d319e64a2e6671baa1f2441380aa2c9d2e29e20', 'pyFrb8BXbBIlhvtuvPUR', 1, NULL, '2013-10-09 13:45:48')
|
|
4215
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4216
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4217
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'MlUnOvFt0FP7ba9uR', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 91[0m
|
|
4218
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4219
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4220
|
+
[1m[35mSpudMenu Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu9' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
4221
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu9', 0, '2013-10-09 13:45:48')[0m
|
|
4222
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4223
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4224
|
+
[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-10-09 13:45:48', NULL, 0, 'Menu Item 8', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:45:48', NULL)
|
|
4225
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4226
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
4227
|
+
[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-10-09 13:45:48', NULL, 0, 'Menu Item 9', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:45:48', NULL)[0m
|
|
4228
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4229
|
+
Processing by Spud::Admin::MenuItemsController#edit as HTML
|
|
4230
|
+
Parameters: {"menu_id"=>"81", "id"=>"91"}
|
|
4231
|
+
[1m[36mSpudUser Load (0.2ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 91 LIMIT 1[0m
|
|
4232
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4233
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'LTW2vTAnYKZiHSq9lWto', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 91[0m
|
|
4234
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4235
|
+
[1m[36mSpudMenu Load (0.1ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 81 LIMIT 1[0m
|
|
4236
|
+
[1m[35mSpudMenuItem Load (0.2ms)[0m SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 91 LIMIT 1
|
|
4237
|
+
Completed 200 OK in 7ms (Views: 1.2ms | ActiveRecord: 0.9ms)
|
|
4238
|
+
[1m[36m (0.8ms)[0m [1mROLLBACK[0m
|
|
4239
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
4240
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
4241
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
4242
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4243
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
4244
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
4245
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'ad048ed978dc9b7ab68876be65400804f94a48d836156d3a436ffc102bb3cdff7bdee4758ca367a0d805841d51e219968b0bec689143ab0addcc5d81e751cdf6' LIMIT 1
|
|
4246
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'subYu85TrkZbudCSp' LIMIT 1[0m
|
|
4247
|
+
[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-10-09 13:45:48', 'f98e40666279d69e5778585050fc78d5504a8b0498781295563e684dcf4a7d0226dd9c784107cde40614c6fc3943a33a35629a58d9d026b4885bca8e9375f9ba', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'duE6eVzm3YcdHDTqYNZT', 'ZBibFftDIOWn4PPeNZH', 'ad048ed978dc9b7ab68876be65400804f94a48d836156d3a436ffc102bb3cdff7bdee4758ca367a0d805841d51e219968b0bec689143ab0addcc5d81e751cdf6', 'subYu85TrkZbudCSp', 1, NULL, '2013-10-09 13:45:48')
|
|
4248
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4249
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
|
4250
|
+
[1m[36m (0.4ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'dkArV7kMBaQnKpXY8rA', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 101[0m
|
|
4251
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4252
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4253
|
+
[1m[35mSpudMenu Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu10' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
4254
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu10', 0, '2013-10-09 13:45:48')[0m
|
|
4255
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4256
|
+
Processing by Spud::Admin::MenuItemsController#edit as HTML
|
|
4257
|
+
Parameters: {"menu_id"=>"91", "id"=>"345"}
|
|
4258
|
+
[1m[36mSpudUser Load (0.4ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 101 LIMIT 1[0m
|
|
4259
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4260
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'FiRXZ8MSTkJ6tjIVaGEb', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 101[0m
|
|
4261
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4262
|
+
[1m[36mSpudMenu Load (0.1ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 91 LIMIT 1[0m
|
|
4263
|
+
[1m[35mSpudMenuItem Load (0.1ms)[0m SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 345 LIMIT 1
|
|
4264
|
+
Redirected to http://test.host/spud/admin/menus/91/menu_items
|
|
4265
|
+
Filter chain halted as :load_menu_item rendered or redirected
|
|
4266
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.9ms)
|
|
4267
|
+
[1m[36m (0.6ms)[0m [1mROLLBACK[0m
|
|
4268
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
4269
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
4270
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
4271
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4272
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
4273
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
4274
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '0eb3151f48fefffe5d764669f4f6a13242fc5d61a80a16f44dfa23ad8d888ff55ecb5ffcb8557422c0f45282ed87eb6a5956d029b38036817db4d68413c665a6' LIMIT 1
|
|
4275
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '6ANdPHT3uedUT0ENaRg' LIMIT 1[0m
|
|
4276
|
+
[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-10-09 13:45:48', '63c729efd6470dd2315093fb4dd57e762791b54e1998d64bc651828ea4bf74a790ecf232111b46538e1277499a2db10495a4ae07f62fe119fe202344351637c6', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, '7i6eIUWOhdi5JJvdWB', 'qGmfdU6hSdKMWdGPtJI', '0eb3151f48fefffe5d764669f4f6a13242fc5d61a80a16f44dfa23ad8d888ff55ecb5ffcb8557422c0f45282ed87eb6a5956d029b38036817db4d68413c665a6', '6ANdPHT3uedUT0ENaRg', 1, NULL, '2013-10-09 13:45:48')
|
|
4277
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4278
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4279
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'hByoNCFQFoBsAqgj1FcU', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 111[0m
|
|
4280
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4281
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4282
|
+
[1m[35mSpudMenu Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu11' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
4283
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu11', 0, '2013-10-09 13:45:48')[0m
|
|
4284
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4285
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4286
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:45:48', NULL, 0, 'Menu Item 10', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:45:48', NULL)
|
|
4287
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4288
|
+
Processing by Spud::Admin::MenuItemsController#update as HTML
|
|
4289
|
+
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"=>"101", "id"=>"101"}
|
|
4290
|
+
[1m[35mSpudUser Load (0.2ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 111 LIMIT 1
|
|
4291
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4292
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'SNgOEi44wLwkNcR8CZaC', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 111
|
|
4293
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4294
|
+
[1m[35mSpudMenu Load (0.1ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 101 LIMIT 1
|
|
4295
|
+
[1m[36mSpudMenuItem Load (0.2ms)[0m [1mSELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 101 LIMIT 1[0m
|
|
4296
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4297
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_menu_items` SET `parent_id` = 101, `name` = 'MyMenu', `spud_menu_id` = 101, `updated_at` = '2013-10-09 13:45:48' WHERE `spud_menu_items`.`id` = 101[0m
|
|
4298
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4299
|
+
Redirected to http://test.host/spud/admin/menus/101/menu_items
|
|
4300
|
+
Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
|
|
4301
|
+
[1m[36mSpudMenuItem Load (0.4ms)[0m [1mSELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 101 LIMIT 1[0m
|
|
4302
|
+
[1m[35m (0.8ms)[0m ROLLBACK
|
|
4303
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
4304
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
4305
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
4306
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4307
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
|
4308
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
|
4309
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'cf51e7c9eb3478a30c49dd778d1a2df0db2844ead63d70dcec39b15b2007d38ad5970292fbeb4a57ac4e9725dc3c20a2de62461e1081a76b6526380b86476763' LIMIT 1[0m
|
|
4310
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'fUwOPx8loA7XGqUNLuvE' LIMIT 1
|
|
4311
|
+
[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-10-09 13:45:48', '762afef04a52a6d48a37af9a62a0f63b16bd800dff400f2ad196bb74ed526adfa3cc44a59ebda4edd1ac13f5790a398907218ec35ea3f8ee7a7bc1e8c79da6c5', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'sVcccXnYOpnpYzVs1KY9', 'mVtV3sbRWPZFUID2D5Nx', 'cf51e7c9eb3478a30c49dd778d1a2df0db2844ead63d70dcec39b15b2007d38ad5970292fbeb4a57ac4e9725dc3c20a2de62461e1081a76b6526380b86476763', 'fUwOPx8loA7XGqUNLuvE', 1, NULL, '2013-10-09 13:45:48')[0m
|
|
4312
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4313
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4314
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'KWoTsED7QsLdBYpIykn', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 121
|
|
4315
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4316
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
4317
|
+
[1m[36mSpudMenu Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu12' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
|
4318
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu12', 0, '2013-10-09 13:45:48')
|
|
4319
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4320
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
4321
|
+
[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-10-09 13:45:48', NULL, 0, 'Menu Item 11', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:45:48', NULL)[0m
|
|
4322
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4323
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4324
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:45:48', NULL, 0, 'Menu Item 12', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:45:48', NULL)
|
|
4325
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4326
|
+
[1m[35mSpudMenu Load (0.1ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 1 LIMIT 1
|
|
4327
|
+
Processing by Spud::Admin::MenuItemsController#update as HTML
|
|
4328
|
+
Parameters: {"spud_menu_item"=>{"parent_type"=>"SpudMenu", "parent_id"=>"111", "item_type"=>nil, "spud_page_id"=>nil, "menu_order"=>"0", "url"=>nil, "name"=>"Menu Item 12", "classes"=>nil}, "menu_id"=>"111", "id"=>"121"}
|
|
4329
|
+
[1m[36mSpudUser Load (0.2ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 121 LIMIT 1[0m
|
|
4330
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
|
4331
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'zfCwwwDfiUFBfqr1glN9', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 121[0m
|
|
4332
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4333
|
+
[1m[36mSpudMenu Load (0.1ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 111 LIMIT 1[0m
|
|
4334
|
+
[1m[35mSpudMenuItem Load (0.1ms)[0m SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 121 LIMIT 1
|
|
4335
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4336
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_menu_items` SET `parent_type` = 'SpudMenuItem', `parent_id` = 111, `spud_menu_id` = 111, `updated_at` = '2013-10-09 13:45:48' WHERE `spud_menu_items`.`id` = 121
|
|
4337
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4338
|
+
Redirected to http://test.host/spud/admin/menus/111/menu_items
|
|
4339
|
+
Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
|
|
4340
|
+
[1m[35mSpudMenuItem Load (0.2ms)[0m SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 121 LIMIT 1
|
|
4341
|
+
[1m[36mSpudMenuItem Load (0.1ms)[0m [1mSELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 111 LIMIT 1[0m
|
|
4342
|
+
[1m[35m (1.1ms)[0m ROLLBACK
|
|
4343
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
4344
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
4345
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
4346
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
4347
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
|
4348
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
|
4349
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '65d12ef75e8e9274855858f0d24fa5a1732411132187d7f30090cb0e7405aafd1f547539fb964833292437f88a508ba2a05f4c54832e98f266db7f189362bbdf' LIMIT 1[0m
|
|
4350
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '7aURKx1JbaiL869jl4i' LIMIT 1
|
|
4351
|
+
[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-10-09 13:45:48', 'd9a18878a3951a261fa01fd48f7454e3a58b13e843ae80bc4e0e4fc75caa42f15d568f712ae966727ccaa66718a4d22890881b55bbd955561b05f1bdd48c78e3', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'UdOQO5MAwcJnzXJjqb', 'HhV4QoK5kq2Lz8eKpTn4', '65d12ef75e8e9274855858f0d24fa5a1732411132187d7f30090cb0e7405aafd1f547539fb964833292437f88a508ba2a05f4c54832e98f266db7f189362bbdf', '7aURKx1JbaiL869jl4i', 1, NULL, '2013-10-09 13:45:48')[0m
|
|
4352
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4353
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4354
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = '5V7ISKa0HvsCDj6qauy', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 131
|
|
4355
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4356
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
4357
|
+
[1m[36mSpudMenu Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu13' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
|
4358
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu13', 0, '2013-10-09 13:45:48')
|
|
4359
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4360
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4361
|
+
[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-10-09 13:45:48', NULL, 0, 'Menu Item 13', 121, 'SpudMenu', 1, NULL, '2013-10-09 13:45:48', NULL)[0m
|
|
4362
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4363
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM `spud_menu_items` [0m
|
|
4364
|
+
Processing by Spud::Admin::MenuItemsController#destroy as HTML
|
|
4365
|
+
Parameters: {"menu_id"=>"121", "id"=>"131"}
|
|
4366
|
+
[1m[35mSpudUser Load (0.4ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 131 LIMIT 1
|
|
4367
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4368
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'VUenpTEZ9M4z8oj6Oh2t', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 131
|
|
4369
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4370
|
+
[1m[35mSpudMenu Load (0.1ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 121 LIMIT 1
|
|
4371
|
+
[1m[36mSpudMenuItem Load (0.1ms)[0m [1mSELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 131 LIMIT 1[0m
|
|
4372
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4373
|
+
[1m[36mSpudMenuItem Load (0.2ms)[0m [1mSELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`parent_id` = 131 AND `spud_menu_items`.`parent_type` = 'SpudMenuItem'[0m
|
|
4374
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 131
|
|
4375
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4376
|
+
Redirected to http://test.host/spud/admin/menus/121/menu_items
|
|
4377
|
+
Completed 302 Found in 47ms (ActiveRecord: 0.0ms)
|
|
4378
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `spud_menu_items`
|
|
4379
|
+
[1m[36m (0.8ms)[0m [1mROLLBACK[0m
|
|
4380
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
4381
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
4382
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
4383
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4384
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
4385
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
4386
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '45e2025393a0bb865b51a4518a7ea8bbc2c16d80bb5d7fa8b4fd0554fa3951b6e239a486976890bb131820af83aaa2eba660c0048b598c434a427a4ac217d111' LIMIT 1
|
|
4387
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'OsNPS4okawC3BIPm6OZ' LIMIT 1[0m
|
|
4388
|
+
[1m[35mSQL (0.2ms)[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-10-09 13:45:48', 'f39257876056c652801b8c32ace2e9ef0730995e4dbce586d6ea259de5cfa2c05912cea8e572f375cdd6ef990b32aa910ceb0ead02caf2d26ba6c18d00d59bcb', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'Z2geTLR8JpOjUOw2rLA6', 'zQ1han0CcGuOWEbpu8fJ', '45e2025393a0bb865b51a4518a7ea8bbc2c16d80bb5d7fa8b4fd0554fa3951b6e239a486976890bb131820af83aaa2eba660c0048b598c434a427a4ac217d111', 'OsNPS4okawC3BIPm6OZ', 1, NULL, '2013-10-09 13:45:48')
|
|
4389
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4390
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
|
4391
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'Cs03NnVAd3NwZcSpaVI', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 141[0m
|
|
4392
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4393
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4394
|
+
[1m[35mSpudMenu Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu14' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
4395
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu14', 0, '2013-10-09 13:45:48')[0m
|
|
4396
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4397
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4398
|
+
[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-10-09 13:45:48', NULL, 0, 'Menu Item 14', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:45:48', NULL)
|
|
4399
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4400
|
+
Processing by Spud::Admin::MenuItemsController#edit as HTML
|
|
4401
|
+
Parameters: {"id"=>"141", "menu_id"=>"131"}
|
|
4402
|
+
[1m[35mSpudUser Load (0.2ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 141 LIMIT 1
|
|
4403
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4404
|
+
[1m[35m (0.1ms)[0m UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'y2MVwYEm88wQqtwa7P4', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 141
|
|
4405
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4406
|
+
[1m[35mSpudMenu Load (0.1ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 131 LIMIT 1
|
|
4407
|
+
Redirected to http://test.host/spud/admin/menus
|
|
4408
|
+
Filter chain halted as :load_menu rendered or redirected
|
|
4409
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.7ms)
|
|
4410
|
+
[1m[36m (0.7ms)[0m [1mROLLBACK[0m
|
|
4411
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
4412
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
4413
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
4414
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4415
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
4416
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
4417
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '5a0acada9cf07dd1b7a1f9370fa793c0391e9fef94fec8b45f82e785f31242fa5f3d67dfffab9b67eebcd50a3c1f4d9c517e87474d8965c0923cd2ea2cace86c' LIMIT 1
|
|
4418
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'w2zNMYls5h17FIBazxjs' LIMIT 1[0m
|
|
4419
|
+
[1m[35mSQL (0.2ms)[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-10-09 13:45:48', '06ebf289a9acad87515cc6ffa96bcdf0f2c85b65b62c2d1b440a4b32866eb905afa0e877777b55a55acae19c92ca8ce12761e12ec2e0e560f718e185e6d73d87', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'WYR8AsIY95EOwlkX6C', 'j6AiyOUzjhY1qSqn6BA', '5a0acada9cf07dd1b7a1f9370fa793c0391e9fef94fec8b45f82e785f31242fa5f3d67dfffab9b67eebcd50a3c1f4d9c517e87474d8965c0923cd2ea2cace86c', 'w2zNMYls5h17FIBazxjs', 1, NULL, '2013-10-09 13:45:48')
|
|
4420
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4421
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4422
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'O1R6HMelYClv8TpZg09', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 151[0m
|
|
4423
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4424
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4425
|
+
[1m[35mSpudMenu Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu15' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
4426
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu15', 0, '2013-10-09 13:45:48')[0m
|
|
4427
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4428
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4429
|
+
[1m[35mSpudMenu Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu16' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
4430
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu16', 0, '2013-10-09 13:45:48')[0m
|
|
4431
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4432
|
+
Processing by Spud::Admin::MenusController#index as HTML
|
|
4433
|
+
[1m[36mSpudUser Load (0.4ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 151 LIMIT 1[0m
|
|
4434
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4435
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'PbpYPTTbdAgI3Y3hsWRT', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 151[0m
|
|
4436
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4437
|
+
Completed 200 OK in 6ms (Views: 1.4ms | ActiveRecord: 0.7ms)
|
|
4438
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `spud_menus` WHERE `spud_menus`.`site_id` = 0[0m
|
|
4439
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
|
4440
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
4441
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
4442
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
4443
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
4444
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
|
4445
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
|
4446
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'd26d8aba3a2dc17f441e1bb13e6ee95fa3a9e43c4a2299efb6d7d30288bbf515e1ad78e412b0aba5b05a76592531f7f6a8f4a4c41cc5635c408630c7abb18e75' LIMIT 1[0m
|
|
4447
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'psUiXHot9hM6Hsd9RhKU' LIMIT 1
|
|
4448
|
+
[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-10-09 13:45:48', 'dd1a5dad875c8b2f5aee65cbcbd99b14f0c712b3ff3a148bab8a65dc53bfcb0ab5cf75a93d34e05a0abb796c0541d56a7d2b95a6bdea84e15bf5fe1d39c7e0db', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'NMPtn8vZpTu0zYcDhr1', 'uQZxvZCTcsDCws4EsG3', 'd26d8aba3a2dc17f441e1bb13e6ee95fa3a9e43c4a2299efb6d7d30288bbf515e1ad78e412b0aba5b05a76592531f7f6a8f4a4c41cc5635c408630c7abb18e75', 'psUiXHot9hM6Hsd9RhKU', 1, NULL, '2013-10-09 13:45:48')[0m
|
|
4449
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4450
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4451
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'wvVrS5jf8OJQpzcxfa3', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 161
|
|
4452
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4453
|
+
Processing by Spud::Admin::MenusController#new as HTML
|
|
4454
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 161 LIMIT 1
|
|
4455
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4456
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = '4NNWGQD2A3ISvHikZ9cP', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 161
|
|
4457
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4458
|
+
Completed 200 OK in 6ms (Views: 1.2ms | ActiveRecord: 0.7ms)
|
|
4459
|
+
[1m[35m (1.4ms)[0m ROLLBACK
|
|
4460
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
4461
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
4462
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
4463
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
|
4464
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
|
4465
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
|
4466
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '6797b89d2c460aeedc2f4daa980061facbac238dc8e397aa05761df786ff0b93f55e60bf9b2858f2e8c01d681b6870cb25ae1cc8be5ad14293d97086c7f87823' LIMIT 1[0m
|
|
4467
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'Nk8gyaa9DSrzgBjTVZVm' LIMIT 1
|
|
4468
|
+
[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-10-09 13:45:48', '9504c805e4bac82419e560ac6e2f3721eca8cd35f1e9066b284250ecd5c361d1131a956f5f8e8bf2758abef6c49069a05309a9aa3df5b5d1ed97bf120b436d3a', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, '7bYe7ztE1G2wCu0InjGl', 'ay65TWbDq9pSFonHRHxn', '6797b89d2c460aeedc2f4daa980061facbac238dc8e397aa05761df786ff0b93f55e60bf9b2858f2e8c01d681b6870cb25ae1cc8be5ad14293d97086c7f87823', 'Nk8gyaa9DSrzgBjTVZVm', 1, NULL, '2013-10-09 13:45:48')[0m
|
|
4469
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4470
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4471
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'itdx2Hfhja57mnUbkCE', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 171
|
|
4472
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4473
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `spud_menus`
|
|
4474
|
+
Processing by Spud::Admin::MenusController#create as HTML
|
|
4475
|
+
Parameters: {"spud_menu"=>{"name"=>"Menu17"}}
|
|
4476
|
+
[1m[36mSpudUser Load (0.2ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 171 LIMIT 1[0m
|
|
4477
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4478
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = '8a9BgMLf214PI2px5tGu', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 171[0m
|
|
4479
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4480
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4481
|
+
[1m[35mSpudMenu Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu17' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
4482
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu17', 0, '2013-10-09 13:45:48')[0m
|
|
4483
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4484
|
+
Redirected to http://test.host/spud/admin/menus/161/menu_items
|
|
4485
|
+
Completed 302 Found in 8ms (ActiveRecord: 0.0ms)
|
|
4486
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `spud_menus` [0m
|
|
4487
|
+
[1m[35m (2.4ms)[0m ROLLBACK
|
|
4488
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
4489
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
4490
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
4491
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4492
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
|
4493
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
|
4494
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '1e0173a7227e3a96b85b6d1b494b322f968c3e4f0d60253fa46fa6b1f425e4e71dcc011b06888d87b46b447db099c6d0ab9f52d7bb101e934a7ebc5d48266566' LIMIT 1[0m
|
|
4495
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'ElqzPGlN7p6Wb8dHyP' LIMIT 1
|
|
4496
|
+
[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-10-09 13:45:48', '3cd0a03048fc1e32b1431100038554d9f3203187494dac7bbd144081167558980881147f1d50fd2f69d3d9950b5e8d76d4b7878df5a4424e974db98b5491b92a', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, '8ctfhlTeJxwLllr02su', 'PA2icOIbjl8glX4o59', '1e0173a7227e3a96b85b6d1b494b322f968c3e4f0d60253fa46fa6b1f425e4e71dcc011b06888d87b46b447db099c6d0ab9f52d7bb101e934a7ebc5d48266566', 'ElqzPGlN7p6Wb8dHyP', 1, NULL, '2013-10-09 13:45:48')[0m
|
|
4497
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4498
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4499
|
+
[1m[35m (0.4ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'ileuVDbkDP71SC8I5gb', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 181
|
|
4500
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4501
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM `spud_menus`
|
|
4502
|
+
Processing by Spud::Admin::MenusController#create as HTML
|
|
4503
|
+
Parameters: {"spud_menu"=>{"name"=>nil}}
|
|
4504
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 181 LIMIT 1[0m
|
|
4505
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4506
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'LxvVw1u1LnjswDiETesL', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 181[0m
|
|
4507
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4508
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4509
|
+
[1m[35mSpudMenu Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` IS NULL AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
4510
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK TO SAVEPOINT active_record_2[0m
|
|
4511
|
+
Completed 200 OK in 8ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
|
4512
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `spud_menus`
|
|
4513
|
+
[1m[36m (0.6ms)[0m [1mROLLBACK[0m
|
|
4514
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
4515
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
4516
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
4517
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4518
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
4519
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
4520
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '51054fab0a5265a6f7f1b88690ef04757c84edb5cbe9ffadfa1d44868e5e549780df78b09defcbca4f69f456982a07cf368d7523479b1bdcbaa3be0c4e23fee7' LIMIT 1
|
|
4521
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'FlvkV729jzq9mMGvjdxl' LIMIT 1[0m
|
|
4522
|
+
[1m[35mSQL (0.2ms)[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-10-09 13:45:48', 'd11d235707faec46c81f34b4d6c0a4be12584c593ed0f6b4657868b0c6eefe85cdf71b3560e4474ddd5b155f9fd6cff3b7069da73d95028711136b6510b77b36', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'ZVu9IwiYnc33qg37RSS3', 'geYNU6wxuot3KXkyJlZ6', '51054fab0a5265a6f7f1b88690ef04757c84edb5cbe9ffadfa1d44868e5e549780df78b09defcbca4f69f456982a07cf368d7523479b1bdcbaa3be0c4e23fee7', 'FlvkV729jzq9mMGvjdxl', 1, NULL, '2013-10-09 13:45:48')
|
|
4523
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4524
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4525
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'WDfl4uGSs2wRqz4c3Yit', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 191[0m
|
|
4526
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4527
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4528
|
+
[1m[35mSpudMenu Exists (0.4ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu18' AND `spud_menus`.`site_id` = 1) LIMIT 1
|
|
4529
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu18', 1, '2013-10-09 13:45:48')[0m
|
|
4530
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4531
|
+
Processing by Spud::Admin::MenusController#edit as HTML
|
|
4532
|
+
Parameters: {"id"=>"171"}
|
|
4533
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 191 LIMIT 1[0m
|
|
4534
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4535
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'lxsCtJg8b6cnbzFNRK3V', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 191[0m
|
|
4536
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4537
|
+
[1m[36mSpudMenu Load (0.1ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 171 LIMIT 1[0m
|
|
4538
|
+
Redirected to http://test.host/spud/admin/menus
|
|
4539
|
+
Filter chain halted as :load_menu rendered or redirected
|
|
4540
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.8ms)
|
|
4541
|
+
[1m[35m (0.7ms)[0m ROLLBACK
|
|
4542
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
4543
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
4544
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
4545
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
|
4546
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
|
4547
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
|
4548
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '6c233ec7059fcf5bc07e188d08f3008c0460babf39919197075785317c314271c72b11553da07060067b92e74c3032f1ed7df738a72f4d9648d0cbd67115a20c' LIMIT 1[0m
|
|
4549
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '3RGCfmOe0HP7USFFunGr' LIMIT 1
|
|
4550
|
+
[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-10-09 13:45:48', '48bed9769c23bebb326e7080906deb0abc4ecdb1beace6322a5f6898006a69ddd4c94de97cdfe230ccdfa1c27230f57c1580f34c2947c27ffa60c8ab9eff3f38', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'D3jfody8Za9qDdht1Wsw', 'qMaPj2JvVxnRttoL3pJ', '6c233ec7059fcf5bc07e188d08f3008c0460babf39919197075785317c314271c72b11553da07060067b92e74c3032f1ed7df738a72f4d9648d0cbd67115a20c', '3RGCfmOe0HP7USFFunGr', 1, NULL, '2013-10-09 13:45:48')[0m
|
|
4551
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4552
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4553
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'OyPnTzuiqPA5rkHueulO', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 201
|
|
4554
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4555
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4556
|
+
[1m[36mSpudMenu Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu19' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
|
4557
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu19', 0, '2013-10-09 13:45:48')
|
|
4558
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4559
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
4560
|
+
[1m[36mSpudMenu Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu20' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
|
4561
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu20', 0, '2013-10-09 13:45:48')
|
|
4562
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4563
|
+
Processing by Spud::Admin::MenusController#edit as HTML
|
|
4564
|
+
Parameters: {"id"=>"191"}
|
|
4565
|
+
[1m[35mSpudUser Load (0.2ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 201 LIMIT 1
|
|
4566
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4567
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'GXtqGYaqcdFpZqOQBwu4', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 201
|
|
4568
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4569
|
+
[1m[35mSpudMenu Load (0.2ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 191 LIMIT 1
|
|
4570
|
+
Completed 200 OK in 6ms (Views: 1.2ms | ActiveRecord: 0.8ms)
|
|
4571
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
|
4572
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
4573
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
4574
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
4575
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4576
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
4577
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
4578
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'c4a7bcb3cd76cfc83dd56ee3b6c9aca9fbe334817e27e0d81e6c6169a09fb6995d3d7a93680b799f20d9027d0f395d23d4cf6190433f50c094a037b3a88889c2' LIMIT 1
|
|
4579
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'sovhFkdTIhhK4npqayB' LIMIT 1[0m
|
|
4580
|
+
[1m[35mSQL (0.2ms)[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-10-09 13:45:48', '3dd280141165ac73e2606d3c7b8bf2f0a0c5f86df2ee6dff9e8849b989f26d49d3d96f975b09eb824afc14726a0222d1981e20ff93517a4304e58b9ab059bb41', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, '8HU3Iopw0WXlbuSBKxwn', 'yKW8x04mo1ytPIY8a7Tk', 'c4a7bcb3cd76cfc83dd56ee3b6c9aca9fbe334817e27e0d81e6c6169a09fb6995d3d7a93680b799f20d9027d0f395d23d4cf6190433f50c094a037b3a88889c2', 'sovhFkdTIhhK4npqayB', 1, NULL, '2013-10-09 13:45:48')
|
|
4581
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4582
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4583
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'DwdpjisJl1iagFSxCq61', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 211[0m
|
|
4584
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4585
|
+
Processing by Spud::Admin::MenusController#edit as HTML
|
|
4586
|
+
Parameters: {"id"=>"3"}
|
|
4587
|
+
[1m[36mSpudUser Load (0.2ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 211 LIMIT 1[0m
|
|
4588
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
|
4589
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'h4o9FMGrSluuFDOkBH6', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 211[0m
|
|
4590
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4591
|
+
[1m[36mSpudMenu Load (0.1ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 3 LIMIT 1[0m
|
|
4592
|
+
Redirected to http://test.host/spud/admin/menus
|
|
4593
|
+
Filter chain halted as :load_menu rendered or redirected
|
|
4594
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.8ms)
|
|
4595
|
+
[1m[35m (0.8ms)[0m ROLLBACK
|
|
4596
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
4597
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
4598
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
4599
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
4600
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
|
4601
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
|
4602
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'c73e1efd02ba6eddcba53ec542b044387d034b3d912fb68bf723d479b87976750953da6d2dbb4269a1fd81278e80f5472d44e328eeb8f0bd1d39cf6789951500' LIMIT 1[0m
|
|
4603
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '2YCOJs7OkQNXEjXlplie' LIMIT 1
|
|
4604
|
+
[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-10-09 13:45:48', '7dc49d2f1020f7bf4b23a83d35380098294c2aa493c267721177f574a1c43599e64298775db0ba50703cdc9594e7fde1f6fa36d169961bedc673711c70a28ff3', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, '8oygMfaRUnMLjgusQry', 'YuUXd6RSzzT4gliXLY8', 'c73e1efd02ba6eddcba53ec542b044387d034b3d912fb68bf723d479b87976750953da6d2dbb4269a1fd81278e80f5472d44e328eeb8f0bd1d39cf6789951500', '2YCOJs7OkQNXEjXlplie', 1, NULL, '2013-10-09 13:45:48')[0m
|
|
4605
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4606
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4607
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'y6YMpVhIf51QfcMTozTU', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 221
|
|
4608
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4609
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4610
|
+
[1m[36mSpudMenu Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu21' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
|
4611
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu21', 0, '2013-10-09 13:45:48')
|
|
4612
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4613
|
+
Processing by Spud::Admin::MenusController#update as HTML
|
|
4614
|
+
Parameters: {"spud_menu"=>{"name"=>"MyMenu", "description"=>nil, "created_at"=>"2013-10-09 13:45:48 UTC", "updated_at"=>"2013-10-09 13:45:48 UTC"}, "id"=>"201"}
|
|
4615
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 221 LIMIT 1
|
|
4616
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4617
|
+
[1m[35m (0.1ms)[0m UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'q708zwyNOMTcCU2XFjfn', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 221
|
|
4618
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4619
|
+
[1m[35mSpudMenu Load (0.2ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 201 LIMIT 1
|
|
4620
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4621
|
+
[1m[35mSpudMenu Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'MyMenu' AND `spud_menus`.`id` != 201 AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
4622
|
+
[1m[36m (0.1ms)[0m [1mUPDATE `spud_menus` SET `name` = 'MyMenu', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_menus`.`id` = 201[0m
|
|
4623
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4624
|
+
Redirected to http://test.host/spud/admin/menus/201/menu_items
|
|
4625
|
+
Completed 302 Found in 11ms (ActiveRecord: 0.0ms)
|
|
4626
|
+
[1m[36mSpudMenu Load (0.2ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 201 LIMIT 1[0m
|
|
4627
|
+
[1m[35m (0.9ms)[0m ROLLBACK
|
|
4628
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
4629
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
4630
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
4631
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
4632
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
|
4633
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
|
4634
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'a54606cfd776c618f7498a9242508ebf43dbe0290a64b256b9f64842059b426bc5878c79be6793d58a6594a81d6a56003c13187d41bcdf790cf6e708bb32142c' LIMIT 1[0m
|
|
4635
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '6Hhm1lyAjTxpEEFoVzY' LIMIT 1
|
|
4636
|
+
[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-10-09 13:45:48', 'c6fd400d110170b45e3add3c252ab177d73d1fc65c0612afeae3ae67e6daeef9632a628cea8945eb96f5c7254136aea5d5431d14f2f3d8c96307c2b8f8d7fe1d', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, '4aTr6QMNcGDSUO17yGe', 'C9cpOMkzMcc0J7A2FDdG', 'a54606cfd776c618f7498a9242508ebf43dbe0290a64b256b9f64842059b426bc5878c79be6793d58a6594a81d6a56003c13187d41bcdf790cf6e708bb32142c', '6Hhm1lyAjTxpEEFoVzY', 1, NULL, '2013-10-09 13:45:48')[0m
|
|
4637
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4638
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4639
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = '3xhJN7Lzj6tPAG110LNT', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 231
|
|
4640
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4641
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4642
|
+
[1m[36mSpudMenu Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu22' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
|
4643
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu22', 0, '2013-10-09 13:45:48')
|
|
4644
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4645
|
+
Processing by Spud::Admin::MenusController#update as HTML
|
|
4646
|
+
Parameters: {"spud_menu"=>{"name"=>"MyMenu", "description"=>nil, "created_at"=>"2013-10-09 13:45:48 UTC", "updated_at"=>"2013-10-09 13:45:48 UTC"}, "id"=>"211"}
|
|
4647
|
+
[1m[35mSpudUser Load (0.2ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 231 LIMIT 1
|
|
4648
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4649
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = '8yQMq2xPemZ6Hndw1mz', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 231
|
|
4650
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4651
|
+
[1m[35mSpudMenu Load (0.2ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 211 LIMIT 1
|
|
4652
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4653
|
+
[1m[35mSpudMenu Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'MyMenu' AND `spud_menus`.`id` != 211 AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
4654
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_menus` SET `name` = 'MyMenu', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_menus`.`id` = 211[0m
|
|
4655
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4656
|
+
Redirected to http://test.host/spud/admin/menus/211/menu_items
|
|
4657
|
+
Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
|
|
4658
|
+
[1m[36m (0.9ms)[0m [1mROLLBACK[0m
|
|
4659
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
4660
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
4661
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
4662
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4663
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
4664
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
4665
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '0b1f6a2386b941862ac97f6024b17487b0b5329b73d3f6ea5e18378f4e77a6868082053808744b6309b91a1db6a92af9fdd7d4a5418a61680494e0569342dda3' LIMIT 1
|
|
4666
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'gr6cU63UOX7kHAvzmu7N' LIMIT 1[0m
|
|
4667
|
+
[1m[35mSQL (0.4ms)[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-10-09 13:45:48', '9ebeedccf258dc4f0ba440a5e7ff57e75387fc3b3d5f3b720d7b1ba3cb7267ee8f6b45121af25c6099cc42666f064d073f9af6a87a117ae552d4aac311dc019b', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'yKISPH36VGKLlIm5iJi1', 'SemMejtHqTdVjUYFdO0A', '0b1f6a2386b941862ac97f6024b17487b0b5329b73d3f6ea5e18378f4e77a6868082053808744b6309b91a1db6a92af9fdd7d4a5418a61680494e0569342dda3', 'gr6cU63UOX7kHAvzmu7N', 1, NULL, '2013-10-09 13:45:48')
|
|
4668
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4669
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4670
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'MeYWHKAfUJmZQWVOnCAI', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 241[0m
|
|
4671
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4672
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4673
|
+
[1m[35mSpudMenu Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu23' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
4674
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu23', 0, '2013-10-09 13:45:48')[0m
|
|
4675
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4676
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `spud_menus` [0m
|
|
4677
|
+
Processing by Spud::Admin::MenusController#destroy as HTML
|
|
4678
|
+
Parameters: {"id"=>"221"}
|
|
4679
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 241 LIMIT 1
|
|
4680
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4681
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'UrNzLds3a5IVRdAJN0T7', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 241
|
|
4682
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4683
|
+
[1m[35mSpudMenu Load (0.1ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 221 LIMIT 1
|
|
4684
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4685
|
+
[1m[35mSpudMenuItem Load (0.2ms)[0m SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`parent_id` = 221 AND `spud_menu_items`.`parent_type` = 'SpudMenu'
|
|
4686
|
+
[1m[36mSpudMenuItem Load (0.2ms)[0m [1mSELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`spud_menu_id` = 221[0m
|
|
4687
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM `spud_menus` WHERE `spud_menus`.`id` = 221
|
|
4688
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4689
|
+
Redirected to http://test.host/spud/admin/menus
|
|
4690
|
+
Completed 302 Found in 11ms (ActiveRecord: 0.0ms)
|
|
4691
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `spud_menus`
|
|
4692
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
|
4693
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
4694
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
4695
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
4696
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4697
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
4698
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
4699
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '973f314253aa2c6c767c2d29b9da6a1166f5c3e57cb2efdc4f43a9e5723a2620d8dd6dce15a1485519f27f014ab5e26527cc3881e7f75b7d75289dc8f42981ea' LIMIT 1
|
|
4700
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'ZiPLSMbMXSAnWjGU8FTB' LIMIT 1[0m
|
|
4701
|
+
[1m[35mSQL (0.2ms)[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-10-09 13:45:48', '18462bba36901b0e762e5e7e20db51704b651e0f70eb5b7fb4691c51926b2377fa322b51ba1630bdf46afa4064cfa457b8588eefe1a9d25975b428281582dacf', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'Jz0hN3wJhWw1s8aRYyuP', 'Ou7vOIuckj8WK3HZZ7wz', '973f314253aa2c6c767c2d29b9da6a1166f5c3e57cb2efdc4f43a9e5723a2620d8dd6dce15a1485519f27f014ab5e26527cc3881e7f75b7d75289dc8f42981ea', 'ZiPLSMbMXSAnWjGU8FTB', 1, NULL, '2013-10-09 13:45:48')
|
|
4702
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4703
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4704
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'j62YgjYwsxvAN4Zr11kb', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 251[0m
|
|
4705
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4706
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4707
|
+
[1m[35mSpudMenu Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu24' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
4708
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu24', 0, '2013-10-09 13:45:48')[0m
|
|
4709
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4710
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM `spud_menus` [0m
|
|
4711
|
+
Processing by Spud::Admin::MenusController#destroy as HTML
|
|
4712
|
+
Parameters: {"id"=>"23532"}
|
|
4713
|
+
[1m[35mSpudUser Load (0.2ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 251 LIMIT 1
|
|
4714
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4715
|
+
[1m[35m (0.1ms)[0m UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'CtCrSJCFxjJ6xPvejCx', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 251
|
|
4716
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4717
|
+
[1m[35mSpudMenu Load (0.1ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 23532 LIMIT 1
|
|
4718
|
+
Redirected to http://test.host/spud/admin/menus
|
|
4719
|
+
Filter chain halted as :load_menu rendered or redirected
|
|
4720
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
|
|
4721
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM `spud_menus` [0m
|
|
4722
|
+
[1m[35m (0.6ms)[0m ROLLBACK
|
|
4723
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
4724
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
4725
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
4726
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4727
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
|
4728
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
|
4729
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '91558fc94f6b98bac34eb1fd52d826058ffe8b699487d6cbf6d33020aece07933ad6d96fdf240e08bbdd6faa3ac9ea7e6f18565e7aa424d8d5b8a0de05ad2236' LIMIT 1[0m
|
|
4730
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'yGAVyVTByI10h25rWiXY' LIMIT 1
|
|
4731
|
+
[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-10-09 13:45:48', '172306cd3eca345e39ab9f4fe43cfbc4d72999891eb042ddb7f36c987058df994be7160825f254965ee6d2f308a906b4868b0fd92db8b664f40201aff37c392f', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'dJrn4GfjyfqO6GFOFF34', '14dUKsgOae1uLE5Ya2bb', '91558fc94f6b98bac34eb1fd52d826058ffe8b699487d6cbf6d33020aece07933ad6d96fdf240e08bbdd6faa3ac9ea7e6f18565e7aa424d8d5b8a0de05ad2236', 'yGAVyVTByI10h25rWiXY', 1, NULL, '2013-10-09 13:45:48')[0m
|
|
4732
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4733
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4734
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'UzOFXbJ9krLYTSX4TpD', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 261
|
|
4735
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4736
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
4737
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
4738
|
+
[1m[35mSpudPermalink Load (0.1ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page3' LIMIT 1
|
|
4739
|
+
[1m[36mSpudPage Exists (0.1ms)[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
|
|
4740
|
+
[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
|
|
4741
|
+
[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-10-09 13:45:48', NULL, 'html', NULL, NULL, NULL, 'Page3', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:48', NULL, 'page3', 0, 0)[0m
|
|
4742
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4743
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4744
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
4745
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page4' LIMIT 1[0m
|
|
4746
|
+
[1m[35mSpudPage Exists (0.2ms)[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
|
|
4747
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page4' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
4748
|
+
[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-10-09 13:45:48', NULL, 'html', NULL, NULL, NULL, 'Page4', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:48', NULL, 'page4', 0, 0)
|
|
4749
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4750
|
+
Processing by Spud::Admin::PagesController#index as HTML
|
|
4751
|
+
[1m[35mSpudUser Load (0.5ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 261 LIMIT 1
|
|
4752
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4753
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'eV2faIHR57ZdKGIUaavy', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 261
|
|
4754
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4755
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`url_name` = 'home' LIMIT 1
|
|
4756
|
+
Completed 200 OK in 7ms (Views: 1.5ms | ActiveRecord: 1.0ms)
|
|
4757
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL[0m
|
|
4758
|
+
[1m[35m (0.8ms)[0m ROLLBACK
|
|
4759
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
4760
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
4761
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
4762
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4763
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
|
4764
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
|
4765
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '39ecde90c449b921211f11f6deadb9110c7659469e3776b90c7bf31e7b96af4ce4178ef44fb36f1ad892916a02dc65bd07664b713065ea0579bebedb31c45609' LIMIT 1[0m
|
|
4766
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'lwE5O6LHYplnSp9qwouE' LIMIT 1
|
|
4767
|
+
[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-10-09 13:45:48', '30fc1b70431e173bce16de5ba253d310c164f82b80ab50ad52aa1a75b81487dc85915cd85c9d9f033638bf7ec4ce2ffcc5d77dcbc0e65c4e46f77d7c6b41aa85', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'WtsLwScIBF9EmelbdtpP', 'prSCDrpzd4nb1L8tCQDn', '39ecde90c449b921211f11f6deadb9110c7659469e3776b90c7bf31e7b96af4ce4178ef44fb36f1ad892916a02dc65bd07664b713065ea0579bebedb31c45609', 'lwE5O6LHYplnSp9qwouE', 1, NULL, '2013-10-09 13:45:48')[0m
|
|
4768
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4769
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4770
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'MYmwqwbYT7t05QeYygZ7', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 271
|
|
4771
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4772
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4773
|
+
[1m[36mSpudPage Load (0.1ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
4774
|
+
[1m[35mSpudPermalink Load (0.1ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page5' LIMIT 1
|
|
4775
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 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[0m
|
|
4776
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page5' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
4777
|
+
[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-10-09 13:45:48', NULL, 'html', NULL, NULL, NULL, 'Page5', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:48', NULL, 'page5', 0, 0)[0m
|
|
4778
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4779
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4780
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
4781
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page6' LIMIT 1[0m
|
|
4782
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page6' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
4783
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page6' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
4784
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:45:48', NULL, 'html', NULL, NULL, NULL, 'Page6', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:48', NULL, 'page6', 0, 0)
|
|
4785
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4786
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4787
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 1 LIMIT 1[0m
|
|
4788
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
4789
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page7' LIMIT 1[0m
|
|
4790
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page7' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` = 1) LIMIT 1
|
|
4791
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page7' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
4792
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:45:48', NULL, 'html', NULL, NULL, NULL, 'Page7', NULL, NULL, NULL, 1, 0, 1, '2013-10-09 13:45:48', NULL, 'page7', 0, 0)
|
|
4793
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4794
|
+
Processing by Spud::Admin::PagesController#index as HTML
|
|
4795
|
+
[1m[35mSpudUser Load (0.2ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 271 LIMIT 1
|
|
4796
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4797
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'Hf4igNPazoqL63YyiVMD', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 271
|
|
4798
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4799
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`url_name` = 'home' LIMIT 1
|
|
4800
|
+
Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.7ms)
|
|
4801
|
+
[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
|
|
4802
|
+
[1m[35m (2.3ms)[0m ROLLBACK
|
|
4803
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
4804
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
4805
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
4806
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4807
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
|
4808
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
|
4809
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'dd2149cc4a0695cb118bbe0255f4bfe951f889872e87bf97f4592aafc99abeff4eb9665bdbc26309298595ad2a0ecfbdd80324dc0a0596879c7c67f53c4e8be8' LIMIT 1[0m
|
|
4810
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'UZlONcrC4LoxxrjUhz3V' LIMIT 1
|
|
4811
|
+
[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-10-09 13:45:49', '69702840d77361a20531d1a60c579ea2699c1330ca537febfbc5b6956764b1ab57efb385bb53e18b575727c8a8d8613934b6ac9c70d4e07c09d678b9499b1240', '2013-10-09 13:45:49', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:49', 'testuser', 1, '3Wigv5qkXsVThITGV', 'e2NoIE5Gop0IETiPnOeN', 'dd2149cc4a0695cb118bbe0255f4bfe951f889872e87bf97f4592aafc99abeff4eb9665bdbc26309298595ad2a0ecfbdd80324dc0a0596879c7c67f53c4e8be8', 'UZlONcrC4LoxxrjUhz3V', 1, NULL, '2013-10-09 13:45:49')[0m
|
|
4812
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4813
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4814
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:49', `current_login_at` = '2013-10-09 13:45:49', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = 'uqMPDd8VtxOv1ROgx4Gm', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 281
|
|
4815
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4816
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
4817
|
+
[1m[36mSpudPage Load (0.1ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
4818
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page8' LIMIT 1
|
|
4819
|
+
[1m[36mSpudPage Exists (0.2ms)[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
|
|
4820
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page8' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
4821
|
+
[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page8', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page8', 0, 0)[0m
|
|
4822
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4823
|
+
Processing by Spud::Admin::PagesController#show as HTML
|
|
4824
|
+
Parameters: {"id"=>"161"}
|
|
4825
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 281 LIMIT 1[0m
|
|
4826
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4827
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = 'TmEYtaMOS0Axr9gOHb18', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 281[0m
|
|
4828
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4829
|
+
[1m[36mSpudPage Load (0.1ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 161 LIMIT 1[0m
|
|
4830
|
+
[1m[35mSpudPagePartial Load (0.1ms)[0m SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (161)
|
|
4831
|
+
Completed 200 OK in 7ms (Views: 1.2ms | ActiveRecord: 0.9ms)
|
|
4832
|
+
[1m[36m (0.7ms)[0m [1mROLLBACK[0m
|
|
4833
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
4834
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
4835
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
4836
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4837
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
4838
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
4839
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'd29fec57ad34dfd97177b704cfd9ab41e636b47f2e1a0b6bed4514499716f4e219bf2a1aa7074701a956ef23e1b724d53140d07fae4d9200c7d769d9cce0e44e' LIMIT 1
|
|
4840
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'rHjstkXtctj2BCEcUpDa' LIMIT 1[0m
|
|
4841
|
+
[1m[35mSQL (0.2ms)[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-10-09 13:45:49', 'b4a1c85ba077cdff0d33c81ef6b36d5f873ec8175b18ba820d3bb4a60a62754accb680440702bd3a2a65d9cdc554899c4067ea1fc15db42fc5d1e619b943de4f', '2013-10-09 13:45:49', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:49', 'testuser', 1, 'PraetxsVsMj9wlhkpCcO', 'bI45ieguTEy7yMIWC2HO', 'd29fec57ad34dfd97177b704cfd9ab41e636b47f2e1a0b6bed4514499716f4e219bf2a1aa7074701a956ef23e1b724d53140d07fae4d9200c7d769d9cce0e44e', 'rHjstkXtctj2BCEcUpDa', 1, NULL, '2013-10-09 13:45:49')
|
|
4842
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4843
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4844
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:49', `current_login_at` = '2013-10-09 13:45:49', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = 'R5hTjJMIFTiQKf8XpspI', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 291[0m
|
|
4845
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4846
|
+
Processing by Spud::Admin::PagesController#new as HTML
|
|
4847
|
+
[1m[36mSpudUser Load (0.2ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 291 LIMIT 1[0m
|
|
4848
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
|
4849
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = 'mNGSBQb3H6Votd6WJ6BD', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 291[0m
|
|
4850
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4851
|
+
Completed 200 OK in 16ms (Views: 1.1ms | ActiveRecord: 0.7ms)
|
|
4852
|
+
[1m[36m (0.6ms)[0m [1mROLLBACK[0m
|
|
4853
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
4854
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
4855
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
4856
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4857
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
4858
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
4859
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'e2d091bf9e239235995c7d03590c081dfeadc9e066635e3ca50cffb5f5da0f49bab84a5eb1e01b251e72a0981b0c274202519217b10636753ccef61b771c815f' LIMIT 1
|
|
4860
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'WbvEfdI4q0OKG2geBPmW' LIMIT 1[0m
|
|
4861
|
+
[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-10-09 13:45:49', '7cad499e595a3f815d4f34d36e9b5030dd7faceea28fc77c6685e2d411d813f5267fcbf08fa26eb96f641fc56602605aee97e5cf6b5d3315d0936f0af318ea01', '2013-10-09 13:45:49', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:49', 'testuser', 1, 'pM7W5dMtL9HdHYRgzRMC', 's95x7BznzGnruBVJVqo', 'e2d091bf9e239235995c7d03590c081dfeadc9e066635e3ca50cffb5f5da0f49bab84a5eb1e01b251e72a0981b0c274202519217b10636753ccef61b771c815f', 'WbvEfdI4q0OKG2geBPmW', 1, NULL, '2013-10-09 13:45:49')
|
|
4862
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4863
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
|
4864
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:49', `current_login_at` = '2013-10-09 13:45:49', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = 'udnSUb0hHA6kVAlaVAcG', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 301[0m
|
|
4865
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4866
|
+
Processing by Spud::Admin::PagesController#new as HTML
|
|
4867
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 301 LIMIT 1[0m
|
|
4868
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
|
4869
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = 'IBZNCSmRVhJUGRu4Kjp1', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 301[0m
|
|
4870
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4871
|
+
Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.7ms)
|
|
4872
|
+
[1m[36m (0.6ms)[0m [1mROLLBACK[0m
|
|
4873
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
4874
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
4875
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
4876
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4877
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
4878
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
4879
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '408639583a80d47e28cdc1e20f2dadf8830cd3ba1b247587d39d6d5308c7dfc6c16c420739e85fec8f93c5feb4d247e45d852fb9af48199f0663c1a5b15bccd0' LIMIT 1
|
|
4880
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'YmvvrWq94Vv2vLVQBHk' LIMIT 1[0m
|
|
4881
|
+
[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-10-09 13:45:49', '84ce34e9199b7cfe37ae33c55660026d403f1de168fd37ae7010a58709480ab77d71bef7bee62ec807a7325adb3ad4825de536dc7189bbf330bbdd3422d5a2c7', '2013-10-09 13:45:49', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:49', 'testuser', 1, 'nTCwPNhZw0gwe4a9aRrS', '08IYGBlOuzRm8htJUfap', '408639583a80d47e28cdc1e20f2dadf8830cd3ba1b247587d39d6d5308c7dfc6c16c420739e85fec8f93c5feb4d247e45d852fb9af48199f0663c1a5b15bccd0', 'YmvvrWq94Vv2vLVQBHk', 1, NULL, '2013-10-09 13:45:49')
|
|
4882
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4883
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4884
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:49', `current_login_at` = '2013-10-09 13:45:49', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = '1oI3xuTlqfOL79v1kIB', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 311[0m
|
|
4885
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4886
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4887
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
4888
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page9' LIMIT 1[0m
|
|
4889
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page9' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
4890
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page9' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
4891
|
+
[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page9', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page9', 0, 0)
|
|
4892
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4893
|
+
Processing by Spud::Admin::PagesController#edit as HTML
|
|
4894
|
+
Parameters: {"id"=>"171"}
|
|
4895
|
+
[1m[35mSpudUser Load (0.2ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 311 LIMIT 1
|
|
4896
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4897
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = 'O23a1ad4eDhglYPvK1lf', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 311
|
|
4898
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4899
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 171 LIMIT 1
|
|
4900
|
+
[1m[36mSpudPagePartial Load (0.1ms)[0m [1mSELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (171)[0m
|
|
4901
|
+
Completed 200 OK in 8ms (Views: 1.2ms | ActiveRecord: 0.9ms)
|
|
4902
|
+
[1m[35m (0.8ms)[0m ROLLBACK
|
|
4903
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
4904
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
4905
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
4906
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4907
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
|
4908
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
|
4909
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '306507bde90a232c9cc828501ff3ada79b34e8db8f4255f5267140cb600d86c7a0fd0981ed309bb7b41d6aa7aedec711951a5aacc031f354848cd374f77476f3' LIMIT 1[0m
|
|
4910
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'KwJSKs3h8Ih53ayDP4y' LIMIT 1
|
|
4911
|
+
[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-10-09 13:45:49', 'ad6115aba149359c494a44958a4b84e85e8cff62576f400717bca051b79425f2f274afa29f27c5df037c89f463a3ca9a7b1bdf87d1a55c766621183582748b9e', '2013-10-09 13:45:49', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:49', 'testuser', 1, '8xQjecjUeM0XUTIglIy', 'SdBKhtq5oCI1sLTKZPFl', '306507bde90a232c9cc828501ff3ada79b34e8db8f4255f5267140cb600d86c7a0fd0981ed309bb7b41d6aa7aedec711951a5aacc031f354848cd374f77476f3', 'KwJSKs3h8Ih53ayDP4y', 1, NULL, '2013-10-09 13:45:49')[0m
|
|
4912
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4913
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4914
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:49', `current_login_at` = '2013-10-09 13:45:49', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = '0idm9zcquuUz5KwYHRX2', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 321
|
|
4915
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4916
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
4917
|
+
[1m[36mSpudPage Load (0.1ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
4918
|
+
[1m[35mSpudPermalink Load (0.1ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page10' LIMIT 1
|
|
4919
|
+
[1m[36mSpudPage Exists (0.1ms)[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
|
|
4920
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page10' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
4921
|
+
[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page10', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page10', 0, 0)[0m
|
|
4922
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4923
|
+
Processing by Spud::Admin::PagesController#update as HTML
|
|
4924
|
+
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"=>"181"}
|
|
4925
|
+
[1m[36mSpudUser Load (0.4ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 321 LIMIT 1[0m
|
|
4926
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4927
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = 'JJ7NdgFwRPgKx0fr2RW', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 321[0m
|
|
4928
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4929
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 181 LIMIT 1[0m
|
|
4930
|
+
[1m[35mSpudPagePartial Load (0.2ms)[0m SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (181)
|
|
4931
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4932
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 181)
|
|
4933
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'adam' LIMIT 1[0m
|
|
4934
|
+
[1m[35mSpudPermalink Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'page10' AND `spud_permalinks`.`site_id` = 0) LIMIT 1
|
|
4935
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (181, 'SpudPage', '2013-10-09 13:45:49', 0, '2013-10-09 13:45:49', 'page10')[0m
|
|
4936
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Adam' AND `spud_pages`.`id` != 181 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
4937
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'adam' AND `spud_pages`.`id` != 181 AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
4938
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_pages` SET `name` = 'Adam', `url_name` = 'adam', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_pages`.`id` = 181
|
|
4939
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4940
|
+
Redirected to http://test.host/spud/admin/pages
|
|
4941
|
+
Completed 302 Found in 15ms (ActiveRecord: 2.5ms)
|
|
4942
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 181 LIMIT 1
|
|
4943
|
+
[1m[36m (0.7ms)[0m [1mROLLBACK[0m
|
|
4944
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
4945
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
4946
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
4947
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4948
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
4949
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
4950
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'a2b97e3cfeb4a8c481f14bec231bf3c8cafa3a874c12168b7b84b00f774f76e89867b7c604e44631bb637aa420d384b7d4ad38756fbfc88f5c993aabebbf080b' LIMIT 1
|
|
4951
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'ivx8ijKsyg1HmKD51C0' LIMIT 1[0m
|
|
4952
|
+
[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-10-09 13:45:49', '09ebb1c5717d84b13c8bb3793f5199ad7c6cdd69e74701847f01e36efc8c424ca62b2a21f548930220832fe6b8fdec4a037c7f44eab75c54967902aa10247e68', '2013-10-09 13:45:49', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:49', 'testuser', 1, 'zpizIzkfDug01aRLR', 'zFu8q7c8uAm3gd1AqPkU', 'a2b97e3cfeb4a8c481f14bec231bf3c8cafa3a874c12168b7b84b00f774f76e89867b7c604e44631bb637aa420d384b7d4ad38756fbfc88f5c993aabebbf080b', 'ivx8ijKsyg1HmKD51C0', 1, NULL, '2013-10-09 13:45:49')
|
|
4953
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4954
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
4955
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:49', `current_login_at` = '2013-10-09 13:45:49', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = 'ex4QxJ1qWUmUiuN6UQ', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 331[0m
|
|
4956
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4957
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4958
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
4959
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page11' LIMIT 1[0m
|
|
4960
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page11' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
4961
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page11' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
4962
|
+
[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page11', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page11', 0, 0)
|
|
4963
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4964
|
+
Processing by Spud::Admin::PagesController#update as HTML
|
|
4965
|
+
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"=>"191"}
|
|
4966
|
+
[1m[35mSpudUser Load (0.2ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 331 LIMIT 1
|
|
4967
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4968
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = 'RYLyhClgdxXZhBUB0vZG', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 331
|
|
4969
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4970
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 191 LIMIT 1
|
|
4971
|
+
[1m[36mSpudPagePartial Load (0.1ms)[0m [1mSELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (191)[0m
|
|
4972
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4973
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 191)[0m
|
|
4974
|
+
[1m[35mSpudPermalink Load (0.1ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'adam' LIMIT 1
|
|
4975
|
+
[1m[36mSpudPermalink Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'page11' AND `spud_permalinks`.`site_id` = 0) LIMIT 1[0m
|
|
4976
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (191, 'SpudPage', '2013-10-09 13:45:49', 0, '2013-10-09 13:45:49', 'page11')
|
|
4977
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Adam' AND `spud_pages`.`id` != 191 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1[0m
|
|
4978
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'adam' AND `spud_pages`.`id` != 191 AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
4979
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_pages` SET `name` = 'Adam', `url_name` = 'adam', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_pages`.`id` = 191[0m
|
|
4980
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4981
|
+
Redirected to http://test.host/spud/admin/pages
|
|
4982
|
+
Completed 302 Found in 14ms (ActiveRecord: 2.4ms)
|
|
4983
|
+
[1m[36m (0.7ms)[0m [1mROLLBACK[0m
|
|
4984
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
4985
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
4986
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
4987
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4988
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
4989
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
4990
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '3d8757243f3204d65a8815f8afbc0c5fa78e97a74e966f071a0f243addcaa54731016ebc15ed35d68e442ddfce569a25a5471de95f6d44e6e901ecb20016955c' LIMIT 1
|
|
4991
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'iFRRM7YvErT16Ntemh' LIMIT 1[0m
|
|
4992
|
+
[1m[35mSQL (0.2ms)[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-10-09 13:45:49', '1ff532d639e64380a6a305a259a68acb8399f33aedff128bc8bf034861033fdf085e425c3828a1bbd59447fcc7ef1e3e6025a7a61649828c7162f284244816af', '2013-10-09 13:45:49', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:49', 'testuser', 1, '35L53PQsPpCp42B5m9u', '2PS014TwIKbSSB728jW', '3d8757243f3204d65a8815f8afbc0c5fa78e97a74e966f071a0f243addcaa54731016ebc15ed35d68e442ddfce569a25a5471de95f6d44e6e901ecb20016955c', 'iFRRM7YvErT16Ntemh', 1, NULL, '2013-10-09 13:45:49')
|
|
4993
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
4994
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
4995
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:49', `current_login_at` = '2013-10-09 13:45:49', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = '4HaeClURRO1CQ8uRQk', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 341[0m
|
|
4996
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
4997
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
4998
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
4999
|
+
[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
|
|
5000
|
+
[1m[35mSpudPage Exists (0.2ms)[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
|
|
5001
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page12' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
5002
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page12', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page12', 0, 0)
|
|
5003
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5004
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM `spud_pages`
|
|
5005
|
+
Processing by Spud::Admin::PagesController#destroy as HTML
|
|
5006
|
+
Parameters: {"id"=>"201"}
|
|
5007
|
+
[1m[36mSpudUser Load (0.2ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 341 LIMIT 1[0m
|
|
5008
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
5009
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = 'veik68DmaGpuP6HfgRc', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 341[0m
|
|
5010
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5011
|
+
[1m[36mSpudPage Load (0.1ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 201 LIMIT 1[0m
|
|
5012
|
+
[1m[35mSpudPagePartial Load (0.1ms)[0m SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (201)
|
|
5013
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5014
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`spud_page_id` = 201
|
|
5015
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`attachment_id` = 201 AND `spud_permalinks`.`attachment_type` = 'SpudPage'[0m
|
|
5016
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM `spud_pages` WHERE `spud_pages`.`id` = 201
|
|
5017
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5018
|
+
Redirected to http://test.host/spud/admin/pages
|
|
5019
|
+
Completed 302 Found in 11ms (ActiveRecord: 1.6ms)
|
|
5020
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM `spud_pages`
|
|
5021
|
+
[1m[36m (0.8ms)[0m [1mROLLBACK[0m
|
|
5022
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5023
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5024
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5025
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5026
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
|
5027
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
|
5028
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '5ce3c1bf65a8970a04ffbe284b48d069a3799541acedc2ee0b77bea6b681f570b13dc2580359b8a4688d100e9b382ed25f43e1ea7d280315a68b587789ef43fb' LIMIT 1
|
|
5029
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'm8xnEQNPKCJB1zTBgXQ' LIMIT 1[0m
|
|
5030
|
+
[1m[35mSQL (0.2ms)[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-10-09 13:45:49', 'a355a1c6a3c5c29c7725d397274f7164022134d30b917e0ff5efe9e01b2eebc05480eabeafe4f2248592480287720e812728002a253c2904cfe7cb5d0b38c499', '2013-10-09 13:45:49', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:49', 'testuser', 1, '8j2GW5KbqYMlZcESBLAn', 'Qa3wsOZPSmsX9D1VbKm9', '5ce3c1bf65a8970a04ffbe284b48d069a3799541acedc2ee0b77bea6b681f570b13dc2580359b8a4688d100e9b382ed25f43e1ea7d280315a68b587789ef43fb', 'm8xnEQNPKCJB1zTBgXQ', 1, NULL, '2013-10-09 13:45:49')
|
|
5031
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5032
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
5033
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:49', `current_login_at` = '2013-10-09 13:45:49', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = 'lGBJXVNSxiEXKWiGeXUq', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 351[0m
|
|
5034
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5035
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5036
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
5037
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page13' LIMIT 1[0m
|
|
5038
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page13' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
|
5039
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page13' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
5040
|
+
[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page13', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page13', 0, 0)
|
|
5041
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5042
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `spud_pages`
|
|
5043
|
+
Processing by Spud::Admin::PagesController#destroy as HTML
|
|
5044
|
+
Parameters: {"id"=>"23532"}
|
|
5045
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 351 LIMIT 1[0m
|
|
5046
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
|
5047
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = '8vCygYjUQqO49FQ41QiL', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 351[0m
|
|
5048
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5049
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 23532 LIMIT 1[0m
|
|
5050
|
+
Redirected to http://test.host/spud/admin/pages
|
|
5051
|
+
Filter chain halted as :load_page rendered or redirected
|
|
5052
|
+
Completed 302 Found in 5ms (ActiveRecord: 1.0ms)
|
|
5053
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM `spud_pages`
|
|
5054
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
5055
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5056
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5057
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
5058
|
+
Processing by Spud::Cms::SitemapsController#show as XML
|
|
5059
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`visibility` = 0 ORDER BY spud_page_id[0m
|
|
5060
|
+
Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.2ms)
|
|
5061
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`visibility` = 0 ORDER BY spud_page_id
|
|
5062
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
5063
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5064
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5065
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5066
|
+
Processing by Spud::Cms::SitemapsController#show as HTML
|
|
5067
|
+
[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
|
|
5068
|
+
Completed 406 Not Acceptable in 2ms (ActiveRecord: 0.3ms)
|
|
5069
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
5070
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
5071
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5072
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5073
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
5074
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
5075
|
+
[1m[35mSpudPermalink Load (0.1ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page14' LIMIT 1
|
|
5076
|
+
[1m[36mSpudPage Exists (0.2ms)[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
|
|
5077
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page14' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
5078
|
+
[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page14', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page14', 0, 0)[0m
|
|
5079
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5080
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5081
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
5082
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page15' LIMIT 1[0m
|
|
5083
|
+
[1m[35mSpudPage Exists (0.2ms)[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
|
|
5084
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page15' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
5085
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page15', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page15', 0, 0)
|
|
5086
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5087
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
5088
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1[0m
|
|
5089
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'page16' LIMIT 1
|
|
5090
|
+
[1m[36mSpudPage Exists (0.1ms)[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
|
|
5091
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page16' AND `spud_pages`.`site_id` = 1) LIMIT 1
|
|
5092
|
+
[1m[36mSQL (0.1ms)[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page16', NULL, NULL, NULL, 1, 1, NULL, '2013-10-09 13:45:49', NULL, 'page16', 0, 0)[0m
|
|
5093
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5094
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5095
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1
|
|
5096
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'page17' LIMIT 1[0m
|
|
5097
|
+
[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
|
|
5098
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page17' AND `spud_pages`.`site_id` = 1) LIMIT 1[0m
|
|
5099
|
+
[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page17', NULL, NULL, NULL, 1, 1, NULL, '2013-10-09 13:45:49', NULL, 'page17', 0, 0)
|
|
5100
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5101
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
5102
|
+
[1m[36mSpudPage Load (0.1ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1[0m
|
|
5103
|
+
[1m[35mSpudPermalink Load (0.1ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'page18' LIMIT 1
|
|
5104
|
+
[1m[36mSpudPage Exists (0.1ms)[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
|
|
5105
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page18' AND `spud_pages`.`site_id` = 1) LIMIT 1
|
|
5106
|
+
[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page18', NULL, NULL, NULL, 1, 1, NULL, '2013-10-09 13:45:49', NULL, 'page18', 0, 0)[0m
|
|
5107
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5108
|
+
Processing by Spud::Cms::SitemapsController#show as XML
|
|
5109
|
+
[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
|
|
5110
|
+
Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.3ms)
|
|
5111
|
+
[1m[35mSpudPage Load (0.8ms)[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
|
|
5112
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
|
5113
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5114
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
5115
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5116
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5117
|
+
[1m[35mSpudMenu Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Main' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
5118
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:49', NULL, 'Main', 0, '2013-10-09 13:45:49')[0m
|
|
5119
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5120
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5121
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:45:49', NULL, 0, 'Menu Item 15', 241, 'SpudMenu', 241, NULL, '2013-10-09 13:45:49', '/')
|
|
5122
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5123
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
5124
|
+
[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-10-09 13:45:49', NULL, 0, 'Menu Item 16', 241, 'SpudMenu', 241, NULL, '2013-10-09 13:45:49', '/')[0m
|
|
5125
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5126
|
+
[1m[36mSpudMenu Load (0.2ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Main' LIMIT 1[0m
|
|
5127
|
+
[1m[35mSpudMenuItem Load (0.2ms)[0m SELECT
|
|
5128
|
+
spud_menu_items.id as id,
|
|
5129
|
+
spud_menu_items.url as url,
|
|
5130
|
+
spud_menu_items.classes as classes,
|
|
5131
|
+
spud_menu_items.parent_type as parent_type,
|
|
5132
|
+
spud_menu_items.menu_order as menu_order,
|
|
5133
|
+
spud_menu_items.parent_id as parent_id,
|
|
5134
|
+
spud_menu_items.name as name,
|
|
5135
|
+
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` = 241 ORDER BY parent_type, parent_id
|
|
5136
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
5137
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
5138
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5139
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5140
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5141
|
+
[1m[35mSpudMenu Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu25' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
5142
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:49', NULL, 'Menu25', 0, '2013-10-09 13:45:49')[0m
|
|
5143
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5144
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5145
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:45:49', NULL, 0, 'Menu Item 17', 251, 'SpudMenu', 251, NULL, '2013-10-09 13:45:49', '/')
|
|
5146
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5147
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
5148
|
+
[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-10-09 13:45:49', NULL, 0, 'Menu Item 18', 251, 'SpudMenu', 251, NULL, '2013-10-09 13:45:49', '/')[0m
|
|
5149
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5150
|
+
[1m[36mSpudMenu Load (0.1ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Menu25' LIMIT 1[0m
|
|
5151
|
+
[1m[35mSpudMenuItem Load (0.2ms)[0m SELECT
|
|
5152
|
+
spud_menu_items.id as id,
|
|
5153
|
+
spud_menu_items.url as url,
|
|
5154
|
+
spud_menu_items.classes as classes,
|
|
5155
|
+
spud_menu_items.parent_type as parent_type,
|
|
5156
|
+
spud_menu_items.menu_order as menu_order,
|
|
5157
|
+
spud_menu_items.parent_id as parent_id,
|
|
5158
|
+
spud_menu_items.name as name,
|
|
5159
|
+
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` = 251 ORDER BY parent_type, parent_id
|
|
5160
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
5161
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5162
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5163
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5164
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5165
|
+
[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
|
|
5166
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:49', NULL, 'Main2', 0, '2013-10-09 13:45:49')[0m
|
|
5167
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5168
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5169
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:45:49', NULL, 0, 'Menu Item 19', 261, 'SpudMenu', 261, NULL, '2013-10-09 13:45:49', '/')
|
|
5170
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5171
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
5172
|
+
[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-10-09 13:45:49', NULL, 0, 'Menu Item 20', 261, 'SpudMenu', 261, NULL, '2013-10-09 13:45:49', '/')[0m
|
|
5173
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5174
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5175
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:45:49', NULL, 0, 'SubItem', 191, 'SpudMenuItem', 261, NULL, '2013-10-09 13:45:49', '/')
|
|
5176
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5177
|
+
[1m[35mSpudMenu Load (0.1ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Main2' LIMIT 1
|
|
5178
|
+
[1m[36mSpudMenuItem Load (0.2ms)[0m [1mSELECT
|
|
5179
|
+
spud_menu_items.id as id,
|
|
5180
|
+
spud_menu_items.url as url,
|
|
5181
|
+
spud_menu_items.classes as classes,
|
|
5182
|
+
spud_menu_items.parent_type as parent_type,
|
|
5183
|
+
spud_menu_items.menu_order as menu_order,
|
|
5184
|
+
spud_menu_items.parent_id as parent_id,
|
|
5185
|
+
spud_menu_items.name as name,
|
|
5186
|
+
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` = 261 ORDER BY parent_type, parent_id[0m
|
|
5187
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
5188
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
5189
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
5190
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5191
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
5192
|
+
[1m[36mSpudMenu Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Main4' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
|
5193
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:49', NULL, 'Main4', 0, '2013-10-09 13:45:49')
|
|
5194
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5195
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
5196
|
+
[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-10-09 13:45:49', NULL, 0, 'Menu Item 21', 271, 'SpudMenu', 271, NULL, '2013-10-09 13:45:49', '/')[0m
|
|
5197
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5198
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5199
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:45:49', NULL, 0, 'Menu Item 22', 271, 'SpudMenu', 271, NULL, '2013-10-09 13:45:49', '/')
|
|
5200
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5201
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
5202
|
+
[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-10-09 13:45:49', NULL, 0, 'SubItem', 221, 'SpudMenuItem', 271, NULL, '2013-10-09 13:45:49', '/')[0m
|
|
5203
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5204
|
+
[1m[36mSpudMenu Load (0.1ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Main4' LIMIT 1[0m
|
|
5205
|
+
[1m[35mSpudMenuItem Load (0.2ms)[0m SELECT
|
|
5206
|
+
spud_menu_items.id as id,
|
|
5207
|
+
spud_menu_items.url as url,
|
|
5208
|
+
spud_menu_items.classes as classes,
|
|
5209
|
+
spud_menu_items.parent_type as parent_type,
|
|
5210
|
+
spud_menu_items.menu_order as menu_order,
|
|
5211
|
+
spud_menu_items.parent_id as parent_id,
|
|
5212
|
+
spud_menu_items.name as name,
|
|
5213
|
+
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` = 271 ORDER BY parent_type, parent_id
|
|
5214
|
+
[1m[36m (3.1ms)[0m [1mROLLBACK[0m
|
|
5215
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
5216
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5217
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5218
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5219
|
+
[1m[35mSpudMenu Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu26' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
5220
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:49', NULL, 'Menu26', 0, '2013-10-09 13:45:49')[0m
|
|
5221
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5222
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5223
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:45:49', NULL, 0, 'Menu Item 23', 281, 'SpudMenu', 281, NULL, '2013-10-09 13:45:49', '/')
|
|
5224
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5225
|
+
[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
|
|
5226
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
5227
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5228
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
5229
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
5230
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5231
|
+
[1m[35mSpudMenu Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Main3' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
|
5232
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:49', NULL, 'Main3', 0, '2013-10-09 13:45:49')[0m
|
|
5233
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5234
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5235
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:45:49', NULL, 0, 'Menu Item 24', 291, 'SpudMenu', 291, NULL, '2013-10-09 13:45:49', '/')
|
|
5236
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5237
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
5238
|
+
[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-10-09 13:45:49', NULL, 0, 'Menu Item 25', 291, 'SpudMenu', 291, NULL, '2013-10-09 13:45:49', '/')[0m
|
|
5239
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5240
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5241
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:45:49', NULL, 0, 'SubItem', 261, 'SpudMenuItem', 291, NULL, '2013-10-09 13:45:49', '/')
|
|
5242
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5243
|
+
[1m[35mSpudMenu Load (0.2ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Main3' LIMIT 1
|
|
5244
|
+
[1m[36mSpudMenuItem Load (0.5ms)[0m [1mSELECT
|
|
5245
|
+
spud_menu_items.id as id,
|
|
5246
|
+
spud_menu_items.url as url,
|
|
5247
|
+
spud_menu_items.classes as classes,
|
|
5248
|
+
spud_menu_items.parent_type as parent_type,
|
|
5249
|
+
spud_menu_items.menu_order as menu_order,
|
|
5250
|
+
spud_menu_items.parent_id as parent_id,
|
|
5251
|
+
spud_menu_items.name as name,
|
|
5252
|
+
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` = 291 ORDER BY parent_type, parent_id[0m
|
|
5253
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
|
5254
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
5255
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
5256
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5257
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
5258
|
+
[1m[36mSpudMenu Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu27' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
|
5259
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:49', NULL, 'Menu27', 0, '2013-10-09 13:45:49')
|
|
5260
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5261
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
5262
|
+
[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-10-09 13:45:49', NULL, 0, 'Menu Item 26', 301, 'SpudMenu', 301, NULL, '2013-10-09 13:45:49', '/')[0m
|
|
5263
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5264
|
+
[1m[36mSpudMenu Load (0.2ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Menu27' AND `spud_menus`.`site_id` = 1 LIMIT 1[0m
|
|
5265
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
5266
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
5267
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5268
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5269
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
5270
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
5271
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page19' LIMIT 1
|
|
5272
|
+
[1m[36mSpudPage Exists (0.2ms)[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
|
|
5273
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page19' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
5274
|
+
[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page19', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page19', 0, 0)[0m
|
|
5275
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5276
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5277
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
5278
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page20' LIMIT 1[0m
|
|
5279
|
+
[1m[35mSpudPage Exists (0.2ms)[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
|
|
5280
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page20' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
5281
|
+
[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page20', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page20', 0, 0)
|
|
5282
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5283
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
5284
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 271 LIMIT 1[0m
|
|
5285
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
5286
|
+
[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
|
|
5287
|
+
[1m[35mSpudPage Exists (0.2ms)[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` = 271) LIMIT 1
|
|
5288
|
+
[1m[36mSpudPage Exists (0.2ms)[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
|
|
5289
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page21', NULL, NULL, NULL, 1, 0, 271, '2013-10-09 13:45:49', NULL, 'page19/page21', 0, 0)
|
|
5290
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5291
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1
|
|
5292
|
+
[1m[36m (0.7ms)[0m [1mROLLBACK[0m
|
|
5293
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5294
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5295
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
5296
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5297
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
5298
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page22' LIMIT 1[0m
|
|
5299
|
+
[1m[35mSpudPage Exists (0.2ms)[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
|
|
5300
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page22' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
5301
|
+
[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page22', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page22', 0, 0)
|
|
5302
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5303
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
5304
|
+
[1m[36mSpudPage Load (0.1ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
5305
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page23' LIMIT 1
|
|
5306
|
+
[1m[36mSpudPage Exists (0.1ms)[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
|
|
5307
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page23' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
5308
|
+
[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page23', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page23', 0, 0)[0m
|
|
5309
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5310
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1[0m
|
|
5311
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
|
5312
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
5313
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
5314
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5315
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
5316
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
5317
|
+
[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
|
|
5318
|
+
[1m[36mSpudPage Exists (0.2ms)[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
|
|
5319
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page24' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
5320
|
+
[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page24', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page24', 0, 0)[0m
|
|
5321
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5322
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5323
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
5324
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page25' LIMIT 1[0m
|
|
5325
|
+
[1m[35mSpudPage Exists (0.2ms)[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
|
|
5326
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page25' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
5327
|
+
[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page25', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page25', 0, 0)
|
|
5328
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5329
|
+
[1m[35mSpudPage Load (33.5ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1 AND (name NOT IN ('Page25'))
|
|
5330
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
5331
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5332
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5333
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5334
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5335
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
5336
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page26' LIMIT 1[0m
|
|
5337
|
+
[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
|
|
5338
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page26' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
5339
|
+
[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page26', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page26', 0, 0)
|
|
5340
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5341
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
5342
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
5343
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page27' LIMIT 1
|
|
5344
|
+
[1m[36mSpudPage Exists (0.2ms)[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
|
|
5345
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page27' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
5346
|
+
[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page27', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page27', 0, 0)[0m
|
|
5347
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5348
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5349
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 341 LIMIT 1
|
|
5350
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
5351
|
+
[1m[35mSpudPermalink Load (0.1ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page26/page28' LIMIT 1
|
|
5352
|
+
[1m[36mSpudPage Exists (0.2ms)[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` = 341) LIMIT 1[0m
|
|
5353
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page26/page28' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
5354
|
+
[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page28', NULL, NULL, NULL, 1, 0, 341, '2013-10-09 13:45:49', NULL, 'page26/page28', 0, 0)[0m
|
|
5355
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5356
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1[0m
|
|
5357
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
|
5358
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
5359
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5360
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5361
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
5362
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
5363
|
+
[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
|
|
5364
|
+
[1m[36mSpudPage Exists (0.1ms)[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
|
|
5365
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page29' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
5366
|
+
[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page29', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page29', 0, 0)[0m
|
|
5367
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5368
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5369
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
5370
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page30' LIMIT 1[0m
|
|
5371
|
+
[1m[35mSpudPage Exists (0.1ms)[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
|
|
5372
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page30' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
5373
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page30', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page30', 0, 0)
|
|
5374
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5375
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
5376
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 371 LIMIT 1[0m
|
|
5377
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
5378
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page29/page31' LIMIT 1[0m
|
|
5379
|
+
[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` = 371) LIMIT 1
|
|
5380
|
+
[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
|
|
5381
|
+
[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page31', NULL, NULL, NULL, 1, 0, 371, '2013-10-09 13:45:49', NULL, 'page29/page31', 0, 0)
|
|
5382
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5383
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1
|
|
5384
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
|
5385
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5386
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
5387
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
5388
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5389
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
5390
|
+
[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
|
|
5391
|
+
[1m[35mSpudPage Exists (0.1ms)[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
|
|
5392
|
+
[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
|
|
5393
|
+
[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page32', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page32', 0, 0)
|
|
5394
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5395
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
5396
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1[0m
|
|
5397
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'page33' LIMIT 1
|
|
5398
|
+
[1m[36mSpudPage Exists (0.2ms)[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
|
|
5399
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page33' AND `spud_pages`.`site_id` = 1) LIMIT 1
|
|
5400
|
+
[1m[36mSQL (0.1ms)[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page33', NULL, NULL, NULL, 1, 1, NULL, '2013-10-09 13:45:49', NULL, 'page33', 0, 0)[0m
|
|
5401
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5402
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1 AND `spud_pages`.`site_id` = 1[0m
|
|
5403
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
5404
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
5405
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5406
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5407
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5408
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
5409
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5410
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5411
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5412
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
5413
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5414
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5415
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5416
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
5417
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5418
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5419
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5420
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
5421
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5422
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5423
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
5424
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
5425
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5426
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5427
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
5428
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
5429
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5430
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5431
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
5432
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
5433
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5434
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5435
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5436
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
5437
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5438
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5439
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
5440
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
5441
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
5442
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
5443
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
5444
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
5445
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5446
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
5447
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
5448
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_page_partials` (`content`, `content_processed`, `created_at`, `format`, `name`, `spud_page_id`, `symbol_name`, `updated_at`) VALUES (NULL, '', '2013-10-09 13:45:49', NULL, 'Test Page', NULL, 'test_page', '2013-10-09 13:45:49')[0m
|
|
5449
|
+
[1m[35mSpudPageLiquidTag Load (0.2ms)[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'
|
|
5450
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE `spud_page_partials` SET `content_processed` = '' WHERE `spud_page_partials`.`id` = 1[0m
|
|
5451
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5452
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
5453
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5454
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5455
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5456
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5457
|
+
[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-10-09 13:45:49', NULL, 'Test Page', 1, '2013-10-09 13:45:49')
|
|
5458
|
+
[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
|
|
5459
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 1 LIMIT 1
|
|
5460
|
+
[1m[36mSQL (0.2ms)[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-10-09 13:45:49', NULL, 'Test Page', 1, 'test_page', '2013-10-09 13:45:49')[0m
|
|
5461
|
+
[1m[35mSpudPageLiquidTag Load (0.2ms)[0m SELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 11 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'
|
|
5462
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5463
|
+
[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'
|
|
5464
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
|
5465
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5466
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5467
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5468
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5469
|
+
[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-10-09 13:45:49', NULL, 'Test Page', 1, '2013-10-09 13:45:49')
|
|
5470
|
+
[1m[36m (0.1ms)[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
|
|
5471
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 1 LIMIT 1
|
|
5472
|
+
[1m[36mSQL (0.1ms)[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-10-09 13:45:49', NULL, 'Test Page', 1, 'test_page', '2013-10-09 13:45:49')[0m
|
|
5473
|
+
[1m[35mSpudPageLiquidTag Load (0.2ms)[0m SELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 21 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'
|
|
5474
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5475
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
5476
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_page_partial_revisions` (`content`, `created_at`, `format`, `name`, `spud_page_id`, `updated_at`) VALUES ('Nah', '2013-10-09 13:45:49', NULL, 'Test Page', 1, '2013-10-09 13:45:49')[0m
|
|
5477
|
+
[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'
|
|
5478
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_page_partials` SET `content` = 'Nah', `content_processed` = 'Nah', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_page_partials`.`id` = 21[0m
|
|
5479
|
+
[1m[35mSpudPageLiquidTag Load (0.2ms)[0m SELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 21 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'
|
|
5480
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5481
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
5482
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO `spud_page_partial_revisions` (`content`, `created_at`, `format`, `name`, `spud_page_id`, `updated_at`) VALUES ('Another change', '2013-10-09 13:45:49', NULL, 'Test Page', 1, '2013-10-09 13:45:49')[0m
|
|
5483
|
+
[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'
|
|
5484
|
+
[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
|
|
5485
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`id` = 11
|
|
5486
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_page_partials` SET `content` = 'Another change', `content_processed` = 'Another change', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_page_partials`.`id` = 21[0m
|
|
5487
|
+
[1m[35mSpudPageLiquidTag Load (0.1ms)[0m SELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 21 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'
|
|
5488
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5489
|
+
[1m[35m (0.1ms)[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'
|
|
5490
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
5491
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5492
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5493
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5494
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
5495
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5496
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5497
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5498
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
5499
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5500
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5501
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
5502
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
5503
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5504
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5505
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5506
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
5507
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5508
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5509
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5510
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
5511
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5512
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5513
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
5514
|
+
[1m[36mSpudPage Exists (0.2ms)[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
|
|
5515
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` IS NULL AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
5516
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
5517
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5518
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5519
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5520
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5521
|
+
[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
|
|
5522
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'test' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
5523
|
+
[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page34', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'test', 1, 0)
|
|
5524
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5525
|
+
[1m[35mSpudPage Exists (0.2ms)[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
|
|
5526
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'test' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
5527
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
5528
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
5529
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5530
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5531
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
5532
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
5533
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'test' LIMIT 1
|
|
5534
|
+
[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
|
|
5535
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'test' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
5536
|
+
[1m[36mSQL (0.1ms)[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'test', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'test', 0, 0)[0m
|
|
5537
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5538
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
5539
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'test-1' LIMIT 1
|
|
5540
|
+
[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
|
|
5541
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'test-1' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
5542
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
5543
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5544
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5545
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5546
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5547
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
5548
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page36' LIMIT 1[0m
|
|
5549
|
+
[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
|
|
5550
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page36' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
5551
|
+
[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page36', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page36', 0, 0)
|
|
5552
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 441 LIMIT 1[0m
|
|
5553
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_page_partials` (`content`, `content_processed`, `created_at`, `format`, `name`, `spud_page_id`, `symbol_name`, `updated_at`) VALUES (NULL, '', '2013-10-09 13:45:49', NULL, 'body', 441, 'body', '2013-10-09 13:45:49')
|
|
5554
|
+
[1m[36mSpudPageLiquidTag Load (0.2ms)[0m [1mSELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 31 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'[0m
|
|
5555
|
+
[1m[35mSQL (0.2ms)[0m UPDATE `spud_page_partials` SET `content_processed` = '' WHERE `spud_page_partials`.`id` = 31
|
|
5556
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5557
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM `spud_page_partials`
|
|
5558
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5559
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`spud_page_id` = 441
|
|
5560
|
+
[1m[36mSpudPageLiquidTag Load (0.1ms)[0m [1mSELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 31 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'[0m
|
|
5561
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM `spud_page_partials` WHERE `spud_page_partials`.`id` = 31
|
|
5562
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`attachment_id` = 441 AND `spud_permalinks`.`attachment_type` = 'SpudPage'[0m
|
|
5563
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM `spud_pages` WHERE `spud_pages`.`id` = 441
|
|
5564
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5565
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM `spud_page_partials`
|
|
5566
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
5567
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5568
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5569
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5570
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
5571
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5572
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5573
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5574
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
5575
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5576
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5577
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5578
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
5579
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5580
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5581
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5582
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5583
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
5584
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'parent' LIMIT 1[0m
|
|
5585
|
+
[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
|
|
5586
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'parent' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
5587
|
+
[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'parent', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'parent', 0, 0)
|
|
5588
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5589
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
5590
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
5591
|
+
[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
|
|
5592
|
+
[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` = 451) LIMIT 1[0m
|
|
5593
|
+
[1m[35mSpudPage Exists (0.2ms)[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
|
|
5594
|
+
[1m[36mSQL (0.1ms)[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page 1', NULL, NULL, NULL, 1, 0, 451, '2013-10-09 13:45:49', NULL, 'parent/page-1', 0, 0)[0m
|
|
5595
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5596
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5597
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
5598
|
+
[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
|
|
5599
|
+
[1m[35mSpudPage Exists (0.2ms)[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` = 451) LIMIT 1
|
|
5600
|
+
[1m[36mSpudPage Exists (0.2ms)[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
|
|
5601
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page 2', NULL, NULL, NULL, 1, 0, 451, '2013-10-09 13:45:49', NULL, 'parent/page-2', 0, 0)
|
|
5602
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5603
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
5604
|
+
[1m[36m (0.8ms)[0m [1mROLLBACK[0m
|
|
5605
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5606
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5607
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5608
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
5609
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5610
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5611
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5612
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5613
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
5614
|
+
[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
|
|
5615
|
+
[1m[35mSpudPage Exists (0.2ms)[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
|
|
5616
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
5617
|
+
[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'about', 0, 0)
|
|
5618
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5619
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
5620
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about/test' LIMIT 1[0m
|
|
5621
|
+
[1m[35mSpudPage Exists (0.1ms)[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` = 481) LIMIT 1
|
|
5622
|
+
[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
|
|
5623
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
|
5624
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
5625
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5626
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5627
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
5628
|
+
[1m[36mSpudPage Load (0.1ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
5629
|
+
[1m[35mSpudPermalink Load (0.1ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'testimonials' LIMIT 1
|
|
5630
|
+
[1m[36mSpudPage Exists (0.2ms)[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
|
|
5631
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'testimonials' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
5632
|
+
[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'testimonials', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'testimonials', 0, 0)[0m
|
|
5633
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5634
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
5635
|
+
[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
|
|
5636
|
+
[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
|
|
5637
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'testimonials-1' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
5638
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
5639
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5640
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5641
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5642
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5643
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
5644
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'another' LIMIT 1[0m
|
|
5645
|
+
[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
|
|
5646
|
+
[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
|
|
5647
|
+
[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'another', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'another', 0, 0)
|
|
5648
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5649
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
5650
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 501)[0m
|
|
5651
|
+
[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
|
|
5652
|
+
[1m[36mSpudPermalink Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'another' AND `spud_permalinks`.`site_id` = 0) LIMIT 1[0m
|
|
5653
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (501, 'SpudPage', '2013-10-09 13:45:49', 0, '2013-10-09 13:45:49', 'another')
|
|
5654
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'again' AND `spud_pages`.`id` != 501 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1[0m
|
|
5655
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'again' AND `spud_pages`.`id` != 501 AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
5656
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_pages` SET `name` = 'again', `url_name` = 'again', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_pages`.`id` = 501[0m
|
|
5657
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5658
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
5659
|
+
[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
|
|
5660
|
+
[1m[36mSpudPage Load (0.1ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 501 LIMIT 1[0m
|
|
5661
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'another-1' LIMIT 1
|
|
5662
|
+
[1m[36mSpudPage Exists (0.2ms)[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
|
|
5663
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'another-1' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
5664
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
5665
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5666
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5667
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
5668
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5669
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
5670
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'permapage' LIMIT 1[0m
|
|
5671
|
+
[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
|
|
5672
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'permapage' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
5673
|
+
[1m[35mSQL (0.1ms)[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'permapage', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'permapage', 0, 0)
|
|
5674
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5675
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
5676
|
+
[1m[36mSpudPage Load (0.1ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 511)[0m
|
|
5677
|
+
[1m[35mSpudPermalink Load (0.1ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'permapage-new' LIMIT 1
|
|
5678
|
+
[1m[36mSpudPermalink Exists (0.4ms)[0m [1mSELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'permapage' AND `spud_permalinks`.`site_id` = 0) LIMIT 1[0m
|
|
5679
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (511, 'SpudPage', '2013-10-09 13:45:49', 0, '2013-10-09 13:45:49', 'permapage')
|
|
5680
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'permapage new' AND `spud_pages`.`id` != 511 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1[0m
|
|
5681
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'permapage-new' AND `spud_pages`.`id` != 511 AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
5682
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_pages` SET `name` = 'permapage new', `url_name` = 'permapage-new', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_pages`.`id` = 511[0m
|
|
5683
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5684
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM `spud_permalinks` [0m
|
|
5685
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `spud_permalinks` WHERE `spud_permalinks`.`attachment_id` = 511 AND `spud_permalinks`.`attachment_type` = 'SpudPage' AND `spud_permalinks`.`url_name` = 'permapage'
|
|
5686
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 511)[0m
|
|
5687
|
+
[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
|
|
5688
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 511 LIMIT 1[0m
|
|
5689
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
5690
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM `spud_permalinks` WHERE `spud_permalinks`.`id` = 41[0m
|
|
5691
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5692
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5693
|
+
[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
|
|
5694
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (511, 'SpudPage', '2013-10-09 13:45:49', 0, '2013-10-09 13:45:49', 'permapage-new')[0m
|
|
5695
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5696
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'permapage' AND `spud_pages`.`id` != 511 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1[0m
|
|
5697
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'permapage' AND `spud_pages`.`id` != 511 AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
5698
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM `spud_permalinks` WHERE `spud_permalinks`.`attachment_id` = 511 AND `spud_permalinks`.`attachment_type` = 'SpudPage' AND `spud_permalinks`.`url_name` = 'permapage'[0m
|
|
5699
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
|
5700
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
|
5701
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5702
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5703
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
5704
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
|
5705
|
+
[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
|
|
5706
|
+
[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
|
|
5707
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'original' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
5708
|
+
[1m[36mSQL (0.1ms)[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'original', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'original', 0, 0)[0m
|
|
5709
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5710
|
+
[1m[36mSpudPage Exists (0.2ms)[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
|
|
5711
|
+
[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
|
|
5712
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
|
5713
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
|
5714
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
5715
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
5716
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5717
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
5718
|
+
[1m[36mSpudPermalink Load (0.1ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'original' LIMIT 1[0m
|
|
5719
|
+
[1m[35mSpudPage Exists (0.1ms)[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
|
|
5720
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'original' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
5721
|
+
[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'original', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'original', 0, 0)
|
|
5722
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5723
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
|
5724
|
+
[1m[36mSpudPage Load (0.1ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 531)[0m
|
|
5725
|
+
[1m[35mSpudPermalink Load (0.1ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'original2' LIMIT 1
|
|
5726
|
+
[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
|
|
5727
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (531, 'SpudPage', '2013-10-09 13:45:49', 0, '2013-10-09 13:45:49', 'original')
|
|
5728
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'original2' AND `spud_pages`.`id` != 531 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1[0m
|
|
5729
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'original2' AND `spud_pages`.`id` != 531 AND `spud_pages`.`site_id` = 0) LIMIT 1
|
|
5730
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_pages` SET `name` = 'original2', `url_name` = 'original2', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_pages`.`id` = 531[0m
|
|
5731
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
5732
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
5733
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
|
5734
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'new' LIMIT 1[0m
|
|
5735
|
+
[1m[35mSpudPage Exists (0.1ms)[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
|
|
5736
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'new' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
|
5737
|
+
[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-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'new', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'new', 0, 0)
|
|
5738
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
|
5739
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 541 LIMIT 1
|
|
5740
|
+
[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
|
|
5741
|
+
[1m[35mSpudPage Load (0.1ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 531 LIMIT 1
|
|
5742
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
|
5743
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|