tb_cms 0.9.18 → 1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/spud_cms/engine.rb +3 -3
- data/lib/spud_cms/version.rb +1 -1
- data/lib/tb_cms.rb +8 -0
- data/spec/dummy/config/application.rb +1 -1
- data/spec/dummy/log/test.log +1877 -0
- metadata +11 -11
- data/lib/spud_cms.rb +0 -10
data/spec/dummy/log/test.log
CHANGED
@@ -1872,3 +1872,1880 @@ Completed 200 OK in 5ms (Views: 1.1ms | 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.4ms)[0m [1mROLLBACK[0m
|
1874
1874
|
[1m[35m (0.1ms)[0m ROLLBACK
|
1875
|
+
Connecting to database specified by database.yml
|
1876
|
+
Creating scope :public. Overwriting existing method SpudPage.public.
|
1877
|
+
[1m[36m (0.2ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
1878
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
1879
|
+
[1m[36m (0.1ms)[0m [1mSELECT DATABASE() as db[0m
|
1880
|
+
[1m[35m (10.2ms)[0m select table_name from information_schema.views where table_schema = 'spud_cms_test'
|
1881
|
+
[1m[36m (5.1ms)[0m [1mTRUNCATE TABLE `spud_admin_permissions`;[0m
|
1882
|
+
[1m[35m (5.0ms)[0m TRUNCATE TABLE `spud_menu_items`;
|
1883
|
+
[1m[36m (1.3ms)[0m [1mTRUNCATE TABLE `spud_menus`;[0m
|
1884
|
+
[1m[35m (4.0ms)[0m TRUNCATE TABLE `spud_page_liquid_tags`;
|
1885
|
+
[1m[36m (3.9ms)[0m [1mTRUNCATE TABLE `spud_page_partial_revisions`;[0m
|
1886
|
+
[1m[35m (2.7ms)[0m TRUNCATE TABLE `spud_page_partials`;
|
1887
|
+
[1m[36m (3.1ms)[0m [1mTRUNCATE TABLE `spud_pages`;[0m
|
1888
|
+
[1m[35m (8.1ms)[0m TRUNCATE TABLE `spud_permalinks`;
|
1889
|
+
[1m[36m (5.3ms)[0m [1mTRUNCATE TABLE `spud_snippets`;[0m
|
1890
|
+
[1m[35m (3.0ms)[0m TRUNCATE TABLE `spud_user_settings`;
|
1891
|
+
[1m[36m (3.5ms)[0m [1mTRUNCATE TABLE `spud_users`;[0m
|
1892
|
+
[1m[35m (0.1ms)[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.8ms)[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.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
|
1900
|
+
[1m[35mSQL (0.6ms)[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-06-19 02:54:15', NULL, 'html', NULL, NULL, NULL, 'Page1', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:15', 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.3ms)[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.2ms)[0m [1mSELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (1)[0m
|
1906
|
+
Rendered /Users/gregwoods/Source/twice_baked/tb_cms/app/views/pages/show.html.erb within layouts/application (3.0ms)
|
1907
|
+
Completed 200 OK in 67ms (Views: 39.1ms | ActiveRecord: 2.3ms)
|
1908
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
1909
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
1910
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1911
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1912
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
1913
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
1914
|
+
[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
|
1915
|
+
[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
|
1916
|
+
[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
|
1917
|
+
[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-06-19 02:54:15', NULL, 'html', NULL, NULL, NULL, 'home', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:15', 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.3ms)[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 (2)
|
1922
|
+
Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.6ms)
|
1923
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
1924
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1925
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
1926
|
+
[1m[35m (0.0ms)[0m BEGIN
|
1927
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
1928
|
+
[1m[35mSpudPage Load (0.3ms)[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.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
|
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-06-19 02:54:15', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:15', NULL, 'about', 0, 0)
|
1933
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
1934
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
1935
|
+
[1m[36mSpudPage Load (0.4ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 3)[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.9ms)[0m INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (3, 'SpudPage', '2013-06-19 02:54:15', 0, '2013-06-19 02:54:15', 'about')
|
1939
|
+
[1m[36mSpudPage Exists (0.4ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'about us' AND `spud_pages`.`id` != 3 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1[0m
|
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` != 3 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-06-19 02:54:15' WHERE `spud_pages`.`id` = 3[0m
|
1942
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
1943
|
+
Processing by PagesController#show as HTML
|
1944
|
+
Parameters: {"id"=>"about"}
|
1945
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'about' LIMIT 1[0m
|
1946
|
+
[1m[35mSpudPermalink Load (0.1ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`url_name` = 'about' LIMIT 1
|
1947
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 3 LIMIT 1[0m
|
1948
|
+
Redirected to http://test.host/about-us
|
1949
|
+
Completed 301 Moved Permanently in 8ms (ActiveRecord: 0.8ms)
|
1950
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
1951
|
+
[1m[36m (0.1ms)[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.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-06-19 02:54:15', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:15', 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.3ms)[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.3ms)[0m SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (4)
|
1965
|
+
Redirected to http://test.host/spud/user_session/new
|
1966
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
|
1967
|
+
[1m[36m (0.8ms)[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.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
1972
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
1973
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
1974
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'c090b0a0a482bf15e9723ad10882b201282c74f216072b0b9c2d998b73d4d2dd4b6783a52e1f00fb18f95b9bd54d4f23cb20014abc1c32676ab46f53637f4369' LIMIT 1
|
1975
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'bh5IzCjggzZhRVLvT72l' LIMIT 1[0m
|
1976
|
+
[1m[35mSQL (1.1ms)[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-06-19 02:54:15', '49345a76bc7b0d2e5c0670f316c4e3c0535ddbe3838cd902b7e286b0e012e5c649fdc2a04c1e1d82d948807da76e23370e6e3020cef55542ce2d1559301893f4', '2013-06-19 02:54:15', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:15', 'testuser', 1, 'ZilD0RBfe5tuZGliTB1T', '6LomWtVzxt0ZKtSdo2r2', 'c090b0a0a482bf15e9723ad10882b201282c74f216072b0b9c2d998b73d4d2dd4b6783a52e1f00fb18f95b9bd54d4f23cb20014abc1c32676ab46f53637f4369', 'bh5IzCjggzZhRVLvT72l', 1, NULL, '2013-06-19 02:54:15')
|
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.4ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:15', `last_login_ip` = '0.0.0.0', `perishable_token` = 'lhlCbTrHpjfvsIBVkAP', `updated_at` = '2013-06-19 02:54:15' WHERE `spud_users`.`id` = 1[0m
|
1980
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
1981
|
+
[1m[36m (0.0ms)[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.2ms)[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.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
|
1986
|
+
[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-06-19 02:54:15', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:15', 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.4ms)[0m SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (5)
|
1993
|
+
Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 0.8ms)
|
1994
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
1995
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1996
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1997
|
+
[1m[35m (0.1ms)[0m BEGIN
|
1998
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
1999
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
2000
|
+
[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
|
2001
|
+
[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
|
2002
|
+
[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
|
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-06-19 02:54:15', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:15', NULL, 'about', 0, 0)
|
2004
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2005
|
+
Processing by PagesController#show as HTML
|
2006
|
+
Parameters: {"id"=>"about"}
|
2007
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'about' AND `spud_pages`.`site_id` = 1 LIMIT 1
|
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 5ms (Views: 2.1ms | ActiveRecord: 0.6ms)
|
2010
|
+
[1m[35m (0.6ms)[0m ROLLBACK
|
2011
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
2012
|
+
[1m[35m (0.0ms)[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.3ms)[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.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'about' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1[0m
|
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-06-19 02:54:15', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:15', 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.2ms)[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.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-06-19 02:54:15', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 1, NULL, '2013-06-19 02:54:15', NULL, 'about', 0, 0)
|
2027
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2028
|
+
Processing by PagesController#show as HTML
|
2029
|
+
Parameters: {"id"=>"about"}
|
2030
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'about' AND `spud_pages`.`site_id` = 1 LIMIT 1
|
2031
|
+
[1m[36mSpudPagePartial Load (0.2ms)[0m [1mSELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (8)[0m
|
2032
|
+
Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.5ms)
|
2033
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
2034
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
2035
|
+
[1m[35m (0.0ms)[0m BEGIN
|
2036
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
2037
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
2038
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
2039
|
+
[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
|
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.2ms)[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-06-19 02:54:15', NULL, 'html', NULL, NULL, NULL, 'home', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:15', NULL, 'home', 0, 0)[0m
|
2043
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
2044
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
2045
|
+
[1m[35mSpudPage Load (0.3ms)[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.2ms)[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.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'home' AND `spud_pages`.`site_id` = 1) LIMIT 1[0m
|
2049
|
+
[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-06-19 02:54:15', NULL, 'html', NULL, NULL, NULL, 'home', NULL, NULL, NULL, 1, 1, NULL, '2013-06-19 02:54:15', 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.4ms)[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.3ms)[0m [1mSELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (10)[0m
|
2054
|
+
Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.7ms)
|
2055
|
+
[1m[35m (0.6ms)[0m ROLLBACK
|
2056
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
2057
|
+
[1m[35m (0.0ms)[0m BEGIN
|
2058
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
2059
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
2060
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
2061
|
+
[1m[35m (0.0ms)[0m BEGIN
|
2062
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
2063
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_2
|
2064
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
2065
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
2066
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '51dfff74110838077a7aec201ca2d9b9fa6f026cc2b17ab734acadd6edfbaf5f11b7841a084e658d0d24638eb505dbc5dcfe949f894134e2965fad128e6ec508' LIMIT 1[0m
|
2067
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'PLAE95CA6hkw1bqFQU32' LIMIT 1
|
2068
|
+
[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-06-19 02:54:15', '68619430f8c8a80b2230f3e39f90e9aaeecc8565e5ac595fd929e230c9ece292456972a44b85e61b804325aed3a967bfb084acddc3dc3bbbda74727b9a4fe799', '2013-06-19 02:54:15', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:15', 'testuser', 1, 'sI6i6u0kfTz8yh39bmLf', 'H54CdOFTbI0r30yPYACI', '51dfff74110838077a7aec201ca2d9b9fa6f026cc2b17ab734acadd6edfbaf5f11b7841a084e658d0d24638eb505dbc5dcfe949f894134e2965fad128e6ec508', 'PLAE95CA6hkw1bqFQU32', 1, NULL, '2013-06-19 02:54:15')[0m
|
2069
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
2070
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
2071
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:15', `last_login_ip` = '0.0.0.0', `perishable_token` = 'QulUtHIUuxKLkQGnH0i', `updated_at` = '2013-06-19 02:54:15' WHERE `spud_users`.`id` = 2
|
2072
|
+
[1m[36m (0.1ms)[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-06-19 02:54:15', NULL, 'Menu1', 0, '2013-06-19 02:54:15')
|
2076
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2077
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2078
|
+
[1m[36mSQL (0.7ms)[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-06-19 02:54:15', NULL, 0, 'Menu Item 1', 1, 'SpudMenu', 1, NULL, '2013-06-19 02:54:15', NULL)[0m
|
2079
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
2080
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
2081
|
+
[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-06-19 02:54:15', NULL, 0, 'Menu Item 2', 1, 'SpudMenu', 1, NULL, '2013-06-19 02:54:15', NULL)
|
2082
|
+
[1m[36m (0.1ms)[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` = 2 LIMIT 1
|
2086
|
+
[1m[36mSpudMenu Load (0.3ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 1 LIMIT 1[0m
|
2087
|
+
Completed 200 OK in 11ms (Views: 3.2ms | ActiveRecord: 0.7ms)
|
2088
|
+
[1m[35m (0.4ms)[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.7ms)[0m [1mROLLBACK[0m
|
2090
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
2091
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
2092
|
+
[1m[35m (0.2ms)[0m BEGIN
|
2093
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
2094
|
+
[1m[35mSpudUser Exists (0.4ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
2095
|
+
[1m[36mSpudUser Exists (0.2ms)[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 '4dc70aa04ea82b7933824003ad5bfd5fd721fc661ac92d8f6353da91be9021ab0a0f8202990f8d2ba33d600a103fcd49110a1d3834916f6f432e46b0d038fa40' LIMIT 1
|
2097
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'ztRlDf0RFb3CZCsYlPw2' 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-06-19 02:54:16', 'df5057bf56b9bc621b4c039f622414d1971b1d4a875061d9ea2112d00f060ced7f879dced82f442168e489342e79fbffbbe411f187fc0e4850287c2988fccbe3', '2013-06-19 02:54:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:16', 'testuser', 1, 'SazK4YA4OCqBPNOUJQBN', '6jQpczvbP3ngQttbENOq', '4dc70aa04ea82b7933824003ad5bfd5fd721fc661ac92d8f6353da91be9021ab0a0f8202990f8d2ba33d600a103fcd49110a1d3834916f6f432e46b0d038fa40', 'ztRlDf0RFb3CZCsYlPw2', 1, NULL, '2013-06-19 02:54:16')
|
2099
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2100
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2101
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'vmmhgDkSa6ed2ShZ9t', `updated_at` = '2013-06-19 02:54:16' WHERE `spud_users`.`id` = 3[0m
|
2102
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
2103
|
+
[1m[36m (0.1ms)[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.1ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-06-19 02:54:16', NULL, 'Menu2', 0, '2013-06-19 02:54:16')[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"=>"3"}
|
2109
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 3 LIMIT 1[0m
|
2110
|
+
[1m[35mSpudMenu Load (0.2ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 3 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.5ms)
|
2114
|
+
[1m[36m (0.6ms)[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.2ms)[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.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '500f33cb70b29af9d9e7305536da91f8c47054402e71e0ce00eaf0adbda884484464ec1817caa001df0c36908af58b61c451069d1c5e635a1466b55031f92909' LIMIT 1
|
2122
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'ail7yw63uLcwFv9gtABG' LIMIT 1[0m
|
2123
|
+
[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-06-19 02:54:16', '950e0a268b738ae50e69d9e2b2e024d27b52c42c99a185d430b36d182f590e1dd357c1e5ebe9a9e052087b796a5820d5f4c239d51aa61f9826f070d58dd93a5b', '2013-06-19 02:54:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:16', 'testuser', 1, 'KgnekuyID0At79fG29ll', 'MyYR2AocTL9IlneEBF5', '500f33cb70b29af9d9e7305536da91f8c47054402e71e0ce00eaf0adbda884484464ec1817caa001df0c36908af58b61c451069d1c5e635a1466b55031f92909', 'ail7yw63uLcwFv9gtABG', 1, NULL, '2013-06-19 02:54:16')
|
2124
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2125
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2126
|
+
[1m[36m (0.7ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'Fm0zRsdMHSj4lcJPB0op', `updated_at` = '2013-06-19 02:54:16' WHERE `spud_users`.`id` = 4[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.3ms)[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.2ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-06-19 02:54:16', NULL, 'Menu3', 0, '2013-06-19 02:54:16')[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"=>"3"}
|
2134
|
+
[1m[36mSpudUser Load (0.2ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 4 LIMIT 1[0m
|
2135
|
+
[1m[35mSpudMenu Load (0.2ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 3 LIMIT 1
|
2136
|
+
Completed 200 OK in 8ms (Views: 1.8ms | ActiveRecord: 0.5ms)
|
2137
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
2138
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
2139
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
2140
|
+
[1m[35m (0.1ms)[0m BEGIN
|
2141
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
2142
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
2143
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
2144
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'c2ca6a70dc69d2283737eb887889da30ede4c80aa031e186a7ae92d88323ecdf200e166552e79d847a9cd6ce5b6883a2c2e2e4b61ee678848336669ae9433870' LIMIT 1
|
2145
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'IkCkdCypT8wBI6agfSJM' LIMIT 1[0m
|
2146
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-06-19 02:54:16', 'fb0b0189064398b4daf89a617f21985f165c0e06c1f6ca997cfff69ef2c2a20a250586bf0a22d45cb15159106ea2c800920812829617da355030ec5373044f6f', '2013-06-19 02:54:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:16', 'testuser', 1, 'LQmPcc2Fa7Ap7jIr98r', 'iBYL6UOub8vhH7RrN61M', 'c2ca6a70dc69d2283737eb887889da30ede4c80aa031e186a7ae92d88323ecdf200e166552e79d847a9cd6ce5b6883a2c2e2e4b61ee678848336669ae9433870', 'IkCkdCypT8wBI6agfSJM', 1, NULL, '2013-06-19 02:54:16')
|
2147
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2148
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2149
|
+
[1m[36m (0.9ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'JdIkrvXyDBhu2twHjR1', `updated_at` = '2013-06-19 02:54:16' WHERE `spud_users`.`id` = 5[0m
|
2150
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
2151
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
2152
|
+
[1m[35mSpudMenu Exists (0.3ms)[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.4ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-06-19 02:54:16', NULL, 'Menu4', 0, '2013-06-19 02:54:16')[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"=>"4"}
|
2158
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 5 LIMIT 1
|
2159
|
+
[1m[36mSpudMenu Load (0.2ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 4 LIMIT 1[0m
|
2160
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2161
|
+
[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-06-19 02:54:16', NULL, 0, 'Menu Item 3', 4, 'SpudMenu', 4, NULL, '2013-06-19 02:54:16', NULL)[0m
|
2162
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
2163
|
+
Redirected to http://test.host/spud/admin/menus/4/menu_items
|
2164
|
+
Completed 302 Found in 54ms (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.2ms)[0m SAVEPOINT active_record_2
|
2171
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
2172
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
2173
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '4379cb6e99bc30afe3ac1280b66747047f25f81f3348f4e8e7756fab9ddd4b03cc1d58ef753d0dd9abd848c80d5d2580857ff60efe80180fe6d3a5bee019d937' LIMIT 1[0m
|
2174
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'WvoNlN5KHCJ8qzWiVMJ1' LIMIT 1
|
2175
|
+
[1m[36mSQL (1.1ms)[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-06-19 02:54:16', 'cf0372e6b975ff6e9a36f34c061737baf29ea623a97e61e51e95089fd53f67c9a3cbc80a49fd39020613afcd041796047d7bddbdfd29004ef2762f1a96f7d02f', '2013-06-19 02:54:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:16', 'testuser', 1, 'EVBqpsiLJjz9leqPPahA', 'XZjfHgFsH2mNoAcXB8u', '4379cb6e99bc30afe3ac1280b66747047f25f81f3348f4e8e7756fab9ddd4b03cc1d58ef753d0dd9abd848c80d5d2580857ff60efe80180fe6d3a5bee019d937', 'WvoNlN5KHCJ8qzWiVMJ1', 1, NULL, '2013-06-19 02:54:16')[0m
|
2176
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
2177
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
2178
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'Tunir5n1mJS18DSdt7WA', `updated_at` = '2013-06-19 02:54:16' WHERE `spud_users`.`id` = 6
|
2179
|
+
[1m[36m (0.1ms)[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.2ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-06-19 02:54:16', NULL, 'Menu5', 0, '2013-06-19 02:54:16')
|
2183
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2184
|
+
[1m[35m (0.1ms)[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"=>"5"}
|
2187
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 6 LIMIT 1[0m
|
2188
|
+
[1m[35mSpudMenu Load (0.2ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 5 LIMIT 1
|
2189
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
2190
|
+
[1m[35m (0.2ms)[0m ROLLBACK TO SAVEPOINT active_record_2
|
2191
|
+
Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
2192
|
+
[1m[36m (0.3ms)[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.0ms)[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 '6d457efe57afede9e6739f86bb882b90e7dc2cde7f8fdee94e41bd33bc334e489a90e860f29421697e375dd6f8ec70ffecb495e22568577600017af004861ac9' LIMIT 1[0m
|
2201
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'W0EoQr8tEMCuVecONWC' LIMIT 1
|
2202
|
+
[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-06-19 02:54:16', 'e19ea16ba1353d385370662b87d6eecaafb380e2cd036857986a647613d631f7c8515990c05bb30781c70c95d751516b83671c95e117276b9a6b2e1167b304bd', '2013-06-19 02:54:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:16', 'testuser', 1, 'ggKSFQOXZc0zfyewQfgr', 'iEg60gwSaFWF4OSRKsz', '6d457efe57afede9e6739f86bb882b90e7dc2cde7f8fdee94e41bd33bc334e489a90e860f29421697e375dd6f8ec70ffecb495e22568577600017af004861ac9', 'W0EoQr8tEMCuVecONWC', 1, NULL, '2013-06-19 02:54:16')[0m
|
2203
|
+
[1m[35m (0.1ms)[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-06-19 02:54:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'kn2FW13eQAyFY4NKVL6d', `updated_at` = '2013-06-19 02:54:16' WHERE `spud_users`.`id` = 7
|
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.2ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-06-19 02:54:16', NULL, 'Menu6', 0, '2013-06-19 02:54:16')
|
2210
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2211
|
+
[1m[35m (0.1ms)[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-06-19 02:54:16', NULL, 0, 'Menu Item 4', 6, 'SpudMenu', 1, NULL, '2013-06-19 02:54:16', 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"=>"6"}
|
2216
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 7 LIMIT 1[0m
|
2217
|
+
[1m[35mSpudMenu Load (0.3ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 6 LIMIT 1
|
2218
|
+
[1m[36mSpudMenu Load (0.3ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 6 LIMIT 1[0m
|
2219
|
+
[1m[35mSpudMenuItem Load (0.4ms)[0m SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`parent_id` = 6 AND `spud_menu_items`.`parent_type` = 'SpudMenu' ORDER BY menu_order desc LIMIT 1
|
2220
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
2221
|
+
[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-06-19 02:54:16', NULL, 1, 'Menu Item 5', 6, 'SpudMenu', 6, NULL, '2013-06-19 02:54:16', NULL)
|
2222
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2223
|
+
Redirected to http://test.host/spud/admin/menus/6/menu_items
|
2224
|
+
Completed 302 Found in 12ms (ActiveRecord: 0.0ms)
|
2225
|
+
[1m[35m (1.1ms)[0m ROLLBACK
|
2226
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
2227
|
+
[1m[35m (0.1ms)[0m BEGIN
|
2228
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
2229
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2230
|
+
[1m[36mSpudUser Exists (0.4ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
2231
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
2232
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'ca6769e4c06ababd1b899eb1ee5e40a9cf65a15559a5a24ce9cef1a876bb33822e822de98015e369792dc7ddd79f184a138f93c0ca203a08e2bc9b10f1a4d795' LIMIT 1[0m
|
2233
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'fI4xKi9etmf790CzIw' LIMIT 1
|
2234
|
+
[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-06-19 02:54:16', '05b076190d76e7fdd0937dcc57edd5716b9b57fcd273ed58d8565f79c3b5b0c0bf9d09dbc9be5f52e73fb8fbd31caf87f3ff59b24b49f0e2259a6af412984f91', '2013-06-19 02:54:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:16', 'testuser', 1, 'DZSm5MOqWUA6KJBFV2j', 'kakjGgyCAEhcTDiGXJ5p', 'ca6769e4c06ababd1b899eb1ee5e40a9cf65a15559a5a24ce9cef1a876bb33822e822de98015e369792dc7ddd79f184a138f93c0ca203a08e2bc9b10f1a4d795', 'fI4xKi9etmf790CzIw', 1, NULL, '2013-06-19 02:54:16')[0m
|
2235
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
2236
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
2237
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'vYpTJO3hf5E3M5i0sRPv', `updated_at` = '2013-06-19 02:54:16' WHERE `spud_users`.`id` = 8
|
2238
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2239
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2240
|
+
[1m[36mSpudMenu Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu7' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
2241
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-06-19 02:54:16', NULL, 'Menu7', 0, '2013-06-19 02:54:16')
|
2242
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2243
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2244
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
2245
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page2' LIMIT 1
|
2246
|
+
[1m[36mSpudPage Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page2' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1[0m
|
2247
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page2' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
2248
|
+
[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-06-19 02:54:16', NULL, 'html', NULL, NULL, NULL, 'Page2', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:16', NULL, 'page2', 0, 0)[0m
|
2249
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
2250
|
+
Processing by Spud::Admin::MenuItemsController#create as HTML
|
2251
|
+
Parameters: {"spud_menu_item"=>{"name"=>nil, "parent_type"=>"SpudMenu", "parent_id"=>"1", "spud_page_id"=>"11"}, "menu_id"=>"7"}
|
2252
|
+
[1m[36mSpudUser Load (0.2ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 8 LIMIT 1[0m
|
2253
|
+
[1m[35mSpudMenu Load (0.2ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 7 LIMIT 1
|
2254
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 11 LIMIT 1[0m
|
2255
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
2256
|
+
[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-06-19 02:54:16', NULL, 0, 'Page2', 1, 'SpudMenuItem', 7, 11, '2013-06-19 02:54:16', NULL)[0m
|
2257
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
2258
|
+
Redirected to http://test.host/spud/admin/menus/7/menu_items
|
2259
|
+
Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
|
2260
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
2261
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
2262
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
2263
|
+
[1m[35m (0.0ms)[0m BEGIN
|
2264
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
2265
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
2266
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
2267
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'a5c0b39697bd77f994a4e8db72d70c290f0d00036330f75bf8f062da014dcdba1f6da6cfe7a4e6f2af438668d4abbafccbfe3619f76d3faf90ced7aebf1e46da' LIMIT 1
|
2268
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'BhOqyvJSkMOWbN9AEZp9' LIMIT 1[0m
|
2269
|
+
[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-06-19 02:54:16', '2a44d3f854a8aeb0527c6d28f1a1d442c9022dc5074b4a011714001dbef343aceaba2deae8f2254e35f0046a709e83a908363ea9ee2ee6741db2627658b2a3aa', '2013-06-19 02:54:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:16', 'testuser', 1, 'H3L6XQHMYToeTKpj7yOY', 'zbhwS3T2pdQ6I5KCImH2', 'a5c0b39697bd77f994a4e8db72d70c290f0d00036330f75bf8f062da014dcdba1f6da6cfe7a4e6f2af438668d4abbafccbfe3619f76d3faf90ced7aebf1e46da', 'BhOqyvJSkMOWbN9AEZp9', 1, NULL, '2013-06-19 02:54:16')
|
2270
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2271
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
2272
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'efxJ6ocLO2v3Bk6I2fqt', `updated_at` = '2013-06-19 02:54:16' WHERE `spud_users`.`id` = 9[0m
|
2273
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
2274
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
2275
|
+
[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
|
2276
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-06-19 02:54:16', NULL, 'Menu8', 0, '2013-06-19 02:54:16')[0m
|
2277
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
2278
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
2279
|
+
[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-06-19 02:54:16', NULL, 0, 'Menu Item 6', 8, 'SpudMenu', 1, NULL, '2013-06-19 02:54:16', NULL)
|
2280
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2281
|
+
Processing by Spud::Admin::MenuItemsController#create as HTML
|
2282
|
+
Parameters: {"spud_menu_item"=>{"name"=>"Menu Item 7", "parent_type"=>"SpudMenu", "parent_id"=>"7"}, "menu_id"=>"8"}
|
2283
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 9 LIMIT 1
|
2284
|
+
[1m[36mSpudMenu Load (0.3ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 8 LIMIT 1[0m
|
2285
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2286
|
+
[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-06-19 02:54:16', NULL, 0, 'Menu Item 7', 7, 'SpudMenuItem', 8, NULL, '2013-06-19 02:54:16', NULL)[0m
|
2287
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
2288
|
+
Redirected to http://test.host/spud/admin/menus/8/menu_items
|
2289
|
+
Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
|
2290
|
+
[1m[36mSpudMenuItem Load (0.3ms)[0m [1mSELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 7 LIMIT 1[0m
|
2291
|
+
[1m[35m (0.7ms)[0m ROLLBACK
|
2292
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
2293
|
+
[1m[35m (0.0ms)[0m BEGIN
|
2294
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
2295
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_2
|
2296
|
+
[1m[36mSpudUser Exists (0.5ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
2297
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
2298
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '457d56d9240f0bc8c37e303861900a48ed46a13d23f23b877f8f9c73eb7c8a6a8e3afbe2b6985dd73d610699ced63e33aa23abf9141a8abfe06d0f006fe589ff' LIMIT 1[0m
|
2299
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'MdTSBkEL9UyPQXJ6DY3' LIMIT 1
|
2300
|
+
[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-06-19 02:54:16', '9b348c584b8b003e24da51a59e3a5d15923ae49ba0c0d14fe7f266d4348c7cdf7b01957bb1d23babd45ac3ca0848354cfb11778fb88a7fc125b5ee96c4c593d0', '2013-06-19 02:54:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:16', 'testuser', 1, 'fvl72alzBBkkhDLAiCX', 'FFFKRmROsURe0EXbZ1wJ', '457d56d9240f0bc8c37e303861900a48ed46a13d23f23b877f8f9c73eb7c8a6a8e3afbe2b6985dd73d610699ced63e33aa23abf9141a8abfe06d0f006fe589ff', 'MdTSBkEL9UyPQXJ6DY3', 1, NULL, '2013-06-19 02:54:16')[0m
|
2301
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
2302
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
2303
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:16', `last_login_ip` = '0.0.0.0', `perishable_token` = '80xuSW4M3ZRXeL9Vx', `updated_at` = '2013-06-19 02:54:16' WHERE `spud_users`.`id` = 10
|
2304
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2305
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2306
|
+
[1m[36mSpudMenu Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu9' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
2307
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-06-19 02:54:16', NULL, 'Menu9', 0, '2013-06-19 02:54:16')
|
2308
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2309
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2310
|
+
[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-06-19 02:54:16', NULL, 0, 'Menu Item 8', 1, 'SpudMenu', 1, NULL, '2013-06-19 02:54:16', NULL)[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.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-06-19 02:54:16', NULL, 0, 'Menu Item 9', 1, 'SpudMenu', 1, NULL, '2013-06-19 02:54:16', NULL)
|
2314
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2315
|
+
Processing by Spud::Admin::MenuItemsController#edit as HTML
|
2316
|
+
Parameters: {"menu_id"=>"9", "id"=>"10"}
|
2317
|
+
[1m[35mSpudUser Load (0.4ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 10 LIMIT 1
|
2318
|
+
[1m[36mSpudMenu Load (0.2ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 9 LIMIT 1[0m
|
2319
|
+
[1m[35mSpudMenuItem Load (0.2ms)[0m SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 10 LIMIT 1
|
2320
|
+
Completed 200 OK in 12ms (Views: 2.6ms | ActiveRecord: 0.8ms)
|
2321
|
+
[1m[36m (0.8ms)[0m [1mROLLBACK[0m
|
2322
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
2323
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
2324
|
+
[1m[35m (0.1ms)[0m BEGIN
|
2325
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
2326
|
+
[1m[35mSpudUser Exists (0.7ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
2327
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
2328
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'c1a1e8938bc09e81aec6ce8c677173faa6a377275f957a36575dd1583ccab50edd91cecae276d09508f393f7a53541e18499be2be9315655168daafda44a8807' LIMIT 1
|
2329
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '9BfzWDqRXtR4GJm8uMml' LIMIT 1[0m
|
2330
|
+
[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-06-19 02:54:16', '3accb1dfacb29d8d5d9dd251acdcfe323ca1f06c727732faedf337ce458f0253ef788197412e8805eefac74441d71990e8fd6553bea30d5e52a5d52105d24ea7', '2013-06-19 02:54:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:16', 'testuser', 1, 'YVeM5pMb59DKZfwmULoN', 'xMeA6LrdHOEqFLW96Hk', 'c1a1e8938bc09e81aec6ce8c677173faa6a377275f957a36575dd1583ccab50edd91cecae276d09508f393f7a53541e18499be2be9315655168daafda44a8807', '9BfzWDqRXtR4GJm8uMml', 1, NULL, '2013-06-19 02:54:16')
|
2331
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2332
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2333
|
+
[1m[36m (0.4ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'LMWTUJwa9GMKRuHTnMO', `updated_at` = '2013-06-19 02:54:16' WHERE `spud_users`.`id` = 11[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[35mSpudMenu Exists (0.6ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu10' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
2337
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-06-19 02:54:16', NULL, 'Menu10', 0, '2013-06-19 02:54:16')[0m
|
2338
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
2339
|
+
Processing by Spud::Admin::MenuItemsController#edit as HTML
|
2340
|
+
Parameters: {"menu_id"=>"10", "id"=>"345"}
|
2341
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 11 LIMIT 1[0m
|
2342
|
+
[1m[35mSpudMenu Load (0.3ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 10 LIMIT 1
|
2343
|
+
[1m[36mSpudMenuItem Load (0.2ms)[0m [1mSELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 345 LIMIT 1[0m
|
2344
|
+
Redirected to http://test.host/spud/admin/menus/10/menu_items
|
2345
|
+
Filter chain halted as :load_menu_item rendered or redirected
|
2346
|
+
Completed 302 Found in 7ms (ActiveRecord: 0.9ms)
|
2347
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
2348
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
2349
|
+
[1m[35m (0.1ms)[0m BEGIN
|
2350
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
2351
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2352
|
+
[1m[36mSpudUser Exists (0.6ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
2353
|
+
[1m[35mSpudUser Exists (0.6ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
2354
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'bf651ed525ae18baeee925c5439cdc42ca7c9f4f5ddbc088d8a1e123ecd71076333cddc751d96376ad1fb2bcc19643e4517f962e859762212485309f23c7af8c' LIMIT 1[0m
|
2355
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'JdeAJmWXqG8apoXStG4s' LIMIT 1
|
2356
|
+
[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-06-19 02:54:16', '910b2a3c1d4f2a2bbf0002733c37f97d95f3e7cc4f2ed217069fb4a115c754351560c275561e20acf61bfe644723315cd20e7372385908fcbf912fefa7720523', '2013-06-19 02:54:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:16', 'testuser', 1, 'mwByRgSOGVDVGCuehf39', 'p4F5MrMBV3CsOZWa7Oh', 'bf651ed525ae18baeee925c5439cdc42ca7c9f4f5ddbc088d8a1e123ecd71076333cddc751d96376ad1fb2bcc19643e4517f962e859762212485309f23c7af8c', 'JdeAJmWXqG8apoXStG4s', 1, NULL, '2013-06-19 02:54:16')[0m
|
2357
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
2358
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
2359
|
+
[1m[35m (0.4ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'rrcFKnBtmWQK6pf4tW1', `updated_at` = '2013-06-19 02:54:16' WHERE `spud_users`.`id` = 12
|
2360
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2361
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2362
|
+
[1m[36mSpudMenu Exists (0.4ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu11' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
2363
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-06-19 02:54:16', NULL, 'Menu11', 0, '2013-06-19 02:54:16')
|
2364
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2365
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2366
|
+
[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-06-19 02:54:16', NULL, 0, 'Menu Item 10', 1, 'SpudMenu', 1, NULL, '2013-06-19 02:54:16', NULL)[0m
|
2367
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
2368
|
+
Processing by Spud::Admin::MenuItemsController#update as HTML
|
2369
|
+
Parameters: {"spud_menu_item"=>{"parent_type"=>"SpudMenu", "parent_id"=>nil, "item_type"=>nil, "spud_page_id"=>nil, "menu_order"=>"0", "url"=>nil, "name"=>"MyMenu", "classes"=>nil}, "menu_id"=>"11", "id"=>"11"}
|
2370
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 12 LIMIT 1[0m
|
2371
|
+
[1m[35mSpudMenu Load (0.4ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 11 LIMIT 1
|
2372
|
+
[1m[36mSpudMenuItem Load (0.3ms)[0m [1mSELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 11 LIMIT 1[0m
|
2373
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
2374
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_menu_items` SET `parent_id` = 11, `name` = 'MyMenu', `spud_menu_id` = 11, `updated_at` = '2013-06-19 02:54:16' WHERE `spud_menu_items`.`id` = 11[0m
|
2375
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
2376
|
+
Redirected to http://test.host/spud/admin/menus/11/menu_items
|
2377
|
+
Completed 302 Found in 14ms (ActiveRecord: 0.0ms)
|
2378
|
+
[1m[36mSpudMenuItem Load (0.3ms)[0m [1mSELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 11 LIMIT 1[0m
|
2379
|
+
[1m[35m (0.9ms)[0m ROLLBACK
|
2380
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
2381
|
+
[1m[35m (0.0ms)[0m BEGIN
|
2382
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
2383
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
2384
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
2385
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
2386
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '8c82b5695e3d1e39b14c9e91e94dfaac755b5eeb9f4b29341b355f0193475992fb05cde62cd39b1446f906cf2511a9933ba197456ad1b92d7f88e5ca0e014445' LIMIT 1[0m
|
2387
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'e5xB41QqmHp0PhWNacPJ' LIMIT 1
|
2388
|
+
[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-06-19 02:54:16', '54452ec8f15c499ebe112177de2f138bbe93df3a94eac7d3e7136c6b6d55f53a01dd0e7c6ebc43fa5d64d060658cd9de08cc90b7ade08df36e34193a67aaaf8a', '2013-06-19 02:54:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:16', 'testuser', 1, 'dLmpemkGj8bY6VtCZqNq', 'KdbZzsviF9dvqR25BOpq', '8c82b5695e3d1e39b14c9e91e94dfaac755b5eeb9f4b29341b355f0193475992fb05cde62cd39b1446f906cf2511a9933ba197456ad1b92d7f88e5ca0e014445', 'e5xB41QqmHp0PhWNacPJ', 1, NULL, '2013-06-19 02:54:16')[0m
|
2389
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
2390
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
2391
|
+
[1m[35m (0.6ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'MhDGkAq8mIgHigfHPTd', `updated_at` = '2013-06-19 02:54:16' WHERE `spud_users`.`id` = 13
|
2392
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2393
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2394
|
+
[1m[36mSpudMenu Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu12' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
2395
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-06-19 02:54:16', NULL, 'Menu12', 0, '2013-06-19 02:54:16')
|
2396
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2397
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
2398
|
+
[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-06-19 02:54:16', NULL, 0, 'Menu Item 11', 1, 'SpudMenu', 1, NULL, '2013-06-19 02:54:16', NULL)[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.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-06-19 02:54:16', NULL, 0, 'Menu Item 12', 1, 'SpudMenu', 1, NULL, '2013-06-19 02:54:16', NULL)
|
2402
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2403
|
+
[1m[35mSpudMenu Load (0.2ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 1 LIMIT 1
|
2404
|
+
Processing by Spud::Admin::MenuItemsController#update as HTML
|
2405
|
+
Parameters: {"spud_menu_item"=>{"parent_type"=>"SpudMenu", "parent_id"=>"12", "item_type"=>nil, "spud_page_id"=>nil, "menu_order"=>"0", "url"=>nil, "name"=>"Menu Item 12", "classes"=>nil}, "menu_id"=>"12", "id"=>"13"}
|
2406
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 13 LIMIT 1[0m
|
2407
|
+
[1m[35mSpudMenu Load (0.3ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 12 LIMIT 1
|
2408
|
+
[1m[36mSpudMenuItem Load (0.4ms)[0m [1mSELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 13 LIMIT 1[0m
|
2409
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2410
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_menu_items` SET `parent_type` = 'SpudMenuItem', `parent_id` = 12, `spud_menu_id` = 12, `updated_at` = '2013-06-19 02:54:16' WHERE `spud_menu_items`.`id` = 13[0m
|
2411
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
2412
|
+
Redirected to http://test.host/spud/admin/menus/12/menu_items
|
2413
|
+
Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
|
2414
|
+
[1m[36mSpudMenuItem Load (0.3ms)[0m [1mSELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 13 LIMIT 1[0m
|
2415
|
+
[1m[35mSpudMenuItem Load (0.2ms)[0m SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 12 LIMIT 1
|
2416
|
+
[1m[36m (0.7ms)[0m [1mROLLBACK[0m
|
2417
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
2418
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
2419
|
+
[1m[35m (0.0ms)[0m BEGIN
|
2420
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
2421
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
2422
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
2423
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '30ee689b484224a1da2ab680ce82107e2fc940bbf541b20f0bcd4c0918370a7bd03467ae49c80f1090a8e64b8772924726c1dee5295441ca449e262dbc06e45f' LIMIT 1
|
2424
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'YqRT1lR9o3HVJA3raJ' LIMIT 1[0m
|
2425
|
+
[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-06-19 02:54:16', 'fff4fdd6affb6112fdacec3a57fbcbb934ce4cb7095e24131aa9a5a3063673bbf19a048e3af24efc4ed675c3959457b76195e467d9eb001aa0ff7213231f913f', '2013-06-19 02:54:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:16', 'testuser', 1, 'EoDuCKc4pJAU4RB0LwTZ', 'skxqKLuipagjkIzJ19X', '30ee689b484224a1da2ab680ce82107e2fc940bbf541b20f0bcd4c0918370a7bd03467ae49c80f1090a8e64b8772924726c1dee5295441ca449e262dbc06e45f', 'YqRT1lR9o3HVJA3raJ', 1, NULL, '2013-06-19 02:54:16')
|
2426
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2427
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2428
|
+
[1m[36m (0.6ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'baDPgAMj4igim7SYuxHh', `updated_at` = '2013-06-19 02:54:16' WHERE `spud_users`.`id` = 14[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[35mSpudMenu Exists (0.4ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu13' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
2432
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-06-19 02:54:16', NULL, 'Menu13', 0, '2013-06-19 02:54:16')[0m
|
2433
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
2434
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
2435
|
+
[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-06-19 02:54:16', NULL, 0, 'Menu Item 13', 13, 'SpudMenu', 1, NULL, '2013-06-19 02:54:16', NULL)
|
2436
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2437
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `spud_menu_items`
|
2438
|
+
Processing by Spud::Admin::MenuItemsController#destroy as HTML
|
2439
|
+
Parameters: {"menu_id"=>"13", "id"=>"14"}
|
2440
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 14 LIMIT 1[0m
|
2441
|
+
[1m[35mSpudMenu Load (0.3ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 13 LIMIT 1
|
2442
|
+
[1m[36mSpudMenuItem Load (0.2ms)[0m [1mSELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 14 LIMIT 1[0m
|
2443
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
2444
|
+
[1m[36mSpudMenuItem Load (0.4ms)[0m [1mSELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`parent_id` = 14 AND `spud_menu_items`.`parent_type` = 'SpudMenuItem'[0m
|
2445
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 14
|
2446
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2447
|
+
Redirected to http://test.host/spud/admin/menus/13/menu_items
|
2448
|
+
Completed 302 Found in 50ms (ActiveRecord: 0.0ms)
|
2449
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `spud_menu_items`
|
2450
|
+
[1m[36m (1.2ms)[0m [1mROLLBACK[0m
|
2451
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
2452
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
2453
|
+
[1m[35m (0.0ms)[0m BEGIN
|
2454
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
2455
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
2456
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
2457
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '4b000c3b48652076fa13295f178e9e90b07abaeda563d04441275196d95a3c8c64fd8d09de02cff63bc5bfa0bd7e721d1f8d325663b0af91134a8ae83f616516' LIMIT 1
|
2458
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'sQb1YDiuqpoafl7xTPIs' LIMIT 1[0m
|
2459
|
+
[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-06-19 02:54:16', '4fa25b7c22b4a88619026cd1037cf4b0ff5c6b2b240122b13aeda6bc27b1269c268bc501d5ff779470656dff659a358f157e2f270a382333b026f3e71bfe77ac', '2013-06-19 02:54:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:16', 'testuser', 1, 'Psc0riAQnlUWFaNmo2U', 'z4oNwbwhLkgkjk3keVt', '4b000c3b48652076fa13295f178e9e90b07abaeda563d04441275196d95a3c8c64fd8d09de02cff63bc5bfa0bd7e721d1f8d325663b0af91134a8ae83f616516', 'sQb1YDiuqpoafl7xTPIs', 1, NULL, '2013-06-19 02:54:16')
|
2460
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2461
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
2462
|
+
[1m[36m (0.4ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'GphJgfl9UDuQu7OH9v2J', `updated_at` = '2013-06-19 02:54:16' WHERE `spud_users`.`id` = 15[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[35mSpudMenu Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu14' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
2466
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-06-19 02:54:16', NULL, 'Menu14', 0, '2013-06-19 02:54:16')[0m
|
2467
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
2468
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
2469
|
+
[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-06-19 02:54:16', NULL, 0, 'Menu Item 14', 1, 'SpudMenu', 1, NULL, '2013-06-19 02:54:16', NULL)
|
2470
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2471
|
+
Processing by Spud::Admin::MenuItemsController#edit as HTML
|
2472
|
+
Parameters: {"id"=>"15", "menu_id"=>"14"}
|
2473
|
+
[1m[35mSpudUser Load (0.4ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 15 LIMIT 1
|
2474
|
+
[1m[36mSpudMenu Load (0.2ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 14 LIMIT 1[0m
|
2475
|
+
Redirected to http://test.host/spud/admin/menus
|
2476
|
+
Filter chain halted as :load_menu rendered or redirected
|
2477
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.6ms)
|
2478
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
2479
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
2480
|
+
[1m[35m (0.1ms)[0m BEGIN
|
2481
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
2482
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
2483
|
+
[1m[36mSpudUser Exists (0.4ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
2484
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
2485
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'e3b85bc96c6e7734921ef14a6ea2c2f496c061ecdba217bfab61e9bb602e801e0f94c306b349d231540534bb79d210a4fb1350cf0d651f9f3ae267d0ffc54b25' LIMIT 1[0m
|
2486
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'SCtCIClioz8bXC58Cp8' LIMIT 1
|
2487
|
+
[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-06-19 02:54:16', '0f6bbe654b463760dea46f710c1615fadbee74d5510280f3302a9d98a3f459421dda5a41f78b94bd0e808dc6c7d25bcd129e262d9ff1b061da9b487862702c29', '2013-06-19 02:54:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:16', 'testuser', 1, 'qbMusQWLEfgLDMWa6hAq', 'PyjT6mNAjoMuu5tQ1pye', 'e3b85bc96c6e7734921ef14a6ea2c2f496c061ecdba217bfab61e9bb602e801e0f94c306b349d231540534bb79d210a4fb1350cf0d651f9f3ae267d0ffc54b25', 'SCtCIClioz8bXC58Cp8', 1, NULL, '2013-06-19 02:54:16')[0m
|
2488
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
2489
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
2490
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'vWnJLsW6aBdqSpBJ4QG', `updated_at` = '2013-06-19 02:54:16' WHERE `spud_users`.`id` = 16
|
2491
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2492
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2493
|
+
[1m[36mSpudMenu Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu15' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
2494
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-06-19 02:54:16', NULL, 'Menu15', 0, '2013-06-19 02:54:16')
|
2495
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2496
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
2497
|
+
[1m[36mSpudMenu Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu16' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
2498
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-06-19 02:54:16', NULL, 'Menu16', 0, '2013-06-19 02:54:16')
|
2499
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2500
|
+
Processing by Spud::Admin::MenusController#index as HTML
|
2501
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 16 LIMIT 1
|
2502
|
+
Completed 200 OK in 7ms (Views: 2.6ms | ActiveRecord: 0.3ms)
|
2503
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `spud_menus` WHERE `spud_menus`.`site_id` = 0[0m
|
2504
|
+
[1m[35m (0.6ms)[0m ROLLBACK
|
2505
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
2506
|
+
[1m[35m (0.0ms)[0m BEGIN
|
2507
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
2508
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2509
|
+
[1m[36mSpudUser Exists (0.4ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
2510
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
2511
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'a469207944bed2b505b7e1a4e79690b5e8a42af8e6071b00a1a44a4b467d73284187ba589e642852fee26e2d04c27f5a52c7950f03e10afa2b3c7e97f6c91f62' LIMIT 1[0m
|
2512
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'QtjZIewvSqsWiYo5qCo' LIMIT 1
|
2513
|
+
[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-06-19 02:54:16', 'aafc82e8a86ab4fa531c7f0e9b59db6958446f37ab7c8ce306f1c381ae8080d2ec85eb37b6344c0076a63a2c71ce472d06a7f3857f2748cadef0113c2025be27', '2013-06-19 02:54:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:16', 'testuser', 1, 'nZXwSAhumYCpCUy8mp0', 'BA4LVjdGc1nGthk86avw', 'a469207944bed2b505b7e1a4e79690b5e8a42af8e6071b00a1a44a4b467d73284187ba589e642852fee26e2d04c27f5a52c7950f03e10afa2b3c7e97f6c91f62', 'QtjZIewvSqsWiYo5qCo', 1, NULL, '2013-06-19 02:54:16')[0m
|
2514
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
2515
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
2516
|
+
[1m[35m (1.4ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:16', `last_login_ip` = '0.0.0.0', `perishable_token` = '56DPM271xEcZtQcdqIc', `updated_at` = '2013-06-19 02:54:16' WHERE `spud_users`.`id` = 17
|
2517
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2518
|
+
Processing by Spud::Admin::MenusController#new as HTML
|
2519
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 17 LIMIT 1
|
2520
|
+
Completed 200 OK in 5ms (Views: 1.4ms | ActiveRecord: 0.3ms)
|
2521
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
2522
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
2523
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
2524
|
+
[1m[35m (0.1ms)[0m BEGIN
|
2525
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
2526
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
2527
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
2528
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '3b37ff899df07a984c1a3a957a2060ea013b9820ca89b6bc25e802231b862b747c091f6b30ea42748e222eb0b56654ad8039be3611910edd5ec09516ae8513df' LIMIT 1
|
2529
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'I5D5th1qMIfos8XPoI' LIMIT 1[0m
|
2530
|
+
[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-06-19 02:54:16', 'e54382aa3e3f7455f9e75addd658f6c4515ff5807c06bc4a83e0bb78fdb0d2b7b6cf4469a1e951154b23262a35e19e3a997beabdd5b55719a5ee916d3f3f7f62', '2013-06-19 02:54:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:16', 'testuser', 1, '9BCYTffGR00VkwRnDJXu', 'cCCCwJu2eUVMeAG8aXv', '3b37ff899df07a984c1a3a957a2060ea013b9820ca89b6bc25e802231b862b747c091f6b30ea42748e222eb0b56654ad8039be3611910edd5ec09516ae8513df', 'I5D5th1qMIfos8XPoI', 1, NULL, '2013-06-19 02:54:16')
|
2531
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2532
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
2533
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:16', `last_login_ip` = '0.0.0.0', `perishable_token` = '2fnl7uArcNAC4AP6EjM', `updated_at` = '2013-06-19 02:54:16' WHERE `spud_users`.`id` = 18[0m
|
2534
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
2535
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `spud_menus` [0m
|
2536
|
+
Processing by Spud::Admin::MenusController#create as HTML
|
2537
|
+
Parameters: {"spud_menu"=>{"name"=>"Menu17"}}
|
2538
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 18 LIMIT 1
|
2539
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
2540
|
+
[1m[35mSpudMenu Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu17' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
2541
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-06-19 02:54:16', NULL, 'Menu17', 0, '2013-06-19 02:54:16')[0m
|
2542
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
2543
|
+
Redirected to http://test.host/spud/admin/menus/17/menu_items
|
2544
|
+
Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
|
2545
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `spud_menus` [0m
|
2546
|
+
[1m[35m (0.8ms)[0m ROLLBACK
|
2547
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
2548
|
+
[1m[35m (0.0ms)[0m BEGIN
|
2549
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
2550
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
2551
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
2552
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
2553
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '38a3f06a55b73a54250435686c29eb49fe770d1d01ea989c15291e388f03fd7efc44797ab45532ac784fca4a3924977888631f86223e98c232ce52b1e2ca97b8' LIMIT 1[0m
|
2554
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'dRv33jMsfIZ1Ex4Eu1rt' LIMIT 1
|
2555
|
+
[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-06-19 02:54:16', '6be9c3357e6ed2352339d12e2a8af903796a893d889b60fda02a800fd904e974bca0d2b22fbb6208680cf66c98687784d37ff46cd0711afea71ba855c3744100', '2013-06-19 02:54:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:16', 'testuser', 1, 'AKqrwZAziswh5iDs0u', 'Be2YzaYeQjq6KKpqOg0K', '38a3f06a55b73a54250435686c29eb49fe770d1d01ea989c15291e388f03fd7efc44797ab45532ac784fca4a3924977888631f86223e98c232ce52b1e2ca97b8', 'dRv33jMsfIZ1Ex4Eu1rt', 1, NULL, '2013-06-19 02:54:16')[0m
|
2556
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
2557
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
2558
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:16', `last_login_ip` = '0.0.0.0', `perishable_token` = '7pmz7BOG54zTczHd9Q', `updated_at` = '2013-06-19 02:54:16' WHERE `spud_users`.`id` = 19
|
2559
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2560
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `spud_menus`
|
2561
|
+
Processing by Spud::Admin::MenusController#create as HTML
|
2562
|
+
Parameters: {"spud_menu"=>{"name"=>nil}}
|
2563
|
+
[1m[36mSpudUser Load (0.4ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 19 LIMIT 1[0m
|
2564
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2565
|
+
[1m[36mSpudMenu Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` IS NULL AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
2566
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_2
|
2567
|
+
Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
2568
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `spud_menus` [0m
|
2569
|
+
[1m[35m (0.6ms)[0m ROLLBACK
|
2570
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
2571
|
+
[1m[35m (0.0ms)[0m BEGIN
|
2572
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
2573
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2574
|
+
[1m[36mSpudUser Exists (0.4ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
2575
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
2576
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '73c09054a66e98e3ae66b6d7dd386250b9c6cd90939d4b8c3208b8d329b47ce22f1c0d5f9a3908189cb62e1a6d3ee149f521ca1c48f573b1a19da55918943225' LIMIT 1[0m
|
2577
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'b5gOHrwUdRkNYzRJkXzY' LIMIT 1
|
2578
|
+
[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-06-19 02:54:16', 'c27e5e62ceef2e2c18b0a46876a408ae163f06699af56f6d4a7a15ee727be03c67c1910eb5f71426ef9adfe0ea9fcf24a662a44a05c8ab9e14f0ad7e35eddd61', '2013-06-19 02:54:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:16', 'testuser', 1, 'Sqcffwv94Ep8v4WsORlZ', 'StIwMZq4iuP3FxRYUbME', '73c09054a66e98e3ae66b6d7dd386250b9c6cd90939d4b8c3208b8d329b47ce22f1c0d5f9a3908189cb62e1a6d3ee149f521ca1c48f573b1a19da55918943225', 'b5gOHrwUdRkNYzRJkXzY', 1, NULL, '2013-06-19 02:54:16')[0m
|
2579
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
2580
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
2581
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'qgDnA54VJj71yykuQSS6', `updated_at` = '2013-06-19 02:54:16' WHERE `spud_users`.`id` = 20
|
2582
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2583
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2584
|
+
[1m[36mSpudMenu Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu18' AND `spud_menus`.`site_id` = 1) LIMIT 1[0m
|
2585
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-06-19 02:54:16', NULL, 'Menu18', 1, '2013-06-19 02:54:16')
|
2586
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2587
|
+
Processing by Spud::Admin::MenusController#edit as HTML
|
2588
|
+
Parameters: {"id"=>"18"}
|
2589
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 20 LIMIT 1
|
2590
|
+
[1m[36mSpudMenu Load (0.3ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 18 LIMIT 1[0m
|
2591
|
+
Redirected to http://test.host/spud/admin/menus
|
2592
|
+
Filter chain halted as :load_menu rendered or redirected
|
2593
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.6ms)
|
2594
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
2595
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
2596
|
+
[1m[35m (0.0ms)[0m BEGIN
|
2597
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
2598
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2599
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
2600
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
2601
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'eb48c940cec76a9dc44996f90ea553992846e7e3f6ded32ac3ef79af385033f6f7b9d23a53bdc7b4842fb1b3a3a8f285eee1f2f739415b76780d3b9b1b1187ea' LIMIT 1[0m
|
2602
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'rQvwdmO7yLK5eTq90MCq' LIMIT 1
|
2603
|
+
[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-06-19 02:54:16', '74fa832e15781c5668765eb2ae9ec5a0c3868a37756baffe18df0ae061bd041c7694c7ce80555cd1a8e29814a17ed27563f5e7b6bd97559772a3d264d1a19a5f', '2013-06-19 02:54:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:16', 'testuser', 1, 'WJLxGuPq0WHZ4Z4JhpB6', 'xkFVIwG43kSUe3UVcn7G', 'eb48c940cec76a9dc44996f90ea553992846e7e3f6ded32ac3ef79af385033f6f7b9d23a53bdc7b4842fb1b3a3a8f285eee1f2f739415b76780d3b9b1b1187ea', 'rQvwdmO7yLK5eTq90MCq', 1, NULL, '2013-06-19 02:54:16')[0m
|
2604
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
2605
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
2606
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'GHNxiztNmHbRqeqGhSki', `updated_at` = '2013-06-19 02:54:16' WHERE `spud_users`.`id` = 21
|
2607
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2608
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2609
|
+
[1m[36mSpudMenu Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu19' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
2610
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-06-19 02:54:16', NULL, 'Menu19', 0, '2013-06-19 02:54:16')
|
2611
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2612
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2613
|
+
[1m[36mSpudMenu Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu20' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
2614
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-06-19 02:54:16', NULL, 'Menu20', 0, '2013-06-19 02:54:16')
|
2615
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2616
|
+
Processing by Spud::Admin::MenusController#edit as HTML
|
2617
|
+
Parameters: {"id"=>"20"}
|
2618
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 21 LIMIT 1
|
2619
|
+
[1m[36mSpudMenu Load (0.3ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 20 LIMIT 1[0m
|
2620
|
+
Completed 200 OK in 6ms (Views: 1.5ms | ActiveRecord: 0.5ms)
|
2621
|
+
[1m[35m (1.3ms)[0m ROLLBACK
|
2622
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
2623
|
+
[1m[35m (0.1ms)[0m BEGIN
|
2624
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
2625
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
2626
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
2627
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
2628
|
+
[1m[36mSpudUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'b05fca39767cb226d1ffb59889614ed1629730e2d31740ab3753128dbc7a712c5f5e7a9b85872a87f2473eed87b986118addb17e9c6d7f5c064ffe81bcad4675' LIMIT 1[0m
|
2629
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'P40MGGJZWwsAay73kJYX' LIMIT 1
|
2630
|
+
[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-06-19 02:54:16', '561694dff3125fa0ad304ed980ea1344239a222770a6f6ab576b03abdb1f857118e3711884bee96d76e64e06dbc94a31b5f1dea091e02d3edcd2950e9d89b2d6', '2013-06-19 02:54:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:16', 'testuser', 1, 'xutj0ZUhbuPMTQ4mH0v', 'vEg8ILoISTZakzUYZjr', 'b05fca39767cb226d1ffb59889614ed1629730e2d31740ab3753128dbc7a712c5f5e7a9b85872a87f2473eed87b986118addb17e9c6d7f5c064ffe81bcad4675', 'P40MGGJZWwsAay73kJYX', 1, NULL, '2013-06-19 02:54:16')[0m
|
2631
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
2632
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
2633
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'JWoDBitX1yWXfn1tDqmo', `updated_at` = '2013-06-19 02:54:16' WHERE `spud_users`.`id` = 22
|
2634
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2635
|
+
Processing by Spud::Admin::MenusController#edit as HTML
|
2636
|
+
Parameters: {"id"=>"3"}
|
2637
|
+
[1m[35mSpudUser Load (0.5ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 22 LIMIT 1
|
2638
|
+
[1m[36mSpudMenu Load (0.3ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 3 LIMIT 1[0m
|
2639
|
+
Redirected to http://test.host/spud/admin/menus
|
2640
|
+
Filter chain halted as :load_menu rendered or redirected
|
2641
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.8ms)
|
2642
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
2643
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
2644
|
+
[1m[35m (0.0ms)[0m BEGIN
|
2645
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
2646
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2647
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
2648
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
2649
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '83458c8944b3419392ef1eb9df579cd1a655523dab161299570f0cd528a0818cd751612bf5436a7d76ebec4bc0b217cc602a9a7b819092e71125697f0e9dbdd1' LIMIT 1[0m
|
2650
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'VuBHHMBC6nPYmKWXOxp' LIMIT 1
|
2651
|
+
[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-06-19 02:54:16', '0809459269bc0160a65c566088a8bfc55884ddca6162308337351bb367a6e91040959214a6645a66c2bac7cc451899a7cd91e5b258c0255505ead248b367422c', '2013-06-19 02:54:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:16', 'testuser', 1, 'Qc9O92CdyYfJwR0L7O3Q', 't2FtEWhYfs4zwZ0Arogb', '83458c8944b3419392ef1eb9df579cd1a655523dab161299570f0cd528a0818cd751612bf5436a7d76ebec4bc0b217cc602a9a7b819092e71125697f0e9dbdd1', 'VuBHHMBC6nPYmKWXOxp', 1, NULL, '2013-06-19 02:54:16')[0m
|
2652
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
2653
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
2654
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'LJtvjT9ArGjMPGD0XFDJ', `updated_at` = '2013-06-19 02:54:16' WHERE `spud_users`.`id` = 23
|
2655
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2656
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2657
|
+
[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
|
2658
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-06-19 02:54:16', NULL, 'Menu21', 0, '2013-06-19 02:54:16')
|
2659
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2660
|
+
Processing by Spud::Admin::MenusController#update as HTML
|
2661
|
+
Parameters: {"spud_menu"=>{"name"=>"MyMenu", "description"=>nil, "created_at"=>"2013-06-19 02:54:16 UTC", "updated_at"=>"2013-06-19 02:54:16 UTC"}, "id"=>"21"}
|
2662
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 23 LIMIT 1
|
2663
|
+
[1m[36mSpudMenu Load (0.2ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 21 LIMIT 1[0m
|
2664
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
2665
|
+
[1m[36mSpudMenu Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'MyMenu' AND `spud_menus`.`id` != 21 AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
2666
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_menus` SET `name` = 'MyMenu', `updated_at` = '2013-06-19 02:54:16' WHERE `spud_menus`.`id` = 21
|
2667
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2668
|
+
Redirected to http://test.host/spud/admin/menus/21/menu_items
|
2669
|
+
Completed 302 Found in 12ms (ActiveRecord: 0.0ms)
|
2670
|
+
[1m[35mSpudMenu Load (0.3ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 21 LIMIT 1
|
2671
|
+
[1m[36m (1.0ms)[0m [1mROLLBACK[0m
|
2672
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
2673
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
2674
|
+
[1m[35m (0.0ms)[0m BEGIN
|
2675
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
2676
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
2677
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
2678
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '9896b3073aa6bee8e780769859bce0d5f7e10a262adbe70a0eea640769ef1e62003f756d57a82f19dd32d05ede53b155294ca50689eb6d6bb88e6ca97f0720cf' LIMIT 1
|
2679
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'fjA30ICBg6D2TxH9lHP' LIMIT 1[0m
|
2680
|
+
[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-06-19 02:54:16', 'a7a00a443815ce7cee6d206f77bc42c4d44cb821c7d0fae9ea9e157a1da4927193a2956d84f68b8c060bc0146764e40e25a4e98e20cd5ac94051a9d18143a842', '2013-06-19 02:54:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:16', 'testuser', 1, 'KO8tDu1gGBBms1kaT', 'GkoCND9Uy5Xyg0Sk4Go', '9896b3073aa6bee8e780769859bce0d5f7e10a262adbe70a0eea640769ef1e62003f756d57a82f19dd32d05ede53b155294ca50689eb6d6bb88e6ca97f0720cf', 'fjA30ICBg6D2TxH9lHP', 1, NULL, '2013-06-19 02:54:16')
|
2681
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2682
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
2683
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:16', `last_login_ip` = '0.0.0.0', `perishable_token` = '7jOEjxcGK26qVHBuA7id', `updated_at` = '2013-06-19 02:54:16' WHERE `spud_users`.`id` = 24[0m
|
2684
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
2685
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
2686
|
+
[1m[35mSpudMenu Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu22' AND `spud_menus`.`site_id` = 0) LIMIT 1
|
2687
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-06-19 02:54:16', NULL, 'Menu22', 0, '2013-06-19 02:54:16')[0m
|
2688
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
2689
|
+
Processing by Spud::Admin::MenusController#update as HTML
|
2690
|
+
Parameters: {"spud_menu"=>{"name"=>"MyMenu", "description"=>nil, "created_at"=>"2013-06-19 02:54:16 UTC", "updated_at"=>"2013-06-19 02:54:16 UTC"}, "id"=>"22"}
|
2691
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 24 LIMIT 1[0m
|
2692
|
+
[1m[35mSpudMenu Load (0.4ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 22 LIMIT 1
|
2693
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
2694
|
+
[1m[35mSpudMenu Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'MyMenu' AND `spud_menus`.`id` != 22 AND `spud_menus`.`site_id` = 0) LIMIT 1
|
2695
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_menus` SET `name` = 'MyMenu', `updated_at` = '2013-06-19 02:54:16' WHERE `spud_menus`.`id` = 22[0m
|
2696
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
2697
|
+
Redirected to http://test.host/spud/admin/menus/22/menu_items
|
2698
|
+
Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
|
2699
|
+
[1m[36m (0.6ms)[0m [1mROLLBACK[0m
|
2700
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
2701
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
2702
|
+
[1m[35m (0.0ms)[0m BEGIN
|
2703
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
2704
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
2705
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
2706
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'f7c6d735cf6f26e7ed413525560e611c15a96ec67aef1051ec1fbb63ff8eab65b1b6b76c671d677220c80309089ad3f542b0daeaec429e329a1ebd08aac59e7b' LIMIT 1
|
2707
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'jdkz6keniREYCFAkqCj' LIMIT 1[0m
|
2708
|
+
[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-06-19 02:54:16', '724ea90d86f92bce8e43d8626dbfe05ef982131b4cf860fa39c8a9fdd8655fc5ab3b1c3f906c3885cce06197148954a4fde20c87507214c4835da9f9b818293e', '2013-06-19 02:54:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:16', 'testuser', 1, 'ZWwkW7YYQa5KwUEBEwkj', 'ybVazYutERgBMdiKRVS', 'f7c6d735cf6f26e7ed413525560e611c15a96ec67aef1051ec1fbb63ff8eab65b1b6b76c671d677220c80309089ad3f542b0daeaec429e329a1ebd08aac59e7b', 'jdkz6keniREYCFAkqCj', 1, NULL, '2013-06-19 02:54:16')
|
2709
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2710
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
2711
|
+
[1m[36m (33.9ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'RSQYzmTw3qAYriXohThu', `updated_at` = '2013-06-19 02:54:16' WHERE `spud_users`.`id` = 25[0m
|
2712
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
2713
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
2714
|
+
[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
|
2715
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-06-19 02:54:16', NULL, 'Menu23', 0, '2013-06-19 02:54:16')[0m
|
2716
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
2717
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM `spud_menus` [0m
|
2718
|
+
Processing by Spud::Admin::MenusController#destroy as HTML
|
2719
|
+
Parameters: {"id"=>"23"}
|
2720
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 25 LIMIT 1
|
2721
|
+
[1m[36mSpudMenu Load (0.2ms)[0m [1mSELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 23 LIMIT 1[0m
|
2722
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
2723
|
+
[1m[36mSpudMenuItem Load (0.2ms)[0m [1mSELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`parent_id` = 23 AND `spud_menu_items`.`parent_type` = 'SpudMenu'[0m
|
2724
|
+
[1m[35mSpudMenuItem Load (0.3ms)[0m SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`spud_menu_id` = 23
|
2725
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM `spud_menus` WHERE `spud_menus`.`id` = 23[0m
|
2726
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
2727
|
+
Redirected to http://test.host/spud/admin/menus
|
2728
|
+
Completed 302 Found in 12ms (ActiveRecord: 0.0ms)
|
2729
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `spud_menus` [0m
|
2730
|
+
[1m[35m (1.0ms)[0m ROLLBACK
|
2731
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
2732
|
+
[1m[35m (0.0ms)[0m BEGIN
|
2733
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
2734
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2735
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
2736
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
2737
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '34f4a27d7fe475ed0f77e6b6395a438d6ef5c4c32df4ec51c2f105f0f98de430648ee8fc9bd8d242e78995cd7c30a802fb030c5f09b48e0d96a5d5c71ae95fcd' LIMIT 1[0m
|
2738
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'pUUr0hGAm8byYfaqovOq' LIMIT 1
|
2739
|
+
[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-06-19 02:54:16', '9694c4bb03b051192aedace944d9b970fb19e796f376ef54eabf96cbab8b936b260d88a21f6e47433a7caab53ab9ec076ba6b2f3d9c57d0c299e35eea0fb3dbd', '2013-06-19 02:54:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:16', 'testuser', 1, '5VLgsEwmXlWQzWakhoDd', 'J2ea9KiyT57bjwYIXsM', '34f4a27d7fe475ed0f77e6b6395a438d6ef5c4c32df4ec51c2f105f0f98de430648ee8fc9bd8d242e78995cd7c30a802fb030c5f09b48e0d96a5d5c71ae95fcd', 'pUUr0hGAm8byYfaqovOq', 1, NULL, '2013-06-19 02:54:16')[0m
|
2740
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
2741
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
2742
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'ilqv9LcjeeOgAhylqhYU', `updated_at` = '2013-06-19 02:54:16' WHERE `spud_users`.`id` = 26
|
2743
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2744
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2745
|
+
[1m[36mSpudMenu Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu24' AND `spud_menus`.`site_id` = 0) LIMIT 1[0m
|
2746
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-06-19 02:54:16', NULL, 'Menu24', 0, '2013-06-19 02:54:16')
|
2747
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2748
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM `spud_menus`
|
2749
|
+
Processing by Spud::Admin::MenusController#destroy as HTML
|
2750
|
+
Parameters: {"id"=>"23532"}
|
2751
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 26 LIMIT 1[0m
|
2752
|
+
[1m[35mSpudMenu Load (0.3ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 23532 LIMIT 1
|
2753
|
+
Redirected to http://test.host/spud/admin/menus
|
2754
|
+
Filter chain halted as :load_menu rendered or redirected
|
2755
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.7ms)
|
2756
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `spud_menus` [0m
|
2757
|
+
[1m[35m (0.9ms)[0m ROLLBACK
|
2758
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
2759
|
+
[1m[35m (0.0ms)[0m BEGIN
|
2760
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
2761
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
2762
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1[0m
|
2763
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
2764
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '6512af131b43750fa94546d02ba844f0fa9c041c2878c578d3cd4f5a2aec35ede7185630be148060f51a7f270c78b7273b038a6a22f32f2ab1e2efb4426495b5' LIMIT 1[0m
|
2765
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'ikPyYLUp5f1qr6zidAUg' LIMIT 1
|
2766
|
+
[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-06-19 02:54:16', '7e2e70bd09b18962bf883639a275e3576824b6963859de1e3efc6c89e8ee3aca067a839b2410a5892f725029cb19c42fa5cfe29183328c95f12471b9bebf40fe', '2013-06-19 02:54:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:16', 'testuser', 1, 'AsPII9leT9LVejrE8hF', 'd9fAZZ7ZbBhZHTFJdLaJ', '6512af131b43750fa94546d02ba844f0fa9c041c2878c578d3cd4f5a2aec35ede7185630be148060f51a7f270c78b7273b038a6a22f32f2ab1e2efb4426495b5', 'ikPyYLUp5f1qr6zidAUg', 1, NULL, '2013-06-19 02:54:16')[0m
|
2767
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
2768
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
2769
|
+
[1m[35m (1.5ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'GSqXnR5ArAD70dQ4EUAf', `updated_at` = '2013-06-19 02:54:16' WHERE `spud_users`.`id` = 27
|
2770
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2771
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2772
|
+
[1m[36mSpudPage Load (0.4ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
2773
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page3' LIMIT 1
|
2774
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page3' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1[0m
|
2775
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page3' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
2776
|
+
[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-06-19 02:54:16', NULL, 'html', NULL, NULL, NULL, 'Page3', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:16', NULL, 'page3', 0, 0)[0m
|
2777
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
2778
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
2779
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
2780
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page4' LIMIT 1[0m
|
2781
|
+
[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
|
2782
|
+
[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
|
2783
|
+
[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-06-19 02:54:16', NULL, 'html', NULL, NULL, NULL, 'Page4', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:16', NULL, 'page4', 0, 0)
|
2784
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2785
|
+
Processing by Spud::Admin::PagesController#index as HTML
|
2786
|
+
[1m[35mSpudUser Load (0.5ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 27 LIMIT 1
|
2787
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`url_name` = 'home' LIMIT 1[0m
|
2788
|
+
Completed 200 OK in 7ms (Views: 1.8ms | ActiveRecord: 0.8ms)
|
2789
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL
|
2790
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
2791
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
2792
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
2793
|
+
[1m[35m (0.0ms)[0m BEGIN
|
2794
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
2795
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
2796
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
2797
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '9fb74ce253a5b95369b58469dfc5e1234e6776e16184b7956351b599eb6015714c4d4a1aaf93c359d9f1dfe4ca4dfd87763a7151f911f69038d6bcd145ce46e7' LIMIT 1
|
2798
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '2PVKGTxcw5axBs546nuF' LIMIT 1[0m
|
2799
|
+
[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-06-19 02:54:16', '8d11692477bee493ddfad318534e411e60682768459d583d4b9cfb5a58dc8479cf7004ac6987efe0a46fc4c680f1a17a273bd2f126f9308166994539f8e427d7', '2013-06-19 02:54:16', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:16', 'testuser', 1, 'T3wBJ7uzAgWlB6uP6nG', 'Ew8uoM1sQE75LlJoBFpS', '9fb74ce253a5b95369b58469dfc5e1234e6776e16184b7956351b599eb6015714c4d4a1aaf93c359d9f1dfe4ca4dfd87763a7151f911f69038d6bcd145ce46e7', '2PVKGTxcw5axBs546nuF', 1, NULL, '2013-06-19 02:54:16')
|
2800
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2801
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2802
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:16', `last_login_ip` = '0.0.0.0', `perishable_token` = 'icCjzrlmwo98Ge8COQb9', `updated_at` = '2013-06-19 02:54:16' WHERE `spud_users`.`id` = 28[0m
|
2803
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
2804
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
2805
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
2806
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page5' LIMIT 1[0m
|
2807
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page5' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
2808
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page5' AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
2809
|
+
[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-06-19 02:54:16', NULL, 'html', NULL, NULL, NULL, 'Page5', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:16', NULL, 'page5', 0, 0)
|
2810
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2811
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2812
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
2813
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page6' LIMIT 1
|
2814
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page6' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1[0m
|
2815
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page6' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
2816
|
+
[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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page6', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', NULL, 'page6', 0, 0)[0m
|
2817
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
2818
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
2819
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 1 LIMIT 1
|
2820
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
2821
|
+
[1m[35mSpudPermalink Load (0.2ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page7' LIMIT 1
|
2822
|
+
[1m[36mSpudPage Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page7' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` = 1) LIMIT 1[0m
|
2823
|
+
[1m[35mSpudPage Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page7' AND `spud_pages`.`site_id` = 0) LIMIT 1
|
2824
|
+
[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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page7', NULL, NULL, NULL, 1, 0, 1, '2013-06-19 02:54:17', NULL, 'page7', 0, 0)[0m
|
2825
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
2826
|
+
Processing by Spud::Admin::PagesController#index as HTML
|
2827
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 28 LIMIT 1[0m
|
2828
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
2829
|
+
[1m[36m (0.2ms)[0m [1mUPDATE `spud_users` SET `last_request_at` = '2013-06-19 02:54:17', `perishable_token` = 'bue9hiqiFCKXuA0msyQ', `updated_at` = '2013-06-19 02:54:17' WHERE `spud_users`.`id` = 28[0m
|
2830
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
2831
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`url_name` = 'home' LIMIT 1[0m
|
2832
|
+
Completed 200 OK in 7ms (Views: 1.2ms | ActiveRecord: 0.9ms)
|
2833
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL
|
2834
|
+
[1m[36m (0.9ms)[0m [1mROLLBACK[0m
|
2835
|
+
[1m[35m (0.1ms)[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.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
2841
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '8011e84bbbcddf46fd2e668a0dd6159ba552c83bc20fbf1f45169293131d3793199f0817326b4e54f74d9c4bf9f3e1859bfff8ecaa5597df3aa91d366ce03ff0' LIMIT 1
|
2842
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '5Y4kEYaNBr83CReSemgh' LIMIT 1[0m
|
2843
|
+
[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-06-19 02:54:17', '514d8d59097a541f019c279ac22ef3ff1e0d3b278dfb5ceb1cf7bd40f40796626590a2d340ec3be864799125ae0b443153d0d7257ad92734ff241ca3bf71219f', '2013-06-19 02:54:17', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:17', 'testuser', 1, 'f1lLRm9HfPpVrxbroUN9', 'y37m0HMmFU5C9yveQB3K', '8011e84bbbcddf46fd2e668a0dd6159ba552c83bc20fbf1f45169293131d3793199f0817326b4e54f74d9c4bf9f3e1859bfff8ecaa5597df3aa91d366ce03ff0', '5Y4kEYaNBr83CReSemgh', 1, NULL, '2013-06-19 02:54:17')
|
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.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:17', `last_login_ip` = '0.0.0.0', `perishable_token` = 'XNM6YjZOEWN6ZEtFDP', `updated_at` = '2013-06-19 02:54:17' WHERE `spud_users`.`id` = 29[0m
|
2847
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
2848
|
+
[1m[36m (0.1ms)[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.2ms)[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.2ms)[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.2ms)[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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page8', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', 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"=>"17"}
|
2857
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 29 LIMIT 1
|
2858
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 17 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 (17)
|
2860
|
+
Completed 200 OK in 8ms (Views: 2.0ms | ActiveRecord: 0.7ms)
|
2861
|
+
[1m[36m (0.7ms)[0m [1mROLLBACK[0m
|
2862
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
2863
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
2864
|
+
[1m[35m (0.1ms)[0m BEGIN
|
2865
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
2866
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
2867
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
2868
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'c678a8e1eea62a7cc7f4f3c49e1d56f4abdc31ebbd424c705836a4c004dcf4b78cc1f2b8215e76b4516b74526b811955137257dc1142b04efc16db63e0ed07a3' LIMIT 1
|
2869
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'dUVN5FT5I1r51BHqFo' 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-06-19 02:54:17', '6d33e2d63bd3833e438d5c52086c689206dd6054b4628a80bd6f7ee83f40982515af706061b69aad1338c57a39f2e82e9aa2aacec5946ef8200e569604ea0cc4', '2013-06-19 02:54:17', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:17', 'testuser', 1, 'OcyBLamX9IM6QXF2zKc', 'FOkTSKgQMd2kSJt7rAS', 'c678a8e1eea62a7cc7f4f3c49e1d56f4abdc31ebbd424c705836a4c004dcf4b78cc1f2b8215e76b4516b74526b811955137257dc1142b04efc16db63e0ed07a3', 'dUVN5FT5I1r51BHqFo', 1, NULL, '2013-06-19 02:54:17')
|
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.3ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:17', `last_login_ip` = '0.0.0.0', `perishable_token` = 'bFc4lREDODWq9d8uBQyP', `updated_at` = '2013-06-19 02:54:17' WHERE `spud_users`.`id` = 30[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` = 30 LIMIT 1[0m
|
2877
|
+
Completed 200 OK in 20ms (Views: 1.6ms | ActiveRecord: 0.3ms)
|
2878
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
2879
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
2880
|
+
[1m[35m (0.0ms)[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.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'd28d5edcb48bb00304a9aef4e256aaa6de116a965b546df2d40015cd3d25aa64158e215d772dcd62e5a8139b336271ab83220887c8fc9ffba2b32625d4cf4b08' LIMIT 1[0m
|
2886
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'lOdVdTfLOc2tJxWRXK49' LIMIT 1
|
2887
|
+
[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-06-19 02:54:17', '4b9ac699747ab655ce3f73aa3cb2c68c2fe0ca7ceda2fd3a0c41a268164b30b529024ec8ae65db2acdee535c7e5bbac1cb3a5aa499813afd4477074cc6fe15f6', '2013-06-19 02:54:17', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:17', 'testuser', 1, 'mObgEKtvNebRP5A7X5mt', 'dmxAUh2vwNiwNw05iAo', 'd28d5edcb48bb00304a9aef4e256aaa6de116a965b546df2d40015cd3d25aa64158e215d772dcd62e5a8139b336271ab83220887c8fc9ffba2b32625d4cf4b08', 'lOdVdTfLOc2tJxWRXK49', 1, NULL, '2013-06-19 02:54:17')[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-06-19 02:54:17', `last_login_ip` = '0.0.0.0', `perishable_token` = 'a15hxfSah3jMbUPXnYE', `updated_at` = '2013-06-19 02:54:17' WHERE `spud_users`.`id` = 31
|
2891
|
+
[1m[36m (0.1ms)[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` = 31 LIMIT 1
|
2894
|
+
Completed 200 OK in 7ms (Views: 2.3ms | ActiveRecord: 0.2ms)
|
2895
|
+
[1m[36m (0.7ms)[0m [1mROLLBACK[0m
|
2896
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
2897
|
+
[1m[36m (0.1ms)[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.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
2901
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
2902
|
+
[1m[35mSpudUser Exists (0.1ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'a99f4b84ceaa950dc7b500f152460d6d3a1db31ed26621aefbdd060dfc61b3523ea6838da8f3ebb7c69e7182ee5461513cb51226531c3a4811664efa8af4c128' LIMIT 1
|
2903
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'ZKW3IIodj8Cu26EqOER' 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-06-19 02:54:17', '13318f121a12bcb0c916beb9755e7a11c8d26c7e9b60d0d1286a3a14d724b4522b004a2b7a8507bdf9cd24ded46ba0c2e24e523bbdfaef4433ad5efff3a4cb9c', '2013-06-19 02:54:17', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:17', 'testuser', 1, 'bsQ4XlHMu7AeEZtdRH', 'cfrzfnlMGIPRxY3MI6', 'a99f4b84ceaa950dc7b500f152460d6d3a1db31ed26621aefbdd060dfc61b3523ea6838da8f3ebb7c69e7182ee5461513cb51226531c3a4811664efa8af4c128', 'ZKW3IIodj8Cu26EqOER', 1, NULL, '2013-06-19 02:54:17')
|
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.4ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:17', `last_login_ip` = '0.0.0.0', `perishable_token` = 'ZeDqEL310ouptQiAoqxN', `updated_at` = '2013-06-19 02:54:17' WHERE `spud_users`.`id` = 32[0m
|
2908
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
2909
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
2910
|
+
[1m[35mSpudPage Load (0.3ms)[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.3ms)[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.3ms)[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.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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page9', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', 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"=>"18"}
|
2918
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 32 LIMIT 1
|
2919
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 18 LIMIT 1[0m
|
2920
|
+
[1m[35mSpudPagePartial Load (0.3ms)[0m SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (18)
|
2921
|
+
Completed 200 OK in 10ms (Views: 1.8ms | ActiveRecord: 0.8ms)
|
2922
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
2923
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
2924
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
2925
|
+
[1m[35m (0.1ms)[0m BEGIN
|
2926
|
+
[1m[36m (0.1ms)[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.5ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
2929
|
+
[1m[35mSpudUser Exists (0.4ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'dd6206b4d05436680ebce0196da0011658940abc1979de455419de1f55abb32193003824f676454a5c2b0f8b0b79418c2cba42d2f655039f8087dc3f23583cfe' LIMIT 1
|
2930
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'vS3YoJTwtYOb7uyw1' LIMIT 1[0m
|
2931
|
+
[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-06-19 02:54:17', 'e9a0a8984b2fcbe27727e2515436e66b544fd101b71587b5d10613fd7981b932fb2dfbf9e79d99c4a50facbc1cb46143a0952aadbad2b2246b80065551272cff', '2013-06-19 02:54:17', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:17', 'testuser', 1, 'Nm5OzipssZquVsELVLiO', 'FURheP6Gig1BxDEDKGyH', 'dd6206b4d05436680ebce0196da0011658940abc1979de455419de1f55abb32193003824f676454a5c2b0f8b0b79418c2cba42d2f655039f8087dc3f23583cfe', 'vS3YoJTwtYOb7uyw1', 1, NULL, '2013-06-19 02:54:17')
|
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.2ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:17', `last_login_ip` = '0.0.0.0', `perishable_token` = 'ooVjCfTnI9y7RhQY62Ra', `updated_at` = '2013-06-19 02:54:17' WHERE `spud_users`.`id` = 33[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.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
2938
|
+
[1m[36mSpudPermalink Load (0.3ms)[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.3ms)[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.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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page10', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', NULL, 'page10', 0, 0)
|
2942
|
+
[1m[36m (0.3ms)[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"=>"19"}
|
2945
|
+
[1m[35mSpudUser Load (0.5ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 33 LIMIT 1
|
2946
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 19 LIMIT 1[0m
|
2947
|
+
[1m[35mSpudPagePartial Load (0.3ms)[0m SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (19)
|
2948
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
2949
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 19)
|
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.3ms)[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.3ms)[0m [1mINSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (19, 'SpudPage', '2013-06-19 02:54:17', 0, '2013-06-19 02:54:17', 'page10')[0m
|
2953
|
+
[1m[35mSpudPage Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Adam' AND `spud_pages`.`id` != 19 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
2954
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'adam' AND `spud_pages`.`id` != 19 AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
2955
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_pages` SET `name` = 'Adam', `url_name` = 'adam', `updated_at` = '2013-06-19 02:54:17' WHERE `spud_pages`.`id` = 19
|
2956
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2957
|
+
Redirected to http://test.host/spud/admin/pages
|
2958
|
+
Completed 302 Found in 55ms (ActiveRecord: 3.4ms)
|
2959
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 19 LIMIT 1
|
2960
|
+
[1m[36m (2.3ms)[0m [1mROLLBACK[0m
|
2961
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
2962
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
2963
|
+
[1m[35m (0.0ms)[0m BEGIN
|
2964
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
2965
|
+
[1m[35mSpudUser Exists (0.3ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
|
2966
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1[0m
|
2967
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '6bb0de20729f1b65af4ee53e319add70e537d03f73aabcc0815c488700834f0479aedcb79eb71920c129e12e0f219fb881952ada3474c34b216fdd6922c74826' LIMIT 1
|
2968
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'sWR157ut5zCma7oheFW' LIMIT 1[0m
|
2969
|
+
[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-06-19 02:54:17', '1e91bdce6d534390e7a99b5120e9017eb114cd25f424eb7cd61a2c92af594a7be14a00d8448e44c89f316de45a89e28d70a92a02c878a603c0b412888dae2b83', '2013-06-19 02:54:17', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:17', 'testuser', 1, 'FBm8eh9avyEjhefe', 'WuewiyNtmXrLr3Wtbj6O', '6bb0de20729f1b65af4ee53e319add70e537d03f73aabcc0815c488700834f0479aedcb79eb71920c129e12e0f219fb881952ada3474c34b216fdd6922c74826', 'sWR157ut5zCma7oheFW', 1, NULL, '2013-06-19 02:54:17')
|
2970
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
2971
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
2972
|
+
[1m[36m (0.3ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:17', `last_login_ip` = '0.0.0.0', `perishable_token` = 'jP7HHOXut7ryBmPtxXk', `updated_at` = '2013-06-19 02:54:17' WHERE `spud_users`.`id` = 34[0m
|
2973
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
2974
|
+
[1m[36m (0.1ms)[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.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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page11', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', NULL, 'page11', 0, 0)
|
2980
|
+
[1m[36m (0.1ms)[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"=>"20"}
|
2983
|
+
[1m[35mSpudUser Load (0.4ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 34 LIMIT 1
|
2984
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 20 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 (20)
|
2986
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
2987
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 20)
|
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 (20, 'SpudPage', '2013-06-19 02:54:17', 0, '2013-06-19 02:54:17', 'page11')[0m
|
2991
|
+
[1m[35mSpudPage Exists (0.4ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Adam' AND `spud_pages`.`id` != 20 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
2992
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'adam' AND `spud_pages`.`id` != 20 AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
2993
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_pages` SET `name` = 'Adam', `url_name` = 'adam', `updated_at` = '2013-06-19 02:54:17' WHERE `spud_pages`.`id` = 20
|
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 16ms (ActiveRecord: 3.1ms)
|
2997
|
+
[1m[35m (0.8ms)[0m ROLLBACK
|
2998
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
2999
|
+
[1m[35m (0.1ms)[0m BEGIN
|
3000
|
+
[1m[36m (0.1ms)[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.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
|
3004
|
+
[1m[36mSpudUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'e9398aebf8d7443b1d1493ad974a415e742162412f057149fb839a6026814959e93ce08d493c4d705d7c5427117618401872589daffc76f8c492c8f898621c8a' LIMIT 1[0m
|
3005
|
+
[1m[35mSpudUser Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'BV0boeJCVGgpj5AW9Xb' LIMIT 1
|
3006
|
+
[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-06-19 02:54:17', '7002350b10ab9f2af1a2f54803ec19ed5430071d9f0aa3a3b004b513e8d4fd015dc80c2f2743334a3d4929c525260ac0294d01bcc05d14b4d9fb2d45818a58a7', '2013-06-19 02:54:17', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:17', 'testuser', 1, 'jL6jwDIkLj5tB3L57l0M', 'PIw0RWQlLKurX9mFRySK', 'e9398aebf8d7443b1d1493ad974a415e742162412f057149fb839a6026814959e93ce08d493c4d705d7c5427117618401872589daffc76f8c492c8f898621c8a', 'BV0boeJCVGgpj5AW9Xb', 1, NULL, '2013-06-19 02:54:17')[0m
|
3007
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
3008
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
3009
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:17', `last_login_ip` = '0.0.0.0', `perishable_token` = 'NS5sRViTR1tUXNOjvVK3', `updated_at` = '2013-06-19 02:54:17' WHERE `spud_users`.`id` = 35
|
3010
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
3011
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
3012
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
3013
|
+
[1m[35mSpudPermalink Load (0.2ms)[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.2ms)[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.2ms)[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.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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page12', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', NULL, 'page12', 0, 0)[0m
|
3017
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
3018
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `spud_pages` [0m
|
3019
|
+
Processing by Spud::Admin::PagesController#destroy as HTML
|
3020
|
+
Parameters: {"id"=>"21"}
|
3021
|
+
[1m[35mSpudUser Load (0.3ms)[0m SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 35 LIMIT 1
|
3022
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 21 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 (21)
|
3024
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
3025
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`spud_page_id` = 21
|
3026
|
+
[1m[36mSpudPermalink Load (0.3ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`attachment_id` = 21 AND `spud_permalinks`.`attachment_type` = 'SpudPage'[0m
|
3027
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM `spud_pages` WHERE `spud_pages`.`id` = 21
|
3028
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
3029
|
+
Redirected to http://test.host/spud/admin/pages
|
3030
|
+
Completed 302 Found in 14ms (ActiveRecord: 1.6ms)
|
3031
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `spud_pages`
|
3032
|
+
[1m[36m (0.9ms)[0m [1mROLLBACK[0m
|
3033
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
3034
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
3035
|
+
[1m[35m (0.0ms)[0m BEGIN
|
3036
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
3037
|
+
[1m[35mSpudUser Exists (0.2ms)[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.2ms)[0m SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '0c71d2790e0a7f3c5c674996f03d4c9fc32a5fffdb7eabe1b2deeff8190e7ced8eb3b0b0c972b194c0dbaa31fe4e1023a88f3c5fdd72dcec76689ac948080382' LIMIT 1
|
3040
|
+
[1m[36mSpudUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'qLdhFeiBYTdVjjodctw' LIMIT 1[0m
|
3041
|
+
[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-06-19 02:54:17', '39361d28cd49994a21a9c0bcb50f2082adc5d0ca1b27a0cbef2f813bb6bbb13a783257409edbd8ce97970a8e3868ac9c2863836be1465146434d2641fd893134', '2013-06-19 02:54:17', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-06-19 02:54:17', 'testuser', 1, 'dJh8VH8uz5UZqtQqtimk', 'T7cO2XeBmaeDYloKVUWf', '0c71d2790e0a7f3c5c674996f03d4c9fc32a5fffdb7eabe1b2deeff8190e7ced8eb3b0b0c972b194c0dbaa31fe4e1023a88f3c5fdd72dcec76689ac948080382', 'qLdhFeiBYTdVjjodctw', 1, NULL, '2013-06-19 02:54:17')
|
3042
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
3043
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
3044
|
+
[1m[36m (0.4ms)[0m [1mUPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-06-19 02:54:17', `last_login_ip` = '0.0.0.0', `perishable_token` = 'hUljk1jTWTIIfXuAIhU', `updated_at` = '2013-06-19 02:54:17' WHERE `spud_users`.`id` = 36[0m
|
3045
|
+
[1m[35m (0.0ms)[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.2ms)[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.2ms)[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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page13', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', NULL, 'page13', 0, 0)
|
3052
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
3053
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM `spud_pages`
|
3054
|
+
Processing by Spud::Admin::PagesController#destroy as HTML
|
3055
|
+
Parameters: {"id"=>"23532"}
|
3056
|
+
[1m[36mSpudUser Load (0.3ms)[0m [1mSELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 36 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 4ms (ActiveRecord: 0.5ms)
|
3061
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `spud_pages` [0m
|
3062
|
+
[1m[35m (1.5ms)[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 20ms (Views: 16.7ms | 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.0ms)[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.0ms)[0m [1mBEGIN[0m
|
3080
|
+
[1m[35m (0.0ms)[0m BEGIN
|
3081
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
3082
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
3083
|
+
[1m[36mSpudPermalink Load (0.2ms)[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.2ms)[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.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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page14', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', 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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page15', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', 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.2ms)[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.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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page16', NULL, NULL, NULL, 1, 1, NULL, '2013-06-19 02:54:17', 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.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1[0m
|
3104
|
+
[1m[35mSpudPermalink Load (0.2ms)[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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page17', NULL, NULL, NULL, 1, 1, NULL, '2013-06-19 02:54:17', 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.2ms)[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.1ms)[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.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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page18', NULL, NULL, NULL, 1, 1, NULL, '2013-06-19 02:54:17', NULL, 'page18', 0, 0)
|
3115
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
3116
|
+
Processing by Spud::Cms::SitemapsController#show as XML
|
3117
|
+
[1m[35mSpudPage Load (0.9ms)[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.9ms)
|
3119
|
+
[1m[36mSpudPage Load (0.4ms)[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.4ms)[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.3ms)[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-06-19 02:54:17', NULL, 'Main', 0, '2013-06-19 02:54:17')
|
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-06-19 02:54:17', NULL, 0, 'Menu Item 15', 25, 'SpudMenu', 25, NULL, '2013-06-19 02:54:17', '/')[0m
|
3130
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
3131
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
3132
|
+
[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-06-19 02:54:17', NULL, 0, 'Menu Item 16', 25, 'SpudMenu', 25, NULL, '2013-06-19 02:54:17', '/')
|
3133
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
3134
|
+
[1m[35mSpudMenu Load (0.3ms)[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` = 25 ORDER BY parent_type, parent_id[0m
|
3144
|
+
[1m[35m (0.6ms)[0m ROLLBACK
|
3145
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
3146
|
+
[1m[35m (0.1ms)[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.3ms)[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.2ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-06-19 02:54:17', NULL, 'Menu25', 0, '2013-06-19 02:54:17')
|
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-06-19 02:54:17', NULL, 0, 'Menu Item 17', 26, 'SpudMenu', 26, NULL, '2013-06-19 02:54:17', '/')[0m
|
3154
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
3155
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
3156
|
+
[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-06-19 02:54:17', NULL, 0, 'Menu Item 18', 26, 'SpudMenu', 26, NULL, '2013-06-19 02:54:17', '/')
|
3157
|
+
[1m[36m (0.1ms)[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.4ms)[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` = 26 ORDER BY parent_type, parent_id[0m
|
3168
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
3169
|
+
[1m[36m (0.1ms)[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.3ms)[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.2ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-06-19 02:54:17', NULL, 'Main2', 0, '2013-06-19 02:54:17')
|
3175
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
3176
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
3177
|
+
[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-06-19 02:54:17', NULL, 0, 'Menu Item 19', 27, 'SpudMenu', 27, NULL, '2013-06-19 02:54:17', '/')[0m
|
3178
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
3179
|
+
[1m[36m (0.0ms)[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-06-19 02:54:17', NULL, 0, 'Menu Item 20', 27, 'SpudMenu', 27, NULL, '2013-06-19 02:54:17', '/')
|
3181
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
3182
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
3183
|
+
[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-06-19 02:54:17', NULL, 0, 'SubItem', 20, 'SpudMenuItem', 27, NULL, '2013-06-19 02:54:17', '/')[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.3ms)[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` = 27 ORDER BY parent_type, parent_id
|
3195
|
+
[1m[36m (0.3ms)[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.3ms)[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-06-19 02:54:17', NULL, 'Main4', 0, '2013-06-19 02:54:17')[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.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-06-19 02:54:17', NULL, 0, 'Menu Item 21', 28, 'SpudMenu', 28, NULL, '2013-06-19 02:54:17', '/')
|
3205
|
+
[1m[36m (0.1ms)[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-06-19 02:54:17', NULL, 0, 'Menu Item 22', 28, 'SpudMenu', 28, NULL, '2013-06-19 02:54:17', '/')[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.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-06-19 02:54:17', NULL, 0, 'SubItem', 23, 'SpudMenuItem', 28, NULL, '2013-06-19 02:54:17', '/')
|
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.3ms)[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` = 28 ORDER BY parent_type, parent_id[0m
|
3222
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
3223
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
3224
|
+
[1m[35m (0.1ms)[0m BEGIN
|
3225
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
3226
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
3227
|
+
[1m[36mSpudMenu Exists (0.3ms)[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-06-19 02:54:17', NULL, 'Menu26', 0, '2013-06-19 02:54:17')
|
3229
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
3230
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
3231
|
+
[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-06-19 02:54:17', NULL, 0, 'Menu Item 23', 29, 'SpudMenu', 29, NULL, '2013-06-19 02:54:17', '/')[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.6ms)[0m ROLLBACK
|
3235
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
3236
|
+
[1m[35m (0.1ms)[0m BEGIN
|
3237
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
3238
|
+
[1m[35m (0.1ms)[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.1ms)[0m INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-06-19 02:54:17', NULL, 'Main3', 0, '2013-06-19 02:54:17')
|
3241
|
+
[1m[36m (0.0ms)[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-06-19 02:54:17', NULL, 0, 'Menu Item 24', 30, 'SpudMenu', 30, NULL, '2013-06-19 02:54:17', '/')[0m
|
3244
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
3245
|
+
[1m[36m (0.1ms)[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-06-19 02:54:17', NULL, 0, 'Menu Item 25', 30, 'SpudMenu', 30, NULL, '2013-06-19 02:54:17', '/')
|
3247
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
3248
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
3249
|
+
[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-06-19 02:54:17', NULL, 0, 'SubItem', 27, 'SpudMenuItem', 30, NULL, '2013-06-19 02:54:17', '/')[0m
|
3250
|
+
[1m[35m (0.1ms)[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.3ms)[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` = 30 ORDER BY parent_type, parent_id
|
3261
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
3262
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
3263
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
3264
|
+
[1m[35m (0.1ms)[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.2ms)[0m [1mINSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-06-19 02:54:17', NULL, 'Menu27', 0, '2013-06-19 02:54:17')[0m
|
3268
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
3269
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
3270
|
+
[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-06-19 02:54:17', NULL, 0, 'Menu Item 26', 31, 'SpudMenu', 31, NULL, '2013-06-19 02:54:17', '/')
|
3271
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
3272
|
+
[1m[35mSpudMenu Load (0.3ms)[0m SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Menu27' AND `spud_menus`.`site_id` = 1 LIMIT 1
|
3273
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
3274
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
3275
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
3276
|
+
[1m[35m (0.0ms)[0m BEGIN
|
3277
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
3278
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
3279
|
+
[1m[36mSpudPermalink Load (0.2ms)[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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page19', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', NULL, 'page19', 0, 0)
|
3283
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
3284
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
3285
|
+
[1m[36mSpudPage Load (0.3ms)[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.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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page20', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', NULL, 'page20', 0, 0)[0m
|
3290
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
3291
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
3292
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 28 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.2ms)[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` = 28) LIMIT 1[0m
|
3296
|
+
[1m[35mSpudPage Exists (0.2ms)[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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page21', NULL, NULL, NULL, 1, 0, 28, '2013-06-19 02:54:17', 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.3ms)[0m ROLLBACK
|
3301
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
3302
|
+
[1m[35m (0.0ms)[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.4ms)[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.3ms)[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.2ms)[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.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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page22', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', NULL, 'page22', 0, 0)[0m
|
3310
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
3311
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
3312
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
3313
|
+
[1m[36mSpudPermalink Load (0.2ms)[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.3ms)[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.3ms)[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.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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page23', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', NULL, 'page23', 0, 0)
|
3317
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
3318
|
+
[1m[35mSpudPage Load (0.3ms)[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.1ms)[0m ROLLBACK
|
3321
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
3322
|
+
[1m[35m (0.0ms)[0m BEGIN
|
3323
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
3324
|
+
[1m[35mSpudPage Load (0.4ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
3325
|
+
[1m[36mSpudPermalink Load (0.3ms)[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.3ms)[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.3ms)[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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page24', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', 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.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
3332
|
+
[1m[35mSpudPermalink Load (0.2ms)[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.2ms)[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.2ms)[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.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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page25', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', NULL, 'page25', 0, 0)[0m
|
3336
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
3337
|
+
[1m[36mSpudPage Load (0.3ms)[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.5ms)[0m ROLLBACK
|
3339
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
3340
|
+
[1m[35m (0.0ms)[0m BEGIN
|
3341
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
3342
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
3343
|
+
[1m[36mSpudPage Load (0.3ms)[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.2ms)[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.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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page26', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', NULL, 'page26', 0, 0)[0m
|
3348
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
3349
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
3350
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
3351
|
+
[1m[36mSpudPermalink Load (0.2ms)[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.2ms)[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.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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page27', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', NULL, 'page27', 0, 0)
|
3355
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
3356
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
3357
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 35 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.2ms)[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` = 35) 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.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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page28', NULL, NULL, NULL, 1, 0, 35, '2013-06-19 02:54:17', NULL, 'page26/page28', 0, 0)
|
3363
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
3364
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1
|
3365
|
+
[1m[36m (0.9ms)[0m [1mROLLBACK[0m
|
3366
|
+
[1m[35m (0.0ms)[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.2ms)[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.2ms)[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.2ms)[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.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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page29', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', 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.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
3378
|
+
[1m[35mSpudPermalink Load (0.2ms)[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.2ms)[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.2ms)[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.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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page30', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', NULL, 'page30', 0, 0)[0m
|
3382
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
3383
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
3384
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 38 LIMIT 1
|
3385
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
3386
|
+
[1m[35mSpudPermalink Load (0.2ms)[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.2ms)[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` = 38) LIMIT 1[0m
|
3388
|
+
[1m[35mSpudPage Exists (0.2ms)[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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page31', NULL, NULL, NULL, 1, 0, 38, '2013-06-19 02:54:17', NULL, 'page29/page31', 0, 0)[0m
|
3390
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
3391
|
+
[1m[36mSpudPage Load (0.4ms)[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.0ms)[0m [1mROLLBACK[0m
|
3394
|
+
[1m[35m (0.0ms)[0m BEGIN
|
3395
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
3396
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_2
|
3397
|
+
[1m[36mSpudPage Load (0.4ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
3398
|
+
[1m[35mSpudPermalink Load (0.3ms)[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.3ms)[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.3ms)[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.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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page32', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', NULL, 'page32', 0, 0)[0m
|
3402
|
+
[1m[35m (0.2ms)[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.2ms)[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.2ms)[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.3ms)[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.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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page33', NULL, NULL, NULL, 1, 1, NULL, '2013-06-19 02:54:17', NULL, 'page33', 0, 0)
|
3409
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
3410
|
+
[1m[35mSpudPage Load (0.4ms)[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.5ms)[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.0ms)[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.0ms)[0m [1mBEGIN[0m
|
3422
|
+
[1m[35m (0.0ms)[0m BEGIN
|
3423
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
3424
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
3425
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
3426
|
+
[1m[35m (0.0ms)[0m BEGIN
|
3427
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
3428
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
3429
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
3430
|
+
[1m[35m (0.0ms)[0m BEGIN
|
3431
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
3432
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
3433
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
3434
|
+
[1m[35m (0.0ms)[0m BEGIN
|
3435
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
3436
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
3437
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
3438
|
+
[1m[35m (0.0ms)[0m BEGIN
|
3439
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
3440
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
3441
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
3442
|
+
[1m[35m (0.0ms)[0m BEGIN
|
3443
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
3444
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
3445
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
3446
|
+
[1m[35m (0.1ms)[0m BEGIN
|
3447
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
3448
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
3449
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
3450
|
+
[1m[35m (0.0ms)[0m BEGIN
|
3451
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
3452
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
3453
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
3454
|
+
[1m[35m (0.0ms)[0m BEGIN
|
3455
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
3456
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO `spud_page_partials` (`content`, `content_processed`, `created_at`, `format`, `name`, `spud_page_id`, `symbol_name`, `updated_at`) VALUES (NULL, '', '2013-06-19 02:54:17', NULL, 'Test Page', NULL, 'test_page', '2013-06-19 02:54:17')
|
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.2ms)[0m UPDATE `spud_page_partials` SET `content_processed` = '' WHERE `spud_page_partials`.`id` = 1
|
3459
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
3460
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
3461
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
3462
|
+
[1m[35m (0.0ms)[0m BEGIN
|
3463
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
3464
|
+
[1m[35m (0.0ms)[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-06-19 02:54:17', NULL, 'Test Page', 1, '2013-06-19 02:54:17')[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.2ms)[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-06-19 02:54:17', NULL, 'Test Page', 1, 'test_page', '2013-06-19 02:54:17')
|
3469
|
+
[1m[36mSpudPageLiquidTag Load (0.3ms)[0m [1mSELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 2 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'[0m
|
3470
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
3471
|
+
[1m[36m (0.3ms)[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.4ms)[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.1ms)[0m SAVEPOINT active_record_2
|
3477
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `spud_page_partial_revisions` (`content`, `created_at`, `format`, `name`, `spud_page_id`, `updated_at`) VALUES ('Home Sweet Home', '2013-06-19 02:54:17', NULL, 'Test Page', 1, '2013-06-19 02:54:17')[0m
|
3478
|
+
[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'
|
3479
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 1 LIMIT 1[0m
|
3480
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO `spud_page_partials` (`content`, `content_processed`, `created_at`, `format`, `name`, `spud_page_id`, `symbol_name`, `updated_at`) VALUES ('Home Sweet Home', 'Home Sweet Home', '2013-06-19 02:54:17', NULL, 'Test Page', 1, 'test_page', '2013-06-19 02:54:17')
|
3481
|
+
[1m[36mSpudPageLiquidTag Load (0.2ms)[0m [1mSELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 3 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'[0m
|
3482
|
+
[1m[35m (0.1ms)[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-06-19 02:54:17', NULL, 'Test Page', 1, '2013-06-19 02:54:17')
|
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.3ms)[0m UPDATE `spud_page_partials` SET `content` = 'Nah', `content_processed` = 'Nah', `updated_at` = '2013-06-19 02:54:17' WHERE `spud_page_partials`.`id` = 3
|
3487
|
+
[1m[36mSpudPageLiquidTag Load (0.2ms)[0m [1mSELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 3 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'[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.3ms)[0m INSERT INTO `spud_page_partial_revisions` (`content`, `created_at`, `format`, `name`, `spud_page_id`, `updated_at`) VALUES ('Another change', '2013-06-19 02:54:17', NULL, 'Test Page', 1, '2013-06-19 02:54:17')
|
3491
|
+
[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
|
3492
|
+
[1m[35mSpudPagePartialRevision Load (0.3ms)[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` = 2[0m
|
3494
|
+
[1m[35m (0.3ms)[0m UPDATE `spud_page_partials` SET `content` = 'Another change', `content_processed` = 'Another change', `updated_at` = '2013-06-19 02:54:17' WHERE `spud_page_partials`.`id` = 3
|
3495
|
+
[1m[36mSpudPageLiquidTag Load (0.3ms)[0m [1mSELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 3 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'[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.9ms)[0m ROLLBACK
|
3499
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
3500
|
+
[1m[35m (0.1ms)[0m BEGIN
|
3501
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
3502
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
3503
|
+
[1m[36m (0.1ms)[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.0ms)[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.0ms)[0m BEGIN
|
3517
|
+
[1m[36m (0.0ms)[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.0ms)[0m [1mBEGIN[0m
|
3522
|
+
[1m[35mSpudPage Exists (0.3ms)[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.3ms)[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.1ms)[0m ROLLBACK
|
3525
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
3526
|
+
[1m[35m (0.0ms)[0m BEGIN
|
3527
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
3528
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
3529
|
+
[1m[36mSpudPage Exists (0.3ms)[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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page34', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', NULL, 'test', 1, 0)[0m
|
3532
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
3533
|
+
[1m[36mSpudPage Exists (0.2ms)[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.3ms)[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.2ms)[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.3ms)[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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'test', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', 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.3ms)[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.3ms)[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.3ms)[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.6ms)[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.2ms)[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.3ms)[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.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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page36', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', NULL, 'page36', 0, 0)[0m
|
3560
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 45 LIMIT 1
|
3561
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `spud_page_partials` (`content`, `content_processed`, `created_at`, `format`, `name`, `spud_page_id`, `symbol_name`, `updated_at`) VALUES (NULL, '', '2013-06-19 02:54:17', NULL, 'body', 45, 'body', '2013-06-19 02:54:17')[0m
|
3562
|
+
[1m[35mSpudPageLiquidTag Load (0.3ms)[0m SELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 4 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'
|
3563
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE `spud_page_partials` SET `content_processed` = '' WHERE `spud_page_partials`.`id` = 4[0m
|
3564
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
3565
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `spud_page_partials` [0m
|
3566
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
3567
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`spud_page_id` = 45[0m
|
3568
|
+
[1m[35mSpudPageLiquidTag Load (0.4ms)[0m SELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 4 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'
|
3569
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM `spud_page_partials` WHERE `spud_page_partials`.`id` = 4[0m
|
3570
|
+
[1m[35mSpudPermalink Load (0.3ms)[0m SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`attachment_id` = 45 AND `spud_permalinks`.`attachment_type` = 'SpudPage'
|
3571
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM `spud_pages` WHERE `spud_pages`.`id` = 45[0m
|
3572
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
3573
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `spud_page_partials` [0m
|
3574
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
3575
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
3576
|
+
[1m[35m (0.0ms)[0m BEGIN
|
3577
|
+
[1m[36m (0.0ms)[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.0ms)[0m SAVEPOINT active_record_2
|
3591
|
+
[1m[36mSpudPage Load (0.3ms)[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.2ms)[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.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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'parent', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', NULL, 'parent', 0, 0)[0m
|
3596
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
3597
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
3598
|
+
[1m[35mSpudPage Load (0.3ms)[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` = 46) 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.4ms)[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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page 1', NULL, NULL, NULL, 1, 0, 46, '2013-06-19 02:54:17', NULL, 'parent/page-1', 0, 0)
|
3603
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
3604
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
3605
|
+
[1m[36mSpudPage Load (0.3ms)[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` = 46) 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.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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'Page 2', NULL, NULL, NULL, 1, 0, 46, '2013-06-19 02:54:17', NULL, 'parent/page-2', 0, 0)[0m
|
3610
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
3611
|
+
[1m[36mSpudPage Load (0.3ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
3612
|
+
[1m[35m (0.4ms)[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.1ms)[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.2ms)[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.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
|
3624
|
+
[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
|
3625
|
+
[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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', NULL, 'about', 0, 0)[0m
|
3626
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
3627
|
+
[1m[36mSpudPage Load (0.3ms)[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.3ms)[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` = 49) 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.4ms)[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.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
3636
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
3637
|
+
[1m[36mSpudPermalink Load (0.2ms)[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.3ms)[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.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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'testimonials', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', NULL, 'testimonials', 0, 0)
|
3641
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
3642
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
3643
|
+
[1m[36mSpudPermalink Load (0.2ms)[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.0ms)[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.2ms)[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.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
|
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.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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'another', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', NULL, 'another', 0, 0)[0m
|
3656
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
3657
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
3658
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 51)
|
3659
|
+
[1m[36mSpudPermalink Load (0.2ms)[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.3ms)[0m [1mINSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (51, 'SpudPage', '2013-06-19 02:54:17', 0, '2013-06-19 02:54:17', '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` != 51 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
3663
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'again' AND `spud_pages`.`id` != 51 AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
3664
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_pages` SET `name` = 'again', `url_name` = 'again', `updated_at` = '2013-06-19 02:54:17' WHERE `spud_pages`.`id` = 51
|
3665
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
3666
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
|
3667
|
+
[1m[36mSpudPermalink Load (0.2ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'another' LIMIT 1[0m
|
3668
|
+
[1m[35mSpudPage Load (0.2ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 51 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.2ms)[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.7ms)[0m ROLLBACK
|
3673
|
+
[1m[36m (0.0ms)[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.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
3678
|
+
[1m[35mSpudPermalink Load (0.2ms)[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.2ms)[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.2ms)[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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'permapage', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', NULL, 'permapage', 0, 0)[0m
|
3682
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
3683
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
3684
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 52)
|
3685
|
+
[1m[36mSpudPermalink Load (0.2ms)[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.2ms)[0m [1mINSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (52, 'SpudPage', '2013-06-19 02:54:17', 0, '2013-06-19 02:54:17', 'permapage')[0m
|
3688
|
+
[1m[35mSpudPage Exists (0.2ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'permapage new' AND `spud_pages`.`id` != 52 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
3689
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'permapage-new' AND `spud_pages`.`id` != 52 AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
3690
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_pages` SET `name` = 'permapage new', `url_name` = 'permapage-new', `updated_at` = '2013-06-19 02:54:17' WHERE `spud_pages`.`id` = 52
|
3691
|
+
[1m[36m (0.1ms)[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` = 52 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 != 52)
|
3695
|
+
[1m[36mSpudPermalink Load (0.3ms)[0m [1mSELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'permapage' LIMIT 1[0m
|
3696
|
+
[1m[35mSpudPage Load (0.3ms)[0m SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 52 LIMIT 1
|
3697
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_2[0m
|
3698
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM `spud_permalinks` WHERE `spud_permalinks`.`id` = 5
|
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.3ms)[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.3ms)[0m INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (52, 'SpudPage', '2013-06-19 02:54:17', 0, '2013-06-19 02:54:17', 'permapage-new')
|
3703
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
3704
|
+
[1m[35mSpudPage Exists (0.4ms)[0m SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'permapage' AND `spud_pages`.`id` != 52 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
3705
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'permapage' AND `spud_pages`.`id` != 52 AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
3706
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `spud_permalinks` WHERE `spud_permalinks`.`attachment_id` = 52 AND `spud_permalinks`.`attachment_type` = 'SpudPage' AND `spud_permalinks`.`url_name` = 'permapage'
|
3707
|
+
[1m[36m (0.5ms)[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.1ms)[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.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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'original', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', NULL, 'original', 0, 0)
|
3717
|
+
[1m[36m (0.2ms)[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.3ms)[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.0ms)[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.2ms)[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.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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'original', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', 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 != 54)
|
3733
|
+
[1m[36mSpudPermalink Load (0.2ms)[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.3ms)[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 (54, 'SpudPage', '2013-06-19 02:54:17', 0, '2013-06-19 02:54:17', '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` != 54 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
|
3737
|
+
[1m[36mSpudPage Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'original2' AND `spud_pages`.`id` != 54 AND `spud_pages`.`site_id` = 0) LIMIT 1[0m
|
3738
|
+
[1m[35m (0.2ms)[0m UPDATE `spud_pages` SET `name` = 'original2', `url_name` = 'original2', `updated_at` = '2013-06-19 02:54:17' WHERE `spud_pages`.`id` = 54
|
3739
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
3740
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
3741
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0[0m
|
3742
|
+
[1m[35mSpudPermalink Load (0.2ms)[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.2ms)[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-06-19 02:54:17', NULL, 'html', NULL, NULL, NULL, 'new', NULL, NULL, NULL, 1, 0, NULL, '2013-06-19 02:54:17', NULL, 'new', 0, 0)[0m
|
3746
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
3747
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 55 LIMIT 1[0m
|
3748
|
+
[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
|
3749
|
+
[1m[36mSpudPage Load (0.2ms)[0m [1mSELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 54 LIMIT 1[0m
|
3750
|
+
[1m[35m (0.5ms)[0m ROLLBACK
|
3751
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|