spud_cms 0.9.20 → 0.9.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MjAzMjNkNWExMDY1MzBkYjZmZjFlOGNlNzM3N2U1YzViY2Y2YTJlZg==
4
+ NGVhMTAwYWIxMjQyYTRjZWE3YjQzMDA2ZTIyNmE1ODIxN2NiMDNkNA==
5
5
  data.tar.gz: !binary |-
6
- ZGMxZjNkMjJmMjI0NzRmMjFlMjdmMGZhZDM5MjY4YTRhNjQzMzIwYQ==
6
+ Yzk0ZWRjZTY4YzI3NjM4OWE1OTAwMzEyODg2YTYwMzcwYTdiMDU1OQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- OTkyZWM5MmRiZWFmM2Y3MTY0MTMzYmIwNWUyMThjYTI3MzU3ZjFkZjEwOWE3
10
- MzQyZjk2MzgzZDZiNzA4NDNkZmViMmMxMTMzNDljNzkxNmEyYWVhNmFlMDNm
11
- YWM0ZjBjYzExNWU2MzIyYjJjMmFiMTZlNzE1OWE4NDQzMWFmMjA=
9
+ YWE1NjcwZjNhYzNlZTk4NzdlNDFhNWE1NzAxNTViYzdkZjU5Mjg5OWQ2Yjk3
10
+ YjA4ZDE2NGRkNWE1Y2Q3YjgwNjVlMTgxM2E5MTE3OWViZjY0MGNmYjg1NTUy
11
+ Y2NjMTFkYWVlMDRlZjljMTllMjVjNGY1MTE1MmI2M2Q4NmEyMWQ=
12
12
  data.tar.gz: !binary |-
13
- NDJlMmI1OTc0OWM5NzVlNzNiNDYxZWIxM2ExZjhjZGY0NDY4YzFkN2QwZDY3
14
- MmU4NDFkODY1ODA5ZmQ1MGUzNjM0NzViNmQ0NDg2MTg4YTMzMTBjZWYyZmYz
15
- YTFhNTg5MmIxMTE2YzFiOTA2NzBkMzc0OWQ3NzM5ZTA5ZTRkMTg=
13
+ YzE5Zjc3YzhkZWY0MDQyZTg3YmM4YzQ2NzNkZGVhYmYzOWQwZDcwOTEyYWI4
14
+ MjllZDFhOGU3YTE0ZmNmMjUyZGFlMDRhZTFmNWZhODViOGZmNDE4YTNjN2Ji
15
+ YTg4NDM2NmU1NTRmNTEwZGU4Y2M5YmQzZjFiMTVjZWQ4MDg5MjU=
@@ -79,7 +79,8 @@ class PagesController < ApplicationController
79
79
  private
80
80
 
81
81
  def render_404
82
- Spud::Cms.template_404 ? render(Spud::Cms.template_404,:status => 404, :formats => [:html]) : render(:text=>nil,:status => 404)
82
+ raise ActionController::RoutingError.new('Not Found')
83
+ # Spud::Cms.template_404 ? render(Spud::Cms.template_404,:status => 404, :formats => [:html]) : render(:text=>nil,:status => 404)
83
84
  end
84
85
 
85
86
  def set_default_content_type
@@ -1,5 +1,5 @@
1
1
  module Spud
2
2
  module Cms
3
- VERSION = "0.9.20"
3
+ VERSION = "0.9.21"
4
4
  end
5
5
  end
@@ -1872,3 +1872,3872 @@ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.3ms)
1872
1872
  SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 54 LIMIT 1
1873
1873
   (0.3ms) ROLLBACK
1874
1874
   (0.0ms) ROLLBACK
1875
+ Connecting to database specified by database.yml
1876
+ Creating scope :public. Overwriting existing method SpudPage.public.
1877
+  (0.3ms) SELECT @@FOREIGN_KEY_CHECKS
1878
+  (0.2ms) SET FOREIGN_KEY_CHECKS = 0
1879
+  (0.1ms) SELECT DATABASE() as db
1880
+  (20.2ms) select table_name from information_schema.views where table_schema = 'spud_cms_test'
1881
+  (4.1ms) TRUNCATE TABLE `spud_admin_permissions`;
1882
+  (3.8ms) TRUNCATE TABLE `spud_menu_items`;
1883
+  (2.3ms) TRUNCATE TABLE `spud_menus`;
1884
+  (2.5ms) TRUNCATE TABLE `spud_page_liquid_tags`;
1885
+  (2.2ms) TRUNCATE TABLE `spud_page_partial_revisions`;
1886
+  (2.5ms) TRUNCATE TABLE `spud_page_partials`;
1887
+  (4.2ms) TRUNCATE TABLE `spud_pages`;
1888
+  (2.6ms) TRUNCATE TABLE `spud_permalinks`;
1889
+  (2.8ms) TRUNCATE TABLE `spud_snippets`;
1890
+  (2.4ms) TRUNCATE TABLE `spud_user_settings`;
1891
+  (2.6ms) TRUNCATE TABLE `spud_users`;
1892
+  (0.2ms) SET FOREIGN_KEY_CHECKS = 1
1893
+  (0.0ms) BEGIN
1894
+  (0.0ms) BEGIN
1895
+  (0.2ms) SAVEPOINT active_record_2
1896
+ SpudPage Load (1.5ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
1897
+ SpudPermalink Load (0.3ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page1' LIMIT 1
1898
+ SpudPage Exists (0.4ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page1' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
1899
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page1' AND `spud_pages`.`site_id` = 0) LIMIT 1
1900
+ SQL (1.0ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:53', NULL, 'html', NULL, NULL, NULL, 'Page1', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:53', NULL, 'page1', 0, 0)
1901
+  (0.1ms) RELEASE SAVEPOINT active_record_2
1902
+ Processing by PagesController#show as HTML
1903
+ Parameters: {"id"=>"page1"}
1904
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'page1' LIMIT 1
1905
+ SpudPagePartial Load (0.1ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (1)
1906
+ Rendered /Users/davidestes/projects/spud_rails/spud_cms/app/views/pages/show.html.erb within layouts/application (1.8ms)
1907
+ Completed 200 OK in 53ms (Views: 35.4ms | ActiveRecord: 2.1ms)
1908
+  (0.5ms) ROLLBACK
1909
+  (0.1ms) ROLLBACK
1910
+  (0.0ms) BEGIN
1911
+  (0.0ms) BEGIN
1912
+  (0.1ms) SAVEPOINT active_record_2
1913
+ SpudPage Load (0.4ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
1914
+ SpudPermalink Load (0.4ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'home' LIMIT 1
1915
+ SpudPage Exists (0.3ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'home' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
1916
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'home' AND `spud_pages`.`site_id` = 0) LIMIT 1
1917
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:53', NULL, 'html', NULL, NULL, NULL, 'home', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:53', NULL, 'home', 0, 0)
1918
+  (0.2ms) RELEASE SAVEPOINT active_record_2
1919
+ Processing by PagesController#show as HTML
1920
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'home' LIMIT 1
1921
+ SpudPagePartial Load (0.2ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (11)
1922
+ Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.4ms)
1923
+  (0.3ms) ROLLBACK
1924
+  (0.0ms) ROLLBACK
1925
+  (0.0ms) BEGIN
1926
+  (0.1ms) BEGIN
1927
+  (0.1ms) SAVEPOINT active_record_2
1928
+ SpudPage Load (0.4ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
1929
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1
1930
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'about' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
1931
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1
1932
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:53', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:53', NULL, 'about', 0, 0)
1933
+  (0.1ms) RELEASE SAVEPOINT active_record_2
1934
+  (0.1ms) SAVEPOINT active_record_2
1935
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 21)
1936
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about-us' LIMIT 1
1937
+ SpudPermalink Exists (0.3ms) SELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'about' AND `spud_permalinks`.`site_id` = 0) LIMIT 1
1938
+ SQL (0.2ms) INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (21, 'SpudPage', '2013-10-09 13:36:53', 0, '2013-10-09 13:36:53', 'about')
1939
+ SpudPage Exists (0.5ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'about us' AND `spud_pages`.`id` != 21 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
1940
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about-us' AND `spud_pages`.`id` != 21 AND `spud_pages`.`site_id` = 0) LIMIT 1
1941
+  (0.3ms) UPDATE `spud_pages` SET `name` = 'about us', `url_name` = 'about-us', `updated_at` = '2013-10-09 13:36:53' WHERE `spud_pages`.`id` = 21
1942
+  (0.2ms) RELEASE SAVEPOINT active_record_2
1943
+ Processing by PagesController#show as HTML
1944
+ Parameters: {"id"=>"about"}
1945
+ SpudPage Load (0.4ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'about' LIMIT 1
1946
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`url_name` = 'about' LIMIT 1
1947
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 21 LIMIT 1
1948
+ Redirected to http://test.host/about-us
1949
+ Completed 301 Moved Permanently in 6ms (ActiveRecord: 0.8ms)
1950
+  (2.1ms) ROLLBACK
1951
+  (0.0ms) ROLLBACK
1952
+  (0.0ms) BEGIN
1953
+  (0.0ms) BEGIN
1954
+  (0.1ms) SAVEPOINT active_record_2
1955
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
1956
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1
1957
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'about' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
1958
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1
1959
+ SQL (0.3ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:53', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:53', NULL, 'about', 0, 1)
1960
+  (0.1ms) RELEASE SAVEPOINT active_record_2
1961
+ Processing by PagesController#show as HTML
1962
+ Parameters: {"id"=>"about"}
1963
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'about' LIMIT 1
1964
+ SpudPagePartial Load (0.2ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (31)
1965
+ Redirected to http://test.host/spud/user_session/new
1966
+ Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
1967
+  (0.4ms) ROLLBACK
1968
+  (0.0ms) ROLLBACK
1969
+  (0.0ms) BEGIN
1970
+  (0.0ms) BEGIN
1971
+  (0.1ms) SAVEPOINT active_record_2
1972
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
1973
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
1974
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '8622d34913be6cf031d3bd242975634e08c493fa8c3b4f7dbb891bec9957f06826ccc4987d54f5a86167ac0b5904c2b628cfdd3cbfd44599c8c2373b2d15c318' LIMIT 1
1975
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'wgHDudQXGooSqITbk005' LIMIT 1
1976
+ SQL (0.5ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:53', '18a95340ba22759aee66ad34695f23aa55e7f64e1b7279e12f858fb2643cc044a44cb04f3efd594ec8065745a02b926c961fcbcb81c2cce79b3da45c6957cbc3', '2013-10-09 13:36:53', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:53', 'testuser', 1, 'aJVGea0HrrsbwBMZYKWp', 'xKCDmOhbm4kyf8thVJl', '8622d34913be6cf031d3bd242975634e08c493fa8c3b4f7dbb891bec9957f06826ccc4987d54f5a86167ac0b5904c2b628cfdd3cbfd44599c8c2373b2d15c318', 'wgHDudQXGooSqITbk005', 1, NULL, '2013-10-09 13:36:53')
1977
+  (0.2ms) RELEASE SAVEPOINT active_record_2
1978
+  (0.1ms) SAVEPOINT active_record_2
1979
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:53', `last_login_ip` = '0.0.0.0', `perishable_token` = 'EYzIR7SbV3tix1rUaLv', `updated_at` = '2013-10-09 13:36:53' WHERE `spud_users`.`id` = 1
1980
+  (0.1ms) RELEASE SAVEPOINT active_record_2
1981
+  (0.1ms) SAVEPOINT active_record_2
1982
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
1983
+ SpudPermalink Load (0.3ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1
1984
+ SpudPage Exists (0.3ms) 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
+ SpudPage Exists (0.3ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1
1986
+ SQL (0.3ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:53', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:53', NULL, 'about', 0, 1)
1987
+  (0.1ms) RELEASE SAVEPOINT active_record_2
1988
+ Processing by PagesController#show as HTML
1989
+ Parameters: {"id"=>"about"}
1990
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 1 LIMIT 1
1991
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'about' LIMIT 1
1992
+ SpudPagePartial Load (0.2ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (41)
1993
+ Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.6ms)
1994
+  (0.5ms) ROLLBACK
1995
+  (0.1ms) ROLLBACK
1996
+  (0.0ms) BEGIN
1997
+  (0.0ms) BEGIN
1998
+  (0.0ms) SAVEPOINT active_record_2
1999
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
2000
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1
2001
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'about' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
2002
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1
2003
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:53', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:53', NULL, 'about', 0, 0)
2004
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2005
+ Processing by PagesController#show as HTML
2006
+ Parameters: {"id"=>"about"}
2007
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'about' AND `spud_pages`.`site_id` = 1 LIMIT 1
2008
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`url_name` = 'about' AND `spud_permalinks`.`site_id` = 1 LIMIT 1
2009
+ Completed 404 Not Found in 32ms (Views: 29.8ms | ActiveRecord: 0.4ms)
2010
+  (0.4ms) ROLLBACK
2011
+  (0.2ms) ROLLBACK
2012
+  (0.1ms) BEGIN
2013
+  (0.0ms) BEGIN
2014
+  (0.1ms) SAVEPOINT active_record_2
2015
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
2016
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1
2017
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'about' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
2018
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1
2019
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:53', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:53', NULL, 'about', 0, 0)
2020
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2021
+  (0.1ms) SAVEPOINT active_record_2
2022
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1
2023
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1
2024
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'about' AND `spud_pages`.`site_id` = 1 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
2025
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 1) LIMIT 1
2026
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:53', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 1, NULL, '2013-10-09 13:36:53', NULL, 'about', 0, 0)
2027
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2028
+ Processing by PagesController#show as HTML
2029
+ Parameters: {"id"=>"about"}
2030
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'about' AND `spud_pages`.`site_id` = 1 LIMIT 1
2031
+ SpudPagePartial Load (0.3ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (71)
2032
+ Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.5ms)
2033
+  (0.3ms) ROLLBACK
2034
+  (0.0ms) ROLLBACK
2035
+  (0.0ms) BEGIN
2036
+  (0.0ms) BEGIN
2037
+  (0.1ms) SAVEPOINT active_record_2
2038
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
2039
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'home' LIMIT 1
2040
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'home' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
2041
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'home' AND `spud_pages`.`site_id` = 0) LIMIT 1
2042
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:53', NULL, 'html', NULL, NULL, NULL, 'home', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:53', NULL, 'home', 0, 0)
2043
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2044
+  (0.1ms) SAVEPOINT active_record_2
2045
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1
2046
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'home' LIMIT 1
2047
+ SpudPage Exists (0.1ms) 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
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'home' AND `spud_pages`.`site_id` = 1) LIMIT 1
2049
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:53', NULL, 'html', NULL, NULL, NULL, 'home', NULL, NULL, NULL, 1, 1, NULL, '2013-10-09 13:36:53', NULL, 'home', 0, 0)
2050
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2051
+ Processing by PagesController#show as HTML
2052
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'home' AND `spud_pages`.`site_id` = 1 LIMIT 1
2053
+ SpudPagePartial Load (0.2ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (91)
2054
+ Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.4ms)
2055
+  (0.8ms) ROLLBACK
2056
+  (0.0ms) ROLLBACK
2057
+  (0.0ms) BEGIN
2058
+  (0.0ms) BEGIN
2059
+  (0.0ms) ROLLBACK
2060
+  (0.0ms) ROLLBACK
2061
+  (0.0ms) BEGIN
2062
+  (0.2ms) BEGIN
2063
+  (0.1ms) SAVEPOINT active_record_2
2064
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2065
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2066
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '0f6d7eddfdd938eb9953ac6cdfbaf20854eb3b520b3628d27954b1071030ee2a17711bd38b401b185efcd0a5ce0300224f3b9a8501ba842fa91695f2ad8ab34e' LIMIT 1
2067
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'RjdWsLdkzW5wbDEb61' LIMIT 1
2068
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:53', '49461b78c4fdd8c7f3d94ab456b13d253e3867e744250e78138a09f37c14a31ebdedb9265695487cc824ba7c468366fca8a0b3892eb099a57fd88a784aeb5a5e', '2013-10-09 13:36:53', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:53', 'testuser', 1, 'fTGAJ6MaudHXnEPsK8', 'EH2Q4ws2xqo1kXAp0LA', '0f6d7eddfdd938eb9953ac6cdfbaf20854eb3b520b3628d27954b1071030ee2a17711bd38b401b185efcd0a5ce0300224f3b9a8501ba842fa91695f2ad8ab34e', 'RjdWsLdkzW5wbDEb61', 1, NULL, '2013-10-09 13:36:53')
2069
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2070
+  (0.2ms) SAVEPOINT active_record_2
2071
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:53', `last_login_ip` = '0.0.0.0', `perishable_token` = 'DG4ZWSA1Oo9j9yzZenhx', `updated_at` = '2013-10-09 13:36:53' WHERE `spud_users`.`id` = 11
2072
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2073
+  (0.1ms) SAVEPOINT active_record_2
2074
+ SpudMenu Exists (0.3ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu1' AND `spud_menus`.`site_id` = 0) LIMIT 1
2075
+ SQL (0.2ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:53', NULL, 'Menu1', 0, '2013-10-09 13:36:53')
2076
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2077
+  (0.1ms) SAVEPOINT active_record_2
2078
+ SQL (0.3ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:36:53', NULL, 0, 'Menu Item 1', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:36:53', NULL)
2079
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2080
+  (0.1ms) SAVEPOINT active_record_2
2081
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:36:53', NULL, 0, 'Menu Item 2', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:36:53', NULL)
2082
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2083
+ Processing by Spud::Admin::MenuItemsController#index as HTML
2084
+ Parameters: {"menu_id"=>"1"}
2085
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 11 LIMIT 1
2086
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 1 LIMIT 1
2087
+ Completed 200 OK in 8ms (Views: 2.1ms | ActiveRecord: 0.5ms)
2088
+  (0.3ms) SELECT COUNT(*) FROM `spud_menu_items` WHERE `spud_menu_items`.`parent_id` = 1 AND `spud_menu_items`.`parent_type` = 'SpudMenu'
2089
+  (0.4ms) ROLLBACK
2090
+  (0.0ms) ROLLBACK
2091
+  (0.0ms) BEGIN
2092
+  (0.0ms) BEGIN
2093
+  (0.1ms) SAVEPOINT active_record_2
2094
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2095
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2096
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '7ef0ae46541e7e366ed53e343d99e26c430696c5eb7d243cfe1fba09ebabb0c62e9dddac856886956966201b541d865a36c9d333eec9a2bb9d7c37bd28470f1d' LIMIT 1
2097
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'FoijHxeEVuYI4hcGZeY6' LIMIT 1
2098
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:53', 'bc108fccec5ad592bc90af881f20e9d33ff7844d6707d046f0d9aee13d53adbf3f5446ac34cc45f8647e708c40e3701aae6d61812f9e48ae2b4b77c994eae172', '2013-10-09 13:36:53', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:53', 'testuser', 1, '0cPZyk4Mm313gjf5fC', '5ziScJZuUrVD0EjriO', '7ef0ae46541e7e366ed53e343d99e26c430696c5eb7d243cfe1fba09ebabb0c62e9dddac856886956966201b541d865a36c9d333eec9a2bb9d7c37bd28470f1d', 'FoijHxeEVuYI4hcGZeY6', 1, NULL, '2013-10-09 13:36:53')
2099
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2100
+  (0.2ms) SAVEPOINT active_record_2
2101
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:53', `last_login_ip` = '0.0.0.0', `perishable_token` = '9xHYywt8x65EBOc1NPW', `updated_at` = '2013-10-09 13:36:53' WHERE `spud_users`.`id` = 21
2102
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2103
+  (0.0ms) SAVEPOINT active_record_2
2104
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu2' AND `spud_menus`.`site_id` = 0) LIMIT 1
2105
+ SQL (0.2ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:53', NULL, 'Menu2', 0, '2013-10-09 13:36:53')
2106
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2107
+ Processing by Spud::Admin::MenuItemsController#index as HTML
2108
+ Parameters: {"menu_id"=>"12"}
2109
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 21 LIMIT 1
2110
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 12 LIMIT 1
2111
+ Redirected to http://test.host/spud/admin/menus
2112
+ Filter chain halted as :load_menu rendered or redirected
2113
+ Completed 302 Found in 4ms (ActiveRecord: 0.4ms)
2114
+  (0.7ms) ROLLBACK
2115
+  (0.0ms) ROLLBACK
2116
+  (0.0ms) BEGIN
2117
+  (0.0ms) BEGIN
2118
+  (0.1ms) SAVEPOINT active_record_2
2119
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2120
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2121
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'b9f94f3ce1e0d77a07dddb24acc2317561df126d0aafb6c94a03b896f72306cc6ad3fa392b74503b6e2cf5536dd3ece1cd76f07076e86d1ec453298b8ef6c135' LIMIT 1
2122
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'Q55l5IYPybUl1BIH533m' LIMIT 1
2123
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:53', 'b892742877e5dab3c061a3e656d4d3ae3ce21250b494da83f21e827fad97ad21f966a77122a31ad5ca349aa58bc28a4dadbd9c88db1e57ea500887663e19d78d', '2013-10-09 13:36:53', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:53', 'testuser', 1, 'HFWcCB6uh7nxDHPtvTv', 'GWGpMnFmWjvdkXiWyz0Q', 'b9f94f3ce1e0d77a07dddb24acc2317561df126d0aafb6c94a03b896f72306cc6ad3fa392b74503b6e2cf5536dd3ece1cd76f07076e86d1ec453298b8ef6c135', 'Q55l5IYPybUl1BIH533m', 1, NULL, '2013-10-09 13:36:53')
2124
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2125
+  (0.2ms) SAVEPOINT active_record_2
2126
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:53', `last_login_ip` = '0.0.0.0', `perishable_token` = 'w8wNOEL5Bnpcau0Xe5', `updated_at` = '2013-10-09 13:36:53' WHERE `spud_users`.`id` = 31
2127
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2128
+  (0.0ms) SAVEPOINT active_record_2
2129
+ SpudMenu Exists (0.1ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu3' AND `spud_menus`.`site_id` = 0) LIMIT 1
2130
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:53', NULL, 'Menu3', 0, '2013-10-09 13:36:53')
2131
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2132
+ Processing by Spud::Admin::MenuItemsController#new as HTML
2133
+ Parameters: {"menu_id"=>"21"}
2134
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 31 LIMIT 1
2135
+ SpudMenu Load (0.3ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 21 LIMIT 1
2136
+ Completed 200 OK in 6ms (Views: 1.3ms | ActiveRecord: 0.5ms)
2137
+  (0.5ms) ROLLBACK
2138
+  (0.0ms) ROLLBACK
2139
+  (0.1ms) BEGIN
2140
+  (0.0ms) BEGIN
2141
+  (0.1ms) SAVEPOINT active_record_2
2142
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2143
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2144
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '9b93c00cb0a80ecb31013c836cdaae46bd09c0318c226470ee92376bda3eecefecd0a21282d38918302f7137f46d19fa1ed375f5ce11d3db37cabc66633829e0' LIMIT 1
2145
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'XYrErO2dG7xq8PeaS6F' LIMIT 1
2146
+ SQL (0.5ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:53', '8af5ffd2bd5f198b9d749b5e9bf720265df2f9bc0738d0ea3fa46fa6d77a80086240dc70b6d69e3bbc69f77961edf49f3ecab00d2e6cf4fdd40721c7e33f7455', '2013-10-09 13:36:53', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:53', 'testuser', 1, 'Er39qFuutNCZUqDKr1Yi', 'Q4dgV04aLYj0hbWwWL9', '9b93c00cb0a80ecb31013c836cdaae46bd09c0318c226470ee92376bda3eecefecd0a21282d38918302f7137f46d19fa1ed375f5ce11d3db37cabc66633829e0', 'XYrErO2dG7xq8PeaS6F', 1, NULL, '2013-10-09 13:36:53')
2147
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2148
+  (0.1ms) SAVEPOINT active_record_2
2149
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:53', `last_login_ip` = '0.0.0.0', `perishable_token` = '6s1tLEFZpjvEVCzAbpgY', `updated_at` = '2013-10-09 13:36:53' WHERE `spud_users`.`id` = 41
2150
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2151
+  (0.0ms) SAVEPOINT active_record_2
2152
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu4' AND `spud_menus`.`site_id` = 0) LIMIT 1
2153
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:53', NULL, 'Menu4', 0, '2013-10-09 13:36:53')
2154
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2155
+  (0.2ms) SELECT COUNT(*) FROM `spud_menu_items` 
2156
+ Processing by Spud::Admin::MenuItemsController#create as HTML
2157
+ Parameters: {"spud_menu_item"=>{"name"=>"Menu Item 3", "parent_type"=>"SpudMenu", "parent_id"=>nil}, "menu_id"=>"31"}
2158
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 41 LIMIT 1
2159
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 31 LIMIT 1
2160
+  (0.1ms) SAVEPOINT active_record_2
2161
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:36:53', NULL, 0, 'Menu Item 3', 31, 'SpudMenu', 31, NULL, '2013-10-09 13:36:53', NULL)
2162
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2163
+ Redirected to http://test.host/spud/admin/menus/31/menu_items
2164
+ Completed 302 Found in 12ms (ActiveRecord: 0.0ms)
2165
+  (0.2ms) SELECT COUNT(*) FROM `spud_menu_items` 
2166
+  (0.7ms) ROLLBACK
2167
+  (0.1ms) ROLLBACK
2168
+  (0.1ms) BEGIN
2169
+  (0.0ms) BEGIN
2170
+  (0.1ms) SAVEPOINT active_record_2
2171
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2172
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2173
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'f8ee8d56cc0931523e27dc057b5f993ac408f8ebcf8d23c51f491b3225a291d0e61abc1c8af2adc3bc5d46a5080b0cd661c822c1d99f7bd65f0cbdc1f6a12f52' LIMIT 1
2174
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'p8MjZFQ0PJu6LnczMdWD' LIMIT 1
2175
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:53', '117d72c5525f7573c0f570bc450378fd4fa66cb329a5a0c6d148a8058a40527ee27ed79efd7a738c69aa0f170b403c1a7060c959b1520bf33e8767ecfb85a035', '2013-10-09 13:36:53', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:53', 'testuser', 1, 'awhAVlQuFG2sdk2cE5', 'CRDzcUa5eSn4LiwYF', 'f8ee8d56cc0931523e27dc057b5f993ac408f8ebcf8d23c51f491b3225a291d0e61abc1c8af2adc3bc5d46a5080b0cd661c822c1d99f7bd65f0cbdc1f6a12f52', 'p8MjZFQ0PJu6LnczMdWD', 1, NULL, '2013-10-09 13:36:53')
2176
+  (0.2ms) RELEASE SAVEPOINT active_record_2
2177
+  (0.2ms) SAVEPOINT active_record_2
2178
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:53', `last_login_ip` = '0.0.0.0', `perishable_token` = 'A3LagjgEAXH50aSjAka', `updated_at` = '2013-10-09 13:36:53' WHERE `spud_users`.`id` = 51
2179
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2180
+  (0.0ms) SAVEPOINT active_record_2
2181
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu5' AND `spud_menus`.`site_id` = 0) LIMIT 1
2182
+ SQL (0.3ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:53', NULL, 'Menu5', 0, '2013-10-09 13:36:53')
2183
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2184
+  (0.2ms) SELECT COUNT(*) FROM `spud_menu_items`
2185
+ Processing by Spud::Admin::MenuItemsController#create as HTML
2186
+ Parameters: {"spud_menu_item"=>{"name"=>nil, "parent_type"=>"SpudMenu", "parent_id"=>nil}, "menu_id"=>"41"}
2187
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 51 LIMIT 1
2188
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 41 LIMIT 1
2189
+  (0.1ms) SAVEPOINT active_record_2
2190
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
2191
+ Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
2192
+  (0.2ms) SELECT COUNT(*) FROM `spud_menu_items` 
2193
+  (0.6ms) ROLLBACK
2194
+  (0.0ms) ROLLBACK
2195
+  (0.1ms) BEGIN
2196
+  (0.1ms) BEGIN
2197
+  (0.1ms) SAVEPOINT active_record_2
2198
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2199
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2200
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'e6c0f3002fbe929cfcd393dc795e4a37f8a86eb2dddb3e24710d70fe7ac0c735813789641bd900f267dd73ce8a369e34f51366e961b8488fb90763e7fc6f8546' LIMIT 1
2201
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'ohCPVYdj2GMLMWqPSruS' LIMIT 1
2202
+ SQL (0.8ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:53', '4fb5dcad3037c82365a74d0326aa088ea0a842592c57c431a40afda2aefd9bc417b13954b4968ee5aa271e1bc90a835d87d4b50559e1624187e6a55faf1dc282', '2013-10-09 13:36:53', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:53', 'testuser', 1, 'IwPzEejzGAhVKNyrWNHm', 'pOixJTsV8TJVcB1ly2lv', 'e6c0f3002fbe929cfcd393dc795e4a37f8a86eb2dddb3e24710d70fe7ac0c735813789641bd900f267dd73ce8a369e34f51366e961b8488fb90763e7fc6f8546', 'ohCPVYdj2GMLMWqPSruS', 1, NULL, '2013-10-09 13:36:53')
2203
+  (0.2ms) RELEASE SAVEPOINT active_record_2
2204
+  (0.1ms) SAVEPOINT active_record_2
2205
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:53', `last_login_ip` = '0.0.0.0', `perishable_token` = '2FAb1UotG3IAh3mHl', `updated_at` = '2013-10-09 13:36:53' WHERE `spud_users`.`id` = 61
2206
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2207
+  (0.1ms) SAVEPOINT active_record_2
2208
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu6' AND `spud_menus`.`site_id` = 0) LIMIT 1
2209
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu6', 0, '2013-10-09 13:36:54')
2210
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2211
+  (0.0ms) SAVEPOINT active_record_2
2212
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:36:54', NULL, 0, 'Menu Item 4', 51, 'SpudMenu', 1, NULL, '2013-10-09 13:36:54', NULL)
2213
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2214
+ Processing by Spud::Admin::MenuItemsController#create as HTML
2215
+ Parameters: {"spud_menu_item"=>{"name"=>"Menu Item 5", "parent_type"=>"SpudMenu", "parent_id"=>nil, "menu_order"=>nil}, "menu_id"=>"51"}
2216
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 61 LIMIT 1
2217
+  (0.1ms) SAVEPOINT active_record_2
2218
+  (0.1ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:36:54', `perishable_token` = 'tLYBcQROwjBYKNVVjQb', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 61
2219
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2220
+ SpudMenu Load (0.1ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 51 LIMIT 1
2221
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 51 LIMIT 1
2222
+ SpudMenuItem Load (0.3ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`parent_id` = 51 AND `spud_menu_items`.`parent_type` = 'SpudMenu' ORDER BY menu_order desc LIMIT 1
2223
+  (0.0ms) SAVEPOINT active_record_2
2224
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:36:54', NULL, 1, 'Menu Item 5', 51, 'SpudMenu', 51, NULL, '2013-10-09 13:36:54', NULL)
2225
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2226
+ Redirected to http://test.host/spud/admin/menus/51/menu_items
2227
+ Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
2228
+  (0.8ms) ROLLBACK
2229
+  (0.0ms) ROLLBACK
2230
+  (0.0ms) BEGIN
2231
+  (0.0ms) BEGIN
2232
+  (0.1ms) SAVEPOINT active_record_2
2233
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2234
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2235
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '087e29585e5f2be58dd052537a20fdafe1dc060aec965e987630ba2f873f9413c50c3582edcd8a76a4a62121d2f1551bcf3e4c05e070fcde371e64e30d42995a' LIMIT 1
2236
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'G5I6acvZ646NBJlv4P' LIMIT 1
2237
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:54', 'a0da0b9f176f4e84fd63b991af957f618dcbe030a35376d402a9052851384afdc3cc5b698bc77bda72b5677911d0381a420b07427a8be0f7daf54518f249a76f', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'NsMPP630y5Kv6KYuhlY', 'KnyHKjgQaoVBMA8OUWpM', '087e29585e5f2be58dd052537a20fdafe1dc060aec965e987630ba2f873f9413c50c3582edcd8a76a4a62121d2f1551bcf3e4c05e070fcde371e64e30d42995a', 'G5I6acvZ646NBJlv4P', 1, NULL, '2013-10-09 13:36:54')
2238
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2239
+  (0.1ms) SAVEPOINT active_record_2
2240
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'DN9M3ozPgvQKKoDjzqd', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 71
2241
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2242
+  (0.1ms) SAVEPOINT active_record_2
2243
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu7' AND `spud_menus`.`site_id` = 0) LIMIT 1
2244
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu7', 0, '2013-10-09 13:36:54')
2245
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2246
+  (0.1ms) SAVEPOINT active_record_2
2247
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
2248
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page2' LIMIT 1
2249
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page2' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
2250
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page2' AND `spud_pages`.`site_id` = 0) LIMIT 1
2251
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:54', NULL, 'html', NULL, NULL, NULL, 'Page2', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:54', NULL, 'page2', 0, 0)
2252
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2253
+ Processing by Spud::Admin::MenuItemsController#create as HTML
2254
+ Parameters: {"spud_menu_item"=>{"name"=>nil, "parent_type"=>"SpudMenu", "parent_id"=>"1", "spud_page_id"=>"101"}, "menu_id"=>"61"}
2255
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 71 LIMIT 1
2256
+ SpudMenu Load (0.3ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 61 LIMIT 1
2257
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 101 LIMIT 1
2258
+  (0.1ms) SAVEPOINT active_record_2
2259
+ SQL (0.3ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:36:54', NULL, 0, 'Page2', 1, 'SpudMenuItem', 61, 101, '2013-10-09 13:36:54', NULL)
2260
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2261
+ Redirected to http://test.host/spud/admin/menus/61/menu_items
2262
+ Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
2263
+  (0.6ms) ROLLBACK
2264
+  (0.0ms) ROLLBACK
2265
+  (0.0ms) BEGIN
2266
+  (0.0ms) BEGIN
2267
+  (0.1ms) SAVEPOINT active_record_2
2268
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2269
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2270
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '7a5990eeb62938357443d1ae9a34bc50018d26dd60a0de8fc89315fd2fb51e1f94ab4f462e0dd47e13de1a87d21b291bed3485666123edd11c85ebd471747145' LIMIT 1
2271
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'I8umOqqnMW9QhfIjcr' LIMIT 1
2272
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:54', '582211d727fa3b6c62346af084798eda936ffad28d701481609dbe0c9c711d75ce3c32cae689f119403163fb9bdd299d49c91e318baa8b962b7ac33935ad29a8', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'qLUJjkXK102qoDdB1us', '1aiZMkQsXBiCKUzJhR', '7a5990eeb62938357443d1ae9a34bc50018d26dd60a0de8fc89315fd2fb51e1f94ab4f462e0dd47e13de1a87d21b291bed3485666123edd11c85ebd471747145', 'I8umOqqnMW9QhfIjcr', 1, NULL, '2013-10-09 13:36:54')
2273
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2274
+  (0.2ms) SAVEPOINT active_record_2
2275
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'CPBCygykrWDFqbOQGOJw', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 81
2276
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2277
+  (0.0ms) SAVEPOINT active_record_2
2278
+ SpudMenu Exists (0.1ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu8' AND `spud_menus`.`site_id` = 0) LIMIT 1
2279
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu8', 0, '2013-10-09 13:36:54')
2280
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2281
+  (0.0ms) SAVEPOINT active_record_2
2282
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:36:54', NULL, 0, 'Menu Item 6', 71, 'SpudMenu', 1, NULL, '2013-10-09 13:36:54', NULL)
2283
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2284
+ Processing by Spud::Admin::MenuItemsController#create as HTML
2285
+ Parameters: {"spud_menu_item"=>{"name"=>"Menu Item 7", "parent_type"=>"SpudMenu", "parent_id"=>"61"}, "menu_id"=>"71"}
2286
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 81 LIMIT 1
2287
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 71 LIMIT 1
2288
+  (0.2ms) SAVEPOINT active_record_2
2289
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:36:54', NULL, 0, 'Menu Item 7', 61, 'SpudMenuItem', 71, NULL, '2013-10-09 13:36:54', NULL)
2290
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2291
+ Redirected to http://test.host/spud/admin/menus/71/menu_items
2292
+ Completed 302 Found in 6ms (ActiveRecord: 0.0ms)
2293
+ SpudMenuItem Load (0.2ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 61 LIMIT 1
2294
+  (0.8ms) ROLLBACK
2295
+  (0.0ms) ROLLBACK
2296
+  (0.1ms) BEGIN
2297
+  (0.0ms) BEGIN
2298
+  (0.0ms) SAVEPOINT active_record_2
2299
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2300
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2301
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'fe04734e8de490035c9976b7ab6c3da264a3ecb3bcafc48fdc617c2e61545f5e46e4e02d1ba939c57d9c12070b0e95d296c3388b7b03e912b033d51bcf86e4b0' LIMIT 1
2302
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'Ao6mdQb223y1zKYeQkW' LIMIT 1
2303
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:54', '9bb0744e6abbbeef50cd9dca3827058d44fb18361e1d2536de5265c99a9d2da92d382b982b02d81f36b97cb3f354991c388f67a9f2dbf2aa4dc70d689a06369b', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'w8KHiUIgIJNzQbnKewWY', 'Ul7T3NExVaVeffa3cFm', 'fe04734e8de490035c9976b7ab6c3da264a3ecb3bcafc48fdc617c2e61545f5e46e4e02d1ba939c57d9c12070b0e95d296c3388b7b03e912b033d51bcf86e4b0', 'Ao6mdQb223y1zKYeQkW', 1, NULL, '2013-10-09 13:36:54')
2304
+  (0.2ms) RELEASE SAVEPOINT active_record_2
2305
+  (0.1ms) SAVEPOINT active_record_2
2306
+  (0.1ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = '79hxN9FsTmn6IXpfdFO', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 91
2307
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2308
+  (0.0ms) SAVEPOINT active_record_2
2309
+ SpudMenu Exists (0.1ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu9' AND `spud_menus`.`site_id` = 0) LIMIT 1
2310
+ SQL (0.2ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu9', 0, '2013-10-09 13:36:54')
2311
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2312
+  (0.1ms) SAVEPOINT active_record_2
2313
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:36:54', NULL, 0, 'Menu Item 8', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:36:54', NULL)
2314
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2315
+  (0.0ms) SAVEPOINT active_record_2
2316
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:36:54', NULL, 0, 'Menu Item 9', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:36:54', NULL)
2317
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2318
+ Processing by Spud::Admin::MenuItemsController#edit as HTML
2319
+ Parameters: {"menu_id"=>"81", "id"=>"91"}
2320
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 91 LIMIT 1
2321
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 81 LIMIT 1
2322
+ SpudMenuItem Load (0.2ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 91 LIMIT 1
2323
+ Completed 200 OK in 6ms (Views: 1.3ms | ActiveRecord: 0.8ms)
2324
+  (4.8ms) ROLLBACK
2325
+  (0.1ms) ROLLBACK
2326
+  (0.0ms) BEGIN
2327
+  (0.0ms) BEGIN
2328
+  (0.0ms) SAVEPOINT active_record_2
2329
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2330
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2331
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '7d685598e133a135b8747055356ae57f5cb0058f2390bf451eee746f5e0d219bf381bb304226afaba00a65f70920546a3dd65106862db21f98c7f233d897f369' LIMIT 1
2332
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'LxTvxlvG0NPyOUXgS1k' LIMIT 1
2333
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:54', '06ee52a489743754fb31c1a09f346c5819d07a0bcb282790bf6ab2a072adc8fdd3302fde3929a558c22c399923860d19047f025ea0c1b266846dd740aae686ff', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'CwIYBswtDKOVQMkm9SCc', 'Q5S0Fl44GpEarU9ouYpL', '7d685598e133a135b8747055356ae57f5cb0058f2390bf451eee746f5e0d219bf381bb304226afaba00a65f70920546a3dd65106862db21f98c7f233d897f369', 'LxTvxlvG0NPyOUXgS1k', 1, NULL, '2013-10-09 13:36:54')
2334
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2335
+  (0.1ms) SAVEPOINT active_record_2
2336
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'jfGjBThkhXkLaR2vzy', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 101
2337
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2338
+  (0.0ms) SAVEPOINT active_record_2
2339
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu10' AND `spud_menus`.`site_id` = 0) LIMIT 1
2340
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu10', 0, '2013-10-09 13:36:54')
2341
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2342
+ Processing by Spud::Admin::MenuItemsController#edit as HTML
2343
+ Parameters: {"menu_id"=>"91", "id"=>"345"}
2344
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 101 LIMIT 1
2345
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 91 LIMIT 1
2346
+ SpudMenuItem Load (0.1ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 345 LIMIT 1
2347
+ Redirected to http://test.host/spud/admin/menus/91/menu_items
2348
+ Filter chain halted as :load_menu_item rendered or redirected
2349
+ Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
2350
+  (0.5ms) ROLLBACK
2351
+  (0.0ms) ROLLBACK
2352
+  (0.0ms) BEGIN
2353
+  (0.0ms) BEGIN
2354
+  (0.1ms) SAVEPOINT active_record_2
2355
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2356
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2357
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '79d7e166d743dd2a0b444d94f87ec20146cbf15af259b4867bf72c02b9528d7cf398bbf9abfff89f7b01e436418e213bb62bdac47912cd49b722b76c317ea96d' LIMIT 1
2358
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '4AVgNpj66R8u1W57BiR5' LIMIT 1
2359
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:54', 'eab51d42d66e42563cff18e3599daade212dbb76758c1b0f01ee321bb21f06308e44852434facb0f1f51e8de54863df503d892faacf8b3e1c3027bfeca11c588', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'K0cITyF6iEsR0K8cbc4', 'Tj7WLrCagyZFc6ftAKYI', '79d7e166d743dd2a0b444d94f87ec20146cbf15af259b4867bf72c02b9528d7cf398bbf9abfff89f7b01e436418e213bb62bdac47912cd49b722b76c317ea96d', '4AVgNpj66R8u1W57BiR5', 1, NULL, '2013-10-09 13:36:54')
2360
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2361
+  (0.2ms) SAVEPOINT active_record_2
2362
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'SPYlQRw36RT5bz5ZKB0', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 111
2363
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2364
+  (0.1ms) SAVEPOINT active_record_2
2365
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu11' AND `spud_menus`.`site_id` = 0) LIMIT 1
2366
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu11', 0, '2013-10-09 13:36:54')
2367
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2368
+  (0.1ms) SAVEPOINT active_record_2
2369
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:36:54', NULL, 0, 'Menu Item 10', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:36:54', NULL)
2370
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2371
+ Processing by Spud::Admin::MenuItemsController#update as HTML
2372
+ Parameters: {"spud_menu_item"=>{"parent_type"=>"SpudMenu", "parent_id"=>nil, "item_type"=>nil, "spud_page_id"=>nil, "menu_order"=>"0", "url"=>nil, "name"=>"MyMenu", "classes"=>nil}, "menu_id"=>"101", "id"=>"101"}
2373
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 111 LIMIT 1
2374
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 101 LIMIT 1
2375
+ SpudMenuItem Load (0.1ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 101 LIMIT 1
2376
+  (0.1ms) SAVEPOINT active_record_2
2377
+  (0.2ms) UPDATE `spud_menu_items` SET `parent_id` = 101, `name` = 'MyMenu', `spud_menu_id` = 101, `updated_at` = '2013-10-09 13:36:54' WHERE `spud_menu_items`.`id` = 101
2378
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2379
+ Redirected to http://test.host/spud/admin/menus/101/menu_items
2380
+ Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
2381
+ SpudMenuItem Load (0.3ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 101 LIMIT 1
2382
+  (0.6ms) ROLLBACK
2383
+  (0.1ms) ROLLBACK
2384
+  (0.1ms) BEGIN
2385
+  (0.0ms) BEGIN
2386
+  (0.1ms) SAVEPOINT active_record_2
2387
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2388
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2389
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '62a8ace7761eccf7779e1d05422958f8c13e121e224728097816f441cfed0c4e60500a2a4e3cd6fbf6eebb4ee0fae6afb9cc1a9f682aae5875a35c72096c2067' LIMIT 1
2390
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '6lkH4EW4hcEoYY41Md4T' LIMIT 1
2391
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:54', '516baf32aec2381b1755f3763a0a97850b123cbeb1ea04037c472daa97a8f6dcfd8ae395204f986178dce72e4d80d771b02acf9c8cb5ed89da753b263ad2b953', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'G9bdrcuX0VO1Pox0rp0l', 'QOcXYQjN3tE3zODkhuc8', '62a8ace7761eccf7779e1d05422958f8c13e121e224728097816f441cfed0c4e60500a2a4e3cd6fbf6eebb4ee0fae6afb9cc1a9f682aae5875a35c72096c2067', '6lkH4EW4hcEoYY41Md4T', 1, NULL, '2013-10-09 13:36:54')
2392
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2393
+  (0.1ms) SAVEPOINT active_record_2
2394
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'Ec9VpSrIQTY8DABiMKU', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 121
2395
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2396
+  (0.0ms) SAVEPOINT active_record_2
2397
+ SpudMenu Exists (0.1ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu12' AND `spud_menus`.`site_id` = 0) LIMIT 1
2398
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu12', 0, '2013-10-09 13:36:54')
2399
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2400
+  (0.0ms) SAVEPOINT active_record_2
2401
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:36:54', NULL, 0, 'Menu Item 11', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:36:54', NULL)
2402
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2403
+  (0.0ms) SAVEPOINT active_record_2
2404
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:36:54', NULL, 0, 'Menu Item 12', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:36:54', NULL)
2405
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2406
+ SpudMenu Load (0.1ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 1 LIMIT 1
2407
+ Processing by Spud::Admin::MenuItemsController#update as HTML
2408
+ Parameters: {"spud_menu_item"=>{"parent_type"=>"SpudMenu", "parent_id"=>"111", "item_type"=>nil, "spud_page_id"=>nil, "menu_order"=>"0", "url"=>nil, "name"=>"Menu Item 12", "classes"=>nil}, "menu_id"=>"111", "id"=>"121"}
2409
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 121 LIMIT 1
2410
+ SpudMenu Load (0.1ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 111 LIMIT 1
2411
+ SpudMenuItem Load (0.2ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 121 LIMIT 1
2412
+  (0.1ms) SAVEPOINT active_record_2
2413
+  (0.2ms) UPDATE `spud_menu_items` SET `parent_type` = 'SpudMenuItem', `parent_id` = 111, `spud_menu_id` = 111, `updated_at` = '2013-10-09 13:36:54' WHERE `spud_menu_items`.`id` = 121
2414
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2415
+ Redirected to http://test.host/spud/admin/menus/111/menu_items
2416
+ Completed 302 Found in 6ms (ActiveRecord: 0.0ms)
2417
+ SpudMenuItem Load (0.2ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 121 LIMIT 1
2418
+ SpudMenuItem Load (0.2ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 111 LIMIT 1
2419
+  (0.6ms) ROLLBACK
2420
+  (0.1ms) ROLLBACK
2421
+  (0.0ms) BEGIN
2422
+  (0.0ms) BEGIN
2423
+  (0.1ms) SAVEPOINT active_record_2
2424
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2425
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2426
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '224a065682e15eb7f5c764a79a113f1defe4181042d136dba424faae21a1773bf2281d383919f6e7adbe724e7313cc7b922c76a65ea2c895fcd1118d7719078d' LIMIT 1
2427
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'a0hGWHfC2BLjxNaBuu6' LIMIT 1
2428
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:54', 'ead28f26d6294893520de0b4358150b74395e2dc23d2cc59a0d0d34bc3b8c1f6f2b12deabe5341b0341e69208f2fbbcf4fc8373195144e69905a06734b6534df', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'kqlFMdNwIOiQufSJy7', '3dqiVHX2mQ6UxUDdeqM', '224a065682e15eb7f5c764a79a113f1defe4181042d136dba424faae21a1773bf2281d383919f6e7adbe724e7313cc7b922c76a65ea2c895fcd1118d7719078d', 'a0hGWHfC2BLjxNaBuu6', 1, NULL, '2013-10-09 13:36:54')
2429
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2430
+  (0.1ms) SAVEPOINT active_record_2
2431
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'PHkUf1W8C6qDo9dYQ7b', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 131
2432
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2433
+  (0.1ms) SAVEPOINT active_record_2
2434
+ SpudMenu Exists (0.3ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu13' AND `spud_menus`.`site_id` = 0) LIMIT 1
2435
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu13', 0, '2013-10-09 13:36:54')
2436
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2437
+  (0.1ms) SAVEPOINT active_record_2
2438
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:36:54', NULL, 0, 'Menu Item 13', 121, 'SpudMenu', 1, NULL, '2013-10-09 13:36:54', NULL)
2439
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2440
+  (0.1ms) SELECT COUNT(*) FROM `spud_menu_items` 
2441
+ Processing by Spud::Admin::MenuItemsController#destroy as HTML
2442
+ Parameters: {"menu_id"=>"121", "id"=>"131"}
2443
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 131 LIMIT 1
2444
+ SpudMenu Load (0.3ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 121 LIMIT 1
2445
+ SpudMenuItem Load (0.2ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 131 LIMIT 1
2446
+  (0.1ms) SAVEPOINT active_record_2
2447
+ SpudMenuItem Load (0.2ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`parent_id` = 131 AND `spud_menu_items`.`parent_type` = 'SpudMenuItem'
2448
+ SQL (0.2ms) DELETE FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 131
2449
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2450
+ Redirected to http://test.host/spud/admin/menus/121/menu_items
2451
+ Completed 302 Found in 13ms (ActiveRecord: 0.0ms)
2452
+  (0.3ms) SELECT COUNT(*) FROM `spud_menu_items` 
2453
+  (0.6ms) ROLLBACK
2454
+  (0.0ms) ROLLBACK
2455
+  (0.0ms) BEGIN
2456
+  (0.0ms) BEGIN
2457
+  (0.1ms) SAVEPOINT active_record_2
2458
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2459
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2460
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'f5971efc4b4e4857228f479836cf8ae71d95ca4d400ca83de3a0aa151fc9e64ffcc9980453b019b702981f22baf23709f20f162a62639c85621286da1e8b4dce' LIMIT 1
2461
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '84pUDTyRJF4EouE3nGAB' LIMIT 1
2462
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:54', '23e5ada8c5a0dd6f6506d48e17e31c97c049321a3fb0b3d9004236f97e5da3ecddf4bcc9f0f71f444a757bc0a0f977748cce717ed4930f8896b5a7575ff765b9', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'LY40RWki0e0ywYPSPXSs', 'ceoEm6lwuvPp5Lm9Nt7', 'f5971efc4b4e4857228f479836cf8ae71d95ca4d400ca83de3a0aa151fc9e64ffcc9980453b019b702981f22baf23709f20f162a62639c85621286da1e8b4dce', '84pUDTyRJF4EouE3nGAB', 1, NULL, '2013-10-09 13:36:54')
2463
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2464
+  (0.1ms) SAVEPOINT active_record_2
2465
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'B3ls50hIYOY8ZSefFa3O', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 141
2466
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2467
+  (0.1ms) SAVEPOINT active_record_2
2468
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu14' AND `spud_menus`.`site_id` = 0) LIMIT 1
2469
+ SQL (0.4ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu14', 0, '2013-10-09 13:36:54')
2470
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2471
+  (0.2ms) SAVEPOINT active_record_2
2472
+ SQL (0.3ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:36:54', NULL, 0, 'Menu Item 14', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:36:54', NULL)
2473
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2474
+ Processing by Spud::Admin::MenuItemsController#edit as HTML
2475
+ Parameters: {"id"=>"141", "menu_id"=>"131"}
2476
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 141 LIMIT 1
2477
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 131 LIMIT 1
2478
+ Redirected to http://test.host/spud/admin/menus
2479
+ Filter chain halted as :load_menu rendered or redirected
2480
+ Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
2481
+  (0.4ms) ROLLBACK
2482
+  (0.0ms) ROLLBACK
2483
+  (0.0ms) BEGIN
2484
+  (0.0ms) BEGIN
2485
+  (0.1ms) SAVEPOINT active_record_2
2486
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2487
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2488
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'e503ead99116e77489f44d4ee0faeede504632d4c2fc354691e2e1cff3d2cb67ba57cf18c293cc631f3056457d014e1b65b6b5ae4ed3532f41bf43cc175177f9' LIMIT 1
2489
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 's4WwXGtnxDUgom8Isox' LIMIT 1
2490
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:54', '6230f944dd6cd82750c4f717d616a19b739fbc85f2c7b77f549618fdbb0439085339b0522068e167fa0f8a83026baed26d9653fab95b396472eef16695613a84', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, '9FdWPhws7RpE400Ce7D', 'qY6Zsy7Vsm9BFndteeSw', 'e503ead99116e77489f44d4ee0faeede504632d4c2fc354691e2e1cff3d2cb67ba57cf18c293cc631f3056457d014e1b65b6b5ae4ed3532f41bf43cc175177f9', 's4WwXGtnxDUgom8Isox', 1, NULL, '2013-10-09 13:36:54')
2491
+  (0.2ms) RELEASE SAVEPOINT active_record_2
2492
+  (0.2ms) SAVEPOINT active_record_2
2493
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = '4k3R2dpSjccM6Su6jpez', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 151
2494
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2495
+  (0.1ms) SAVEPOINT active_record_2
2496
+ SpudMenu Exists (0.4ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu15' AND `spud_menus`.`site_id` = 0) LIMIT 1
2497
+ SQL (0.3ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu15', 0, '2013-10-09 13:36:54')
2498
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2499
+  (0.1ms) SAVEPOINT active_record_2
2500
+ SpudMenu Exists (0.3ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu16' AND `spud_menus`.`site_id` = 0) LIMIT 1
2501
+ SQL (0.2ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu16', 0, '2013-10-09 13:36:54')
2502
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2503
+ Processing by Spud::Admin::MenusController#index as HTML
2504
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 151 LIMIT 1
2505
+ Completed 200 OK in 5ms (Views: 1.6ms | ActiveRecord: 0.3ms)
2506
+  (0.3ms) SELECT COUNT(*) FROM `spud_menus` WHERE `spud_menus`.`site_id` = 0
2507
+  (0.7ms) ROLLBACK
2508
+  (0.0ms) ROLLBACK
2509
+  (0.0ms) BEGIN
2510
+  (0.0ms) BEGIN
2511
+  (0.0ms) SAVEPOINT active_record_2
2512
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2513
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2514
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '8bec21cd9a9c6fed066808cc223fbc35f7adf6df0af2e296ec1c54550ada0938603124766c101fe5fa517450486cd6ddde1e1c3e9b4d21f1300f1ad0bb3a084e' LIMIT 1
2515
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '5IeTP7Gt4Gbu4mHlFdmK' LIMIT 1
2516
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:54', '8db95f1ad335cf40d70350ac8f11c9ea005d5f7a95f0cb068caea308a6289273f88adfff841e22f037ac8abe4cf1217982ceabd93c4ab334e31aeba16062c1a9', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'GEgjm1bB4943KRrAyto', 'P2H7nDB6MdA2aT2Ix7dO', '8bec21cd9a9c6fed066808cc223fbc35f7adf6df0af2e296ec1c54550ada0938603124766c101fe5fa517450486cd6ddde1e1c3e9b4d21f1300f1ad0bb3a084e', '5IeTP7Gt4Gbu4mHlFdmK', 1, NULL, '2013-10-09 13:36:54')
2517
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2518
+  (0.2ms) SAVEPOINT active_record_2
2519
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'rhItGVsLFRej0WCrXTlO', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 161
2520
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2521
+ Processing by Spud::Admin::MenusController#new as HTML
2522
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 161 LIMIT 1
2523
+ Completed 200 OK in 5ms (Views: 1.3ms | ActiveRecord: 0.3ms)
2524
+  (0.3ms) ROLLBACK
2525
+  (0.1ms) ROLLBACK
2526
+  (0.1ms) BEGIN
2527
+  (0.0ms) BEGIN
2528
+  (0.1ms) SAVEPOINT active_record_2
2529
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2530
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2531
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'efd2d3c9b2e587c13fe519e019343a795c12a8ee57d7b9fe7bfed71c48ddc6b59b8e2e6993e0446c44a274d1338fe07e59f69bec778e0c4eb715363464889750' LIMIT 1
2532
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'UE2AygqWnq4Z9kx0LKrN' LIMIT 1
2533
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:54', '7950493e8e0f7c5c73d59e5d03519683ac433e99a739477886b90ccbcea8ebef60b771d137ef1b41fe18d0c1baebb89ef9e34c6287beeecc35076a376e219b28', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'E2M8i6lrXT9pu4Oo2yOr', 'ID8y0dOSapuzofeVA9qO', 'efd2d3c9b2e587c13fe519e019343a795c12a8ee57d7b9fe7bfed71c48ddc6b59b8e2e6993e0446c44a274d1338fe07e59f69bec778e0c4eb715363464889750', 'UE2AygqWnq4Z9kx0LKrN', 1, NULL, '2013-10-09 13:36:54')
2534
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2535
+  (0.2ms) SAVEPOINT active_record_2
2536
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'IVssIwLOgTL8xQxeKPtJ', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 171
2537
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2538
+  (0.2ms) SELECT COUNT(*) FROM `spud_menus`
2539
+ Processing by Spud::Admin::MenusController#create as HTML
2540
+ Parameters: {"spud_menu"=>{"name"=>"Menu17"}}
2541
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 171 LIMIT 1
2542
+  (0.1ms) SAVEPOINT active_record_2
2543
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu17' AND `spud_menus`.`site_id` = 0) LIMIT 1
2544
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu17', 0, '2013-10-09 13:36:54')
2545
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2546
+ Redirected to http://test.host/spud/admin/menus/161/menu_items
2547
+ Completed 302 Found in 8ms (ActiveRecord: 0.0ms)
2548
+  (0.1ms) SELECT COUNT(*) FROM `spud_menus`
2549
+  (0.8ms) ROLLBACK
2550
+  (0.0ms) ROLLBACK
2551
+  (0.0ms) BEGIN
2552
+  (0.0ms) BEGIN
2553
+  (0.2ms) SAVEPOINT active_record_2
2554
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2555
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2556
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '26e497c38f3f713825723e27fbac5e47da63b69443ddb7bc1115a9c90314487fa02d586f740180ab791564096a30e3b99ae17f9813ad662c8f766f3633d898ae' LIMIT 1
2557
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'BQntrYHZZtr3Piz1W1k' LIMIT 1
2558
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:54', '39efba847d50338b5e608646763082efc61acee367f3add3bafac75696860ce2ee959e431c4e73c635d6f4e278ecca5bd7379bf4bdf0129cb3a9d74366be7363', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'E6T9EkcydM52ypfvHZKe', 'xmEv7hJBeXdeHrRHPuz', '26e497c38f3f713825723e27fbac5e47da63b69443ddb7bc1115a9c90314487fa02d586f740180ab791564096a30e3b99ae17f9813ad662c8f766f3633d898ae', 'BQntrYHZZtr3Piz1W1k', 1, NULL, '2013-10-09 13:36:54')
2559
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2560
+  (0.3ms) SAVEPOINT active_record_2
2561
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'G8emcLaBld4pULPjAHwD', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 181
2562
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2563
+  (0.3ms) SELECT COUNT(*) FROM `spud_menus` 
2564
+ Processing by Spud::Admin::MenusController#create as HTML
2565
+ Parameters: {"spud_menu"=>{"name"=>nil}}
2566
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 181 LIMIT 1
2567
+  (0.2ms) SAVEPOINT active_record_2
2568
+ SpudMenu Exists (0.3ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` IS NULL AND `spud_menus`.`site_id` = 0) LIMIT 1
2569
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
2570
+ Completed 200 OK in 8ms (Views: 0.7ms | ActiveRecord: 0.0ms)
2571
+  (0.3ms) SELECT COUNT(*) FROM `spud_menus`
2572
+  (0.7ms) ROLLBACK
2573
+  (0.0ms) ROLLBACK
2574
+  (0.0ms) BEGIN
2575
+  (0.0ms) BEGIN
2576
+  (0.1ms) SAVEPOINT active_record_2
2577
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2578
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2579
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'eee944003be83ad6620bc69d43311d3ec13cd48338acab4d9d8b5bbcd8eef2d2215a787b20c19d72944ac51ce2004c6fe8ec10b53379fa69af30231767cb0f55' LIMIT 1
2580
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'cIc1wq6DpDIyOO6T91xK' LIMIT 1
2581
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:54', '60dd5995916b458db51c16c6b3ed91ae059f311dd1d7b34fd4247ba39f25c1128b69ece2e58f00ee513178c41c0fb18d03d71a5302761ccec7bcf9fdd9d86bab', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'VHEX3Aoxm5JUV16AVjw', 'bCiwl4BfcEO1tEdWI0fL', 'eee944003be83ad6620bc69d43311d3ec13cd48338acab4d9d8b5bbcd8eef2d2215a787b20c19d72944ac51ce2004c6fe8ec10b53379fa69af30231767cb0f55', 'cIc1wq6DpDIyOO6T91xK', 1, NULL, '2013-10-09 13:36:54')
2582
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2583
+  (0.1ms) SAVEPOINT active_record_2
2584
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 's2Lgn3xEQgorJNbJOw', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 191
2585
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2586
+  (0.1ms) SAVEPOINT active_record_2
2587
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu18' AND `spud_menus`.`site_id` = 1) LIMIT 1
2588
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu18', 1, '2013-10-09 13:36:54')
2589
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2590
+ Processing by Spud::Admin::MenusController#edit as HTML
2591
+ Parameters: {"id"=>"171"}
2592
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 191 LIMIT 1
2593
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 171 LIMIT 1
2594
+ Redirected to http://test.host/spud/admin/menus
2595
+ Filter chain halted as :load_menu rendered or redirected
2596
+ Completed 302 Found in 4ms (ActiveRecord: 0.4ms)
2597
+  (0.5ms) ROLLBACK
2598
+  (0.1ms) ROLLBACK
2599
+  (0.0ms) BEGIN
2600
+  (0.1ms) BEGIN
2601
+  (0.0ms) SAVEPOINT active_record_2
2602
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2603
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2604
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '48445abb83368895f5412a2779ab682acd4ab589dae855265372f93af2383ea0b65f6024e5516d91ff84724dfcc6b3aa15da5c222483a8fb7178cc8b9c67de2e' LIMIT 1
2605
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'uvqpYdXmL9m2pTvCqMJL' LIMIT 1
2606
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:54', '256fe06e440bb7072927393ddc18b6809d0b9b6ff8fada8703ab97695c1bdab6d7f49502edb049d59b26ec1a601f6668f9836a4d880dbfbda62bba90dc1a469a', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'NQjiaCu0Ojs9Wne0ZZ2', 'Wkhp8Ayi8cZ4ZdySIhK', '48445abb83368895f5412a2779ab682acd4ab589dae855265372f93af2383ea0b65f6024e5516d91ff84724dfcc6b3aa15da5c222483a8fb7178cc8b9c67de2e', 'uvqpYdXmL9m2pTvCqMJL', 1, NULL, '2013-10-09 13:36:54')
2607
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2608
+  (0.2ms) SAVEPOINT active_record_2
2609
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'eB5ENa3xu3Kt13qJFvXO', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 201
2610
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2611
+  (0.0ms) SAVEPOINT active_record_2
2612
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu19' AND `spud_menus`.`site_id` = 0) LIMIT 1
2613
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu19', 0, '2013-10-09 13:36:54')
2614
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2615
+  (0.0ms) SAVEPOINT active_record_2
2616
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu20' AND `spud_menus`.`site_id` = 0) LIMIT 1
2617
+ SQL (0.2ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu20', 0, '2013-10-09 13:36:54')
2618
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2619
+ Processing by Spud::Admin::MenusController#edit as HTML
2620
+ Parameters: {"id"=>"191"}
2621
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 201 LIMIT 1
2622
+ SpudMenu Load (0.1ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 191 LIMIT 1
2623
+ Completed 200 OK in 4ms (Views: 1.3ms | ActiveRecord: 0.3ms)
2624
+  (0.6ms) ROLLBACK
2625
+  (0.0ms) ROLLBACK
2626
+  (0.0ms) BEGIN
2627
+  (0.0ms) BEGIN
2628
+  (0.1ms) SAVEPOINT active_record_2
2629
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2630
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2631
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '5c0c260034041ec61e71a8f28c124c3e8a4427ecc63cbd50ae807e01f6e609a6970d9d78a1106ff40c757276a1d0471326d8e184d399c8d3adab41aa1a211aad' LIMIT 1
2632
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'KTsQyjKq06Ae2KovLbw' LIMIT 1
2633
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:54', 'd03d2d59fed6774487cac7d96c80342761d75508eb2014fdf2e15c086c3531012d9a21bb35099e6a5d0e121e6e4e2c1c585c18b1ba7739b4b469ea5257442c76', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'GkKr9iAS2883xsKzMvN', 'K1U1h2N5TmIUtxucJdeK', '5c0c260034041ec61e71a8f28c124c3e8a4427ecc63cbd50ae807e01f6e609a6970d9d78a1106ff40c757276a1d0471326d8e184d399c8d3adab41aa1a211aad', 'KTsQyjKq06Ae2KovLbw', 1, NULL, '2013-10-09 13:36:54')
2634
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2635
+  (0.1ms) SAVEPOINT active_record_2
2636
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'RWJW6vxSb5FjW1T5ggm', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 211
2637
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2638
+ Processing by Spud::Admin::MenusController#edit as HTML
2639
+ Parameters: {"id"=>"3"}
2640
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 211 LIMIT 1
2641
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 3 LIMIT 1
2642
+ Redirected to http://test.host/spud/admin/menus
2643
+ Filter chain halted as :load_menu rendered or redirected
2644
+ Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
2645
+  (0.4ms) ROLLBACK
2646
+  (0.0ms) ROLLBACK
2647
+  (0.0ms) BEGIN
2648
+  (0.0ms) BEGIN
2649
+  (0.1ms) SAVEPOINT active_record_2
2650
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2651
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2652
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '113a110ae17a9a1aced0de1903841850b72333fe7f7e0e57383e84ec4378c8d4d4b05060bacef2161317ef99e8c951a40023b0c2ba753ff746145d9c62e02809' LIMIT 1
2653
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'gGUmSdk30d0gM6eTG0' LIMIT 1
2654
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:54', '13ffae955b1fb1b0c7601b7b22403dbf47a7132ff380d8b723bd0aec3b0726947b5f05bd1e4843592de4fbf32ed3dcac5b1f42ca6b2b173c21fcb5c1a9b31660', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'EVJGdXOmT5AVwoFe2', 'ubFWvHmHQxAGX1ge541', '113a110ae17a9a1aced0de1903841850b72333fe7f7e0e57383e84ec4378c8d4d4b05060bacef2161317ef99e8c951a40023b0c2ba753ff746145d9c62e02809', 'gGUmSdk30d0gM6eTG0', 1, NULL, '2013-10-09 13:36:54')
2655
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2656
+  (0.2ms) SAVEPOINT active_record_2
2657
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'P0edFna7DIK1wH1nyY', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 221
2658
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2659
+  (0.1ms) SAVEPOINT active_record_2
2660
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu21' AND `spud_menus`.`site_id` = 0) LIMIT 1
2661
+ SQL (0.2ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu21', 0, '2013-10-09 13:36:54')
2662
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2663
+ Processing by Spud::Admin::MenusController#update as HTML
2664
+ Parameters: {"spud_menu"=>{"name"=>"MyMenu", "description"=>nil, "created_at"=>"2013-10-09 13:36:54 UTC", "updated_at"=>"2013-10-09 13:36:54 UTC"}, "id"=>"201"}
2665
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 221 LIMIT 1
2666
+ SpudMenu Load (0.3ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 201 LIMIT 1
2667
+  (0.1ms) SAVEPOINT active_record_2
2668
+ SpudMenu Exists (0.3ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'MyMenu' AND `spud_menus`.`id` != 201 AND `spud_menus`.`site_id` = 0) LIMIT 1
2669
+  (0.2ms) UPDATE `spud_menus` SET `name` = 'MyMenu', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_menus`.`id` = 201
2670
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2671
+ Redirected to http://test.host/spud/admin/menus/201/menu_items
2672
+ Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
2673
+ SpudMenu Load (0.3ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 201 LIMIT 1
2674
+  (2.8ms) ROLLBACK
2675
+  (0.0ms) ROLLBACK
2676
+  (0.0ms) BEGIN
2677
+  (0.0ms) BEGIN
2678
+  (0.1ms) SAVEPOINT active_record_2
2679
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2680
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2681
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '42c4451d003f8be1c8ddb214dd8370218a4e244fbd3753e5e217347f78068286cdebb42fde64917225c49790df7535b1642fe9139fae86dad453df07deb15584' LIMIT 1
2682
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '71lafpz7FGK76cr74Ly' LIMIT 1
2683
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:54', '2681d2af93615c2cc6518d03a0e9eebb94e4afc50208ac1d2d380eb05e46fb815fe79855edb7b338ffbd2dd6353b4f7bd6398d8f44f8cfc25b12675b16b5dc10', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'YKzGmKvh1PFCYT6KPdrR', 'ONLhyYX63ByFSWQ0wd', '42c4451d003f8be1c8ddb214dd8370218a4e244fbd3753e5e217347f78068286cdebb42fde64917225c49790df7535b1642fe9139fae86dad453df07deb15584', '71lafpz7FGK76cr74Ly', 1, NULL, '2013-10-09 13:36:54')
2684
+  (0.2ms) RELEASE SAVEPOINT active_record_2
2685
+  (0.1ms) SAVEPOINT active_record_2
2686
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'QDERLajaOylNNJxonZDt', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 231
2687
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2688
+  (0.0ms) SAVEPOINT active_record_2
2689
+ SpudMenu Exists (0.1ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu22' AND `spud_menus`.`site_id` = 0) LIMIT 1
2690
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu22', 0, '2013-10-09 13:36:54')
2691
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2692
+ Processing by Spud::Admin::MenusController#update as HTML
2693
+ Parameters: {"spud_menu"=>{"name"=>"MyMenu", "description"=>nil, "created_at"=>"2013-10-09 13:36:54 UTC", "updated_at"=>"2013-10-09 13:36:54 UTC"}, "id"=>"211"}
2694
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 231 LIMIT 1
2695
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 211 LIMIT 1
2696
+  (0.1ms) SAVEPOINT active_record_2
2697
+ SpudMenu Exists (0.3ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'MyMenu' AND `spud_menus`.`id` != 211 AND `spud_menus`.`site_id` = 0) LIMIT 1
2698
+  (0.2ms) UPDATE `spud_menus` SET `name` = 'MyMenu', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_menus`.`id` = 211
2699
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2700
+ Redirected to http://test.host/spud/admin/menus/211/menu_items
2701
+ Completed 302 Found in 8ms (ActiveRecord: 0.0ms)
2702
+  (0.6ms) ROLLBACK
2703
+  (0.1ms) ROLLBACK
2704
+  (0.0ms) BEGIN
2705
+  (0.1ms) BEGIN
2706
+  (0.1ms) SAVEPOINT active_record_2
2707
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2708
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2709
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '2e29c6d6bf6883b719741044e18b562493ac764f554225f68f12d41af450607069a36f3547b28b84ed4881478fc326530bf2fa8644a6f203ae9638ad783c54dc' LIMIT 1
2710
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'X3MwfVQJgzvz6BfX8QYi' LIMIT 1
2711
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:54', '15e801935c610341e94bdd2d78fc9e1ee6ba4d1a5b1e8d440278b95c0d9062468aec48fadd24323f738ac9452c286ecb8206d19fd9b05a83e0f671d1792c3ccf', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'wDpzvA2qKG4biOiPefTB', 'OXhqhE37JMEaHFGNNFM', '2e29c6d6bf6883b719741044e18b562493ac764f554225f68f12d41af450607069a36f3547b28b84ed4881478fc326530bf2fa8644a6f203ae9638ad783c54dc', 'X3MwfVQJgzvz6BfX8QYi', 1, NULL, '2013-10-09 13:36:54')
2712
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2713
+  (0.2ms) SAVEPOINT active_record_2
2714
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = '9ObN6aPRBQYhetlHvoIK', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 241
2715
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2716
+  (0.1ms) SAVEPOINT active_record_2
2717
+ SpudMenu Exists (0.1ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu23' AND `spud_menus`.`site_id` = 0) LIMIT 1
2718
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu23', 0, '2013-10-09 13:36:54')
2719
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2720
+  (0.1ms) SELECT COUNT(*) FROM `spud_menus`
2721
+ Processing by Spud::Admin::MenusController#destroy as HTML
2722
+ Parameters: {"id"=>"221"}
2723
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 241 LIMIT 1
2724
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 221 LIMIT 1
2725
+  (0.2ms) SAVEPOINT active_record_2
2726
+ SpudMenuItem Load (0.2ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`parent_id` = 221 AND `spud_menu_items`.`parent_type` = 'SpudMenu'
2727
+ SpudMenuItem Load (0.3ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`spud_menu_id` = 221
2728
+ SQL (0.2ms) DELETE FROM `spud_menus` WHERE `spud_menus`.`id` = 221
2729
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2730
+ Redirected to http://test.host/spud/admin/menus
2731
+ Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
2732
+  (0.2ms) SELECT COUNT(*) FROM `spud_menus`
2733
+  (0.6ms) ROLLBACK
2734
+  (0.0ms) ROLLBACK
2735
+  (0.1ms) BEGIN
2736
+  (0.0ms) BEGIN
2737
+  (0.1ms) SAVEPOINT active_record_2
2738
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2739
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2740
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '7845c9d111348568cf70d6918d7b148c7d43885cf5b2b17079e38ac92acf6137dd3cd57b3494384a5f800aba7ccdbb6837217e0440c6017183e96bb729714700' LIMIT 1
2741
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'ILJnFSlsik9xKuykDKbq' LIMIT 1
2742
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:54', '903c2e9bad3415bbf54412cb7dbcd31a8117025c82671281e6d6875a7f953434324d219638cc617de5119d6c38848401b7a151d5b3ec093e4e99acfdc6e41f79', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'YQsg3rSvaA1z3tFWn1', 'iOsQUfVPRKg2Pe0xY1g', '7845c9d111348568cf70d6918d7b148c7d43885cf5b2b17079e38ac92acf6137dd3cd57b3494384a5f800aba7ccdbb6837217e0440c6017183e96bb729714700', 'ILJnFSlsik9xKuykDKbq', 1, NULL, '2013-10-09 13:36:54')
2743
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2744
+  (0.2ms) SAVEPOINT active_record_2
2745
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'hgnzoGSIlHKAkIhIRyBN', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 251
2746
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2747
+  (0.0ms) SAVEPOINT active_record_2
2748
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu24' AND `spud_menus`.`site_id` = 0) LIMIT 1
2749
+ SQL (0.2ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:54', NULL, 'Menu24', 0, '2013-10-09 13:36:54')
2750
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2751
+  (0.2ms) SELECT COUNT(*) FROM `spud_menus` 
2752
+ Processing by Spud::Admin::MenusController#destroy as HTML
2753
+ Parameters: {"id"=>"23532"}
2754
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 251 LIMIT 1
2755
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 23532 LIMIT 1
2756
+ Redirected to http://test.host/spud/admin/menus
2757
+ Filter chain halted as :load_menu rendered or redirected
2758
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
2759
+  (0.2ms) SELECT COUNT(*) FROM `spud_menus`
2760
+  (0.6ms) ROLLBACK
2761
+  (0.0ms) ROLLBACK
2762
+  (0.0ms) BEGIN
2763
+  (0.0ms) BEGIN
2764
+  (0.1ms) SAVEPOINT active_record_2
2765
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2766
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2767
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '3d3a5411acc067efe20a0144bf765579237e15ae8b8c938096e10f5df61fc00f8ca2914476ac0eb5bf4451d659778ba89e9b3c75dfdabfe8786c11e76b9db6e3' LIMIT 1
2768
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '4Z7ok94EA34D6FvKDknd' LIMIT 1
2769
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:54', 'c56b49b22a073bd563944a8ef8521372d547e1c0eb8434bdc50b4b9f0ad955b361aebf4e28ee0683e85b3870a7ff620325c04b8731743b9e1bee9407c059319f', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, '6YhDJenJz02eP8f90eL', 'uQuyKLta1RiU25ao9ow', '3d3a5411acc067efe20a0144bf765579237e15ae8b8c938096e10f5df61fc00f8ca2914476ac0eb5bf4451d659778ba89e9b3c75dfdabfe8786c11e76b9db6e3', '4Z7ok94EA34D6FvKDknd', 1, NULL, '2013-10-09 13:36:54')
2770
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2771
+  (0.1ms) SAVEPOINT active_record_2
2772
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'CGBnbhbGTiw7bc26iPp', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 261
2773
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2774
+  (0.1ms) SAVEPOINT active_record_2
2775
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
2776
+ SpudPermalink Load (0.5ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page3' LIMIT 1
2777
+ SpudPage Exists (0.3ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page3' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
2778
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page3' AND `spud_pages`.`site_id` = 0) LIMIT 1
2779
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:54', NULL, 'html', NULL, NULL, NULL, 'Page3', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:54', NULL, 'page3', 0, 0)
2780
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2781
+  (0.1ms) SAVEPOINT active_record_2
2782
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
2783
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page4' LIMIT 1
2784
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page4' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
2785
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page4' AND `spud_pages`.`site_id` = 0) LIMIT 1
2786
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:54', NULL, 'html', NULL, NULL, NULL, 'Page4', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:54', NULL, 'page4', 0, 0)
2787
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2788
+ Processing by Spud::Admin::PagesController#index as HTML
2789
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 261 LIMIT 1
2790
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`url_name` = 'home' LIMIT 1
2791
+ Completed 200 OK in 6ms (Views: 1.5ms | ActiveRecord: 0.5ms)
2792
+  (0.3ms) SELECT COUNT(*) FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL
2793
+  (0.4ms) ROLLBACK
2794
+  (0.0ms) ROLLBACK
2795
+  (0.0ms) BEGIN
2796
+  (0.0ms) BEGIN
2797
+  (0.0ms) SAVEPOINT active_record_2
2798
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2799
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2800
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '61d42da80d76a4dec2ab075f543fa4ce4b90b6cdb9eb86a6dc3c4e14b6be08f680f4d197edcd7b0088bd93fdca2a68016f77204b37a5f446b18d672629c2d72f' LIMIT 1
2801
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'bgMYjDSbczK34jeL' LIMIT 1
2802
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:54', 'a38168c22d3d4a61d40949bf0b814e3d04532a5a7d6996318b9aed2a1e6659403e5c79a96f418d27806d904011b00bd33c7cc42b67e18020a6d717449efd1cb1', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'ZPSToTOPkqzLcl5mLmrB', 'bvHg8xAlsnFVtqnMPzMA', '61d42da80d76a4dec2ab075f543fa4ce4b90b6cdb9eb86a6dc3c4e14b6be08f680f4d197edcd7b0088bd93fdca2a68016f77204b37a5f446b18d672629c2d72f', 'bgMYjDSbczK34jeL', 1, NULL, '2013-10-09 13:36:54')
2803
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2804
+  (0.1ms) SAVEPOINT active_record_2
2805
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'YmI0M1PxBKtDaQmvH4VA', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 271
2806
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2807
+  (0.1ms) SAVEPOINT active_record_2
2808
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
2809
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page5' LIMIT 1
2810
+ SpudPage Exists (0.4ms) 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
2811
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page5' AND `spud_pages`.`site_id` = 0) LIMIT 1
2812
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:54', NULL, 'html', NULL, NULL, NULL, 'Page5', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:54', NULL, 'page5', 0, 0)
2813
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2814
+  (0.1ms) SAVEPOINT active_record_2
2815
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
2816
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page6' LIMIT 1
2817
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page6' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
2818
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page6' AND `spud_pages`.`site_id` = 0) LIMIT 1
2819
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:54', NULL, 'html', NULL, NULL, NULL, 'Page6', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:54', NULL, 'page6', 0, 0)
2820
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2821
+  (0.1ms) SAVEPOINT active_record_2
2822
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 1 LIMIT 1
2823
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
2824
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page7' LIMIT 1
2825
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page7' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` = 1) LIMIT 1
2826
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page7' AND `spud_pages`.`site_id` = 0) LIMIT 1
2827
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:54', NULL, 'html', NULL, NULL, NULL, 'Page7', NULL, NULL, NULL, 1, 0, 1, '2013-10-09 13:36:54', NULL, 'page7', 0, 0)
2828
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2829
+ Processing by Spud::Admin::PagesController#index as HTML
2830
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 271 LIMIT 1
2831
+ SpudPage Load (0.5ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`url_name` = 'home' LIMIT 1
2832
+ Completed 200 OK in 9ms (Views: 1.3ms | ActiveRecord: 1.0ms)
2833
+  (0.3ms) SELECT COUNT(*) FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL
2834
+  (0.5ms) ROLLBACK
2835
+  (0.0ms) ROLLBACK
2836
+  (0.0ms) BEGIN
2837
+  (0.0ms) BEGIN
2838
+  (0.1ms) SAVEPOINT active_record_2
2839
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2840
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2841
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'f5d5a3283b017a4afc7f9169bad93a398a24b0f0b8783f6fcee3798091e052df7168536d6c8ade65c07384705351f2fd9bf5a764ddbef22d5985501531963a6b' LIMIT 1
2842
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '5sPe8qGJ1lmEckKQVh' LIMIT 1
2843
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:54', 'c4c8f678402752acbe363eaa986c225b962d43adb12b224d48b796d997a7de36fefbc173d4ea6cb23ee0b10cbd2cdff1aa986c2d221c42dd5cf728016090097a', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'mf2XOUyiAPK9NhxHzCCw', 'w6WwxuNlqrxOx8fY9YwF', 'f5d5a3283b017a4afc7f9169bad93a398a24b0f0b8783f6fcee3798091e052df7168536d6c8ade65c07384705351f2fd9bf5a764ddbef22d5985501531963a6b', '5sPe8qGJ1lmEckKQVh', 1, NULL, '2013-10-09 13:36:54')
2844
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2845
+  (0.1ms) SAVEPOINT active_record_2
2846
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = '29fMDXg7Sz1M9fKoPhn5', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 281
2847
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2848
+  (0.0ms) SAVEPOINT active_record_2
2849
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
2850
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page8' LIMIT 1
2851
+ SpudPage Exists (0.1ms) 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
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page8' AND `spud_pages`.`site_id` = 0) LIMIT 1
2853
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:54', NULL, 'html', NULL, NULL, NULL, 'Page8', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:54', NULL, 'page8', 0, 0)
2854
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2855
+ Processing by Spud::Admin::PagesController#show as HTML
2856
+ Parameters: {"id"=>"161"}
2857
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 281 LIMIT 1
2858
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 161 LIMIT 1
2859
+ SpudPagePartial Load (0.2ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (161)
2860
+ Completed 200 OK in 7ms (Views: 1.4ms | ActiveRecord: 0.7ms)
2861
+  (0.4ms) ROLLBACK
2862
+  (0.0ms) ROLLBACK
2863
+  (0.0ms) BEGIN
2864
+  (0.0ms) BEGIN
2865
+  (0.0ms) SAVEPOINT active_record_2
2866
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2867
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2868
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '57a69ccd5797d4fcf7ca551474f4280e900cca7a8de1a01c853880671b72f8f84d3890d3941ab93ec0bc780623f1ab752d8fe971414fc7a17e157e9f0ad5bad4' LIMIT 1
2869
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 't7tXNzbvv7Mo22ZNfzz' LIMIT 1
2870
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:54', '9b858f97bb5fbee95784768698a5d767baf2319c4144bbfd609a70f7390eb25b0a676b19e509513bcfa7fbdc54c7d689a4f4efcd99d10bc36d4483dc41e7d2c7', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'u0lFGipLlc1UgWrD1zK4', 'IcXZNFU5kWmY7nf8qo', '57a69ccd5797d4fcf7ca551474f4280e900cca7a8de1a01c853880671b72f8f84d3890d3941ab93ec0bc780623f1ab752d8fe971414fc7a17e157e9f0ad5bad4', 't7tXNzbvv7Mo22ZNfzz', 1, NULL, '2013-10-09 13:36:54')
2871
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2872
+  (0.1ms) SAVEPOINT active_record_2
2873
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'Thv020WQGqq3OGz4Bln', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 291
2874
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2875
+ Processing by Spud::Admin::PagesController#new as HTML
2876
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 291 LIMIT 1
2877
+ Completed 200 OK in 17ms (Views: 1.4ms | ActiveRecord: 0.3ms)
2878
+  (0.5ms) ROLLBACK
2879
+  (0.0ms) ROLLBACK
2880
+  (0.1ms) BEGIN
2881
+  (0.0ms) BEGIN
2882
+  (0.1ms) SAVEPOINT active_record_2
2883
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2884
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2885
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '06aed364108c2a44bdf2f24d8560095f0af663db42112c96c1c80abd7373d10f88aed7fd58d93d6002f3eb9aa510e4f9350a12a1666125cc97c5f39fc368ddb1' LIMIT 1
2886
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'byNu4fVd7MQ0XAZ6TFf0' LIMIT 1
2887
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:54', '1330dd29a636cf867e4be01d4856c06db8edbfd68ca2132f01e370de202b84fa5f387980b8ae9ab5298fd59f3bb7c8688983503f91d2ad3baa6b33f8087f0988', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, '2Cu27P9RtIS2pU16m4Ck', '7CAIwB1Hg8MTkM2jiHJ0', '06aed364108c2a44bdf2f24d8560095f0af663db42112c96c1c80abd7373d10f88aed7fd58d93d6002f3eb9aa510e4f9350a12a1666125cc97c5f39fc368ddb1', 'byNu4fVd7MQ0XAZ6TFf0', 1, NULL, '2013-10-09 13:36:54')
2888
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2889
+  (0.1ms) SAVEPOINT active_record_2
2890
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'xrEKN748RaKolujCfcHM', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 301
2891
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2892
+ Processing by Spud::Admin::PagesController#new as HTML
2893
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 301 LIMIT 1
2894
+ Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.2ms)
2895
+  (0.6ms) ROLLBACK
2896
+  (0.0ms) ROLLBACK
2897
+  (0.0ms) BEGIN
2898
+  (0.0ms) BEGIN
2899
+  (0.1ms) SAVEPOINT active_record_2
2900
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2901
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2902
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '55349281f79f0854a58ce78e73464e0316b23594cd8a6587950a03fe0416b9403f0fb98c2c80a1a047b984a0bfa493e4aa865df9915b1fbe20a7b7ad68723733' LIMIT 1
2903
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'aUeaf5OsIRMU3rn7KAT' LIMIT 1
2904
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:54', '7af7bdf1d636b7a2b16d47c2b326c828d8f1b148ed0210634288d84cab11590d494982a11e6e7c38ca45561ca02b7e1b88a0fea203a8b115254df86ea4ab9938', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'eXlBzdIHaoAPLS4azvaP', 'bhWQfWYVWBdP57AHv2x', '55349281f79f0854a58ce78e73464e0316b23594cd8a6587950a03fe0416b9403f0fb98c2c80a1a047b984a0bfa493e4aa865df9915b1fbe20a7b7ad68723733', 'aUeaf5OsIRMU3rn7KAT', 1, NULL, '2013-10-09 13:36:54')
2905
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2906
+  (0.1ms) SAVEPOINT active_record_2
2907
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'l6r8enbTpFuKhxTclFD', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 311
2908
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2909
+  (0.1ms) SAVEPOINT active_record_2
2910
+ SpudPage Load (0.4ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
2911
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page9' LIMIT 1
2912
+ SpudPage Exists (0.2ms) 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
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page9' AND `spud_pages`.`site_id` = 0) LIMIT 1
2914
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:54', NULL, 'html', NULL, NULL, NULL, 'Page9', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:54', NULL, 'page9', 0, 0)
2915
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2916
+ Processing by Spud::Admin::PagesController#edit as HTML
2917
+ Parameters: {"id"=>"171"}
2918
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 311 LIMIT 1
2919
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 171 LIMIT 1
2920
+ SpudPagePartial Load (0.2ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (171)
2921
+ Completed 200 OK in 7ms (Views: 1.4ms | ActiveRecord: 0.7ms)
2922
+  (0.5ms) ROLLBACK
2923
+  (0.1ms) ROLLBACK
2924
+  (0.0ms) BEGIN
2925
+  (0.1ms) BEGIN
2926
+  (0.2ms) SAVEPOINT active_record_2
2927
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2928
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2929
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '354bc33369ca2d69f4165c281adff975ab5af45efaa661745a2fb9e09d5c3dca743d3ae986ac088157253f49386f71384f3324785f9cb8aca5dd217e45a39af1' LIMIT 1
2930
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'OCykPfqZI9seVw3M2qM0' LIMIT 1
2931
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:54', '816af790147f6acc83088f73f21d3aa4ba1df947eff6951b3cf355478bbe359ec7cabc69ddc0d4b8edebde7c94404f1449086b0f070d8ffa6f0311786f338143', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'eiIcCDI7tx52QHpAAMJh', '2pkKIDBuNi9O0ZYt5ZD', '354bc33369ca2d69f4165c281adff975ab5af45efaa661745a2fb9e09d5c3dca743d3ae986ac088157253f49386f71384f3324785f9cb8aca5dd217e45a39af1', 'OCykPfqZI9seVw3M2qM0', 1, NULL, '2013-10-09 13:36:54')
2932
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2933
+  (0.1ms) SAVEPOINT active_record_2
2934
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'B5V1Z5UgflQN448JmHqf', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 321
2935
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2936
+  (0.1ms) SAVEPOINT active_record_2
2937
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
2938
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page10' LIMIT 1
2939
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page10' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
2940
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page10' AND `spud_pages`.`site_id` = 0) LIMIT 1
2941
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:54', NULL, 'html', NULL, NULL, NULL, 'Page10', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:54', NULL, 'page10', 0, 0)
2942
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2943
+ Processing by Spud::Admin::PagesController#update as HTML
2944
+ Parameters: {"spud_page"=>{"name"=>"Adam", "url_name"=>"page10", "publish_at"=>nil, "created_by"=>nil, "updated_by"=>nil, "format"=>"html", "spud_page_id"=>nil, "meta_description"=>nil, "meta_keywords"=>nil, "page_order"=>nil, "visibility"=>"0", "published"=>true, "use_custom_url_name"=>false, "notes"=>nil, "layout"=>nil}, "id"=>"181"}
2945
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 321 LIMIT 1
2946
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 181 LIMIT 1
2947
+ SpudPagePartial Load (0.2ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (181)
2948
+  (0.1ms) SAVEPOINT active_record_2
2949
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 181)
2950
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'adam' LIMIT 1
2951
+ SpudPermalink Exists (0.2ms) SELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'page10' AND `spud_permalinks`.`site_id` = 0) LIMIT 1
2952
+ SQL (0.2ms) INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (181, 'SpudPage', '2013-10-09 13:36:54', 0, '2013-10-09 13:36:54', 'page10')
2953
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Adam' AND `spud_pages`.`id` != 181 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
2954
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'adam' AND `spud_pages`.`id` != 181 AND `spud_pages`.`site_id` = 0) LIMIT 1
2955
+  (0.2ms) UPDATE `spud_pages` SET `name` = 'Adam', `url_name` = 'adam', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_pages`.`id` = 181
2956
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2957
+ Redirected to http://test.host/spud/admin/pages
2958
+ Completed 302 Found in 14ms (ActiveRecord: 2.0ms)
2959
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 181 LIMIT 1
2960
+  (0.6ms) ROLLBACK
2961
+  (0.0ms) ROLLBACK
2962
+  (0.0ms) BEGIN
2963
+  (0.0ms) BEGIN
2964
+  (0.1ms) SAVEPOINT active_record_2
2965
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
2966
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
2967
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'cd2861dd5ac6695e2c3479a9505977225b8a7c236eee02b90b04059a7685dcac4cf2782e189f65e5d5997434eb6253d6a7b63a73a07cab8d3e35e802a2148033' LIMIT 1
2968
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'eTAtFWYpDX3aGcxvIcJ5' LIMIT 1
2969
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:54', 'ccdb09a45751804d2dac50cbf075400d467ffd2f582ae8f75848f6417db20386b186a81c1d4fa1f0e853b3033d7900b7b1dde135dd05007046f4d89b53fb0a56', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'OMlIh9DFXJIL2nQQQ', '00X7N3NDK1v2ABeR1mt', 'cd2861dd5ac6695e2c3479a9505977225b8a7c236eee02b90b04059a7685dcac4cf2782e189f65e5d5997434eb6253d6a7b63a73a07cab8d3e35e802a2148033', 'eTAtFWYpDX3aGcxvIcJ5', 1, NULL, '2013-10-09 13:36:54')
2970
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2971
+  (0.1ms) SAVEPOINT active_record_2
2972
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'iJyEr9DyB1TqqDYunjni', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 331
2973
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2974
+  (0.0ms) SAVEPOINT active_record_2
2975
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
2976
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page11' LIMIT 1
2977
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page11' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
2978
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page11' AND `spud_pages`.`site_id` = 0) LIMIT 1
2979
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:54', NULL, 'html', NULL, NULL, NULL, 'Page11', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:54', NULL, 'page11', 0, 0)
2980
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2981
+ Processing by Spud::Admin::PagesController#update as HTML
2982
+ Parameters: {"spud_page"=>{"name"=>"Adam", "url_name"=>"page11", "publish_at"=>nil, "created_by"=>nil, "updated_by"=>nil, "format"=>"html", "spud_page_id"=>nil, "meta_description"=>nil, "meta_keywords"=>nil, "page_order"=>nil, "visibility"=>"0", "published"=>true, "use_custom_url_name"=>false, "notes"=>nil, "layout"=>nil}, "id"=>"191"}
2983
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 331 LIMIT 1
2984
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 191 LIMIT 1
2985
+ SpudPagePartial Load (0.2ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (191)
2986
+  (0.1ms) SAVEPOINT active_record_2
2987
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 191)
2988
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'adam' LIMIT 1
2989
+ SpudPermalink Exists (0.3ms) SELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'page11' AND `spud_permalinks`.`site_id` = 0) LIMIT 1
2990
+ SQL (0.2ms) INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (191, 'SpudPage', '2013-10-09 13:36:54', 0, '2013-10-09 13:36:54', 'page11')
2991
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Adam' AND `spud_pages`.`id` != 191 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
2992
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'adam' AND `spud_pages`.`id` != 191 AND `spud_pages`.`site_id` = 0) LIMIT 1
2993
+  (0.2ms) UPDATE `spud_pages` SET `name` = 'Adam', `url_name` = 'adam', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_pages`.`id` = 191
2994
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2995
+ Redirected to http://test.host/spud/admin/pages
2996
+ Completed 302 Found in 15ms (ActiveRecord: 2.7ms)
2997
+  (0.8ms) ROLLBACK
2998
+  (0.0ms) ROLLBACK
2999
+  (0.1ms) BEGIN
3000
+  (0.0ms) BEGIN
3001
+  (0.1ms) SAVEPOINT active_record_2
3002
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
3003
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
3004
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'af8dd3ebea79115ff06b7bbe6cc4a2f649c65f1056e15d7d576057a8e57fc215860ecd30eb680ccf55a59bc243f4389bd1dba369b368793b495a2941a4b8da59' LIMIT 1
3005
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'PHHTo52EyIq1cmkzxMRs' LIMIT 1
3006
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:54', 'ba3650df3f1395db39601a41b6e8d5c2ffee0acc1e47c8a0a1e0e65138fa4daabcf4323cb4fe21405abca70d0c9af7cb35d77df387fd8dd19a4294141b751c07', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'hlw75vzyvlksd6aHNmhP', 'GYnRLWeebJD7PfSSKIKl', 'af8dd3ebea79115ff06b7bbe6cc4a2f649c65f1056e15d7d576057a8e57fc215860ecd30eb680ccf55a59bc243f4389bd1dba369b368793b495a2941a4b8da59', 'PHHTo52EyIq1cmkzxMRs', 1, NULL, '2013-10-09 13:36:54')
3007
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3008
+  (0.2ms) SAVEPOINT active_record_2
3009
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'WDWkC6EIpbNo4aS1lLbL', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 341
3010
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3011
+  (0.0ms) SAVEPOINT active_record_2
3012
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3013
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page12' LIMIT 1
3014
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page12' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3015
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page12' AND `spud_pages`.`site_id` = 0) LIMIT 1
3016
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:54', NULL, 'html', NULL, NULL, NULL, 'Page12', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:54', NULL, 'page12', 0, 0)
3017
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3018
+  (0.1ms) SELECT COUNT(*) FROM `spud_pages` 
3019
+ Processing by Spud::Admin::PagesController#destroy as HTML
3020
+ Parameters: {"id"=>"201"}
3021
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 341 LIMIT 1
3022
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 201 LIMIT 1
3023
+ SpudPagePartial Load (0.2ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (201)
3024
+  (0.1ms) SAVEPOINT active_record_2
3025
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`spud_page_id` = 201
3026
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`attachment_id` = 201 AND `spud_permalinks`.`attachment_type` = 'SpudPage'
3027
+ SQL (0.1ms) DELETE FROM `spud_pages` WHERE `spud_pages`.`id` = 201
3028
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3029
+ Redirected to http://test.host/spud/admin/pages
3030
+ Completed 302 Found in 10ms (ActiveRecord: 1.5ms)
3031
+  (0.1ms) SELECT COUNT(*) FROM `spud_pages`
3032
+  (0.4ms) ROLLBACK
3033
+  (0.0ms) ROLLBACK
3034
+  (0.1ms) BEGIN
3035
+  (0.1ms) BEGIN
3036
+  (0.1ms) SAVEPOINT active_record_2
3037
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
3038
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
3039
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'f9dbade848f12554ec2c52868207f4e8d344c9e379dcdcc109d500a119af63c502bcf8f578351defde31ac422022018599564a6844b533ffcd18e40682bb4cfc' LIMIT 1
3040
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k9mK3ISm40AZQJRQBAv6' LIMIT 1
3041
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:36:54', '7a04ef7356d4370abfcdd2b9b55e763d61640e4a5b0ad3370040e01dec13f3ed7bef02fa7673866271b65ef8b4e761d00286c131c314be21d3e1fc4c1c768712', '2013-10-09 13:36:54', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:36:54', 'testuser', 1, 'hS0tMTiuZK7J1933rd8Y', 'rUGMxc3iZfiMsUXEV0b', 'f9dbade848f12554ec2c52868207f4e8d344c9e379dcdcc109d500a119af63c502bcf8f578351defde31ac422022018599564a6844b533ffcd18e40682bb4cfc', 'k9mK3ISm40AZQJRQBAv6', 1, NULL, '2013-10-09 13:36:54')
3042
+  (0.2ms) RELEASE SAVEPOINT active_record_2
3043
+  (0.1ms) SAVEPOINT active_record_2
3044
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:36:54', `last_login_ip` = '0.0.0.0', `perishable_token` = 'QMwKb4RAMRpw5eZfald9', `updated_at` = '2013-10-09 13:36:54' WHERE `spud_users`.`id` = 351
3045
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3046
+  (0.1ms) SAVEPOINT active_record_2
3047
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3048
+ SpudPermalink Load (0.3ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page13' LIMIT 1
3049
+ SpudPage Exists (0.3ms) 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
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page13' AND `spud_pages`.`site_id` = 0) LIMIT 1
3051
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:54', NULL, 'html', NULL, NULL, NULL, 'Page13', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:54', NULL, 'page13', 0, 0)
3052
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3053
+  (0.2ms) SELECT COUNT(*) FROM `spud_pages`
3054
+ Processing by Spud::Admin::PagesController#destroy as HTML
3055
+ Parameters: {"id"=>"23532"}
3056
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 351 LIMIT 1
3057
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 23532 LIMIT 1
3058
+ Redirected to http://test.host/spud/admin/pages
3059
+ Filter chain halted as :load_page rendered or redirected
3060
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
3061
+  (0.1ms) SELECT COUNT(*) FROM `spud_pages` 
3062
+  (2.4ms) ROLLBACK
3063
+  (0.1ms) ROLLBACK
3064
+  (0.0ms) BEGIN
3065
+  (0.0ms) BEGIN
3066
+ Processing by Spud::Cms::SitemapsController#show as XML
3067
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`visibility` = 0 ORDER BY spud_page_id
3068
+ Completed 200 OK in 16ms (Views: 13.1ms | ActiveRecord: 0.3ms)
3069
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`visibility` = 0 ORDER BY spud_page_id
3070
+  (0.1ms) ROLLBACK
3071
+  (0.1ms) ROLLBACK
3072
+  (0.1ms) BEGIN
3073
+  (0.0ms) BEGIN
3074
+ Processing by Spud::Cms::SitemapsController#show as HTML
3075
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`visibility` = 0 ORDER BY spud_page_id
3076
+ Completed 406 Not Acceptable in 2ms (ActiveRecord: 0.3ms)
3077
+  (0.1ms) ROLLBACK
3078
+  (0.0ms) ROLLBACK
3079
+  (0.1ms) BEGIN
3080
+  (0.0ms) BEGIN
3081
+  (0.2ms) SAVEPOINT active_record_2
3082
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3083
+ SpudPermalink Load (0.3ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page14' LIMIT 1
3084
+ SpudPage Exists (0.4ms) 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
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page14' AND `spud_pages`.`site_id` = 0) LIMIT 1
3086
+ SQL (0.3ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:54', NULL, 'html', NULL, NULL, NULL, 'Page14', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:54', NULL, 'page14', 0, 0)
3087
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3088
+  (0.1ms) SAVEPOINT active_record_2
3089
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3090
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page15' LIMIT 1
3091
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page15' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3092
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page15' AND `spud_pages`.`site_id` = 0) LIMIT 1
3093
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page15', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'page15', 0, 0)
3094
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3095
+  (0.1ms) SAVEPOINT active_record_2
3096
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1
3097
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'page16' LIMIT 1
3098
+ SpudPage Exists (0.1ms) 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
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page16' AND `spud_pages`.`site_id` = 1) LIMIT 1
3100
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page16', NULL, NULL, NULL, 1, 1, NULL, '2013-10-09 13:36:55', NULL, 'page16', 0, 0)
3101
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3102
+  (0.1ms) SAVEPOINT active_record_2
3103
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1
3104
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'page17' LIMIT 1
3105
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page17' AND `spud_pages`.`site_id` = 1 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3106
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page17' AND `spud_pages`.`site_id` = 1) LIMIT 1
3107
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page17', NULL, NULL, NULL, 1, 1, NULL, '2013-10-09 13:36:55', NULL, 'page17', 0, 0)
3108
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3109
+  (0.1ms) SAVEPOINT active_record_2
3110
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1
3111
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'page18' LIMIT 1
3112
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page18' AND `spud_pages`.`site_id` = 1 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3113
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page18' AND `spud_pages`.`site_id` = 1) LIMIT 1
3114
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page18', NULL, NULL, NULL, 1, 1, NULL, '2013-10-09 13:36:55', NULL, 'page18', 0, 0)
3115
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3116
+ Processing by Spud::Cms::SitemapsController#show as XML
3117
+ SpudPage Load (0.5ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`visibility` = 0 AND `spud_pages`.`site_id` = 1 ORDER BY spud_page_id
3118
+ Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.5ms)
3119
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`visibility` = 0 AND `spud_pages`.`site_id` = 1 ORDER BY spud_page_id
3120
+  (0.5ms) ROLLBACK
3121
+  (0.0ms) ROLLBACK
3122
+  (0.1ms) BEGIN
3123
+  (0.1ms) BEGIN
3124
+  (0.1ms) SAVEPOINT active_record_2
3125
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Main' AND `spud_menus`.`site_id` = 0) LIMIT 1
3126
+ SQL (0.2ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:55', NULL, 'Main', 0, '2013-10-09 13:36:55')
3127
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3128
+  (0.1ms) SAVEPOINT active_record_2
3129
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:36:55', NULL, 0, 'Menu Item 15', 241, 'SpudMenu', 241, NULL, '2013-10-09 13:36:55', '/')
3130
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3131
+  (0.1ms) SAVEPOINT active_record_2
3132
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:36:55', NULL, 0, 'Menu Item 16', 241, 'SpudMenu', 241, NULL, '2013-10-09 13:36:55', '/')
3133
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3134
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Main' LIMIT 1
3135
+ SpudMenuItem Load (0.4ms) SELECT
3136
+ spud_menu_items.id as id,
3137
+ spud_menu_items.url as url,
3138
+ spud_menu_items.classes as classes,
3139
+ spud_menu_items.parent_type as parent_type,
3140
+ spud_menu_items.menu_order as menu_order,
3141
+ spud_menu_items.parent_id as parent_id,
3142
+ spud_menu_items.name as name,
3143
+ spud_pages.url_name as url_name FROM `spud_menu_items` LEFT JOIN spud_pages ON (spud_pages.id = spud_menu_items.spud_page_id) WHERE `spud_menu_items`.`spud_menu_id` = 241 ORDER BY parent_type, parent_id
3144
+  (0.7ms) ROLLBACK
3145
+  (0.0ms) ROLLBACK
3146
+  (0.0ms) BEGIN
3147
+  (0.0ms) BEGIN
3148
+  (0.1ms) SAVEPOINT active_record_2
3149
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu25' AND `spud_menus`.`site_id` = 0) LIMIT 1
3150
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:55', NULL, 'Menu25', 0, '2013-10-09 13:36:55')
3151
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3152
+  (0.1ms) SAVEPOINT active_record_2
3153
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:36:55', NULL, 0, 'Menu Item 17', 251, 'SpudMenu', 251, NULL, '2013-10-09 13:36:55', '/')
3154
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3155
+  (0.0ms) SAVEPOINT active_record_2
3156
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:36:55', NULL, 0, 'Menu Item 18', 251, 'SpudMenu', 251, NULL, '2013-10-09 13:36:55', '/')
3157
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3158
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Menu25' LIMIT 1
3159
+ SpudMenuItem Load (0.2ms) SELECT
3160
+ spud_menu_items.id as id,
3161
+ spud_menu_items.url as url,
3162
+ spud_menu_items.classes as classes,
3163
+ spud_menu_items.parent_type as parent_type,
3164
+ spud_menu_items.menu_order as menu_order,
3165
+ spud_menu_items.parent_id as parent_id,
3166
+ spud_menu_items.name as name,
3167
+ spud_pages.url_name as url_name FROM `spud_menu_items` LEFT JOIN spud_pages ON (spud_pages.id = spud_menu_items.spud_page_id) WHERE `spud_menu_items`.`spud_menu_id` = 251 ORDER BY parent_type, parent_id
3168
+  (0.2ms) ROLLBACK
3169
+  (0.0ms) ROLLBACK
3170
+  (0.0ms) BEGIN
3171
+  (0.0ms) BEGIN
3172
+  (0.1ms) SAVEPOINT active_record_2
3173
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Main2' AND `spud_menus`.`site_id` = 0) LIMIT 1
3174
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:55', NULL, 'Main2', 0, '2013-10-09 13:36:55')
3175
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3176
+  (0.1ms) SAVEPOINT active_record_2
3177
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:36:55', NULL, 0, 'Menu Item 19', 261, 'SpudMenu', 261, NULL, '2013-10-09 13:36:55', '/')
3178
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3179
+  (0.1ms) SAVEPOINT active_record_2
3180
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:36:55', NULL, 0, 'Menu Item 20', 261, 'SpudMenu', 261, NULL, '2013-10-09 13:36:55', '/')
3181
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3182
+  (0.1ms) SAVEPOINT active_record_2
3183
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:36:55', NULL, 0, 'SubItem', 191, 'SpudMenuItem', 261, NULL, '2013-10-09 13:36:55', '/')
3184
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3185
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Main2' LIMIT 1
3186
+ SpudMenuItem Load (0.2ms) SELECT
3187
+ spud_menu_items.id as id,
3188
+ spud_menu_items.url as url,
3189
+ spud_menu_items.classes as classes,
3190
+ spud_menu_items.parent_type as parent_type,
3191
+ spud_menu_items.menu_order as menu_order,
3192
+ spud_menu_items.parent_id as parent_id,
3193
+ spud_menu_items.name as name,
3194
+ spud_pages.url_name as url_name FROM `spud_menu_items` LEFT JOIN spud_pages ON (spud_pages.id = spud_menu_items.spud_page_id) WHERE `spud_menu_items`.`spud_menu_id` = 261 ORDER BY parent_type, parent_id
3195
+  (0.4ms) ROLLBACK
3196
+  (0.0ms) ROLLBACK
3197
+  (0.0ms) BEGIN
3198
+  (0.0ms) BEGIN
3199
+  (0.1ms) SAVEPOINT active_record_2
3200
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Main4' AND `spud_menus`.`site_id` = 0) LIMIT 1
3201
+ SQL (0.2ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:55', NULL, 'Main4', 0, '2013-10-09 13:36:55')
3202
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3203
+  (0.1ms) SAVEPOINT active_record_2
3204
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:36:55', NULL, 0, 'Menu Item 21', 271, 'SpudMenu', 271, NULL, '2013-10-09 13:36:55', '/')
3205
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3206
+  (0.1ms) SAVEPOINT active_record_2
3207
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:36:55', NULL, 0, 'Menu Item 22', 271, 'SpudMenu', 271, NULL, '2013-10-09 13:36:55', '/')
3208
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3209
+  (0.1ms) SAVEPOINT active_record_2
3210
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:36:55', NULL, 0, 'SubItem', 221, 'SpudMenuItem', 271, NULL, '2013-10-09 13:36:55', '/')
3211
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3212
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Main4' LIMIT 1
3213
+ SpudMenuItem Load (0.2ms) SELECT
3214
+ spud_menu_items.id as id,
3215
+ spud_menu_items.url as url,
3216
+ spud_menu_items.classes as classes,
3217
+ spud_menu_items.parent_type as parent_type,
3218
+ spud_menu_items.menu_order as menu_order,
3219
+ spud_menu_items.parent_id as parent_id,
3220
+ spud_menu_items.name as name,
3221
+ spud_pages.url_name as url_name FROM `spud_menu_items` LEFT JOIN spud_pages ON (spud_pages.id = spud_menu_items.spud_page_id) WHERE `spud_menu_items`.`spud_menu_id` = 271 ORDER BY parent_type, parent_id
3222
+  (0.5ms) ROLLBACK
3223
+  (0.0ms) ROLLBACK
3224
+  (0.0ms) BEGIN
3225
+  (0.0ms) BEGIN
3226
+  (0.1ms) SAVEPOINT active_record_2
3227
+ SpudMenu Exists (0.6ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu26' AND `spud_menus`.`site_id` = 0) LIMIT 1
3228
+ SQL (0.2ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:55', NULL, 'Menu26', 0, '2013-10-09 13:36:55')
3229
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3230
+  (0.0ms) SAVEPOINT active_record_2
3231
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:36:55', NULL, 0, 'Menu Item 23', 281, 'SpudMenu', 281, NULL, '2013-10-09 13:36:55', '/')
3232
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3233
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`site_id` = 1 AND `spud_menus`.`name` = 'Menu26' LIMIT 1
3234
+  (0.3ms) ROLLBACK
3235
+  (0.0ms) ROLLBACK
3236
+  (0.0ms) BEGIN
3237
+  (0.0ms) BEGIN
3238
+  (0.0ms) SAVEPOINT active_record_2
3239
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Main3' AND `spud_menus`.`site_id` = 0) LIMIT 1
3240
+ SQL (0.2ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:55', NULL, 'Main3', 0, '2013-10-09 13:36:55')
3241
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3242
+  (0.1ms) SAVEPOINT active_record_2
3243
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:36:55', NULL, 0, 'Menu Item 24', 291, 'SpudMenu', 291, NULL, '2013-10-09 13:36:55', '/')
3244
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3245
+  (0.0ms) SAVEPOINT active_record_2
3246
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:36:55', NULL, 0, 'Menu Item 25', 291, 'SpudMenu', 291, NULL, '2013-10-09 13:36:55', '/')
3247
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3248
+  (0.0ms) SAVEPOINT active_record_2
3249
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:36:55', NULL, 0, 'SubItem', 261, 'SpudMenuItem', 291, NULL, '2013-10-09 13:36:55', '/')
3250
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3251
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Main3' LIMIT 1
3252
+ SpudMenuItem Load (0.4ms) SELECT
3253
+ spud_menu_items.id as id,
3254
+ spud_menu_items.url as url,
3255
+ spud_menu_items.classes as classes,
3256
+ spud_menu_items.parent_type as parent_type,
3257
+ spud_menu_items.menu_order as menu_order,
3258
+ spud_menu_items.parent_id as parent_id,
3259
+ spud_menu_items.name as name,
3260
+ spud_pages.url_name as url_name FROM `spud_menu_items` LEFT JOIN spud_pages ON (spud_pages.id = spud_menu_items.spud_page_id) WHERE `spud_menu_items`.`spud_menu_id` = 291 ORDER BY parent_type, parent_id
3261
+  (0.7ms) ROLLBACK
3262
+  (0.1ms) ROLLBACK
3263
+  (0.0ms) BEGIN
3264
+  (0.0ms) BEGIN
3265
+  (0.1ms) SAVEPOINT active_record_2
3266
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu27' AND `spud_menus`.`site_id` = 0) LIMIT 1
3267
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:36:55', NULL, 'Menu27', 0, '2013-10-09 13:36:55')
3268
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3269
+  (0.0ms) SAVEPOINT active_record_2
3270
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:36:55', NULL, 0, 'Menu Item 26', 301, 'SpudMenu', 301, NULL, '2013-10-09 13:36:55', '/')
3271
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3272
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Menu27' AND `spud_menus`.`site_id` = 1 LIMIT 1
3273
+  (0.4ms) ROLLBACK
3274
+  (0.0ms) ROLLBACK
3275
+  (0.0ms) BEGIN
3276
+  (0.0ms) BEGIN
3277
+  (0.0ms) SAVEPOINT active_record_2
3278
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3279
+ SpudPermalink Load (0.3ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page19' LIMIT 1
3280
+ SpudPage Exists (0.2ms) 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
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page19' AND `spud_pages`.`site_id` = 0) LIMIT 1
3282
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page19', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'page19', 0, 0)
3283
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3284
+  (0.1ms) SAVEPOINT active_record_2
3285
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3286
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page20' LIMIT 1
3287
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page20' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3288
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page20' AND `spud_pages`.`site_id` = 0) LIMIT 1
3289
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page20', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'page20', 0, 0)
3290
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3291
+  (0.1ms) SAVEPOINT active_record_2
3292
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 271 LIMIT 1
3293
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3294
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page19/page21' LIMIT 1
3295
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page21' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` = 271) LIMIT 1
3296
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page19/page21' AND `spud_pages`.`site_id` = 0) LIMIT 1
3297
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page21', NULL, NULL, NULL, 1, 0, 271, '2013-10-09 13:36:55', NULL, 'page19/page21', 0, 0)
3298
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3299
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1
3300
+  (0.4ms) ROLLBACK
3301
+  (0.1ms) ROLLBACK
3302
+  (0.1ms) BEGIN
3303
+  (0.0ms) BEGIN
3304
+  (0.1ms) SAVEPOINT active_record_2
3305
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3306
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page22' LIMIT 1
3307
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page22' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3308
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page22' AND `spud_pages`.`site_id` = 0) LIMIT 1
3309
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page22', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'page22', 0, 0)
3310
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3311
+  (0.1ms) SAVEPOINT active_record_2
3312
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3313
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page23' LIMIT 1
3314
+ SpudPage Exists (0.1ms) 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
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page23' AND `spud_pages`.`site_id` = 0) LIMIT 1
3316
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page23', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'page23', 0, 0)
3317
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3318
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1
3319
+  (0.3ms) ROLLBACK
3320
+  (0.0ms) ROLLBACK
3321
+  (0.0ms) BEGIN
3322
+  (0.1ms) BEGIN
3323
+  (0.1ms) SAVEPOINT active_record_2
3324
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3325
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page24' LIMIT 1
3326
+ SpudPage Exists (0.2ms) 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
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page24' AND `spud_pages`.`site_id` = 0) LIMIT 1
3328
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page24', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'page24', 0, 0)
3329
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3330
+  (0.1ms) SAVEPOINT active_record_2
3331
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3332
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page25' LIMIT 1
3333
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page25' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3334
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page25' AND `spud_pages`.`site_id` = 0) LIMIT 1
3335
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page25', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'page25', 0, 0)
3336
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3337
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1 AND (name NOT IN ('Page25'))
3338
+  (0.4ms) ROLLBACK
3339
+  (0.0ms) ROLLBACK
3340
+  (0.0ms) BEGIN
3341
+  (0.0ms) BEGIN
3342
+  (0.1ms) SAVEPOINT active_record_2
3343
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3344
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page26' LIMIT 1
3345
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page26' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3346
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page26' AND `spud_pages`.`site_id` = 0) LIMIT 1
3347
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page26', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'page26', 0, 0)
3348
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3349
+  (0.0ms) SAVEPOINT active_record_2
3350
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3351
+ SpudPermalink Load (0.3ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page27' LIMIT 1
3352
+ SpudPage Exists (0.1ms) 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
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page27' AND `spud_pages`.`site_id` = 0) LIMIT 1
3354
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page27', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'page27', 0, 0)
3355
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3356
+  (0.1ms) SAVEPOINT active_record_2
3357
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 341 LIMIT 1
3358
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3359
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page26/page28' LIMIT 1
3360
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page28' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` = 341) LIMIT 1
3361
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page26/page28' AND `spud_pages`.`site_id` = 0) LIMIT 1
3362
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page28', NULL, NULL, NULL, 1, 0, 341, '2013-10-09 13:36:55', NULL, 'page26/page28', 0, 0)
3363
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3364
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1
3365
+  (0.7ms) ROLLBACK
3366
+  (0.1ms) ROLLBACK
3367
+  (0.0ms) BEGIN
3368
+  (0.0ms) BEGIN
3369
+  (0.1ms) SAVEPOINT active_record_2
3370
+ SpudPage Load (0.4ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3371
+ SpudPermalink Load (0.4ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page29' LIMIT 1
3372
+ SpudPage Exists (0.3ms) 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
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page29' AND `spud_pages`.`site_id` = 0) LIMIT 1
3374
+ SQL (0.3ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page29', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'page29', 0, 0)
3375
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3376
+  (0.1ms) SAVEPOINT active_record_2
3377
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3378
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page30' LIMIT 1
3379
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page30' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3380
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page30' AND `spud_pages`.`site_id` = 0) LIMIT 1
3381
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page30', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'page30', 0, 0)
3382
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3383
+  (0.1ms) SAVEPOINT active_record_2
3384
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 371 LIMIT 1
3385
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3386
+ SpudPermalink Load (0.3ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page29/page31' LIMIT 1
3387
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page31' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` = 371) LIMIT 1
3388
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page29/page31' AND `spud_pages`.`site_id` = 0) LIMIT 1
3389
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page31', NULL, NULL, NULL, 1, 0, 371, '2013-10-09 13:36:55', NULL, 'page29/page31', 0, 0)
3390
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3391
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1
3392
+  (0.4ms) ROLLBACK
3393
+  (0.1ms) ROLLBACK
3394
+  (0.0ms) BEGIN
3395
+  (0.0ms) BEGIN
3396
+  (0.1ms) SAVEPOINT active_record_2
3397
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3398
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page32' LIMIT 1
3399
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page32' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3400
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page32' AND `spud_pages`.`site_id` = 0) LIMIT 1
3401
+ SQL (0.4ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page32', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'page32', 0, 0)
3402
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3403
+  (0.1ms) SAVEPOINT active_record_2
3404
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1
3405
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'page33' LIMIT 1
3406
+ SpudPage Exists (0.5ms) 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
+ SpudPage Exists (0.5ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page33' AND `spud_pages`.`site_id` = 1) LIMIT 1
3408
+ SQL (0.3ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page33', NULL, NULL, NULL, 1, 1, NULL, '2013-10-09 13:36:55', NULL, 'page33', 0, 0)
3409
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3410
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1 AND `spud_pages`.`site_id` = 1
3411
+  (0.4ms) ROLLBACK
3412
+  (0.0ms) ROLLBACK
3413
+  (0.0ms) BEGIN
3414
+  (0.0ms) BEGIN
3415
+  (0.0ms) ROLLBACK
3416
+  (0.1ms) ROLLBACK
3417
+  (0.0ms) BEGIN
3418
+  (0.0ms) BEGIN
3419
+  (0.0ms) ROLLBACK
3420
+  (0.0ms) ROLLBACK
3421
+  (0.1ms) BEGIN
3422
+  (0.2ms) BEGIN
3423
+  (0.1ms) ROLLBACK
3424
+  (0.0ms) ROLLBACK
3425
+  (0.1ms) BEGIN
3426
+  (0.0ms) BEGIN
3427
+  (0.0ms) ROLLBACK
3428
+  (0.1ms) ROLLBACK
3429
+  (0.0ms) BEGIN
3430
+  (0.0ms) BEGIN
3431
+  (0.1ms) ROLLBACK
3432
+  (0.2ms) ROLLBACK
3433
+  (0.0ms) BEGIN
3434
+  (0.0ms) BEGIN
3435
+  (0.1ms) ROLLBACK
3436
+  (0.1ms) ROLLBACK
3437
+  (0.1ms) BEGIN
3438
+  (0.1ms) BEGIN
3439
+  (0.0ms) ROLLBACK
3440
+  (0.0ms) ROLLBACK
3441
+  (0.0ms) BEGIN
3442
+  (0.0ms) BEGIN
3443
+  (0.1ms) ROLLBACK
3444
+  (0.0ms) ROLLBACK
3445
+  (0.0ms) BEGIN
3446
+  (0.0ms) BEGIN
3447
+  (0.1ms) ROLLBACK
3448
+  (0.0ms) ROLLBACK
3449
+  (0.1ms) BEGIN
3450
+  (0.1ms) BEGIN
3451
+  (0.0ms) ROLLBACK
3452
+  (0.1ms) ROLLBACK
3453
+  (0.0ms) BEGIN
3454
+  (0.1ms) BEGIN
3455
+  (0.1ms) SAVEPOINT active_record_2
3456
+ SQL (0.2ms) INSERT INTO `spud_page_partials` (`content`, `content_processed`, `created_at`, `format`, `name`, `spud_page_id`, `symbol_name`, `updated_at`) VALUES (NULL, '', '2013-10-09 13:36:55', NULL, 'Test Page', NULL, 'test_page', '2013-10-09 13:36:55')
3457
+ SpudPageLiquidTag Load (0.2ms) SELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 1 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'
3458
+ SQL (0.3ms) UPDATE `spud_page_partials` SET `content_processed` = '' WHERE `spud_page_partials`.`id` = 1
3459
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3460
+  (0.3ms) ROLLBACK
3461
+  (0.0ms) ROLLBACK
3462
+  (0.1ms) BEGIN
3463
+  (0.0ms) BEGIN
3464
+  (0.1ms) SAVEPOINT active_record_2
3465
+ SQL (0.3ms) INSERT INTO `spud_page_partial_revisions` (`content`, `created_at`, `format`, `name`, `spud_page_id`, `updated_at`) VALUES ('Home Sweet Home', '2013-10-09 13:36:55', NULL, 'Test Page', 1, '2013-10-09 13:36:55')
3466
+  (0.3ms) SELECT COUNT(*) FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`spud_page_id` = 1 AND `spud_page_partial_revisions`.`name` = 'Test Page'
3467
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 1 LIMIT 1
3468
+ SQL (0.1ms) INSERT INTO `spud_page_partials` (`content`, `content_processed`, `created_at`, `format`, `name`, `spud_page_id`, `symbol_name`, `updated_at`) VALUES ('Home Sweet Home', 'Home Sweet Home', '2013-10-09 13:36:55', NULL, 'Test Page', 1, 'test_page', '2013-10-09 13:36:55')
3469
+ SpudPageLiquidTag Load (0.2ms) SELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 11 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'
3470
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3471
+  (0.2ms) SELECT COUNT(*) FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`spud_page_id` = 1 AND `spud_page_partial_revisions`.`name` = 'Test Page'
3472
+  (0.3ms) ROLLBACK
3473
+  (0.0ms) ROLLBACK
3474
+  (0.0ms) BEGIN
3475
+  (0.0ms) BEGIN
3476
+  (0.0ms) SAVEPOINT active_record_2
3477
+ SQL (0.1ms) INSERT INTO `spud_page_partial_revisions` (`content`, `created_at`, `format`, `name`, `spud_page_id`, `updated_at`) VALUES ('Home Sweet Home', '2013-10-09 13:36:55', NULL, 'Test Page', 1, '2013-10-09 13:36:55')
3478
+  (0.2ms) 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
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 1 LIMIT 1
3480
+ SQL (0.1ms) INSERT INTO `spud_page_partials` (`content`, `content_processed`, `created_at`, `format`, `name`, `spud_page_id`, `symbol_name`, `updated_at`) VALUES ('Home Sweet Home', 'Home Sweet Home', '2013-10-09 13:36:55', NULL, 'Test Page', 1, 'test_page', '2013-10-09 13:36:55')
3481
+ SpudPageLiquidTag Load (0.2ms) SELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 21 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'
3482
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3483
+  (0.1ms) SAVEPOINT active_record_2
3484
+ SQL (0.2ms) INSERT INTO `spud_page_partial_revisions` (`content`, `created_at`, `format`, `name`, `spud_page_id`, `updated_at`) VALUES ('Nah', '2013-10-09 13:36:55', NULL, 'Test Page', 1, '2013-10-09 13:36:55')
3485
+  (0.2ms) SELECT COUNT(*) FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`spud_page_id` = 1 AND `spud_page_partial_revisions`.`name` = 'Test Page'
3486
+  (0.2ms) UPDATE `spud_page_partials` SET `content` = 'Nah', `content_processed` = 'Nah', `updated_at` = '2013-10-09 13:36:55' WHERE `spud_page_partials`.`id` = 21
3487
+ SpudPageLiquidTag Load (0.2ms) SELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 21 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'
3488
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3489
+  (0.1ms) SAVEPOINT active_record_2
3490
+ SQL (0.2ms) INSERT INTO `spud_page_partial_revisions` (`content`, `created_at`, `format`, `name`, `spud_page_id`, `updated_at`) VALUES ('Another change', '2013-10-09 13:36:55', NULL, 'Test Page', 1, '2013-10-09 13:36:55')
3491
+  (0.2ms) SELECT COUNT(*) FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`spud_page_id` = 1 AND `spud_page_partial_revisions`.`name` = 'Test Page'
3492
+ SpudPagePartialRevision Load (0.2ms) SELECT `spud_page_partial_revisions`.* FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`spud_page_id` = 1 AND `spud_page_partial_revisions`.`name` = 'Test Page' ORDER BY created_at ASC LIMIT 1
3493
+ SQL (0.2ms) DELETE FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`id` = 11
3494
+  (0.2ms) UPDATE `spud_page_partials` SET `content` = 'Another change', `content_processed` = 'Another change', `updated_at` = '2013-10-09 13:36:55' WHERE `spud_page_partials`.`id` = 21
3495
+ SpudPageLiquidTag Load (0.2ms) SELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 21 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'
3496
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3497
+  (0.2ms) SELECT COUNT(*) FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`spud_page_id` = 1 AND `spud_page_partial_revisions`.`name` = 'Test Page'
3498
+  (0.8ms) ROLLBACK
3499
+  (0.0ms) ROLLBACK
3500
+  (0.0ms) BEGIN
3501
+  (0.0ms) BEGIN
3502
+  (0.1ms) ROLLBACK
3503
+  (0.0ms) ROLLBACK
3504
+  (0.0ms) BEGIN
3505
+  (0.0ms) BEGIN
3506
+  (0.0ms) ROLLBACK
3507
+  (0.0ms) ROLLBACK
3508
+  (0.0ms) BEGIN
3509
+  (0.0ms) BEGIN
3510
+  (0.0ms) ROLLBACK
3511
+  (0.1ms) ROLLBACK
3512
+  (0.0ms) BEGIN
3513
+  (0.0ms) BEGIN
3514
+  (0.0ms) ROLLBACK
3515
+  (0.0ms) ROLLBACK
3516
+  (0.1ms) BEGIN
3517
+  (0.1ms) BEGIN
3518
+  (0.0ms) ROLLBACK
3519
+  (0.0ms) ROLLBACK
3520
+  (0.0ms) BEGIN
3521
+  (0.1ms) BEGIN
3522
+ SpudPage Exists (0.5ms) 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
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` IS NULL AND `spud_pages`.`site_id` = 0) LIMIT 1
3524
+  (0.2ms) ROLLBACK
3525
+  (0.1ms) ROLLBACK
3526
+  (0.0ms) BEGIN
3527
+  (0.0ms) BEGIN
3528
+  (0.0ms) SAVEPOINT active_record_2
3529
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page34' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3530
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'test' AND `spud_pages`.`site_id` = 0) LIMIT 1
3531
+ SQL (0.3ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page34', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'test', 1, 0)
3532
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3533
+ SpudPage Exists (0.3ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page35' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3534
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'test' AND `spud_pages`.`site_id` = 0) LIMIT 1
3535
+  (0.4ms) ROLLBACK
3536
+  (0.0ms) ROLLBACK
3537
+  (0.0ms) BEGIN
3538
+  (0.0ms) BEGIN
3539
+  (0.0ms) SAVEPOINT active_record_2
3540
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3541
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'test' LIMIT 1
3542
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'test' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3543
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'test' AND `spud_pages`.`site_id` = 0) LIMIT 1
3544
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'test', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'test', 0, 0)
3545
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3546
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3547
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'test-1' LIMIT 1
3548
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'test' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3549
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'test-1' AND `spud_pages`.`site_id` = 0) LIMIT 1
3550
+  (0.4ms) ROLLBACK
3551
+  (0.0ms) ROLLBACK
3552
+  (0.0ms) BEGIN
3553
+  (0.0ms) BEGIN
3554
+  (0.0ms) SAVEPOINT active_record_2
3555
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3556
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page36' LIMIT 1
3557
+ SpudPage Exists (0.3ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page36' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3558
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page36' AND `spud_pages`.`site_id` = 0) LIMIT 1
3559
+ SQL (0.5ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page36', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'page36', 0, 0)
3560
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 441 LIMIT 1
3561
+ SQL (0.2ms) INSERT INTO `spud_page_partials` (`content`, `content_processed`, `created_at`, `format`, `name`, `spud_page_id`, `symbol_name`, `updated_at`) VALUES (NULL, '', '2013-10-09 13:36:55', NULL, 'body', 441, 'body', '2013-10-09 13:36:55')
3562
+ SpudPageLiquidTag Load (0.2ms) SELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 31 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'
3563
+ SQL (0.2ms) UPDATE `spud_page_partials` SET `content_processed` = '' WHERE `spud_page_partials`.`id` = 31
3564
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3565
+  (0.1ms) SELECT COUNT(*) FROM `spud_page_partials` 
3566
+  (0.1ms) SAVEPOINT active_record_2
3567
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`spud_page_id` = 441
3568
+ SpudPageLiquidTag Load (0.2ms) SELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 31 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'
3569
+ SQL (0.1ms) DELETE FROM `spud_page_partials` WHERE `spud_page_partials`.`id` = 31
3570
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`attachment_id` = 441 AND `spud_permalinks`.`attachment_type` = 'SpudPage'
3571
+ SQL (0.1ms) DELETE FROM `spud_pages` WHERE `spud_pages`.`id` = 441
3572
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3573
+  (0.1ms) SELECT COUNT(*) FROM `spud_page_partials` 
3574
+  (0.3ms) ROLLBACK
3575
+  (0.0ms) ROLLBACK
3576
+  (0.1ms) BEGIN
3577
+  (0.1ms) BEGIN
3578
+  (0.0ms) ROLLBACK
3579
+  (0.0ms) ROLLBACK
3580
+  (0.0ms) BEGIN
3581
+  (0.0ms) BEGIN
3582
+  (0.0ms) ROLLBACK
3583
+  (0.0ms) ROLLBACK
3584
+  (0.0ms) BEGIN
3585
+  (0.0ms) BEGIN
3586
+  (0.0ms) ROLLBACK
3587
+  (0.0ms) ROLLBACK
3588
+  (0.0ms) BEGIN
3589
+  (0.0ms) BEGIN
3590
+  (0.1ms) SAVEPOINT active_record_2
3591
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3592
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'parent' LIMIT 1
3593
+ SpudPage Exists (0.3ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'parent' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3594
+ SpudPage Exists (0.3ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'parent' AND `spud_pages`.`site_id` = 0) LIMIT 1
3595
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'parent', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'parent', 0, 0)
3596
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3597
+  (0.1ms) SAVEPOINT active_record_2
3598
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3599
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'parent/page-1' LIMIT 1
3600
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page 1' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` = 451) LIMIT 1
3601
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'parent/page-1' AND `spud_pages`.`site_id` = 0) LIMIT 1
3602
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page 1', NULL, NULL, NULL, 1, 0, 451, '2013-10-09 13:36:55', NULL, 'parent/page-1', 0, 0)
3603
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3604
+  (0.0ms) SAVEPOINT active_record_2
3605
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3606
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'parent/page-2' LIMIT 1
3607
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page 2' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` = 451) LIMIT 1
3608
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'parent/page-2' AND `spud_pages`.`site_id` = 0) LIMIT 1
3609
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'Page 2', NULL, NULL, NULL, 1, 0, 451, '2013-10-09 13:36:55', NULL, 'parent/page-2', 0, 0)
3610
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3611
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3612
+  (0.5ms) ROLLBACK
3613
+  (0.0ms) ROLLBACK
3614
+  (0.0ms) BEGIN
3615
+  (0.0ms) BEGIN
3616
+  (0.0ms) ROLLBACK
3617
+  (0.0ms) ROLLBACK
3618
+  (0.0ms) BEGIN
3619
+  (0.0ms) BEGIN
3620
+  (0.0ms) SAVEPOINT active_record_2
3621
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3622
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1
3623
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'about' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3624
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1
3625
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'about', 0, 0)
3626
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3627
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3628
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about/test' LIMIT 1
3629
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'test' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` = 481) LIMIT 1
3630
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about/test' AND `spud_pages`.`site_id` = 0) LIMIT 1
3631
+  (0.2ms) ROLLBACK
3632
+  (0.0ms) ROLLBACK
3633
+  (0.0ms) BEGIN
3634
+  (0.0ms) BEGIN
3635
+  (0.0ms) SAVEPOINT active_record_2
3636
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3637
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'testimonials' LIMIT 1
3638
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'testimonials' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3639
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'testimonials' AND `spud_pages`.`site_id` = 0) LIMIT 1
3640
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'testimonials', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'testimonials', 0, 0)
3641
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3642
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3643
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'testimonials-1' LIMIT 1
3644
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'testimonials' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3645
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'testimonials-1' AND `spud_pages`.`site_id` = 0) LIMIT 1
3646
+  (0.3ms) ROLLBACK
3647
+  (0.1ms) ROLLBACK
3648
+  (0.0ms) BEGIN
3649
+  (0.0ms) BEGIN
3650
+  (0.0ms) SAVEPOINT active_record_2
3651
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3652
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'another' LIMIT 1
3653
+ SpudPage Exists (0.1ms) 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
3654
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'another' AND `spud_pages`.`site_id` = 0) LIMIT 1
3655
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'another', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'another', 0, 0)
3656
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3657
+  (0.0ms) SAVEPOINT active_record_2
3658
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 501)
3659
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'again' LIMIT 1
3660
+ SpudPermalink Exists (0.2ms) SELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'another' AND `spud_permalinks`.`site_id` = 0) LIMIT 1
3661
+ SQL (0.1ms) INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (501, 'SpudPage', '2013-10-09 13:36:55', 0, '2013-10-09 13:36:55', 'another')
3662
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'again' AND `spud_pages`.`id` != 501 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3663
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'again' AND `spud_pages`.`id` != 501 AND `spud_pages`.`site_id` = 0) LIMIT 1
3664
+  (0.2ms) UPDATE `spud_pages` SET `name` = 'again', `url_name` = 'again', `updated_at` = '2013-10-09 13:36:55' WHERE `spud_pages`.`id` = 501
3665
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3666
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3667
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'another' LIMIT 1
3668
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 501 LIMIT 1
3669
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'another-1' LIMIT 1
3670
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'another' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3671
+ SpudPage Exists (0.3ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'another-1' AND `spud_pages`.`site_id` = 0) LIMIT 1
3672
+  (0.6ms) ROLLBACK
3673
+  (0.1ms) ROLLBACK
3674
+  (0.0ms) BEGIN
3675
+  (0.0ms) BEGIN
3676
+  (0.0ms) SAVEPOINT active_record_2
3677
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3678
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'permapage' LIMIT 1
3679
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'permapage' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3680
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'permapage' AND `spud_pages`.`site_id` = 0) LIMIT 1
3681
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'permapage', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'permapage', 0, 0)
3682
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3683
+  (0.1ms) SAVEPOINT active_record_2
3684
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 511)
3685
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'permapage-new' LIMIT 1
3686
+ SpudPermalink Exists (0.3ms) SELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'permapage' AND `spud_permalinks`.`site_id` = 0) LIMIT 1
3687
+ SQL (0.1ms) INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (511, 'SpudPage', '2013-10-09 13:36:55', 0, '2013-10-09 13:36:55', 'permapage')
3688
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'permapage new' AND `spud_pages`.`id` != 511 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3689
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'permapage-new' AND `spud_pages`.`id` != 511 AND `spud_pages`.`site_id` = 0) LIMIT 1
3690
+  (0.8ms) UPDATE `spud_pages` SET `name` = 'permapage new', `url_name` = 'permapage-new', `updated_at` = '2013-10-09 13:36:55' WHERE `spud_pages`.`id` = 511
3691
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3692
+  (0.1ms) SELECT COUNT(*) FROM `spud_permalinks`
3693
+  (0.2ms) SELECT COUNT(*) FROM `spud_permalinks` WHERE `spud_permalinks`.`attachment_id` = 511 AND `spud_permalinks`.`attachment_type` = 'SpudPage' AND `spud_permalinks`.`url_name` = 'permapage'
3694
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 511)
3695
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'permapage' LIMIT 1
3696
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 511 LIMIT 1
3697
+  (0.0ms) SAVEPOINT active_record_2
3698
+ SQL (0.1ms) DELETE FROM `spud_permalinks` WHERE `spud_permalinks`.`id` = 41
3699
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3700
+  (0.0ms) SAVEPOINT active_record_2
3701
+ SpudPermalink Exists (0.2ms) SELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'permapage-new' AND `spud_permalinks`.`site_id` = 0) LIMIT 1
3702
+ SQL (0.1ms) INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (511, 'SpudPage', '2013-10-09 13:36:55', 0, '2013-10-09 13:36:55', 'permapage-new')
3703
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3704
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'permapage' AND `spud_pages`.`id` != 511 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3705
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'permapage' AND `spud_pages`.`id` != 511 AND `spud_pages`.`site_id` = 0) LIMIT 1
3706
+  (0.2ms) SELECT COUNT(*) FROM `spud_permalinks` WHERE `spud_permalinks`.`attachment_id` = 511 AND `spud_permalinks`.`attachment_type` = 'SpudPage' AND `spud_permalinks`.`url_name` = 'permapage'
3707
+  (0.4ms) ROLLBACK
3708
+  (0.0ms) ROLLBACK
3709
+  (0.0ms) BEGIN
3710
+  (0.0ms) BEGIN
3711
+  (0.0ms) SAVEPOINT active_record_2
3712
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3713
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'original' LIMIT 1
3714
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'original' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3715
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'original' AND `spud_pages`.`site_id` = 0) LIMIT 1
3716
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'original', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'original', 0, 0)
3717
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3718
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'new' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3719
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'original' AND `spud_pages`.`site_id` = 0) LIMIT 1
3720
+  (0.2ms) ROLLBACK
3721
+  (0.0ms) ROLLBACK
3722
+  (0.0ms) BEGIN
3723
+  (0.0ms) BEGIN
3724
+  (0.1ms) SAVEPOINT active_record_2
3725
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3726
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'original' LIMIT 1
3727
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'original' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3728
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'original' AND `spud_pages`.`site_id` = 0) LIMIT 1
3729
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'original', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'original', 0, 0)
3730
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3731
+  (0.1ms) SAVEPOINT active_record_2
3732
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 531)
3733
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'original2' LIMIT 1
3734
+ SpudPermalink Exists (0.2ms) SELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'original' AND `spud_permalinks`.`site_id` = 0) LIMIT 1
3735
+ SQL (0.2ms) INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (531, 'SpudPage', '2013-10-09 13:36:55', 0, '2013-10-09 13:36:55', 'original')
3736
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'original2' AND `spud_pages`.`id` != 531 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3737
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'original2' AND `spud_pages`.`id` != 531 AND `spud_pages`.`site_id` = 0) LIMIT 1
3738
+  (0.2ms) UPDATE `spud_pages` SET `name` = 'original2', `url_name` = 'original2', `updated_at` = '2013-10-09 13:36:55' WHERE `spud_pages`.`id` = 531
3739
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3740
+  (0.0ms) SAVEPOINT active_record_2
3741
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3742
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'new' LIMIT 1
3743
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'new' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3744
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'new' AND `spud_pages`.`site_id` = 0) LIMIT 1
3745
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:36:55', NULL, 'html', NULL, NULL, NULL, 'new', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:36:55', NULL, 'new', 0, 0)
3746
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3747
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 541 LIMIT 1
3748
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'original' LIMIT 1
3749
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 531 LIMIT 1
3750
+  (1.0ms) ROLLBACK
3751
+  (0.0ms) ROLLBACK
3752
+ Connecting to database specified by database.yml
3753
+ Creating scope :public. Overwriting existing method SpudPage.public.
3754
+ Connecting to database specified by database.yml
3755
+ Creating scope :public. Overwriting existing method SpudPage.public.
3756
+ Connecting to database specified by database.yml
3757
+ Creating scope :public. Overwriting existing method SpudPage.public.
3758
+ Connecting to database specified by database.yml
3759
+ Creating scope :public. Overwriting existing method SpudPage.public.
3760
+ Connecting to database specified by database.yml
3761
+ Creating scope :public. Overwriting existing method SpudPage.public.
3762
+ Connecting to database specified by database.yml
3763
+ Creating scope :public. Overwriting existing method SpudPage.public.
3764
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
3765
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
3766
+  (0.1ms) SELECT DATABASE() as db
3767
+  (5.0ms) select table_name from information_schema.views where table_schema = 'spud_cms_test'
3768
+  (1.1ms) TRUNCATE TABLE `spud_admin_permissions`;
3769
+  (1.6ms) TRUNCATE TABLE `spud_menu_items`;
3770
+  (1.3ms) TRUNCATE TABLE `spud_menus`;
3771
+  (1.7ms) TRUNCATE TABLE `spud_page_liquid_tags`;
3772
+  (0.8ms) TRUNCATE TABLE `spud_page_partial_revisions`;
3773
+  (0.8ms) TRUNCATE TABLE `spud_page_partials`;
3774
+  (2.0ms) TRUNCATE TABLE `spud_pages`;
3775
+  (1.8ms) TRUNCATE TABLE `spud_permalinks`;
3776
+  (1.3ms) TRUNCATE TABLE `spud_snippets`;
3777
+  (0.5ms) TRUNCATE TABLE `spud_user_settings`;
3778
+  (1.1ms) TRUNCATE TABLE `spud_users`;
3779
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
3780
+  (0.1ms) BEGIN
3781
+  (0.1ms) BEGIN
3782
+  (0.2ms) SAVEPOINT active_record_2
3783
+ SpudPage Load (1.6ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3784
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page1' LIMIT 1
3785
+ SpudPage Exists (0.5ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page1' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3786
+ SpudPage Exists (0.3ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page1' AND `spud_pages`.`site_id` = 0) LIMIT 1
3787
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:47', NULL, 'html', NULL, NULL, NULL, 'Page1', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:47', NULL, 'page1', 0, 0)
3788
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3789
+ Processing by PagesController#show as HTML
3790
+ Parameters: {"id"=>"page1"}
3791
+ SpudPage Load (0.4ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'page1' LIMIT 1
3792
+ SpudPagePartial Load (0.1ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (1)
3793
+ Rendered /Users/davidestes/projects/spud_rails/spud_cms/app/views/pages/show.html.erb within layouts/application (0.2ms)
3794
+ Completed 200 OK in 54ms (Views: 32.5ms | ActiveRecord: 2.3ms)
3795
+  (0.9ms) ROLLBACK
3796
+  (0.1ms) ROLLBACK
3797
+  (0.1ms) BEGIN
3798
+  (0.1ms) BEGIN
3799
+  (0.1ms) SAVEPOINT active_record_2
3800
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3801
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'home' LIMIT 1
3802
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'home' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3803
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'home' AND `spud_pages`.`site_id` = 0) LIMIT 1
3804
+ SQL (1.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:47', NULL, 'html', NULL, NULL, NULL, 'home', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:47', NULL, 'home', 0, 0)
3805
+  (0.2ms) RELEASE SAVEPOINT active_record_2
3806
+ Processing by PagesController#show as HTML
3807
+ SpudPage Load (0.4ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'home' LIMIT 1
3808
+ SpudPagePartial Load (0.2ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (11)
3809
+ Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.6ms)
3810
+  (0.3ms) ROLLBACK
3811
+  (0.0ms) ROLLBACK
3812
+  (0.0ms) BEGIN
3813
+  (0.1ms) BEGIN
3814
+  (0.1ms) SAVEPOINT active_record_2
3815
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3816
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1
3817
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'about' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3818
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1
3819
+ SQL (0.3ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:47', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:47', NULL, 'about', 0, 0)
3820
+  (0.2ms) RELEASE SAVEPOINT active_record_2
3821
+  (0.1ms) SAVEPOINT active_record_2
3822
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 21)
3823
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about-us' LIMIT 1
3824
+ SpudPermalink Exists (0.3ms) SELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'about' AND `spud_permalinks`.`site_id` = 0) LIMIT 1
3825
+ SQL (0.2ms) INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (21, 'SpudPage', '2013-10-09 13:45:47', 0, '2013-10-09 13:45:47', 'about')
3826
+ SpudPage Exists (0.3ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'about us' AND `spud_pages`.`id` != 21 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3827
+ SpudPage Exists (0.3ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about-us' AND `spud_pages`.`id` != 21 AND `spud_pages`.`site_id` = 0) LIMIT 1
3828
+  (0.2ms) UPDATE `spud_pages` SET `name` = 'about us', `url_name` = 'about-us', `updated_at` = '2013-10-09 13:45:47' WHERE `spud_pages`.`id` = 21
3829
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3830
+ Processing by PagesController#show as HTML
3831
+ Parameters: {"id"=>"about"}
3832
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'about' LIMIT 1
3833
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`url_name` = 'about' LIMIT 1
3834
+ SpudPage Load (0.4ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 21 LIMIT 1
3835
+ Redirected to http://test.host/about-us
3836
+ Completed 301 Moved Permanently in 6ms (ActiveRecord: 0.7ms)
3837
+  (0.6ms) ROLLBACK
3838
+  (0.0ms) ROLLBACK
3839
+  (0.0ms) BEGIN
3840
+  (0.0ms) BEGIN
3841
+  (0.1ms) SAVEPOINT active_record_2
3842
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3843
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1
3844
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'about' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3845
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1
3846
+ SQL (0.9ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:48', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:48', NULL, 'about', 0, 1)
3847
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3848
+ Processing by PagesController#show as HTML
3849
+ Parameters: {"id"=>"about"}
3850
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'about' LIMIT 1
3851
+ SpudPagePartial Load (0.2ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (31)
3852
+ Redirected to http://test.host/spud/user_session/new
3853
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
3854
+  (0.3ms) ROLLBACK
3855
+  (0.0ms) ROLLBACK
3856
+  (0.0ms) BEGIN
3857
+  (0.0ms) BEGIN
3858
+  (0.2ms) SAVEPOINT active_record_2
3859
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
3860
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
3861
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '5ad32e950430e82d9f171ffaa7fe8c9177cd2d05ae8580e3a85b24bee944e9d406831111c5bef3331c5feb37c1a5c65a089da7c1471eec00ddc02872cfbd8b27' LIMIT 1
3862
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'KxC3SWUWRSz0ktq77lXz' LIMIT 1
3863
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:48', 'e19edcf99633a2288612664d1dca2edab9af81f5ef768990d924b55356e72b0383e2444ee0a85eb041081410c300991b5fc475de86015c51e082492b71c521e6', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'Mrr5a9NU33iuocfBeJwB', 'cPtmRTqrrg50wQxED6Fa', '5ad32e950430e82d9f171ffaa7fe8c9177cd2d05ae8580e3a85b24bee944e9d406831111c5bef3331c5feb37c1a5c65a089da7c1471eec00ddc02872cfbd8b27', 'KxC3SWUWRSz0ktq77lXz', 1, NULL, '2013-10-09 13:45:48')
3864
+  (0.2ms) RELEASE SAVEPOINT active_record_2
3865
+  (0.1ms) SAVEPOINT active_record_2
3866
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = '2ahF14104dZkGAc7Ca', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 1
3867
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3868
+  (0.0ms) SAVEPOINT active_record_2
3869
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3870
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1
3871
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'about' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3872
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1
3873
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:48', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:48', NULL, 'about', 0, 1)
3874
+  (0.2ms) RELEASE SAVEPOINT active_record_2
3875
+ Processing by PagesController#show as HTML
3876
+ Parameters: {"id"=>"about"}
3877
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 1 LIMIT 1
3878
+  (0.1ms) SAVEPOINT active_record_2
3879
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'mOImRHm65TSf9n3osJpW', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 1
3880
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3881
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'about' LIMIT 1
3882
+ SpudPagePartial Load (0.2ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (41)
3883
+ Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.9ms)
3884
+  (0.9ms) ROLLBACK
3885
+  (0.1ms) ROLLBACK
3886
+  (0.0ms) BEGIN
3887
+  (0.0ms) BEGIN
3888
+  (0.1ms) SAVEPOINT active_record_2
3889
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3890
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1
3891
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'about' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3892
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1
3893
+ SQL (0.7ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:48', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:48', NULL, 'about', 0, 0)
3894
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3895
+ Processing by PagesController#show as HTML
3896
+ Parameters: {"id"=>"about"}
3897
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'about' AND `spud_pages`.`site_id` = 1 LIMIT 1
3898
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`url_name` = 'about' AND `spud_permalinks`.`site_id` = 1 LIMIT 1
3899
+ Completed 404 Not Found in 31ms (Views: 28.7ms | ActiveRecord: 0.4ms)
3900
+  (0.6ms) ROLLBACK
3901
+  (0.1ms) ROLLBACK
3902
+  (0.0ms) BEGIN
3903
+  (0.0ms) BEGIN
3904
+  (0.0ms) SAVEPOINT active_record_2
3905
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3906
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1
3907
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'about' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3908
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1
3909
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:48', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:48', NULL, 'about', 0, 0)
3910
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3911
+  (0.1ms) SAVEPOINT active_record_2
3912
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1
3913
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1
3914
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'about' AND `spud_pages`.`site_id` = 1 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3915
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 1) LIMIT 1
3916
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:48', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 1, NULL, '2013-10-09 13:45:48', NULL, 'about', 0, 0)
3917
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3918
+ Processing by PagesController#show as HTML
3919
+ Parameters: {"id"=>"about"}
3920
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'about' AND `spud_pages`.`site_id` = 1 LIMIT 1
3921
+ SpudPagePartial Load (0.2ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (71)
3922
+ Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.4ms)
3923
+  (0.5ms) ROLLBACK
3924
+  (0.0ms) ROLLBACK
3925
+  (0.0ms) BEGIN
3926
+  (0.0ms) BEGIN
3927
+  (0.0ms) SAVEPOINT active_record_2
3928
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
3929
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'home' LIMIT 1
3930
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'home' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3931
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'home' AND `spud_pages`.`site_id` = 0) LIMIT 1
3932
+ SQL (0.9ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:48', NULL, 'html', NULL, NULL, NULL, 'home', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:48', NULL, 'home', 0, 0)
3933
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3934
+  (0.1ms) SAVEPOINT active_record_2
3935
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1
3936
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'home' LIMIT 1
3937
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'home' AND `spud_pages`.`site_id` = 1 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
3938
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'home' AND `spud_pages`.`site_id` = 1) LIMIT 1
3939
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:48', NULL, 'html', NULL, NULL, NULL, 'home', NULL, NULL, NULL, 1, 1, NULL, '2013-10-09 13:45:48', NULL, 'home', 0, 0)
3940
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3941
+ Processing by PagesController#show as HTML
3942
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`url_name` = 'home' AND `spud_pages`.`site_id` = 1 LIMIT 1
3943
+ SpudPagePartial Load (0.2ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (91)
3944
+ Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.5ms)
3945
+  (0.3ms) ROLLBACK
3946
+  (0.0ms) ROLLBACK
3947
+  (0.0ms) BEGIN
3948
+  (0.0ms) BEGIN
3949
+  (0.0ms) ROLLBACK
3950
+  (0.0ms) ROLLBACK
3951
+  (0.0ms) BEGIN
3952
+  (0.0ms) BEGIN
3953
+  (0.1ms) SAVEPOINT active_record_2
3954
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
3955
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
3956
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '81a356bf3b6246c17312322987713867dd78568af736f9c3d180cd065cdf53270c275c170ca452fa6615d335fef69757d32cd96efa5da73102480c70a1da7f9b' LIMIT 1
3957
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'fYcYJDgzQsLSaoQMf' LIMIT 1
3958
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:48', 'a69789828de92219edf3c862e3218ad0e33e42aeee9af7e26b83bc9c59adc0b9cb5297abd069e8b7b3929e33f1f5e7fd33fe6e8eba813dd2a10697c8c2830ea0', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'XvhbhjTRkI5s4O6meXJ', 'hQXUhbgXfCdAmvs6B', '81a356bf3b6246c17312322987713867dd78568af736f9c3d180cd065cdf53270c275c170ca452fa6615d335fef69757d32cd96efa5da73102480c70a1da7f9b', 'fYcYJDgzQsLSaoQMf', 1, NULL, '2013-10-09 13:45:48')
3959
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3960
+  (0.1ms) SAVEPOINT active_record_2
3961
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'CW6YteHEHkzTtNaH2YHy', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 11
3962
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3963
+  (0.1ms) SAVEPOINT active_record_2
3964
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu1' AND `spud_menus`.`site_id` = 0) LIMIT 1
3965
+ SQL (0.2ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu1', 0, '2013-10-09 13:45:48')
3966
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3967
+  (0.1ms) SAVEPOINT active_record_2
3968
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:45:48', NULL, 0, 'Menu Item 1', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:45:48', NULL)
3969
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3970
+  (0.1ms) SAVEPOINT active_record_2
3971
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:45:48', NULL, 0, 'Menu Item 2', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:45:48', NULL)
3972
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3973
+ Processing by Spud::Admin::MenuItemsController#index as HTML
3974
+ Parameters: {"menu_id"=>"1"}
3975
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 11 LIMIT 1
3976
+  (0.1ms) SAVEPOINT active_record_2
3977
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'Vf8g0lUGgA0OCbcVZOR', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 11
3978
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3979
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 1 LIMIT 1
3980
+ Completed 200 OK in 10ms (Views: 1.9ms | ActiveRecord: 0.8ms)
3981
+  (0.3ms) SELECT COUNT(*) FROM `spud_menu_items` WHERE `spud_menu_items`.`parent_id` = 1 AND `spud_menu_items`.`parent_type` = 'SpudMenu'
3982
+  (0.6ms) ROLLBACK
3983
+  (0.0ms) ROLLBACK
3984
+  (0.0ms) BEGIN
3985
+  (0.0ms) BEGIN
3986
+  (0.1ms) SAVEPOINT active_record_2
3987
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
3988
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
3989
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '37bb4699aec1c7688f726fdaf7af7d1c04bdd5cdc45579a63ad89022a8efd9f2a0dfe247ff9c1ba3fd440ffc05c73201b5b67c43472ffef0b932d2b4c1007bbf' LIMIT 1
3990
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'r7YyA15fpwI4guMvwK1D' LIMIT 1
3991
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:48', 'b09e378b5175e93869bbe223eac7bb1f70fb2195c360e8843484ef03502210a7e8247a3545f63d5568e011e9c55bb9e26b614b2e73631fa7b44484b1155732f2', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'WRl2H0d7sfnKllEpSo', 'wESdm2ixFDTdHtLsYTT7', '37bb4699aec1c7688f726fdaf7af7d1c04bdd5cdc45579a63ad89022a8efd9f2a0dfe247ff9c1ba3fd440ffc05c73201b5b67c43472ffef0b932d2b4c1007bbf', 'r7YyA15fpwI4guMvwK1D', 1, NULL, '2013-10-09 13:45:48')
3992
+  (0.2ms) RELEASE SAVEPOINT active_record_2
3993
+  (0.2ms) SAVEPOINT active_record_2
3994
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = '14cnwtaJQHZo7RSRdYP', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 21
3995
+  (0.1ms) RELEASE SAVEPOINT active_record_2
3996
+  (0.0ms) SAVEPOINT active_record_2
3997
+ SpudMenu Exists (0.1ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu2' AND `spud_menus`.`site_id` = 0) LIMIT 1
3998
+ SQL (0.2ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu2', 0, '2013-10-09 13:45:48')
3999
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4000
+ Processing by Spud::Admin::MenuItemsController#index as HTML
4001
+ Parameters: {"menu_id"=>"12"}
4002
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 21 LIMIT 1
4003
+  (0.1ms) SAVEPOINT active_record_2
4004
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = '8N5GD48DH1cDgVoDktQ', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 21
4005
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4006
+ SpudMenu Load (0.1ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 12 LIMIT 1
4007
+ Redirected to http://test.host/spud/admin/menus
4008
+ Filter chain halted as :load_menu rendered or redirected
4009
+ Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
4010
+  (0.6ms) ROLLBACK
4011
+  (0.0ms) ROLLBACK
4012
+  (0.0ms) BEGIN
4013
+  (0.0ms) BEGIN
4014
+  (0.1ms) SAVEPOINT active_record_2
4015
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4016
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4017
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '5c8c043732120555ad9cdad8dcf5e7a345ecb7b6b47404db042b4929c48f8b1bc542c053c425179478fee71fa4096af9052c6d5020e6756898d78d55844feed8' LIMIT 1
4018
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'FUST0MEe8f132NvL3KY' LIMIT 1
4019
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:48', '998a71d9adad7f878af86790dca20eff37f73a0e5e3dfa8e3efdf59471ec583dbbf266794d66f5f81ca4290845ba6fd6e6b24eb2f1a71cb31c3ee6ea39f7a30a', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, '0pRhdxzNb1gmsqMXtEYD', 'TcczSd7PAOGSczFJLQ', '5c8c043732120555ad9cdad8dcf5e7a345ecb7b6b47404db042b4929c48f8b1bc542c053c425179478fee71fa4096af9052c6d5020e6756898d78d55844feed8', 'FUST0MEe8f132NvL3KY', 1, NULL, '2013-10-09 13:45:48')
4020
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4021
+  (0.1ms) SAVEPOINT active_record_2
4022
+  (0.1ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'YtNxdmGbeSuKkF0ECfJ', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 31
4023
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4024
+  (0.0ms) SAVEPOINT active_record_2
4025
+ SpudMenu Exists (0.1ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu3' AND `spud_menus`.`site_id` = 0) LIMIT 1
4026
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu3', 0, '2013-10-09 13:45:48')
4027
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4028
+ Processing by Spud::Admin::MenuItemsController#new as HTML
4029
+ Parameters: {"menu_id"=>"21"}
4030
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 31 LIMIT 1
4031
+  (0.1ms) SAVEPOINT active_record_2
4032
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'WHlIYokuwNOVwZ3iqlLh', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 31
4033
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4034
+ SpudMenu Load (0.3ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 21 LIMIT 1
4035
+ Completed 200 OK in 8ms (Views: 1.2ms | ActiveRecord: 1.0ms)
4036
+  (0.9ms) ROLLBACK
4037
+  (0.0ms) ROLLBACK
4038
+  (0.0ms) BEGIN
4039
+  (0.1ms) BEGIN
4040
+  (0.1ms) SAVEPOINT active_record_2
4041
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4042
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4043
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'dc2b03e9e808b9ed70024004fa4b54e89c4647c1b168a8b18b2d3e5470cabb5141128bc117827267c773e7cb8ec89fe7e717100dd068ae9ea07ca172f5f0f2f1' LIMIT 1
4044
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'YMXjT4wAl07VbyCwatCW' LIMIT 1
4045
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:48', '6994ad1dac4eb2c3664b3fd0f07e056a229be0a053bf00ad1f6546dcd8808f2be83bdcb3d671504f52744f3a404e9ef2a5ded81a472560dab6f59ccb83c68982', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'JDLag1Q0ABBddvUb4PI', 'gY1A61GQ8RCfAF92LDA', 'dc2b03e9e808b9ed70024004fa4b54e89c4647c1b168a8b18b2d3e5470cabb5141128bc117827267c773e7cb8ec89fe7e717100dd068ae9ea07ca172f5f0f2f1', 'YMXjT4wAl07VbyCwatCW', 1, NULL, '2013-10-09 13:45:48')
4046
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4047
+  (0.1ms) SAVEPOINT active_record_2
4048
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'hQBtFxCKfcfIAxCFCf9', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 41
4049
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4050
+  (0.1ms) SAVEPOINT active_record_2
4051
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu4' AND `spud_menus`.`site_id` = 0) LIMIT 1
4052
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu4', 0, '2013-10-09 13:45:48')
4053
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4054
+  (0.2ms) SELECT COUNT(*) FROM `spud_menu_items` 
4055
+ Processing by Spud::Admin::MenuItemsController#create as HTML
4056
+ Parameters: {"spud_menu_item"=>{"name"=>"Menu Item 3", "parent_type"=>"SpudMenu", "parent_id"=>nil}, "menu_id"=>"31"}
4057
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 41 LIMIT 1
4058
+  (0.1ms) SAVEPOINT active_record_2
4059
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'xTdXI0nlobwuBeLuzyV', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 41
4060
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4061
+ SpudMenu Load (0.1ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 31 LIMIT 1
4062
+  (0.1ms) SAVEPOINT active_record_2
4063
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:45:48', NULL, 0, 'Menu Item 3', 31, 'SpudMenu', 31, NULL, '2013-10-09 13:45:48', NULL)
4064
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4065
+ Redirected to http://test.host/spud/admin/menus/31/menu_items
4066
+ Completed 302 Found in 42ms (ActiveRecord: 0.0ms)
4067
+  (0.4ms) SELECT COUNT(*) FROM `spud_menu_items`
4068
+  (0.8ms) ROLLBACK
4069
+  (0.0ms) ROLLBACK
4070
+  (0.1ms) BEGIN
4071
+  (0.0ms) BEGIN
4072
+  (0.2ms) SAVEPOINT active_record_2
4073
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4074
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4075
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'bf994af5d064b8ac97b10e6cd7e0f73b285fb5a293086f3392ed7a556de7714678f2c042fede22ddcab7a1a718c840471fc761a014a167b5d783fd55ea18659c' LIMIT 1
4076
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'I8jevRBquEhpGF3Lyh' LIMIT 1
4077
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:48', '5562e41e6ac0f7b386ea3696fec1b8cb59729c6ece5e22a164c5e83ea1808ac0956bcbe92c7cae8c855adbf816eb3fa4950fc9a7c8cb66f2e376c48015d62a54', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'D6881OXhRaRcfxOhfIg', 'aGlhhZQgfzlvb8JoWRa', 'bf994af5d064b8ac97b10e6cd7e0f73b285fb5a293086f3392ed7a556de7714678f2c042fede22ddcab7a1a718c840471fc761a014a167b5d783fd55ea18659c', 'I8jevRBquEhpGF3Lyh', 1, NULL, '2013-10-09 13:45:48')
4078
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4079
+  (0.1ms) SAVEPOINT active_record_2
4080
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'moovlRz4oJ0xyLzkRBsH', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 51
4081
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4082
+  (0.1ms) SAVEPOINT active_record_2
4083
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu5' AND `spud_menus`.`site_id` = 0) LIMIT 1
4084
+ SQL (0.2ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu5', 0, '2013-10-09 13:45:48')
4085
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4086
+  (0.1ms) SELECT COUNT(*) FROM `spud_menu_items` 
4087
+ Processing by Spud::Admin::MenuItemsController#create as HTML
4088
+ Parameters: {"spud_menu_item"=>{"name"=>nil, "parent_type"=>"SpudMenu", "parent_id"=>nil}, "menu_id"=>"41"}
4089
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 51 LIMIT 1
4090
+  (0.1ms) SAVEPOINT active_record_2
4091
+  (0.1ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = '2rP3ZgfGOrDVBZoIogl5', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 51
4092
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4093
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 41 LIMIT 1
4094
+  (0.1ms) SAVEPOINT active_record_2
4095
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
4096
+ Completed 200 OK in 8ms (Views: 0.6ms | ActiveRecord: 0.0ms)
4097
+  (0.2ms) SELECT COUNT(*) FROM `spud_menu_items` 
4098
+  (0.5ms) ROLLBACK
4099
+  (0.0ms) ROLLBACK
4100
+  (0.0ms) BEGIN
4101
+  (0.0ms) BEGIN
4102
+  (0.0ms) SAVEPOINT active_record_2
4103
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4104
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4105
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '310df96c52d6991837085f8f03a2b247eeef3d7b44586e8f0b50d1bdad2f6cbd1efe72be76ea744919e26ef33540a908efe268cf327894c845eb5bbc6cb2d9ff' LIMIT 1
4106
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'pAi9sbZIH6GCJfBYPD' LIMIT 1
4107
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:48', '24099efaf22a85b902db19216d2eaa176b257ba5203b556fe35ef57985123f32053d47eb70e4cb646c689084a4a6b6423f21a1f2e3edf367e6c412b49c6decd1', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'mgeSNsKXkLaiE4IBZOA', 'hT5kc37JYRud6yr64O', '310df96c52d6991837085f8f03a2b247eeef3d7b44586e8f0b50d1bdad2f6cbd1efe72be76ea744919e26ef33540a908efe268cf327894c845eb5bbc6cb2d9ff', 'pAi9sbZIH6GCJfBYPD', 1, NULL, '2013-10-09 13:45:48')
4108
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4109
+  (0.2ms) SAVEPOINT active_record_2
4110
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'e9rjqyoFLMm2zNgejkT', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 61
4111
+  (0.3ms) RELEASE SAVEPOINT active_record_2
4112
+  (0.1ms) SAVEPOINT active_record_2
4113
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu6' AND `spud_menus`.`site_id` = 0) LIMIT 1
4114
+ SQL (0.2ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu6', 0, '2013-10-09 13:45:48')
4115
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4116
+  (0.0ms) SAVEPOINT active_record_2
4117
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:45:48', NULL, 0, 'Menu Item 4', 51, 'SpudMenu', 1, NULL, '2013-10-09 13:45:48', NULL)
4118
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4119
+ Processing by Spud::Admin::MenuItemsController#create as HTML
4120
+ Parameters: {"spud_menu_item"=>{"name"=>"Menu Item 5", "parent_type"=>"SpudMenu", "parent_id"=>nil, "menu_order"=>nil}, "menu_id"=>"51"}
4121
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 61 LIMIT 1
4122
+  (0.3ms) SAVEPOINT active_record_2
4123
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = '3DrYXmB1tCQzUOYtZoc0', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 61
4124
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4125
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 51 LIMIT 1
4126
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 51 LIMIT 1
4127
+ SpudMenuItem Load (0.2ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`parent_id` = 51 AND `spud_menu_items`.`parent_type` = 'SpudMenu' ORDER BY menu_order desc LIMIT 1
4128
+  (0.1ms) SAVEPOINT active_record_2
4129
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:45:48', NULL, 1, 'Menu Item 5', 51, 'SpudMenu', 51, NULL, '2013-10-09 13:45:48', NULL)
4130
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4131
+ Redirected to http://test.host/spud/admin/menus/51/menu_items
4132
+ Completed 302 Found in 11ms (ActiveRecord: 0.0ms)
4133
+  (0.8ms) ROLLBACK
4134
+  (0.0ms) ROLLBACK
4135
+  (0.0ms) BEGIN
4136
+  (0.1ms) BEGIN
4137
+  (0.1ms) SAVEPOINT active_record_2
4138
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4139
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4140
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'cb52a3040a826f1e4030f5611924e11947848bebff41b359694c2be15b1b182b220ccc183aeec2be0dad09cf3299ee4b2aae19fa278f2aa85ca2003c6496d438' LIMIT 1
4141
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '4rTYzEkTbqx09zPb7cl' LIMIT 1
4142
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:48', '30a4105b2c84ac5afd6649dba07cf707cd5a333dbe24d645918b640ba22f275c505e914d89a5a3dcfd2c12e961def2321555fc187136b1d4a03d5e34309b8a4b', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'grC0ppr4UrRwmjqVHA', 'BI3gAd8FXlegWlyK6t89', 'cb52a3040a826f1e4030f5611924e11947848bebff41b359694c2be15b1b182b220ccc183aeec2be0dad09cf3299ee4b2aae19fa278f2aa85ca2003c6496d438', '4rTYzEkTbqx09zPb7cl', 1, NULL, '2013-10-09 13:45:48')
4143
+  (0.2ms) RELEASE SAVEPOINT active_record_2
4144
+  (0.1ms) SAVEPOINT active_record_2
4145
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'oPifUj7IlE8yejbrsLG', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 71
4146
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4147
+  (0.1ms) SAVEPOINT active_record_2
4148
+ SpudMenu Exists (0.1ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu7' AND `spud_menus`.`site_id` = 0) LIMIT 1
4149
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu7', 0, '2013-10-09 13:45:48')
4150
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4151
+  (0.0ms) SAVEPOINT active_record_2
4152
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
4153
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page2' LIMIT 1
4154
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page2' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
4155
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page2' AND `spud_pages`.`site_id` = 0) LIMIT 1
4156
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:48', NULL, 'html', NULL, NULL, NULL, 'Page2', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:48', NULL, 'page2', 0, 0)
4157
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4158
+ Processing by Spud::Admin::MenuItemsController#create as HTML
4159
+ Parameters: {"spud_menu_item"=>{"name"=>nil, "parent_type"=>"SpudMenu", "parent_id"=>"1", "spud_page_id"=>"101"}, "menu_id"=>"61"}
4160
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 71 LIMIT 1
4161
+  (0.1ms) SAVEPOINT active_record_2
4162
+  (0.1ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'kar6wmnFBdAJpEt9mKF', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 71
4163
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4164
+ SpudMenu Load (0.1ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 61 LIMIT 1
4165
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 101 LIMIT 1
4166
+  (0.1ms) SAVEPOINT active_record_2
4167
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:45:48', NULL, 0, 'Page2', 1, 'SpudMenuItem', 61, 101, '2013-10-09 13:45:48', NULL)
4168
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4169
+ Redirected to http://test.host/spud/admin/menus/61/menu_items
4170
+ Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
4171
+  (6.1ms) ROLLBACK
4172
+  (0.1ms) ROLLBACK
4173
+  (0.0ms) BEGIN
4174
+  (0.0ms) BEGIN
4175
+  (0.1ms) SAVEPOINT active_record_2
4176
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4177
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4178
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'bf89dc70a8bc16c04336559c5e5b94060d621e6c7d6afb87d3e3043e71f1c19991e12b7edc119fd6cece93fe5a24f321b084cf264d80f3e7adac5dd74daeea6a' LIMIT 1
4179
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'H1NN2duDesSze1rxeigE' LIMIT 1
4180
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:48', '43e5cc262dd5447c0b2fd751c9bb7124c0ca75e70d54cbd45426436db46704baa386dc067dc3e4a362695b9e031d4b4a495e23be386a892674f6d7627b5507e6', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'FHVWukrsf4r5YMZUi', 'vCkIdJZoSrXh6X16q13b', 'bf89dc70a8bc16c04336559c5e5b94060d621e6c7d6afb87d3e3043e71f1c19991e12b7edc119fd6cece93fe5a24f321b084cf264d80f3e7adac5dd74daeea6a', 'H1NN2duDesSze1rxeigE', 1, NULL, '2013-10-09 13:45:48')
4181
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4182
+  (0.1ms) SAVEPOINT active_record_2
4183
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'Ht58ObJEdKdMQ4No2mf', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 81
4184
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4185
+  (0.1ms) SAVEPOINT active_record_2
4186
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu8' AND `spud_menus`.`site_id` = 0) LIMIT 1
4187
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu8', 0, '2013-10-09 13:45:48')
4188
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4189
+  (0.1ms) SAVEPOINT active_record_2
4190
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:45:48', NULL, 0, 'Menu Item 6', 71, 'SpudMenu', 1, NULL, '2013-10-09 13:45:48', NULL)
4191
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4192
+ Processing by Spud::Admin::MenuItemsController#create as HTML
4193
+ Parameters: {"spud_menu_item"=>{"name"=>"Menu Item 7", "parent_type"=>"SpudMenu", "parent_id"=>"61"}, "menu_id"=>"71"}
4194
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 81 LIMIT 1
4195
+  (0.1ms) SAVEPOINT active_record_2
4196
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'gqExdZs5T0qHlH1zVGor', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 81
4197
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4198
+ SpudMenu Load (0.1ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 71 LIMIT 1
4199
+  (0.1ms) SAVEPOINT active_record_2
4200
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:45:48', NULL, 0, 'Menu Item 7', 61, 'SpudMenuItem', 71, NULL, '2013-10-09 13:45:48', NULL)
4201
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4202
+ Redirected to http://test.host/spud/admin/menus/71/menu_items
4203
+ Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
4204
+ SpudMenuItem Load (0.2ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 61 LIMIT 1
4205
+  (0.7ms) ROLLBACK
4206
+  (0.0ms) ROLLBACK
4207
+  (0.0ms) BEGIN
4208
+  (0.0ms) BEGIN
4209
+  (0.0ms) SAVEPOINT active_record_2
4210
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4211
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4212
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'ebe992467bc93957207c73538568afc634125a3295e274c95bd188efb6b0ffb276a964c720301d4ca3d4ddc17d319e64a2e6671baa1f2441380aa2c9d2e29e20' LIMIT 1
4213
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'pyFrb8BXbBIlhvtuvPUR' LIMIT 1
4214
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:48', '068825855596038f14d133a3c6237f8d56a0064b3d4f35b1554be63ccb7b63ab61f714b9c7a2df0b2feedf9c973946026502f37fa5ee6baacce740aff5a7f6f7', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'KOYE4ma3gd6NzidaXXfR', 'QLGgir2kuCfMx2yTSVyn', 'ebe992467bc93957207c73538568afc634125a3295e274c95bd188efb6b0ffb276a964c720301d4ca3d4ddc17d319e64a2e6671baa1f2441380aa2c9d2e29e20', 'pyFrb8BXbBIlhvtuvPUR', 1, NULL, '2013-10-09 13:45:48')
4215
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4216
+  (0.1ms) SAVEPOINT active_record_2
4217
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'MlUnOvFt0FP7ba9uR', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 91
4218
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4219
+  (0.1ms) SAVEPOINT active_record_2
4220
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu9' AND `spud_menus`.`site_id` = 0) LIMIT 1
4221
+ SQL (0.2ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu9', 0, '2013-10-09 13:45:48')
4222
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4223
+  (0.1ms) SAVEPOINT active_record_2
4224
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:45:48', NULL, 0, 'Menu Item 8', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:45:48', NULL)
4225
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4226
+  (0.0ms) SAVEPOINT active_record_2
4227
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:45:48', NULL, 0, 'Menu Item 9', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:45:48', NULL)
4228
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4229
+ Processing by Spud::Admin::MenuItemsController#edit as HTML
4230
+ Parameters: {"menu_id"=>"81", "id"=>"91"}
4231
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 91 LIMIT 1
4232
+  (0.1ms) SAVEPOINT active_record_2
4233
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'LTW2vTAnYKZiHSq9lWto', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 91
4234
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4235
+ SpudMenu Load (0.1ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 81 LIMIT 1
4236
+ SpudMenuItem Load (0.2ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 91 LIMIT 1
4237
+ Completed 200 OK in 7ms (Views: 1.2ms | ActiveRecord: 0.9ms)
4238
+  (0.8ms) ROLLBACK
4239
+  (0.0ms) ROLLBACK
4240
+  (0.0ms) BEGIN
4241
+  (0.0ms) BEGIN
4242
+  (0.0ms) SAVEPOINT active_record_2
4243
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4244
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4245
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'ad048ed978dc9b7ab68876be65400804f94a48d836156d3a436ffc102bb3cdff7bdee4758ca367a0d805841d51e219968b0bec689143ab0addcc5d81e751cdf6' LIMIT 1
4246
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'subYu85TrkZbudCSp' LIMIT 1
4247
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:48', 'f98e40666279d69e5778585050fc78d5504a8b0498781295563e684dcf4a7d0226dd9c784107cde40614c6fc3943a33a35629a58d9d026b4885bca8e9375f9ba', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'duE6eVzm3YcdHDTqYNZT', 'ZBibFftDIOWn4PPeNZH', 'ad048ed978dc9b7ab68876be65400804f94a48d836156d3a436ffc102bb3cdff7bdee4758ca367a0d805841d51e219968b0bec689143ab0addcc5d81e751cdf6', 'subYu85TrkZbudCSp', 1, NULL, '2013-10-09 13:45:48')
4248
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4249
+  (0.2ms) SAVEPOINT active_record_2
4250
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'dkArV7kMBaQnKpXY8rA', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 101
4251
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4252
+  (0.1ms) SAVEPOINT active_record_2
4253
+ SpudMenu Exists (0.1ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu10' AND `spud_menus`.`site_id` = 0) LIMIT 1
4254
+ SQL (0.2ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu10', 0, '2013-10-09 13:45:48')
4255
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4256
+ Processing by Spud::Admin::MenuItemsController#edit as HTML
4257
+ Parameters: {"menu_id"=>"91", "id"=>"345"}
4258
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 101 LIMIT 1
4259
+  (0.1ms) SAVEPOINT active_record_2
4260
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'FiRXZ8MSTkJ6tjIVaGEb', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 101
4261
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4262
+ SpudMenu Load (0.1ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 91 LIMIT 1
4263
+ SpudMenuItem Load (0.1ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 345 LIMIT 1
4264
+ Redirected to http://test.host/spud/admin/menus/91/menu_items
4265
+ Filter chain halted as :load_menu_item rendered or redirected
4266
+ Completed 302 Found in 5ms (ActiveRecord: 0.9ms)
4267
+  (0.6ms) ROLLBACK
4268
+  (0.0ms) ROLLBACK
4269
+  (0.0ms) BEGIN
4270
+  (0.0ms) BEGIN
4271
+  (0.1ms) SAVEPOINT active_record_2
4272
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4273
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4274
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '0eb3151f48fefffe5d764669f4f6a13242fc5d61a80a16f44dfa23ad8d888ff55ecb5ffcb8557422c0f45282ed87eb6a5956d029b38036817db4d68413c665a6' LIMIT 1
4275
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '6ANdPHT3uedUT0ENaRg' LIMIT 1
4276
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:48', '63c729efd6470dd2315093fb4dd57e762791b54e1998d64bc651828ea4bf74a790ecf232111b46538e1277499a2db10495a4ae07f62fe119fe202344351637c6', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, '7i6eIUWOhdi5JJvdWB', 'qGmfdU6hSdKMWdGPtJI', '0eb3151f48fefffe5d764669f4f6a13242fc5d61a80a16f44dfa23ad8d888ff55ecb5ffcb8557422c0f45282ed87eb6a5956d029b38036817db4d68413c665a6', '6ANdPHT3uedUT0ENaRg', 1, NULL, '2013-10-09 13:45:48')
4277
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4278
+  (0.1ms) SAVEPOINT active_record_2
4279
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'hByoNCFQFoBsAqgj1FcU', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 111
4280
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4281
+  (0.1ms) SAVEPOINT active_record_2
4282
+ SpudMenu Exists (0.1ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu11' AND `spud_menus`.`site_id` = 0) LIMIT 1
4283
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu11', 0, '2013-10-09 13:45:48')
4284
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4285
+  (0.1ms) SAVEPOINT active_record_2
4286
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:45:48', NULL, 0, 'Menu Item 10', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:45:48', NULL)
4287
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4288
+ Processing by Spud::Admin::MenuItemsController#update as HTML
4289
+ Parameters: {"spud_menu_item"=>{"parent_type"=>"SpudMenu", "parent_id"=>nil, "item_type"=>nil, "spud_page_id"=>nil, "menu_order"=>"0", "url"=>nil, "name"=>"MyMenu", "classes"=>nil}, "menu_id"=>"101", "id"=>"101"}
4290
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 111 LIMIT 1
4291
+  (0.1ms) SAVEPOINT active_record_2
4292
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'SNgOEi44wLwkNcR8CZaC', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 111
4293
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4294
+ SpudMenu Load (0.1ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 101 LIMIT 1
4295
+ SpudMenuItem Load (0.2ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 101 LIMIT 1
4296
+  (0.1ms) SAVEPOINT active_record_2
4297
+  (0.2ms) UPDATE `spud_menu_items` SET `parent_id` = 101, `name` = 'MyMenu', `spud_menu_id` = 101, `updated_at` = '2013-10-09 13:45:48' WHERE `spud_menu_items`.`id` = 101
4298
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4299
+ Redirected to http://test.host/spud/admin/menus/101/menu_items
4300
+ Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
4301
+ SpudMenuItem Load (0.4ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 101 LIMIT 1
4302
+  (0.8ms) ROLLBACK
4303
+  (0.0ms) ROLLBACK
4304
+  (0.0ms) BEGIN
4305
+  (0.0ms) BEGIN
4306
+  (0.1ms) SAVEPOINT active_record_2
4307
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4308
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4309
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'cf51e7c9eb3478a30c49dd778d1a2df0db2844ead63d70dcec39b15b2007d38ad5970292fbeb4a57ac4e9725dc3c20a2de62461e1081a76b6526380b86476763' LIMIT 1
4310
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'fUwOPx8loA7XGqUNLuvE' LIMIT 1
4311
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:48', '762afef04a52a6d48a37af9a62a0f63b16bd800dff400f2ad196bb74ed526adfa3cc44a59ebda4edd1ac13f5790a398907218ec35ea3f8ee7a7bc1e8c79da6c5', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'sVcccXnYOpnpYzVs1KY9', 'mVtV3sbRWPZFUID2D5Nx', 'cf51e7c9eb3478a30c49dd778d1a2df0db2844ead63d70dcec39b15b2007d38ad5970292fbeb4a57ac4e9725dc3c20a2de62461e1081a76b6526380b86476763', 'fUwOPx8loA7XGqUNLuvE', 1, NULL, '2013-10-09 13:45:48')
4312
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4313
+  (0.1ms) SAVEPOINT active_record_2
4314
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'KWoTsED7QsLdBYpIykn', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 121
4315
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4316
+  (0.0ms) SAVEPOINT active_record_2
4317
+ SpudMenu Exists (0.1ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu12' AND `spud_menus`.`site_id` = 0) LIMIT 1
4318
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu12', 0, '2013-10-09 13:45:48')
4319
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4320
+  (0.0ms) SAVEPOINT active_record_2
4321
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:45:48', NULL, 0, 'Menu Item 11', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:45:48', NULL)
4322
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4323
+  (0.0ms) SAVEPOINT active_record_2
4324
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:45:48', NULL, 0, 'Menu Item 12', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:45:48', NULL)
4325
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4326
+ SpudMenu Load (0.1ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 1 LIMIT 1
4327
+ Processing by Spud::Admin::MenuItemsController#update as HTML
4328
+ Parameters: {"spud_menu_item"=>{"parent_type"=>"SpudMenu", "parent_id"=>"111", "item_type"=>nil, "spud_page_id"=>nil, "menu_order"=>"0", "url"=>nil, "name"=>"Menu Item 12", "classes"=>nil}, "menu_id"=>"111", "id"=>"121"}
4329
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 121 LIMIT 1
4330
+  (0.2ms) SAVEPOINT active_record_2
4331
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'zfCwwwDfiUFBfqr1glN9', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 121
4332
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4333
+ SpudMenu Load (0.1ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 111 LIMIT 1
4334
+ SpudMenuItem Load (0.1ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 121 LIMIT 1
4335
+  (0.0ms) SAVEPOINT active_record_2
4336
+  (0.2ms) UPDATE `spud_menu_items` SET `parent_type` = 'SpudMenuItem', `parent_id` = 111, `spud_menu_id` = 111, `updated_at` = '2013-10-09 13:45:48' WHERE `spud_menu_items`.`id` = 121
4337
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4338
+ Redirected to http://test.host/spud/admin/menus/111/menu_items
4339
+ Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
4340
+ SpudMenuItem Load (0.2ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 121 LIMIT 1
4341
+ SpudMenuItem Load (0.1ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 111 LIMIT 1
4342
+  (1.1ms) ROLLBACK
4343
+  (0.1ms) ROLLBACK
4344
+  (0.1ms) BEGIN
4345
+  (0.1ms) BEGIN
4346
+  (0.0ms) SAVEPOINT active_record_2
4347
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4348
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4349
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '65d12ef75e8e9274855858f0d24fa5a1732411132187d7f30090cb0e7405aafd1f547539fb964833292437f88a508ba2a05f4c54832e98f266db7f189362bbdf' LIMIT 1
4350
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '7aURKx1JbaiL869jl4i' LIMIT 1
4351
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:48', 'd9a18878a3951a261fa01fd48f7454e3a58b13e843ae80bc4e0e4fc75caa42f15d568f712ae966727ccaa66718a4d22890881b55bbd955561b05f1bdd48c78e3', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'UdOQO5MAwcJnzXJjqb', 'HhV4QoK5kq2Lz8eKpTn4', '65d12ef75e8e9274855858f0d24fa5a1732411132187d7f30090cb0e7405aafd1f547539fb964833292437f88a508ba2a05f4c54832e98f266db7f189362bbdf', '7aURKx1JbaiL869jl4i', 1, NULL, '2013-10-09 13:45:48')
4352
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4353
+  (0.1ms) SAVEPOINT active_record_2
4354
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = '5V7ISKa0HvsCDj6qauy', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 131
4355
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4356
+  (0.0ms) SAVEPOINT active_record_2
4357
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu13' AND `spud_menus`.`site_id` = 0) LIMIT 1
4358
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu13', 0, '2013-10-09 13:45:48')
4359
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4360
+  (0.1ms) SAVEPOINT active_record_2
4361
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:45:48', NULL, 0, 'Menu Item 13', 121, 'SpudMenu', 1, NULL, '2013-10-09 13:45:48', NULL)
4362
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4363
+  (0.1ms) SELECT COUNT(*) FROM `spud_menu_items` 
4364
+ Processing by Spud::Admin::MenuItemsController#destroy as HTML
4365
+ Parameters: {"menu_id"=>"121", "id"=>"131"}
4366
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 131 LIMIT 1
4367
+  (0.2ms) SAVEPOINT active_record_2
4368
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'VUenpTEZ9M4z8oj6Oh2t', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 131
4369
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4370
+ SpudMenu Load (0.1ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 121 LIMIT 1
4371
+ SpudMenuItem Load (0.1ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 131 LIMIT 1
4372
+  (0.1ms) SAVEPOINT active_record_2
4373
+ SpudMenuItem Load (0.2ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`parent_id` = 131 AND `spud_menu_items`.`parent_type` = 'SpudMenuItem'
4374
+ SQL (0.2ms) DELETE FROM `spud_menu_items` WHERE `spud_menu_items`.`id` = 131
4375
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4376
+ Redirected to http://test.host/spud/admin/menus/121/menu_items
4377
+ Completed 302 Found in 47ms (ActiveRecord: 0.0ms)
4378
+  (0.3ms) SELECT COUNT(*) FROM `spud_menu_items`
4379
+  (0.8ms) ROLLBACK
4380
+  (0.0ms) ROLLBACK
4381
+  (0.0ms) BEGIN
4382
+  (0.0ms) BEGIN
4383
+  (0.1ms) SAVEPOINT active_record_2
4384
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4385
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4386
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '45e2025393a0bb865b51a4518a7ea8bbc2c16d80bb5d7fa8b4fd0554fa3951b6e239a486976890bb131820af83aaa2eba660c0048b598c434a427a4ac217d111' LIMIT 1
4387
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'OsNPS4okawC3BIPm6OZ' LIMIT 1
4388
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:48', 'f39257876056c652801b8c32ace2e9ef0730995e4dbce586d6ea259de5cfa2c05912cea8e572f375cdd6ef990b32aa910ceb0ead02caf2d26ba6c18d00d59bcb', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'Z2geTLR8JpOjUOw2rLA6', 'zQ1han0CcGuOWEbpu8fJ', '45e2025393a0bb865b51a4518a7ea8bbc2c16d80bb5d7fa8b4fd0554fa3951b6e239a486976890bb131820af83aaa2eba660c0048b598c434a427a4ac217d111', 'OsNPS4okawC3BIPm6OZ', 1, NULL, '2013-10-09 13:45:48')
4389
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4390
+  (0.2ms) SAVEPOINT active_record_2
4391
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'Cs03NnVAd3NwZcSpaVI', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 141
4392
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4393
+  (0.1ms) SAVEPOINT active_record_2
4394
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu14' AND `spud_menus`.`site_id` = 0) LIMIT 1
4395
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu14', 0, '2013-10-09 13:45:48')
4396
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4397
+  (0.0ms) SAVEPOINT active_record_2
4398
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:45:48', NULL, 0, 'Menu Item 14', 1, 'SpudMenu', 1, NULL, '2013-10-09 13:45:48', NULL)
4399
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4400
+ Processing by Spud::Admin::MenuItemsController#edit as HTML
4401
+ Parameters: {"id"=>"141", "menu_id"=>"131"}
4402
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 141 LIMIT 1
4403
+  (0.1ms) SAVEPOINT active_record_2
4404
+  (0.1ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'y2MVwYEm88wQqtwa7P4', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 141
4405
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4406
+ SpudMenu Load (0.1ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 131 LIMIT 1
4407
+ Redirected to http://test.host/spud/admin/menus
4408
+ Filter chain halted as :load_menu rendered or redirected
4409
+ Completed 302 Found in 5ms (ActiveRecord: 0.7ms)
4410
+  (0.7ms) ROLLBACK
4411
+  (0.0ms) ROLLBACK
4412
+  (0.0ms) BEGIN
4413
+  (0.0ms) BEGIN
4414
+  (0.1ms) SAVEPOINT active_record_2
4415
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4416
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4417
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '5a0acada9cf07dd1b7a1f9370fa793c0391e9fef94fec8b45f82e785f31242fa5f3d67dfffab9b67eebcd50a3c1f4d9c517e87474d8965c0923cd2ea2cace86c' LIMIT 1
4418
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'w2zNMYls5h17FIBazxjs' LIMIT 1
4419
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:48', '06ebf289a9acad87515cc6ffa96bcdf0f2c85b65b62c2d1b440a4b32866eb905afa0e877777b55a55acae19c92ca8ce12761e12ec2e0e560f718e185e6d73d87', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'WYR8AsIY95EOwlkX6C', 'j6AiyOUzjhY1qSqn6BA', '5a0acada9cf07dd1b7a1f9370fa793c0391e9fef94fec8b45f82e785f31242fa5f3d67dfffab9b67eebcd50a3c1f4d9c517e87474d8965c0923cd2ea2cace86c', 'w2zNMYls5h17FIBazxjs', 1, NULL, '2013-10-09 13:45:48')
4420
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4421
+  (0.1ms) SAVEPOINT active_record_2
4422
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'O1R6HMelYClv8TpZg09', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 151
4423
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4424
+  (0.0ms) SAVEPOINT active_record_2
4425
+ SpudMenu Exists (0.1ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu15' AND `spud_menus`.`site_id` = 0) LIMIT 1
4426
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu15', 0, '2013-10-09 13:45:48')
4427
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4428
+  (0.0ms) SAVEPOINT active_record_2
4429
+ SpudMenu Exists (0.1ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu16' AND `spud_menus`.`site_id` = 0) LIMIT 1
4430
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu16', 0, '2013-10-09 13:45:48')
4431
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4432
+ Processing by Spud::Admin::MenusController#index as HTML
4433
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 151 LIMIT 1
4434
+  (0.1ms) SAVEPOINT active_record_2
4435
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'PbpYPTTbdAgI3Y3hsWRT', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 151
4436
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4437
+ Completed 200 OK in 6ms (Views: 1.4ms | ActiveRecord: 0.7ms)
4438
+  (0.2ms) SELECT COUNT(*) FROM `spud_menus` WHERE `spud_menus`.`site_id` = 0
4439
+  (0.5ms) ROLLBACK
4440
+  (0.0ms) ROLLBACK
4441
+  (0.0ms) BEGIN
4442
+  (0.0ms) BEGIN
4443
+  (0.0ms) SAVEPOINT active_record_2
4444
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4445
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4446
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'd26d8aba3a2dc17f441e1bb13e6ee95fa3a9e43c4a2299efb6d7d30288bbf515e1ad78e412b0aba5b05a76592531f7f6a8f4a4c41cc5635c408630c7abb18e75' LIMIT 1
4447
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'psUiXHot9hM6Hsd9RhKU' LIMIT 1
4448
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:48', 'dd1a5dad875c8b2f5aee65cbcbd99b14f0c712b3ff3a148bab8a65dc53bfcb0ab5cf75a93d34e05a0abb796c0541d56a7d2b95a6bdea84e15bf5fe1d39c7e0db', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'NMPtn8vZpTu0zYcDhr1', 'uQZxvZCTcsDCws4EsG3', 'd26d8aba3a2dc17f441e1bb13e6ee95fa3a9e43c4a2299efb6d7d30288bbf515e1ad78e412b0aba5b05a76592531f7f6a8f4a4c41cc5635c408630c7abb18e75', 'psUiXHot9hM6Hsd9RhKU', 1, NULL, '2013-10-09 13:45:48')
4449
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4450
+  (0.1ms) SAVEPOINT active_record_2
4451
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'wvVrS5jf8OJQpzcxfa3', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 161
4452
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4453
+ Processing by Spud::Admin::MenusController#new as HTML
4454
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 161 LIMIT 1
4455
+  (0.2ms) SAVEPOINT active_record_2
4456
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = '4NNWGQD2A3ISvHikZ9cP', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 161
4457
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4458
+ Completed 200 OK in 6ms (Views: 1.2ms | ActiveRecord: 0.7ms)
4459
+  (1.4ms) ROLLBACK
4460
+  (0.2ms) ROLLBACK
4461
+  (0.0ms) BEGIN
4462
+  (0.0ms) BEGIN
4463
+  (0.2ms) SAVEPOINT active_record_2
4464
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4465
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4466
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '6797b89d2c460aeedc2f4daa980061facbac238dc8e397aa05761df786ff0b93f55e60bf9b2858f2e8c01d681b6870cb25ae1cc8be5ad14293d97086c7f87823' LIMIT 1
4467
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'Nk8gyaa9DSrzgBjTVZVm' LIMIT 1
4468
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:48', '9504c805e4bac82419e560ac6e2f3721eca8cd35f1e9066b284250ecd5c361d1131a956f5f8e8bf2758abef6c49069a05309a9aa3df5b5d1ed97bf120b436d3a', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, '7bYe7ztE1G2wCu0InjGl', 'ay65TWbDq9pSFonHRHxn', '6797b89d2c460aeedc2f4daa980061facbac238dc8e397aa05761df786ff0b93f55e60bf9b2858f2e8c01d681b6870cb25ae1cc8be5ad14293d97086c7f87823', 'Nk8gyaa9DSrzgBjTVZVm', 1, NULL, '2013-10-09 13:45:48')
4469
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4470
+  (0.1ms) SAVEPOINT active_record_2
4471
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'itdx2Hfhja57mnUbkCE', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 171
4472
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4473
+  (0.2ms) SELECT COUNT(*) FROM `spud_menus`
4474
+ Processing by Spud::Admin::MenusController#create as HTML
4475
+ Parameters: {"spud_menu"=>{"name"=>"Menu17"}}
4476
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 171 LIMIT 1
4477
+  (0.1ms) SAVEPOINT active_record_2
4478
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = '8a9BgMLf214PI2px5tGu', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 171
4479
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4480
+  (0.1ms) SAVEPOINT active_record_2
4481
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu17' AND `spud_menus`.`site_id` = 0) LIMIT 1
4482
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu17', 0, '2013-10-09 13:45:48')
4483
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4484
+ Redirected to http://test.host/spud/admin/menus/161/menu_items
4485
+ Completed 302 Found in 8ms (ActiveRecord: 0.0ms)
4486
+  (0.2ms) SELECT COUNT(*) FROM `spud_menus` 
4487
+  (2.4ms) ROLLBACK
4488
+  (0.0ms) ROLLBACK
4489
+  (0.0ms) BEGIN
4490
+  (0.1ms) BEGIN
4491
+  (0.1ms) SAVEPOINT active_record_2
4492
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4493
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4494
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '1e0173a7227e3a96b85b6d1b494b322f968c3e4f0d60253fa46fa6b1f425e4e71dcc011b06888d87b46b447db099c6d0ab9f52d7bb101e934a7ebc5d48266566' LIMIT 1
4495
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'ElqzPGlN7p6Wb8dHyP' LIMIT 1
4496
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:48', '3cd0a03048fc1e32b1431100038554d9f3203187494dac7bbd144081167558980881147f1d50fd2f69d3d9950b5e8d76d4b7878df5a4424e974db98b5491b92a', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, '8ctfhlTeJxwLllr02su', 'PA2icOIbjl8glX4o59', '1e0173a7227e3a96b85b6d1b494b322f968c3e4f0d60253fa46fa6b1f425e4e71dcc011b06888d87b46b447db099c6d0ab9f52d7bb101e934a7ebc5d48266566', 'ElqzPGlN7p6Wb8dHyP', 1, NULL, '2013-10-09 13:45:48')
4497
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4498
+  (0.1ms) SAVEPOINT active_record_2
4499
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'ileuVDbkDP71SC8I5gb', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 181
4500
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4501
+  (0.1ms) SELECT COUNT(*) FROM `spud_menus`
4502
+ Processing by Spud::Admin::MenusController#create as HTML
4503
+ Parameters: {"spud_menu"=>{"name"=>nil}}
4504
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 181 LIMIT 1
4505
+  (0.1ms) SAVEPOINT active_record_2
4506
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'LxvVw1u1LnjswDiETesL', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 181
4507
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4508
+  (0.1ms) SAVEPOINT active_record_2
4509
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` IS NULL AND `spud_menus`.`site_id` = 0) LIMIT 1
4510
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_2
4511
+ Completed 200 OK in 8ms (Views: 0.6ms | ActiveRecord: 0.0ms)
4512
+  (0.2ms) SELECT COUNT(*) FROM `spud_menus`
4513
+  (0.6ms) ROLLBACK
4514
+  (0.0ms) ROLLBACK
4515
+  (0.0ms) BEGIN
4516
+  (0.0ms) BEGIN
4517
+  (0.1ms) SAVEPOINT active_record_2
4518
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4519
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4520
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '51054fab0a5265a6f7f1b88690ef04757c84edb5cbe9ffadfa1d44868e5e549780df78b09defcbca4f69f456982a07cf368d7523479b1bdcbaa3be0c4e23fee7' LIMIT 1
4521
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'FlvkV729jzq9mMGvjdxl' LIMIT 1
4522
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:48', 'd11d235707faec46c81f34b4d6c0a4be12584c593ed0f6b4657868b0c6eefe85cdf71b3560e4474ddd5b155f9fd6cff3b7069da73d95028711136b6510b77b36', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'ZVu9IwiYnc33qg37RSS3', 'geYNU6wxuot3KXkyJlZ6', '51054fab0a5265a6f7f1b88690ef04757c84edb5cbe9ffadfa1d44868e5e549780df78b09defcbca4f69f456982a07cf368d7523479b1bdcbaa3be0c4e23fee7', 'FlvkV729jzq9mMGvjdxl', 1, NULL, '2013-10-09 13:45:48')
4523
+  (0.2ms) RELEASE SAVEPOINT active_record_2
4524
+  (0.1ms) SAVEPOINT active_record_2
4525
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'WDfl4uGSs2wRqz4c3Yit', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 191
4526
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4527
+  (0.1ms) SAVEPOINT active_record_2
4528
+ SpudMenu Exists (0.4ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu18' AND `spud_menus`.`site_id` = 1) LIMIT 1
4529
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu18', 1, '2013-10-09 13:45:48')
4530
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4531
+ Processing by Spud::Admin::MenusController#edit as HTML
4532
+ Parameters: {"id"=>"171"}
4533
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 191 LIMIT 1
4534
+  (0.1ms) SAVEPOINT active_record_2
4535
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'lxsCtJg8b6cnbzFNRK3V', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 191
4536
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4537
+ SpudMenu Load (0.1ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 171 LIMIT 1
4538
+ Redirected to http://test.host/spud/admin/menus
4539
+ Filter chain halted as :load_menu rendered or redirected
4540
+ Completed 302 Found in 5ms (ActiveRecord: 0.8ms)
4541
+  (0.7ms) ROLLBACK
4542
+  (0.0ms) ROLLBACK
4543
+  (0.0ms) BEGIN
4544
+  (0.0ms) BEGIN
4545
+  (0.2ms) SAVEPOINT active_record_2
4546
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4547
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4548
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '6c233ec7059fcf5bc07e188d08f3008c0460babf39919197075785317c314271c72b11553da07060067b92e74c3032f1ed7df738a72f4d9648d0cbd67115a20c' LIMIT 1
4549
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '3RGCfmOe0HP7USFFunGr' LIMIT 1
4550
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:48', '48bed9769c23bebb326e7080906deb0abc4ecdb1beace6322a5f6898006a69ddd4c94de97cdfe230ccdfa1c27230f57c1580f34c2947c27ffa60c8ab9eff3f38', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'D3jfody8Za9qDdht1Wsw', 'qMaPj2JvVxnRttoL3pJ', '6c233ec7059fcf5bc07e188d08f3008c0460babf39919197075785317c314271c72b11553da07060067b92e74c3032f1ed7df738a72f4d9648d0cbd67115a20c', '3RGCfmOe0HP7USFFunGr', 1, NULL, '2013-10-09 13:45:48')
4551
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4552
+  (0.2ms) SAVEPOINT active_record_2
4553
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'OyPnTzuiqPA5rkHueulO', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 201
4554
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4555
+  (0.1ms) SAVEPOINT active_record_2
4556
+ SpudMenu Exists (0.1ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu19' AND `spud_menus`.`site_id` = 0) LIMIT 1
4557
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu19', 0, '2013-10-09 13:45:48')
4558
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4559
+  (0.0ms) SAVEPOINT active_record_2
4560
+ SpudMenu Exists (0.1ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu20' AND `spud_menus`.`site_id` = 0) LIMIT 1
4561
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu20', 0, '2013-10-09 13:45:48')
4562
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4563
+ Processing by Spud::Admin::MenusController#edit as HTML
4564
+ Parameters: {"id"=>"191"}
4565
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 201 LIMIT 1
4566
+  (0.1ms) SAVEPOINT active_record_2
4567
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'GXtqGYaqcdFpZqOQBwu4', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 201
4568
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4569
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 191 LIMIT 1
4570
+ Completed 200 OK in 6ms (Views: 1.2ms | ActiveRecord: 0.8ms)
4571
+  (0.5ms) ROLLBACK
4572
+  (0.0ms) ROLLBACK
4573
+  (0.0ms) BEGIN
4574
+  (0.0ms) BEGIN
4575
+  (0.1ms) SAVEPOINT active_record_2
4576
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4577
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4578
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'c4a7bcb3cd76cfc83dd56ee3b6c9aca9fbe334817e27e0d81e6c6169a09fb6995d3d7a93680b799f20d9027d0f395d23d4cf6190433f50c094a037b3a88889c2' LIMIT 1
4579
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'sovhFkdTIhhK4npqayB' LIMIT 1
4580
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:48', '3dd280141165ac73e2606d3c7b8bf2f0a0c5f86df2ee6dff9e8849b989f26d49d3d96f975b09eb824afc14726a0222d1981e20ff93517a4304e58b9ab059bb41', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, '8HU3Iopw0WXlbuSBKxwn', 'yKW8x04mo1ytPIY8a7Tk', 'c4a7bcb3cd76cfc83dd56ee3b6c9aca9fbe334817e27e0d81e6c6169a09fb6995d3d7a93680b799f20d9027d0f395d23d4cf6190433f50c094a037b3a88889c2', 'sovhFkdTIhhK4npqayB', 1, NULL, '2013-10-09 13:45:48')
4581
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4582
+  (0.1ms) SAVEPOINT active_record_2
4583
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'DwdpjisJl1iagFSxCq61', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 211
4584
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4585
+ Processing by Spud::Admin::MenusController#edit as HTML
4586
+ Parameters: {"id"=>"3"}
4587
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 211 LIMIT 1
4588
+  (0.2ms) SAVEPOINT active_record_2
4589
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'h4o9FMGrSluuFDOkBH6', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 211
4590
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4591
+ SpudMenu Load (0.1ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 3 LIMIT 1
4592
+ Redirected to http://test.host/spud/admin/menus
4593
+ Filter chain halted as :load_menu rendered or redirected
4594
+ Completed 302 Found in 4ms (ActiveRecord: 0.8ms)
4595
+  (0.8ms) ROLLBACK
4596
+  (0.0ms) ROLLBACK
4597
+  (0.0ms) BEGIN
4598
+  (0.0ms) BEGIN
4599
+  (0.0ms) SAVEPOINT active_record_2
4600
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4601
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4602
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'c73e1efd02ba6eddcba53ec542b044387d034b3d912fb68bf723d479b87976750953da6d2dbb4269a1fd81278e80f5472d44e328eeb8f0bd1d39cf6789951500' LIMIT 1
4603
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '2YCOJs7OkQNXEjXlplie' LIMIT 1
4604
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:48', '7dc49d2f1020f7bf4b23a83d35380098294c2aa493c267721177f574a1c43599e64298775db0ba50703cdc9594e7fde1f6fa36d169961bedc673711c70a28ff3', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, '8oygMfaRUnMLjgusQry', 'YuUXd6RSzzT4gliXLY8', 'c73e1efd02ba6eddcba53ec542b044387d034b3d912fb68bf723d479b87976750953da6d2dbb4269a1fd81278e80f5472d44e328eeb8f0bd1d39cf6789951500', '2YCOJs7OkQNXEjXlplie', 1, NULL, '2013-10-09 13:45:48')
4605
+  (0.2ms) RELEASE SAVEPOINT active_record_2
4606
+  (0.1ms) SAVEPOINT active_record_2
4607
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'y6YMpVhIf51QfcMTozTU', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 221
4608
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4609
+  (0.1ms) SAVEPOINT active_record_2
4610
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu21' AND `spud_menus`.`site_id` = 0) LIMIT 1
4611
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu21', 0, '2013-10-09 13:45:48')
4612
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4613
+ Processing by Spud::Admin::MenusController#update as HTML
4614
+ Parameters: {"spud_menu"=>{"name"=>"MyMenu", "description"=>nil, "created_at"=>"2013-10-09 13:45:48 UTC", "updated_at"=>"2013-10-09 13:45:48 UTC"}, "id"=>"201"}
4615
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 221 LIMIT 1
4616
+  (0.1ms) SAVEPOINT active_record_2
4617
+  (0.1ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'q708zwyNOMTcCU2XFjfn', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 221
4618
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4619
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 201 LIMIT 1
4620
+  (0.1ms) SAVEPOINT active_record_2
4621
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'MyMenu' AND `spud_menus`.`id` != 201 AND `spud_menus`.`site_id` = 0) LIMIT 1
4622
+  (0.1ms) UPDATE `spud_menus` SET `name` = 'MyMenu', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_menus`.`id` = 201
4623
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4624
+ Redirected to http://test.host/spud/admin/menus/201/menu_items
4625
+ Completed 302 Found in 11ms (ActiveRecord: 0.0ms)
4626
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 201 LIMIT 1
4627
+  (0.9ms) ROLLBACK
4628
+  (0.0ms) ROLLBACK
4629
+  (0.0ms) BEGIN
4630
+  (0.0ms) BEGIN
4631
+  (0.0ms) SAVEPOINT active_record_2
4632
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4633
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4634
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'a54606cfd776c618f7498a9242508ebf43dbe0290a64b256b9f64842059b426bc5878c79be6793d58a6594a81d6a56003c13187d41bcdf790cf6e708bb32142c' LIMIT 1
4635
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY '6Hhm1lyAjTxpEEFoVzY' LIMIT 1
4636
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:48', 'c6fd400d110170b45e3add3c252ab177d73d1fc65c0612afeae3ae67e6daeef9632a628cea8945eb96f5c7254136aea5d5431d14f2f3d8c96307c2b8f8d7fe1d', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, '4aTr6QMNcGDSUO17yGe', 'C9cpOMkzMcc0J7A2FDdG', 'a54606cfd776c618f7498a9242508ebf43dbe0290a64b256b9f64842059b426bc5878c79be6793d58a6594a81d6a56003c13187d41bcdf790cf6e708bb32142c', '6Hhm1lyAjTxpEEFoVzY', 1, NULL, '2013-10-09 13:45:48')
4637
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4638
+  (0.1ms) SAVEPOINT active_record_2
4639
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = '3xhJN7Lzj6tPAG110LNT', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 231
4640
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4641
+  (0.1ms) SAVEPOINT active_record_2
4642
+ SpudMenu Exists (0.3ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu22' AND `spud_menus`.`site_id` = 0) LIMIT 1
4643
+ SQL (0.2ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu22', 0, '2013-10-09 13:45:48')
4644
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4645
+ Processing by Spud::Admin::MenusController#update as HTML
4646
+ Parameters: {"spud_menu"=>{"name"=>"MyMenu", "description"=>nil, "created_at"=>"2013-10-09 13:45:48 UTC", "updated_at"=>"2013-10-09 13:45:48 UTC"}, "id"=>"211"}
4647
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 231 LIMIT 1
4648
+  (0.1ms) SAVEPOINT active_record_2
4649
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = '8yQMq2xPemZ6Hndw1mz', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 231
4650
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4651
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 211 LIMIT 1
4652
+  (0.0ms) SAVEPOINT active_record_2
4653
+ SpudMenu Exists (0.3ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'MyMenu' AND `spud_menus`.`id` != 211 AND `spud_menus`.`site_id` = 0) LIMIT 1
4654
+  (0.2ms) UPDATE `spud_menus` SET `name` = 'MyMenu', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_menus`.`id` = 211
4655
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4656
+ Redirected to http://test.host/spud/admin/menus/211/menu_items
4657
+ Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
4658
+  (0.9ms) ROLLBACK
4659
+  (0.0ms) ROLLBACK
4660
+  (0.0ms) BEGIN
4661
+  (0.0ms) BEGIN
4662
+  (0.1ms) SAVEPOINT active_record_2
4663
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4664
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4665
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '0b1f6a2386b941862ac97f6024b17487b0b5329b73d3f6ea5e18378f4e77a6868082053808744b6309b91a1db6a92af9fdd7d4a5418a61680494e0569342dda3' LIMIT 1
4666
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'gr6cU63UOX7kHAvzmu7N' LIMIT 1
4667
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:48', '9ebeedccf258dc4f0ba440a5e7ff57e75387fc3b3d5f3b720d7b1ba3cb7267ee8f6b45121af25c6099cc42666f064d073f9af6a87a117ae552d4aac311dc019b', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'yKISPH36VGKLlIm5iJi1', 'SemMejtHqTdVjUYFdO0A', '0b1f6a2386b941862ac97f6024b17487b0b5329b73d3f6ea5e18378f4e77a6868082053808744b6309b91a1db6a92af9fdd7d4a5418a61680494e0569342dda3', 'gr6cU63UOX7kHAvzmu7N', 1, NULL, '2013-10-09 13:45:48')
4668
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4669
+  (0.1ms) SAVEPOINT active_record_2
4670
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'MeYWHKAfUJmZQWVOnCAI', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 241
4671
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4672
+  (0.1ms) SAVEPOINT active_record_2
4673
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu23' AND `spud_menus`.`site_id` = 0) LIMIT 1
4674
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu23', 0, '2013-10-09 13:45:48')
4675
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4676
+  (0.2ms) SELECT COUNT(*) FROM `spud_menus` 
4677
+ Processing by Spud::Admin::MenusController#destroy as HTML
4678
+ Parameters: {"id"=>"221"}
4679
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 241 LIMIT 1
4680
+  (0.2ms) SAVEPOINT active_record_2
4681
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'UrNzLds3a5IVRdAJN0T7', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 241
4682
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4683
+ SpudMenu Load (0.1ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 221 LIMIT 1
4684
+  (0.0ms) SAVEPOINT active_record_2
4685
+ SpudMenuItem Load (0.2ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`parent_id` = 221 AND `spud_menu_items`.`parent_type` = 'SpudMenu'
4686
+ SpudMenuItem Load (0.2ms) SELECT `spud_menu_items`.* FROM `spud_menu_items` WHERE `spud_menu_items`.`spud_menu_id` = 221
4687
+ SQL (0.2ms) DELETE FROM `spud_menus` WHERE `spud_menus`.`id` = 221
4688
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4689
+ Redirected to http://test.host/spud/admin/menus
4690
+ Completed 302 Found in 11ms (ActiveRecord: 0.0ms)
4691
+  (0.2ms) SELECT COUNT(*) FROM `spud_menus`
4692
+  (0.5ms) ROLLBACK
4693
+  (0.0ms) ROLLBACK
4694
+  (0.0ms) BEGIN
4695
+  (0.0ms) BEGIN
4696
+  (0.0ms) SAVEPOINT active_record_2
4697
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4698
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4699
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '973f314253aa2c6c767c2d29b9da6a1166f5c3e57cb2efdc4f43a9e5723a2620d8dd6dce15a1485519f27f014ab5e26527cc3881e7f75b7d75289dc8f42981ea' LIMIT 1
4700
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'ZiPLSMbMXSAnWjGU8FTB' LIMIT 1
4701
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:48', '18462bba36901b0e762e5e7e20db51704b651e0f70eb5b7fb4691c51926b2377fa322b51ba1630bdf46afa4064cfa457b8588eefe1a9d25975b428281582dacf', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'Jz0hN3wJhWw1s8aRYyuP', 'Ou7vOIuckj8WK3HZZ7wz', '973f314253aa2c6c767c2d29b9da6a1166f5c3e57cb2efdc4f43a9e5723a2620d8dd6dce15a1485519f27f014ab5e26527cc3881e7f75b7d75289dc8f42981ea', 'ZiPLSMbMXSAnWjGU8FTB', 1, NULL, '2013-10-09 13:45:48')
4702
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4703
+  (0.1ms) SAVEPOINT active_record_2
4704
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'j62YgjYwsxvAN4Zr11kb', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 251
4705
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4706
+  (0.0ms) SAVEPOINT active_record_2
4707
+ SpudMenu Exists (0.1ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu24' AND `spud_menus`.`site_id` = 0) LIMIT 1
4708
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:48', NULL, 'Menu24', 0, '2013-10-09 13:45:48')
4709
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4710
+  (0.1ms) SELECT COUNT(*) FROM `spud_menus` 
4711
+ Processing by Spud::Admin::MenusController#destroy as HTML
4712
+ Parameters: {"id"=>"23532"}
4713
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 251 LIMIT 1
4714
+  (0.1ms) SAVEPOINT active_record_2
4715
+  (0.1ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'CtCrSJCFxjJ6xPvejCx', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 251
4716
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4717
+ SpudMenu Load (0.1ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`id` = 23532 LIMIT 1
4718
+ Redirected to http://test.host/spud/admin/menus
4719
+ Filter chain halted as :load_menu rendered or redirected
4720
+ Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
4721
+  (0.1ms) SELECT COUNT(*) FROM `spud_menus` 
4722
+  (0.6ms) ROLLBACK
4723
+  (0.0ms) ROLLBACK
4724
+  (0.0ms) BEGIN
4725
+  (0.0ms) BEGIN
4726
+  (0.1ms) SAVEPOINT active_record_2
4727
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4728
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4729
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '91558fc94f6b98bac34eb1fd52d826058ffe8b699487d6cbf6d33020aece07933ad6d96fdf240e08bbdd6faa3ac9ea7e6f18565e7aa424d8d5b8a0de05ad2236' LIMIT 1
4730
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'yGAVyVTByI10h25rWiXY' LIMIT 1
4731
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:48', '172306cd3eca345e39ab9f4fe43cfbc4d72999891eb042ddb7f36c987058df994be7160825f254965ee6d2f308a906b4868b0fd92db8b664f40201aff37c392f', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'dJrn4GfjyfqO6GFOFF34', '14dUKsgOae1uLE5Ya2bb', '91558fc94f6b98bac34eb1fd52d826058ffe8b699487d6cbf6d33020aece07933ad6d96fdf240e08bbdd6faa3ac9ea7e6f18565e7aa424d8d5b8a0de05ad2236', 'yGAVyVTByI10h25rWiXY', 1, NULL, '2013-10-09 13:45:48')
4732
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4733
+  (0.1ms) SAVEPOINT active_record_2
4734
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'UzOFXbJ9krLYTSX4TpD', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 261
4735
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4736
+  (0.0ms) SAVEPOINT active_record_2
4737
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
4738
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page3' LIMIT 1
4739
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page3' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
4740
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page3' AND `spud_pages`.`site_id` = 0) LIMIT 1
4741
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:48', NULL, 'html', NULL, NULL, NULL, 'Page3', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:48', NULL, 'page3', 0, 0)
4742
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4743
+  (0.1ms) SAVEPOINT active_record_2
4744
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
4745
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page4' LIMIT 1
4746
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page4' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
4747
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page4' AND `spud_pages`.`site_id` = 0) LIMIT 1
4748
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:48', NULL, 'html', NULL, NULL, NULL, 'Page4', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:48', NULL, 'page4', 0, 0)
4749
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4750
+ Processing by Spud::Admin::PagesController#index as HTML
4751
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 261 LIMIT 1
4752
+  (0.1ms) SAVEPOINT active_record_2
4753
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'eV2faIHR57ZdKGIUaavy', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 261
4754
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4755
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`url_name` = 'home' LIMIT 1
4756
+ Completed 200 OK in 7ms (Views: 1.5ms | ActiveRecord: 1.0ms)
4757
+  (0.2ms) SELECT COUNT(*) FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL
4758
+  (0.8ms) ROLLBACK
4759
+  (0.0ms) ROLLBACK
4760
+  (0.1ms) BEGIN
4761
+  (0.0ms) BEGIN
4762
+  (0.1ms) SAVEPOINT active_record_2
4763
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4764
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4765
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '39ecde90c449b921211f11f6deadb9110c7659469e3776b90c7bf31e7b96af4ce4178ef44fb36f1ad892916a02dc65bd07664b713065ea0579bebedb31c45609' LIMIT 1
4766
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'lwE5O6LHYplnSp9qwouE' LIMIT 1
4767
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:48', '30fc1b70431e173bce16de5ba253d310c164f82b80ab50ad52aa1a75b81487dc85915cd85c9d9f033638bf7ec4ce2ffcc5d77dcbc0e65c4e46f77d7c6b41aa85', '2013-10-09 13:45:48', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:48', 'testuser', 1, 'WtsLwScIBF9EmelbdtpP', 'prSCDrpzd4nb1L8tCQDn', '39ecde90c449b921211f11f6deadb9110c7659469e3776b90c7bf31e7b96af4ce4178ef44fb36f1ad892916a02dc65bd07664b713065ea0579bebedb31c45609', 'lwE5O6LHYplnSp9qwouE', 1, NULL, '2013-10-09 13:45:48')
4768
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4769
+  (0.1ms) SAVEPOINT active_record_2
4770
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:48', `current_login_at` = '2013-10-09 13:45:48', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'MYmwqwbYT7t05QeYygZ7', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 271
4771
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4772
+  (0.1ms) SAVEPOINT active_record_2
4773
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
4774
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page5' LIMIT 1
4775
+ SpudPage Exists (0.1ms) 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
4776
+ SpudPage Exists (0.3ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page5' AND `spud_pages`.`site_id` = 0) LIMIT 1
4777
+ SQL (0.3ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:48', NULL, 'html', NULL, NULL, NULL, 'Page5', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:48', NULL, 'page5', 0, 0)
4778
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4779
+  (0.0ms) SAVEPOINT active_record_2
4780
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
4781
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page6' LIMIT 1
4782
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page6' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
4783
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page6' AND `spud_pages`.`site_id` = 0) LIMIT 1
4784
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:48', NULL, 'html', NULL, NULL, NULL, 'Page6', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:48', NULL, 'page6', 0, 0)
4785
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4786
+  (0.1ms) SAVEPOINT active_record_2
4787
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 1 LIMIT 1
4788
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
4789
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page7' LIMIT 1
4790
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page7' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` = 1) LIMIT 1
4791
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page7' AND `spud_pages`.`site_id` = 0) LIMIT 1
4792
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:48', NULL, 'html', NULL, NULL, NULL, 'Page7', NULL, NULL, NULL, 1, 0, 1, '2013-10-09 13:45:48', NULL, 'page7', 0, 0)
4793
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4794
+ Processing by Spud::Admin::PagesController#index as HTML
4795
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 271 LIMIT 1
4796
+  (0.1ms) SAVEPOINT active_record_2
4797
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:48', `perishable_token` = 'Hf4igNPazoqL63YyiVMD', `updated_at` = '2013-10-09 13:45:48' WHERE `spud_users`.`id` = 271
4798
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4799
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`url_name` = 'home' LIMIT 1
4800
+ Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.7ms)
4801
+  (0.3ms) SELECT COUNT(*) FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL
4802
+  (2.3ms) ROLLBACK
4803
+  (0.0ms) ROLLBACK
4804
+  (0.0ms) BEGIN
4805
+  (0.0ms) BEGIN
4806
+  (0.1ms) SAVEPOINT active_record_2
4807
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4808
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4809
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'dd2149cc4a0695cb118bbe0255f4bfe951f889872e87bf97f4592aafc99abeff4eb9665bdbc26309298595ad2a0ecfbdd80324dc0a0596879c7c67f53c4e8be8' LIMIT 1
4810
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'UZlONcrC4LoxxrjUhz3V' LIMIT 1
4811
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:49', '69702840d77361a20531d1a60c579ea2699c1330ca537febfbc5b6956764b1ab57efb385bb53e18b575727c8a8d8613934b6ac9c70d4e07c09d678b9499b1240', '2013-10-09 13:45:49', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:49', 'testuser', 1, '3Wigv5qkXsVThITGV', 'e2NoIE5Gop0IETiPnOeN', 'dd2149cc4a0695cb118bbe0255f4bfe951f889872e87bf97f4592aafc99abeff4eb9665bdbc26309298595ad2a0ecfbdd80324dc0a0596879c7c67f53c4e8be8', 'UZlONcrC4LoxxrjUhz3V', 1, NULL, '2013-10-09 13:45:49')
4812
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4813
+  (0.1ms) SAVEPOINT active_record_2
4814
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:49', `current_login_at` = '2013-10-09 13:45:49', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = 'uqMPDd8VtxOv1ROgx4Gm', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 281
4815
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4816
+  (0.0ms) SAVEPOINT active_record_2
4817
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
4818
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page8' LIMIT 1
4819
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page8' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
4820
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page8' AND `spud_pages`.`site_id` = 0) LIMIT 1
4821
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page8', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page8', 0, 0)
4822
+  (0.2ms) RELEASE SAVEPOINT active_record_2
4823
+ Processing by Spud::Admin::PagesController#show as HTML
4824
+ Parameters: {"id"=>"161"}
4825
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 281 LIMIT 1
4826
+  (0.1ms) SAVEPOINT active_record_2
4827
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = 'TmEYtaMOS0Axr9gOHb18', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 281
4828
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4829
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 161 LIMIT 1
4830
+ SpudPagePartial Load (0.1ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (161)
4831
+ Completed 200 OK in 7ms (Views: 1.2ms | ActiveRecord: 0.9ms)
4832
+  (0.7ms) ROLLBACK
4833
+  (0.0ms) ROLLBACK
4834
+  (0.0ms) BEGIN
4835
+  (0.1ms) BEGIN
4836
+  (0.1ms) SAVEPOINT active_record_2
4837
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4838
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4839
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'd29fec57ad34dfd97177b704cfd9ab41e636b47f2e1a0b6bed4514499716f4e219bf2a1aa7074701a956ef23e1b724d53140d07fae4d9200c7d769d9cce0e44e' LIMIT 1
4840
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'rHjstkXtctj2BCEcUpDa' LIMIT 1
4841
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:49', 'b4a1c85ba077cdff0d33c81ef6b36d5f873ec8175b18ba820d3bb4a60a62754accb680440702bd3a2a65d9cdc554899c4067ea1fc15db42fc5d1e619b943de4f', '2013-10-09 13:45:49', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:49', 'testuser', 1, 'PraetxsVsMj9wlhkpCcO', 'bI45ieguTEy7yMIWC2HO', 'd29fec57ad34dfd97177b704cfd9ab41e636b47f2e1a0b6bed4514499716f4e219bf2a1aa7074701a956ef23e1b724d53140d07fae4d9200c7d769d9cce0e44e', 'rHjstkXtctj2BCEcUpDa', 1, NULL, '2013-10-09 13:45:49')
4842
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4843
+  (0.1ms) SAVEPOINT active_record_2
4844
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:49', `current_login_at` = '2013-10-09 13:45:49', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = 'R5hTjJMIFTiQKf8XpspI', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 291
4845
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4846
+ Processing by Spud::Admin::PagesController#new as HTML
4847
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 291 LIMIT 1
4848
+  (0.2ms) SAVEPOINT active_record_2
4849
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = 'mNGSBQb3H6Votd6WJ6BD', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 291
4850
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4851
+ Completed 200 OK in 16ms (Views: 1.1ms | ActiveRecord: 0.7ms)
4852
+  (0.6ms) ROLLBACK
4853
+  (0.0ms) ROLLBACK
4854
+  (0.0ms) BEGIN
4855
+  (0.0ms) BEGIN
4856
+  (0.0ms) SAVEPOINT active_record_2
4857
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4858
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4859
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'e2d091bf9e239235995c7d03590c081dfeadc9e066635e3ca50cffb5f5da0f49bab84a5eb1e01b251e72a0981b0c274202519217b10636753ccef61b771c815f' LIMIT 1
4860
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'WbvEfdI4q0OKG2geBPmW' LIMIT 1
4861
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:49', '7cad499e595a3f815d4f34d36e9b5030dd7faceea28fc77c6685e2d411d813f5267fcbf08fa26eb96f641fc56602605aee97e5cf6b5d3315d0936f0af318ea01', '2013-10-09 13:45:49', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:49', 'testuser', 1, 'pM7W5dMtL9HdHYRgzRMC', 's95x7BznzGnruBVJVqo', 'e2d091bf9e239235995c7d03590c081dfeadc9e066635e3ca50cffb5f5da0f49bab84a5eb1e01b251e72a0981b0c274202519217b10636753ccef61b771c815f', 'WbvEfdI4q0OKG2geBPmW', 1, NULL, '2013-10-09 13:45:49')
4862
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4863
+  (0.2ms) SAVEPOINT active_record_2
4864
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:49', `current_login_at` = '2013-10-09 13:45:49', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = 'udnSUb0hHA6kVAlaVAcG', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 301
4865
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4866
+ Processing by Spud::Admin::PagesController#new as HTML
4867
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 301 LIMIT 1
4868
+  (0.2ms) SAVEPOINT active_record_2
4869
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = 'IBZNCSmRVhJUGRu4Kjp1', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 301
4870
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4871
+ Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.7ms)
4872
+  (0.6ms) ROLLBACK
4873
+  (0.0ms) ROLLBACK
4874
+  (0.0ms) BEGIN
4875
+  (0.0ms) BEGIN
4876
+  (0.1ms) SAVEPOINT active_record_2
4877
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4878
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4879
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '408639583a80d47e28cdc1e20f2dadf8830cd3ba1b247587d39d6d5308c7dfc6c16c420739e85fec8f93c5feb4d247e45d852fb9af48199f0663c1a5b15bccd0' LIMIT 1
4880
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'YmvvrWq94Vv2vLVQBHk' LIMIT 1
4881
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:49', '84ce34e9199b7cfe37ae33c55660026d403f1de168fd37ae7010a58709480ab77d71bef7bee62ec807a7325adb3ad4825de536dc7189bbf330bbdd3422d5a2c7', '2013-10-09 13:45:49', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:49', 'testuser', 1, 'nTCwPNhZw0gwe4a9aRrS', '08IYGBlOuzRm8htJUfap', '408639583a80d47e28cdc1e20f2dadf8830cd3ba1b247587d39d6d5308c7dfc6c16c420739e85fec8f93c5feb4d247e45d852fb9af48199f0663c1a5b15bccd0', 'YmvvrWq94Vv2vLVQBHk', 1, NULL, '2013-10-09 13:45:49')
4882
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4883
+  (0.1ms) SAVEPOINT active_record_2
4884
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:49', `current_login_at` = '2013-10-09 13:45:49', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = '1oI3xuTlqfOL79v1kIB', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 311
4885
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4886
+  (0.0ms) SAVEPOINT active_record_2
4887
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
4888
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page9' LIMIT 1
4889
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page9' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
4890
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page9' AND `spud_pages`.`site_id` = 0) LIMIT 1
4891
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page9', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page9', 0, 0)
4892
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4893
+ Processing by Spud::Admin::PagesController#edit as HTML
4894
+ Parameters: {"id"=>"171"}
4895
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 311 LIMIT 1
4896
+  (0.2ms) SAVEPOINT active_record_2
4897
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = 'O23a1ad4eDhglYPvK1lf', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 311
4898
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4899
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 171 LIMIT 1
4900
+ SpudPagePartial Load (0.1ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (171)
4901
+ Completed 200 OK in 8ms (Views: 1.2ms | ActiveRecord: 0.9ms)
4902
+  (0.8ms) ROLLBACK
4903
+  (0.0ms) ROLLBACK
4904
+  (0.0ms) BEGIN
4905
+  (0.0ms) BEGIN
4906
+  (0.1ms) SAVEPOINT active_record_2
4907
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4908
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4909
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '306507bde90a232c9cc828501ff3ada79b34e8db8f4255f5267140cb600d86c7a0fd0981ed309bb7b41d6aa7aedec711951a5aacc031f354848cd374f77476f3' LIMIT 1
4910
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'KwJSKs3h8Ih53ayDP4y' LIMIT 1
4911
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:49', 'ad6115aba149359c494a44958a4b84e85e8cff62576f400717bca051b79425f2f274afa29f27c5df037c89f463a3ca9a7b1bdf87d1a55c766621183582748b9e', '2013-10-09 13:45:49', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:49', 'testuser', 1, '8xQjecjUeM0XUTIglIy', 'SdBKhtq5oCI1sLTKZPFl', '306507bde90a232c9cc828501ff3ada79b34e8db8f4255f5267140cb600d86c7a0fd0981ed309bb7b41d6aa7aedec711951a5aacc031f354848cd374f77476f3', 'KwJSKs3h8Ih53ayDP4y', 1, NULL, '2013-10-09 13:45:49')
4912
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4913
+  (0.1ms) SAVEPOINT active_record_2
4914
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:49', `current_login_at` = '2013-10-09 13:45:49', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = '0idm9zcquuUz5KwYHRX2', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 321
4915
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4916
+  (0.0ms) SAVEPOINT active_record_2
4917
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
4918
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page10' LIMIT 1
4919
+ SpudPage Exists (0.1ms) 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
4920
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page10' AND `spud_pages`.`site_id` = 0) LIMIT 1
4921
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page10', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page10', 0, 0)
4922
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4923
+ Processing by Spud::Admin::PagesController#update as HTML
4924
+ Parameters: {"spud_page"=>{"name"=>"Adam", "url_name"=>"page10", "publish_at"=>nil, "created_by"=>nil, "updated_by"=>nil, "format"=>"html", "spud_page_id"=>nil, "meta_description"=>nil, "meta_keywords"=>nil, "page_order"=>nil, "visibility"=>"0", "published"=>true, "use_custom_url_name"=>false, "notes"=>nil, "layout"=>nil}, "id"=>"181"}
4925
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 321 LIMIT 1
4926
+  (0.1ms) SAVEPOINT active_record_2
4927
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = 'JJ7NdgFwRPgKx0fr2RW', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 321
4928
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4929
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 181 LIMIT 1
4930
+ SpudPagePartial Load (0.2ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (181)
4931
+  (0.1ms) SAVEPOINT active_record_2
4932
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 181)
4933
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'adam' LIMIT 1
4934
+ SpudPermalink Exists (0.2ms) SELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'page10' AND `spud_permalinks`.`site_id` = 0) LIMIT 1
4935
+ SQL (0.2ms) INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (181, 'SpudPage', '2013-10-09 13:45:49', 0, '2013-10-09 13:45:49', 'page10')
4936
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Adam' AND `spud_pages`.`id` != 181 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
4937
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'adam' AND `spud_pages`.`id` != 181 AND `spud_pages`.`site_id` = 0) LIMIT 1
4938
+  (0.2ms) UPDATE `spud_pages` SET `name` = 'Adam', `url_name` = 'adam', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_pages`.`id` = 181
4939
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4940
+ Redirected to http://test.host/spud/admin/pages
4941
+ Completed 302 Found in 15ms (ActiveRecord: 2.5ms)
4942
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 181 LIMIT 1
4943
+  (0.7ms) ROLLBACK
4944
+  (0.0ms) ROLLBACK
4945
+  (0.1ms) BEGIN
4946
+  (0.1ms) BEGIN
4947
+  (0.1ms) SAVEPOINT active_record_2
4948
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4949
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4950
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'a2b97e3cfeb4a8c481f14bec231bf3c8cafa3a874c12168b7b84b00f774f76e89867b7c604e44631bb637aa420d384b7d4ad38756fbfc88f5c993aabebbf080b' LIMIT 1
4951
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'ivx8ijKsyg1HmKD51C0' LIMIT 1
4952
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:49', '09ebb1c5717d84b13c8bb3793f5199ad7c6cdd69e74701847f01e36efc8c424ca62b2a21f548930220832fe6b8fdec4a037c7f44eab75c54967902aa10247e68', '2013-10-09 13:45:49', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:49', 'testuser', 1, 'zpizIzkfDug01aRLR', 'zFu8q7c8uAm3gd1AqPkU', 'a2b97e3cfeb4a8c481f14bec231bf3c8cafa3a874c12168b7b84b00f774f76e89867b7c604e44631bb637aa420d384b7d4ad38756fbfc88f5c993aabebbf080b', 'ivx8ijKsyg1HmKD51C0', 1, NULL, '2013-10-09 13:45:49')
4953
+  (0.0ms) RELEASE SAVEPOINT active_record_2
4954
+  (0.0ms) SAVEPOINT active_record_2
4955
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:49', `current_login_at` = '2013-10-09 13:45:49', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = 'ex4QxJ1qWUmUiuN6UQ', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 331
4956
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4957
+  (0.0ms) SAVEPOINT active_record_2
4958
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
4959
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page11' LIMIT 1
4960
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page11' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
4961
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page11' AND `spud_pages`.`site_id` = 0) LIMIT 1
4962
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page11', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page11', 0, 0)
4963
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4964
+ Processing by Spud::Admin::PagesController#update as HTML
4965
+ Parameters: {"spud_page"=>{"name"=>"Adam", "url_name"=>"page11", "publish_at"=>nil, "created_by"=>nil, "updated_by"=>nil, "format"=>"html", "spud_page_id"=>nil, "meta_description"=>nil, "meta_keywords"=>nil, "page_order"=>nil, "visibility"=>"0", "published"=>true, "use_custom_url_name"=>false, "notes"=>nil, "layout"=>nil}, "id"=>"191"}
4966
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 331 LIMIT 1
4967
+  (0.1ms) SAVEPOINT active_record_2
4968
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = 'RYLyhClgdxXZhBUB0vZG', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 331
4969
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4970
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 191 LIMIT 1
4971
+ SpudPagePartial Load (0.1ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (191)
4972
+  (0.1ms) SAVEPOINT active_record_2
4973
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 191)
4974
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'adam' LIMIT 1
4975
+ SpudPermalink Exists (0.2ms) SELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'page11' AND `spud_permalinks`.`site_id` = 0) LIMIT 1
4976
+ SQL (0.2ms) INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (191, 'SpudPage', '2013-10-09 13:45:49', 0, '2013-10-09 13:45:49', 'page11')
4977
+ SpudPage Exists (0.3ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Adam' AND `spud_pages`.`id` != 191 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
4978
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'adam' AND `spud_pages`.`id` != 191 AND `spud_pages`.`site_id` = 0) LIMIT 1
4979
+  (0.2ms) UPDATE `spud_pages` SET `name` = 'Adam', `url_name` = 'adam', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_pages`.`id` = 191
4980
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4981
+ Redirected to http://test.host/spud/admin/pages
4982
+ Completed 302 Found in 14ms (ActiveRecord: 2.4ms)
4983
+  (0.7ms) ROLLBACK
4984
+  (0.0ms) ROLLBACK
4985
+  (0.0ms) BEGIN
4986
+  (0.0ms) BEGIN
4987
+  (0.0ms) SAVEPOINT active_record_2
4988
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
4989
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
4990
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '3d8757243f3204d65a8815f8afbc0c5fa78e97a74e966f071a0f243addcaa54731016ebc15ed35d68e442ddfce569a25a5471de95f6d44e6e901ecb20016955c' LIMIT 1
4991
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'iFRRM7YvErT16Ntemh' LIMIT 1
4992
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:49', '1ff532d639e64380a6a305a259a68acb8399f33aedff128bc8bf034861033fdf085e425c3828a1bbd59447fcc7ef1e3e6025a7a61649828c7162f284244816af', '2013-10-09 13:45:49', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:49', 'testuser', 1, '35L53PQsPpCp42B5m9u', '2PS014TwIKbSSB728jW', '3d8757243f3204d65a8815f8afbc0c5fa78e97a74e966f071a0f243addcaa54731016ebc15ed35d68e442ddfce569a25a5471de95f6d44e6e901ecb20016955c', 'iFRRM7YvErT16Ntemh', 1, NULL, '2013-10-09 13:45:49')
4993
+  (0.2ms) RELEASE SAVEPOINT active_record_2
4994
+  (0.1ms) SAVEPOINT active_record_2
4995
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:49', `current_login_at` = '2013-10-09 13:45:49', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = '4HaeClURRO1CQ8uRQk', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 341
4996
+  (0.1ms) RELEASE SAVEPOINT active_record_2
4997
+  (0.1ms) SAVEPOINT active_record_2
4998
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
4999
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page12' LIMIT 1
5000
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page12' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5001
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page12' AND `spud_pages`.`site_id` = 0) LIMIT 1
5002
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page12', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page12', 0, 0)
5003
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5004
+  (0.1ms) SELECT COUNT(*) FROM `spud_pages`
5005
+ Processing by Spud::Admin::PagesController#destroy as HTML
5006
+ Parameters: {"id"=>"201"}
5007
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 341 LIMIT 1
5008
+  (0.1ms) SAVEPOINT active_record_2
5009
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = 'veik68DmaGpuP6HfgRc', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 341
5010
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5011
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 201 LIMIT 1
5012
+ SpudPagePartial Load (0.1ms) SELECT `spud_page_partials`.* FROM `spud_page_partials` WHERE `spud_page_partials`.`spud_page_id` IN (201)
5013
+  (0.1ms) SAVEPOINT active_record_2
5014
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`spud_page_id` = 201
5015
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`attachment_id` = 201 AND `spud_permalinks`.`attachment_type` = 'SpudPage'
5016
+ SQL (0.1ms) DELETE FROM `spud_pages` WHERE `spud_pages`.`id` = 201
5017
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5018
+ Redirected to http://test.host/spud/admin/pages
5019
+ Completed 302 Found in 11ms (ActiveRecord: 1.6ms)
5020
+  (0.1ms) SELECT COUNT(*) FROM `spud_pages`
5021
+  (0.8ms) ROLLBACK
5022
+  (0.0ms) ROLLBACK
5023
+  (0.0ms) BEGIN
5024
+  (0.0ms) BEGIN
5025
+  (0.1ms) SAVEPOINT active_record_2
5026
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'test@testuser.com' LIMIT 1
5027
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
5028
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '5ce3c1bf65a8970a04ffbe284b48d069a3799541acedc2ee0b77bea6b681f570b13dc2580359b8a4688d100e9b382ed25f43e1ea7d280315a68b587789ef43fb' LIMIT 1
5029
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'm8xnEQNPKCJB1zTBgXQ' LIMIT 1
5030
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2013-10-09 13:45:49', 'a355a1c6a3c5c29c7725d397274f7164022134d30b917e0ff5efe9e01b2eebc05480eabeafe4f2248592480287720e812728002a253c2904cfe7cb5d0b38c499', '2013-10-09 13:45:49', '0.0.0.0', 'test@testuser.com', 0, NULL, NULL, NULL, NULL, '2013-10-09 13:45:49', 'testuser', 1, '8j2GW5KbqYMlZcESBLAn', 'Qa3wsOZPSmsX9D1VbKm9', '5ce3c1bf65a8970a04ffbe284b48d069a3799541acedc2ee0b77bea6b681f570b13dc2580359b8a4688d100e9b382ed25f43e1ea7d280315a68b587789ef43fb', 'm8xnEQNPKCJB1zTBgXQ', 1, NULL, '2013-10-09 13:45:49')
5031
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5032
+  (0.1ms) SAVEPOINT active_record_2
5033
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2013-10-09 13:45:49', `current_login_at` = '2013-10-09 13:45:49', `last_login_ip` = '0.0.0.0', `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = 'lGBJXVNSxiEXKWiGeXUq', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 351
5034
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5035
+  (0.1ms) SAVEPOINT active_record_2
5036
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5037
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page13' LIMIT 1
5038
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page13' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5039
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page13' AND `spud_pages`.`site_id` = 0) LIMIT 1
5040
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page13', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page13', 0, 0)
5041
+  (0.2ms) RELEASE SAVEPOINT active_record_2
5042
+  (0.2ms) SELECT COUNT(*) FROM `spud_pages`
5043
+ Processing by Spud::Admin::PagesController#destroy as HTML
5044
+ Parameters: {"id"=>"23532"}
5045
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 351 LIMIT 1
5046
+  (0.2ms) SAVEPOINT active_record_2
5047
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2013-10-09 13:45:49', `perishable_token` = '8vCygYjUQqO49FQ41QiL', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_users`.`id` = 351
5048
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5049
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 23532 LIMIT 1
5050
+ Redirected to http://test.host/spud/admin/pages
5051
+ Filter chain halted as :load_page rendered or redirected
5052
+ Completed 302 Found in 5ms (ActiveRecord: 1.0ms)
5053
+  (0.1ms) SELECT COUNT(*) FROM `spud_pages`
5054
+  (0.4ms) ROLLBACK
5055
+  (0.0ms) ROLLBACK
5056
+  (0.0ms) BEGIN
5057
+  (0.1ms) BEGIN
5058
+ Processing by Spud::Cms::SitemapsController#show as XML
5059
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`visibility` = 0 ORDER BY spud_page_id
5060
+ Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.2ms)
5061
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`visibility` = 0 ORDER BY spud_page_id
5062
+  (0.1ms) ROLLBACK
5063
+  (0.0ms) ROLLBACK
5064
+  (0.0ms) BEGIN
5065
+  (0.0ms) BEGIN
5066
+ Processing by Spud::Cms::SitemapsController#show as HTML
5067
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`visibility` = 0 ORDER BY spud_page_id
5068
+ Completed 406 Not Acceptable in 2ms (ActiveRecord: 0.3ms)
5069
+  (0.1ms) ROLLBACK
5070
+  (0.1ms) ROLLBACK
5071
+  (0.0ms) BEGIN
5072
+  (0.0ms) BEGIN
5073
+  (0.0ms) SAVEPOINT active_record_2
5074
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5075
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page14' LIMIT 1
5076
+ SpudPage Exists (0.2ms) 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
5077
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page14' AND `spud_pages`.`site_id` = 0) LIMIT 1
5078
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page14', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page14', 0, 0)
5079
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5080
+  (0.1ms) SAVEPOINT active_record_2
5081
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5082
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page15' LIMIT 1
5083
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page15' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5084
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page15' AND `spud_pages`.`site_id` = 0) LIMIT 1
5085
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page15', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page15', 0, 0)
5086
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5087
+  (0.1ms) SAVEPOINT active_record_2
5088
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1
5089
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'page16' LIMIT 1
5090
+ SpudPage Exists (0.1ms) 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
5091
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page16' AND `spud_pages`.`site_id` = 1) LIMIT 1
5092
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page16', NULL, NULL, NULL, 1, 1, NULL, '2013-10-09 13:45:49', NULL, 'page16', 0, 0)
5093
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5094
+  (0.1ms) SAVEPOINT active_record_2
5095
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1
5096
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'page17' LIMIT 1
5097
+ SpudPage Exists (0.3ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page17' AND `spud_pages`.`site_id` = 1 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5098
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page17' AND `spud_pages`.`site_id` = 1) LIMIT 1
5099
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page17', NULL, NULL, NULL, 1, 1, NULL, '2013-10-09 13:45:49', NULL, 'page17', 0, 0)
5100
+  (0.2ms) RELEASE SAVEPOINT active_record_2
5101
+  (0.1ms) SAVEPOINT active_record_2
5102
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1
5103
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'page18' LIMIT 1
5104
+ SpudPage Exists (0.1ms) 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
5105
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page18' AND `spud_pages`.`site_id` = 1) LIMIT 1
5106
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page18', NULL, NULL, NULL, 1, 1, NULL, '2013-10-09 13:45:49', NULL, 'page18', 0, 0)
5107
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5108
+ Processing by Spud::Cms::SitemapsController#show as XML
5109
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`visibility` = 0 AND `spud_pages`.`site_id` = 1 ORDER BY spud_page_id
5110
+ Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.3ms)
5111
+ SpudPage Load (0.8ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`published` = 1 AND `spud_pages`.`visibility` = 0 AND `spud_pages`.`site_id` = 1 ORDER BY spud_page_id
5112
+  (0.5ms) ROLLBACK
5113
+  (0.0ms) ROLLBACK
5114
+  (0.1ms) BEGIN
5115
+  (0.0ms) BEGIN
5116
+  (0.2ms) SAVEPOINT active_record_2
5117
+ SpudMenu Exists (0.3ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Main' AND `spud_menus`.`site_id` = 0) LIMIT 1
5118
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:49', NULL, 'Main', 0, '2013-10-09 13:45:49')
5119
+  (0.0ms) RELEASE SAVEPOINT active_record_2
5120
+  (0.0ms) SAVEPOINT active_record_2
5121
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:45:49', NULL, 0, 'Menu Item 15', 241, 'SpudMenu', 241, NULL, '2013-10-09 13:45:49', '/')
5122
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5123
+  (0.1ms) SAVEPOINT active_record_2
5124
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:45:49', NULL, 0, 'Menu Item 16', 241, 'SpudMenu', 241, NULL, '2013-10-09 13:45:49', '/')
5125
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5126
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Main' LIMIT 1
5127
+ SpudMenuItem Load (0.2ms) SELECT
5128
+ spud_menu_items.id as id,
5129
+ spud_menu_items.url as url,
5130
+ spud_menu_items.classes as classes,
5131
+ spud_menu_items.parent_type as parent_type,
5132
+ spud_menu_items.menu_order as menu_order,
5133
+ spud_menu_items.parent_id as parent_id,
5134
+ spud_menu_items.name as name,
5135
+ spud_pages.url_name as url_name FROM `spud_menu_items` LEFT JOIN spud_pages ON (spud_pages.id = spud_menu_items.spud_page_id) WHERE `spud_menu_items`.`spud_menu_id` = 241 ORDER BY parent_type, parent_id
5136
+  (0.4ms) ROLLBACK
5137
+  (0.1ms) ROLLBACK
5138
+  (0.0ms) BEGIN
5139
+  (0.0ms) BEGIN
5140
+  (0.1ms) SAVEPOINT active_record_2
5141
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu25' AND `spud_menus`.`site_id` = 0) LIMIT 1
5142
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:49', NULL, 'Menu25', 0, '2013-10-09 13:45:49')
5143
+  (0.0ms) RELEASE SAVEPOINT active_record_2
5144
+  (0.0ms) SAVEPOINT active_record_2
5145
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:45:49', NULL, 0, 'Menu Item 17', 251, 'SpudMenu', 251, NULL, '2013-10-09 13:45:49', '/')
5146
+  (0.0ms) RELEASE SAVEPOINT active_record_2
5147
+  (0.0ms) SAVEPOINT active_record_2
5148
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:45:49', NULL, 0, 'Menu Item 18', 251, 'SpudMenu', 251, NULL, '2013-10-09 13:45:49', '/')
5149
+  (0.0ms) RELEASE SAVEPOINT active_record_2
5150
+ SpudMenu Load (0.1ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Menu25' LIMIT 1
5151
+ SpudMenuItem Load (0.2ms) SELECT
5152
+ spud_menu_items.id as id,
5153
+ spud_menu_items.url as url,
5154
+ spud_menu_items.classes as classes,
5155
+ spud_menu_items.parent_type as parent_type,
5156
+ spud_menu_items.menu_order as menu_order,
5157
+ spud_menu_items.parent_id as parent_id,
5158
+ spud_menu_items.name as name,
5159
+ spud_pages.url_name as url_name FROM `spud_menu_items` LEFT JOIN spud_pages ON (spud_pages.id = spud_menu_items.spud_page_id) WHERE `spud_menu_items`.`spud_menu_id` = 251 ORDER BY parent_type, parent_id
5160
+  (0.3ms) ROLLBACK
5161
+  (0.0ms) ROLLBACK
5162
+  (0.0ms) BEGIN
5163
+  (0.0ms) BEGIN
5164
+  (0.1ms) SAVEPOINT active_record_2
5165
+ SpudMenu Exists (0.3ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Main2' AND `spud_menus`.`site_id` = 0) LIMIT 1
5166
+ SQL (0.2ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:49', NULL, 'Main2', 0, '2013-10-09 13:45:49')
5167
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5168
+  (0.1ms) SAVEPOINT active_record_2
5169
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:45:49', NULL, 0, 'Menu Item 19', 261, 'SpudMenu', 261, NULL, '2013-10-09 13:45:49', '/')
5170
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5171
+  (0.0ms) SAVEPOINT active_record_2
5172
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:45:49', NULL, 0, 'Menu Item 20', 261, 'SpudMenu', 261, NULL, '2013-10-09 13:45:49', '/')
5173
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5174
+  (0.0ms) SAVEPOINT active_record_2
5175
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:45:49', NULL, 0, 'SubItem', 191, 'SpudMenuItem', 261, NULL, '2013-10-09 13:45:49', '/')
5176
+  (0.0ms) RELEASE SAVEPOINT active_record_2
5177
+ SpudMenu Load (0.1ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Main2' LIMIT 1
5178
+ SpudMenuItem Load (0.2ms) SELECT
5179
+ spud_menu_items.id as id,
5180
+ spud_menu_items.url as url,
5181
+ spud_menu_items.classes as classes,
5182
+ spud_menu_items.parent_type as parent_type,
5183
+ spud_menu_items.menu_order as menu_order,
5184
+ spud_menu_items.parent_id as parent_id,
5185
+ spud_menu_items.name as name,
5186
+ spud_pages.url_name as url_name FROM `spud_menu_items` LEFT JOIN spud_pages ON (spud_pages.id = spud_menu_items.spud_page_id) WHERE `spud_menu_items`.`spud_menu_id` = 261 ORDER BY parent_type, parent_id
5187
+  (0.2ms) ROLLBACK
5188
+  (0.0ms) ROLLBACK
5189
+  (0.1ms) BEGIN
5190
+  (0.0ms) BEGIN
5191
+  (0.1ms) SAVEPOINT active_record_2
5192
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Main4' AND `spud_menus`.`site_id` = 0) LIMIT 1
5193
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:49', NULL, 'Main4', 0, '2013-10-09 13:45:49')
5194
+  (0.2ms) RELEASE SAVEPOINT active_record_2
5195
+  (0.1ms) SAVEPOINT active_record_2
5196
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:45:49', NULL, 0, 'Menu Item 21', 271, 'SpudMenu', 271, NULL, '2013-10-09 13:45:49', '/')
5197
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5198
+  (0.1ms) SAVEPOINT active_record_2
5199
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:45:49', NULL, 0, 'Menu Item 22', 271, 'SpudMenu', 271, NULL, '2013-10-09 13:45:49', '/')
5200
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5201
+  (0.0ms) SAVEPOINT active_record_2
5202
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:45:49', NULL, 0, 'SubItem', 221, 'SpudMenuItem', 271, NULL, '2013-10-09 13:45:49', '/')
5203
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5204
+ SpudMenu Load (0.1ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Main4' LIMIT 1
5205
+ SpudMenuItem Load (0.2ms) SELECT
5206
+ spud_menu_items.id as id,
5207
+ spud_menu_items.url as url,
5208
+ spud_menu_items.classes as classes,
5209
+ spud_menu_items.parent_type as parent_type,
5210
+ spud_menu_items.menu_order as menu_order,
5211
+ spud_menu_items.parent_id as parent_id,
5212
+ spud_menu_items.name as name,
5213
+ spud_pages.url_name as url_name FROM `spud_menu_items` LEFT JOIN spud_pages ON (spud_pages.id = spud_menu_items.spud_page_id) WHERE `spud_menu_items`.`spud_menu_id` = 271 ORDER BY parent_type, parent_id
5214
+  (3.1ms) ROLLBACK
5215
+  (0.1ms) ROLLBACK
5216
+  (0.0ms) BEGIN
5217
+  (0.0ms) BEGIN
5218
+  (0.1ms) SAVEPOINT active_record_2
5219
+ SpudMenu Exists (0.3ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu26' AND `spud_menus`.`site_id` = 0) LIMIT 1
5220
+ SQL (0.2ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:49', NULL, 'Menu26', 0, '2013-10-09 13:45:49')
5221
+  (0.0ms) RELEASE SAVEPOINT active_record_2
5222
+  (0.1ms) SAVEPOINT active_record_2
5223
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:45:49', NULL, 0, 'Menu Item 23', 281, 'SpudMenu', 281, NULL, '2013-10-09 13:45:49', '/')
5224
+  (0.0ms) RELEASE SAVEPOINT active_record_2
5225
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`site_id` = 1 AND `spud_menus`.`name` = 'Menu26' LIMIT 1
5226
+  (0.3ms) ROLLBACK
5227
+  (0.0ms) ROLLBACK
5228
+  (0.1ms) BEGIN
5229
+  (0.1ms) BEGIN
5230
+  (0.1ms) SAVEPOINT active_record_2
5231
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Main3' AND `spud_menus`.`site_id` = 0) LIMIT 1
5232
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:49', NULL, 'Main3', 0, '2013-10-09 13:45:49')
5233
+  (0.0ms) RELEASE SAVEPOINT active_record_2
5234
+  (0.1ms) SAVEPOINT active_record_2
5235
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:45:49', NULL, 0, 'Menu Item 24', 291, 'SpudMenu', 291, NULL, '2013-10-09 13:45:49', '/')
5236
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5237
+  (0.1ms) SAVEPOINT active_record_2
5238
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:45:49', NULL, 0, 'Menu Item 25', 291, 'SpudMenu', 291, NULL, '2013-10-09 13:45:49', '/')
5239
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5240
+  (0.1ms) SAVEPOINT active_record_2
5241
+ SQL (0.1ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:45:49', NULL, 0, 'SubItem', 261, 'SpudMenuItem', 291, NULL, '2013-10-09 13:45:49', '/')
5242
+  (0.0ms) RELEASE SAVEPOINT active_record_2
5243
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Main3' LIMIT 1
5244
+ SpudMenuItem Load (0.5ms) SELECT
5245
+ spud_menu_items.id as id,
5246
+ spud_menu_items.url as url,
5247
+ spud_menu_items.classes as classes,
5248
+ spud_menu_items.parent_type as parent_type,
5249
+ spud_menu_items.menu_order as menu_order,
5250
+ spud_menu_items.parent_id as parent_id,
5251
+ spud_menu_items.name as name,
5252
+ spud_pages.url_name as url_name FROM `spud_menu_items` LEFT JOIN spud_pages ON (spud_pages.id = spud_menu_items.spud_page_id) WHERE `spud_menu_items`.`spud_menu_id` = 291 ORDER BY parent_type, parent_id
5253
+  (0.5ms) ROLLBACK
5254
+  (0.0ms) ROLLBACK
5255
+  (0.1ms) BEGIN
5256
+  (0.0ms) BEGIN
5257
+  (0.1ms) SAVEPOINT active_record_2
5258
+ SpudMenu Exists (0.2ms) SELECT 1 AS one FROM `spud_menus` WHERE (`spud_menus`.`name` = BINARY 'Menu27' AND `spud_menus`.`site_id` = 0) LIMIT 1
5259
+ SQL (0.1ms) INSERT INTO `spud_menus` (`created_at`, `description`, `name`, `site_id`, `updated_at`) VALUES ('2013-10-09 13:45:49', NULL, 'Menu27', 0, '2013-10-09 13:45:49')
5260
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5261
+  (0.0ms) SAVEPOINT active_record_2
5262
+ SQL (0.2ms) INSERT INTO `spud_menu_items` (`classes`, `created_at`, `item_type`, `menu_order`, `name`, `parent_id`, `parent_type`, `spud_menu_id`, `spud_page_id`, `updated_at`, `url`) VALUES (NULL, '2013-10-09 13:45:49', NULL, 0, 'Menu Item 26', 301, 'SpudMenu', 301, NULL, '2013-10-09 13:45:49', '/')
5263
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5264
+ SpudMenu Load (0.2ms) SELECT `spud_menus`.* FROM `spud_menus` WHERE `spud_menus`.`name` = 'Menu27' AND `spud_menus`.`site_id` = 1 LIMIT 1
5265
+  (0.2ms) ROLLBACK
5266
+  (0.1ms) ROLLBACK
5267
+  (0.0ms) BEGIN
5268
+  (0.0ms) BEGIN
5269
+  (0.1ms) SAVEPOINT active_record_2
5270
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5271
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page19' LIMIT 1
5272
+ SpudPage Exists (0.2ms) 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
5273
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page19' AND `spud_pages`.`site_id` = 0) LIMIT 1
5274
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page19', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page19', 0, 0)
5275
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5276
+  (0.0ms) SAVEPOINT active_record_2
5277
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5278
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page20' LIMIT 1
5279
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page20' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5280
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page20' AND `spud_pages`.`site_id` = 0) LIMIT 1
5281
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page20', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page20', 0, 0)
5282
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5283
+  (0.1ms) SAVEPOINT active_record_2
5284
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 271 LIMIT 1
5285
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5286
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page19/page21' LIMIT 1
5287
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page21' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` = 271) LIMIT 1
5288
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page19/page21' AND `spud_pages`.`site_id` = 0) LIMIT 1
5289
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page21', NULL, NULL, NULL, 1, 0, 271, '2013-10-09 13:45:49', NULL, 'page19/page21', 0, 0)
5290
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5291
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1
5292
+  (0.7ms) ROLLBACK
5293
+  (0.0ms) ROLLBACK
5294
+  (0.0ms) BEGIN
5295
+  (0.1ms) BEGIN
5296
+  (0.1ms) SAVEPOINT active_record_2
5297
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5298
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page22' LIMIT 1
5299
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page22' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5300
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page22' AND `spud_pages`.`site_id` = 0) LIMIT 1
5301
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page22', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page22', 0, 0)
5302
+  (0.0ms) RELEASE SAVEPOINT active_record_2
5303
+  (0.1ms) SAVEPOINT active_record_2
5304
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5305
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page23' LIMIT 1
5306
+ SpudPage Exists (0.1ms) 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
5307
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page23' AND `spud_pages`.`site_id` = 0) LIMIT 1
5308
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page23', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page23', 0, 0)
5309
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5310
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1
5311
+  (0.5ms) ROLLBACK
5312
+  (0.0ms) ROLLBACK
5313
+  (0.1ms) BEGIN
5314
+  (0.0ms) BEGIN
5315
+  (0.1ms) SAVEPOINT active_record_2
5316
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5317
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page24' LIMIT 1
5318
+ SpudPage Exists (0.2ms) 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
5319
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page24' AND `spud_pages`.`site_id` = 0) LIMIT 1
5320
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page24', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page24', 0, 0)
5321
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5322
+  (0.1ms) SAVEPOINT active_record_2
5323
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5324
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page25' LIMIT 1
5325
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page25' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5326
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page25' AND `spud_pages`.`site_id` = 0) LIMIT 1
5327
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page25', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page25', 0, 0)
5328
+  (0.2ms) RELEASE SAVEPOINT active_record_2
5329
+ SpudPage Load (33.5ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1 AND (name NOT IN ('Page25'))
5330
+  (0.4ms) ROLLBACK
5331
+  (0.0ms) ROLLBACK
5332
+  (0.0ms) BEGIN
5333
+  (0.0ms) BEGIN
5334
+  (0.1ms) SAVEPOINT active_record_2
5335
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5336
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page26' LIMIT 1
5337
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page26' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5338
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page26' AND `spud_pages`.`site_id` = 0) LIMIT 1
5339
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page26', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page26', 0, 0)
5340
+  (0.0ms) RELEASE SAVEPOINT active_record_2
5341
+  (0.0ms) SAVEPOINT active_record_2
5342
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5343
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page27' LIMIT 1
5344
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page27' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5345
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page27' AND `spud_pages`.`site_id` = 0) LIMIT 1
5346
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page27', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page27', 0, 0)
5347
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5348
+  (0.0ms) SAVEPOINT active_record_2
5349
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 341 LIMIT 1
5350
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5351
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page26/page28' LIMIT 1
5352
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page28' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` = 341) LIMIT 1
5353
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page26/page28' AND `spud_pages`.`site_id` = 0) LIMIT 1
5354
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page28', NULL, NULL, NULL, 1, 0, 341, '2013-10-09 13:45:49', NULL, 'page26/page28', 0, 0)
5355
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5356
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1
5357
+  (0.5ms) ROLLBACK
5358
+  (0.0ms) ROLLBACK
5359
+  (0.0ms) BEGIN
5360
+  (0.0ms) BEGIN
5361
+  (0.0ms) SAVEPOINT active_record_2
5362
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5363
+ SpudPermalink Load (0.3ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page29' LIMIT 1
5364
+ SpudPage Exists (0.1ms) 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
5365
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page29' AND `spud_pages`.`site_id` = 0) LIMIT 1
5366
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page29', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page29', 0, 0)
5367
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5368
+  (0.1ms) SAVEPOINT active_record_2
5369
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5370
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page30' LIMIT 1
5371
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page30' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5372
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page30' AND `spud_pages`.`site_id` = 0) LIMIT 1
5373
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page30', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page30', 0, 0)
5374
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5375
+  (0.1ms) SAVEPOINT active_record_2
5376
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 371 LIMIT 1
5377
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5378
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page29/page31' LIMIT 1
5379
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page31' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` = 371) LIMIT 1
5380
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page29/page31' AND `spud_pages`.`site_id` = 0) LIMIT 1
5381
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page31', NULL, NULL, NULL, 1, 0, 371, '2013-10-09 13:45:49', NULL, 'page29/page31', 0, 0)
5382
+  (0.0ms) RELEASE SAVEPOINT active_record_2
5383
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1
5384
+  (0.5ms) ROLLBACK
5385
+  (0.0ms) ROLLBACK
5386
+  (0.1ms) BEGIN
5387
+  (0.2ms) BEGIN
5388
+  (0.2ms) SAVEPOINT active_record_2
5389
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5390
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page32' LIMIT 1
5391
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page32' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5392
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page32' AND `spud_pages`.`site_id` = 0) LIMIT 1
5393
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page32', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page32', 0, 0)
5394
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5395
+  (0.1ms) SAVEPOINT active_record_2
5396
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 1
5397
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 1 AND `spud_permalinks`.`url_name` = 'page33' LIMIT 1
5398
+ SpudPage Exists (0.2ms) 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
5399
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page33' AND `spud_pages`.`site_id` = 1) LIMIT 1
5400
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page33', NULL, NULL, NULL, 1, 1, NULL, '2013-10-09 13:45:49', NULL, 'page33', 0, 0)
5401
+  (0.2ms) RELEASE SAVEPOINT active_record_2
5402
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`visibility` = 0 AND `spud_pages`.`published` = 1 AND `spud_pages`.`site_id` = 1
5403
+  (0.2ms) ROLLBACK
5404
+  (0.1ms) ROLLBACK
5405
+  (0.0ms) BEGIN
5406
+  (0.0ms) BEGIN
5407
+  (0.0ms) ROLLBACK
5408
+  (0.0ms) ROLLBACK
5409
+  (0.0ms) BEGIN
5410
+  (0.0ms) BEGIN
5411
+  (0.0ms) ROLLBACK
5412
+  (0.0ms) ROLLBACK
5413
+  (0.0ms) BEGIN
5414
+  (0.0ms) BEGIN
5415
+  (0.0ms) ROLLBACK
5416
+  (0.0ms) ROLLBACK
5417
+  (0.0ms) BEGIN
5418
+  (0.0ms) BEGIN
5419
+  (0.0ms) ROLLBACK
5420
+  (0.1ms) ROLLBACK
5421
+  (0.0ms) BEGIN
5422
+  (0.0ms) BEGIN
5423
+  (0.2ms) ROLLBACK
5424
+  (0.0ms) ROLLBACK
5425
+  (0.0ms) BEGIN
5426
+  (0.0ms) BEGIN
5427
+  (0.1ms) ROLLBACK
5428
+  (0.0ms) ROLLBACK
5429
+  (0.0ms) BEGIN
5430
+  (0.0ms) BEGIN
5431
+  (0.1ms) ROLLBACK
5432
+  (0.0ms) ROLLBACK
5433
+  (0.0ms) BEGIN
5434
+  (0.0ms) BEGIN
5435
+  (0.0ms) ROLLBACK
5436
+  (0.0ms) ROLLBACK
5437
+  (0.0ms) BEGIN
5438
+  (0.0ms) BEGIN
5439
+  (0.2ms) ROLLBACK
5440
+  (0.1ms) ROLLBACK
5441
+  (0.1ms) BEGIN
5442
+  (0.1ms) BEGIN
5443
+  (0.1ms) ROLLBACK
5444
+  (0.0ms) ROLLBACK
5445
+  (0.0ms) BEGIN
5446
+  (0.1ms) BEGIN
5447
+  (0.1ms) SAVEPOINT active_record_2
5448
+ SQL (0.2ms) INSERT INTO `spud_page_partials` (`content`, `content_processed`, `created_at`, `format`, `name`, `spud_page_id`, `symbol_name`, `updated_at`) VALUES (NULL, '', '2013-10-09 13:45:49', NULL, 'Test Page', NULL, 'test_page', '2013-10-09 13:45:49')
5449
+ SpudPageLiquidTag Load (0.2ms) SELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 1 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'
5450
+ SQL (0.2ms) UPDATE `spud_page_partials` SET `content_processed` = '' WHERE `spud_page_partials`.`id` = 1
5451
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5452
+  (0.2ms) ROLLBACK
5453
+  (0.0ms) ROLLBACK
5454
+  (0.0ms) BEGIN
5455
+  (0.0ms) BEGIN
5456
+  (0.1ms) SAVEPOINT active_record_2
5457
+ SQL (0.2ms) INSERT INTO `spud_page_partial_revisions` (`content`, `created_at`, `format`, `name`, `spud_page_id`, `updated_at`) VALUES ('Home Sweet Home', '2013-10-09 13:45:49', NULL, 'Test Page', 1, '2013-10-09 13:45:49')
5458
+  (0.4ms) SELECT COUNT(*) FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`spud_page_id` = 1 AND `spud_page_partial_revisions`.`name` = 'Test Page'
5459
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 1 LIMIT 1
5460
+ SQL (0.2ms) INSERT INTO `spud_page_partials` (`content`, `content_processed`, `created_at`, `format`, `name`, `spud_page_id`, `symbol_name`, `updated_at`) VALUES ('Home Sweet Home', 'Home Sweet Home', '2013-10-09 13:45:49', NULL, 'Test Page', 1, 'test_page', '2013-10-09 13:45:49')
5461
+ SpudPageLiquidTag Load (0.2ms) SELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 11 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'
5462
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5463
+  (0.2ms) SELECT COUNT(*) FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`spud_page_id` = 1 AND `spud_page_partial_revisions`.`name` = 'Test Page'
5464
+  (0.5ms) ROLLBACK
5465
+  (0.0ms) ROLLBACK
5466
+  (0.0ms) BEGIN
5467
+  (0.0ms) BEGIN
5468
+  (0.0ms) SAVEPOINT active_record_2
5469
+ SQL (0.2ms) INSERT INTO `spud_page_partial_revisions` (`content`, `created_at`, `format`, `name`, `spud_page_id`, `updated_at`) VALUES ('Home Sweet Home', '2013-10-09 13:45:49', NULL, 'Test Page', 1, '2013-10-09 13:45:49')
5470
+  (0.1ms) SELECT COUNT(*) FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`spud_page_id` = 1 AND `spud_page_partial_revisions`.`name` = 'Test Page'
5471
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 1 LIMIT 1
5472
+ SQL (0.1ms) INSERT INTO `spud_page_partials` (`content`, `content_processed`, `created_at`, `format`, `name`, `spud_page_id`, `symbol_name`, `updated_at`) VALUES ('Home Sweet Home', 'Home Sweet Home', '2013-10-09 13:45:49', NULL, 'Test Page', 1, 'test_page', '2013-10-09 13:45:49')
5473
+ SpudPageLiquidTag Load (0.2ms) SELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 21 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'
5474
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5475
+  (0.1ms) SAVEPOINT active_record_2
5476
+ SQL (0.2ms) INSERT INTO `spud_page_partial_revisions` (`content`, `created_at`, `format`, `name`, `spud_page_id`, `updated_at`) VALUES ('Nah', '2013-10-09 13:45:49', NULL, 'Test Page', 1, '2013-10-09 13:45:49')
5477
+  (0.2ms) SELECT COUNT(*) FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`spud_page_id` = 1 AND `spud_page_partial_revisions`.`name` = 'Test Page'
5478
+  (0.2ms) UPDATE `spud_page_partials` SET `content` = 'Nah', `content_processed` = 'Nah', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_page_partials`.`id` = 21
5479
+ SpudPageLiquidTag Load (0.2ms) SELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 21 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'
5480
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5481
+  (0.0ms) SAVEPOINT active_record_2
5482
+ SQL (0.1ms) INSERT INTO `spud_page_partial_revisions` (`content`, `created_at`, `format`, `name`, `spud_page_id`, `updated_at`) VALUES ('Another change', '2013-10-09 13:45:49', NULL, 'Test Page', 1, '2013-10-09 13:45:49')
5483
+  (0.2ms) SELECT COUNT(*) FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`spud_page_id` = 1 AND `spud_page_partial_revisions`.`name` = 'Test Page'
5484
+ SpudPagePartialRevision Load (0.3ms) 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
5485
+ SQL (0.1ms) DELETE FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`id` = 11
5486
+  (0.2ms) UPDATE `spud_page_partials` SET `content` = 'Another change', `content_processed` = 'Another change', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_page_partials`.`id` = 21
5487
+ SpudPageLiquidTag Load (0.1ms) SELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 21 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'
5488
+  (0.0ms) RELEASE SAVEPOINT active_record_2
5489
+  (0.1ms) SELECT COUNT(*) FROM `spud_page_partial_revisions` WHERE `spud_page_partial_revisions`.`spud_page_id` = 1 AND `spud_page_partial_revisions`.`name` = 'Test Page'
5490
+  (0.4ms) ROLLBACK
5491
+  (0.0ms) ROLLBACK
5492
+  (0.0ms) BEGIN
5493
+  (0.0ms) BEGIN
5494
+  (0.0ms) ROLLBACK
5495
+  (0.0ms) ROLLBACK
5496
+  (0.0ms) BEGIN
5497
+  (0.0ms) BEGIN
5498
+  (0.0ms) ROLLBACK
5499
+  (0.0ms) ROLLBACK
5500
+  (0.0ms) BEGIN
5501
+  (0.1ms) BEGIN
5502
+  (0.0ms) ROLLBACK
5503
+  (0.0ms) ROLLBACK
5504
+  (0.0ms) BEGIN
5505
+  (0.0ms) BEGIN
5506
+  (0.0ms) ROLLBACK
5507
+  (0.0ms) ROLLBACK
5508
+  (0.0ms) BEGIN
5509
+  (0.0ms) BEGIN
5510
+  (0.0ms) ROLLBACK
5511
+  (0.0ms) ROLLBACK
5512
+  (0.0ms) BEGIN
5513
+  (0.1ms) BEGIN
5514
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` IS NULL AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5515
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` IS NULL AND `spud_pages`.`site_id` = 0) LIMIT 1
5516
+  (0.1ms) ROLLBACK
5517
+  (0.0ms) ROLLBACK
5518
+  (0.0ms) BEGIN
5519
+  (0.0ms) BEGIN
5520
+  (0.0ms) SAVEPOINT active_record_2
5521
+ SpudPage Exists (0.3ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page34' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5522
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'test' AND `spud_pages`.`site_id` = 0) LIMIT 1
5523
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page34', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'test', 1, 0)
5524
+  (0.0ms) RELEASE SAVEPOINT active_record_2
5525
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page35' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5526
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'test' AND `spud_pages`.`site_id` = 0) LIMIT 1
5527
+  (0.3ms) ROLLBACK
5528
+  (0.0ms) ROLLBACK
5529
+  (0.0ms) BEGIN
5530
+  (0.0ms) BEGIN
5531
+  (0.1ms) SAVEPOINT active_record_2
5532
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5533
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'test' LIMIT 1
5534
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'test' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5535
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'test' AND `spud_pages`.`site_id` = 0) LIMIT 1
5536
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'test', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'test', 0, 0)
5537
+  (0.0ms) RELEASE SAVEPOINT active_record_2
5538
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5539
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'test-1' LIMIT 1
5540
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'test' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5541
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'test-1' AND `spud_pages`.`site_id` = 0) LIMIT 1
5542
+  (0.3ms) ROLLBACK
5543
+  (0.0ms) ROLLBACK
5544
+  (0.0ms) BEGIN
5545
+  (0.0ms) BEGIN
5546
+  (0.0ms) SAVEPOINT active_record_2
5547
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5548
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'page36' LIMIT 1
5549
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page36' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5550
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'page36' AND `spud_pages`.`site_id` = 0) LIMIT 1
5551
+ SQL (0.3ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page36', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'page36', 0, 0)
5552
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 441 LIMIT 1
5553
+ SQL (0.2ms) INSERT INTO `spud_page_partials` (`content`, `content_processed`, `created_at`, `format`, `name`, `spud_page_id`, `symbol_name`, `updated_at`) VALUES (NULL, '', '2013-10-09 13:45:49', NULL, 'body', 441, 'body', '2013-10-09 13:45:49')
5554
+ SpudPageLiquidTag Load (0.2ms) SELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 31 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'
5555
+ SQL (0.2ms) UPDATE `spud_page_partials` SET `content_processed` = '' WHERE `spud_page_partials`.`id` = 31
5556
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5557
+  (0.1ms) SELECT COUNT(*) FROM `spud_page_partials`
5558
+  (0.0ms) SAVEPOINT active_record_2
5559
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`spud_page_id` = 441
5560
+ SpudPageLiquidTag Load (0.1ms) SELECT `spud_page_liquid_tags`.* FROM `spud_page_liquid_tags` WHERE `spud_page_liquid_tags`.`attachment_id` = 31 AND `spud_page_liquid_tags`.`attachment_type` = 'SpudPagePartial'
5561
+ SQL (0.1ms) DELETE FROM `spud_page_partials` WHERE `spud_page_partials`.`id` = 31
5562
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`attachment_id` = 441 AND `spud_permalinks`.`attachment_type` = 'SpudPage'
5563
+ SQL (0.1ms) DELETE FROM `spud_pages` WHERE `spud_pages`.`id` = 441
5564
+  (0.0ms) RELEASE SAVEPOINT active_record_2
5565
+  (0.1ms) SELECT COUNT(*) FROM `spud_page_partials`
5566
+  (0.3ms) ROLLBACK
5567
+  (0.0ms) ROLLBACK
5568
+  (0.0ms) BEGIN
5569
+  (0.0ms) BEGIN
5570
+  (0.0ms) ROLLBACK
5571
+  (0.0ms) ROLLBACK
5572
+  (0.0ms) BEGIN
5573
+  (0.0ms) BEGIN
5574
+  (0.0ms) ROLLBACK
5575
+  (0.0ms) ROLLBACK
5576
+  (0.0ms) BEGIN
5577
+  (0.0ms) BEGIN
5578
+  (0.0ms) ROLLBACK
5579
+  (0.0ms) ROLLBACK
5580
+  (0.0ms) BEGIN
5581
+  (0.0ms) BEGIN
5582
+  (0.0ms) SAVEPOINT active_record_2
5583
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5584
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'parent' LIMIT 1
5585
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'parent' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5586
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'parent' AND `spud_pages`.`site_id` = 0) LIMIT 1
5587
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'parent', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'parent', 0, 0)
5588
+  (0.0ms) RELEASE SAVEPOINT active_record_2
5589
+  (0.0ms) SAVEPOINT active_record_2
5590
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5591
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'parent/page-1' LIMIT 1
5592
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page 1' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` = 451) LIMIT 1
5593
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'parent/page-1' AND `spud_pages`.`site_id` = 0) LIMIT 1
5594
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page 1', NULL, NULL, NULL, 1, 0, 451, '2013-10-09 13:45:49', NULL, 'parent/page-1', 0, 0)
5595
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5596
+  (0.1ms) SAVEPOINT active_record_2
5597
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5598
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'parent/page-2' LIMIT 1
5599
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'Page 2' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` = 451) LIMIT 1
5600
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'parent/page-2' AND `spud_pages`.`site_id` = 0) LIMIT 1
5601
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'Page 2', NULL, NULL, NULL, 1, 0, 451, '2013-10-09 13:45:49', NULL, 'parent/page-2', 0, 0)
5602
+  (0.0ms) RELEASE SAVEPOINT active_record_2
5603
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5604
+  (0.8ms) ROLLBACK
5605
+  (0.0ms) ROLLBACK
5606
+  (0.0ms) BEGIN
5607
+  (0.0ms) BEGIN
5608
+  (0.0ms) ROLLBACK
5609
+  (0.0ms) ROLLBACK
5610
+  (0.0ms) BEGIN
5611
+  (0.0ms) BEGIN
5612
+  (0.0ms) SAVEPOINT active_record_2
5613
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5614
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about' LIMIT 1
5615
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'about' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5616
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about' AND `spud_pages`.`site_id` = 0) LIMIT 1
5617
+ SQL (0.3ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'about', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'about', 0, 0)
5618
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5619
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5620
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'about/test' LIMIT 1
5621
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'test' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` = 481) LIMIT 1
5622
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'about/test' AND `spud_pages`.`site_id` = 0) LIMIT 1
5623
+  (0.4ms) ROLLBACK
5624
+  (0.0ms) ROLLBACK
5625
+  (0.0ms) BEGIN
5626
+  (0.0ms) BEGIN
5627
+  (0.0ms) SAVEPOINT active_record_2
5628
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5629
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'testimonials' LIMIT 1
5630
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'testimonials' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5631
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'testimonials' AND `spud_pages`.`site_id` = 0) LIMIT 1
5632
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'testimonials', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'testimonials', 0, 0)
5633
+  (0.0ms) RELEASE SAVEPOINT active_record_2
5634
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5635
+ SpudPermalink Load (0.3ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'testimonials-1' LIMIT 1
5636
+ SpudPage Exists (0.3ms) 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
5637
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'testimonials-1' AND `spud_pages`.`site_id` = 0) LIMIT 1
5638
+  (0.4ms) ROLLBACK
5639
+  (0.0ms) ROLLBACK
5640
+  (0.0ms) BEGIN
5641
+  (0.0ms) BEGIN
5642
+  (0.0ms) SAVEPOINT active_record_2
5643
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5644
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'another' LIMIT 1
5645
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'another' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5646
+ SpudPage Exists (0.3ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'another' AND `spud_pages`.`site_id` = 0) LIMIT 1
5647
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'another', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'another', 0, 0)
5648
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5649
+  (0.1ms) SAVEPOINT active_record_2
5650
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 501)
5651
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'again' LIMIT 1
5652
+ SpudPermalink Exists (0.2ms) SELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'another' AND `spud_permalinks`.`site_id` = 0) LIMIT 1
5653
+ SQL (0.1ms) INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (501, 'SpudPage', '2013-10-09 13:45:49', 0, '2013-10-09 13:45:49', 'another')
5654
+ SpudPage Exists (0.3ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'again' AND `spud_pages`.`id` != 501 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5655
+ SpudPage Exists (0.3ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'again' AND `spud_pages`.`id` != 501 AND `spud_pages`.`site_id` = 0) LIMIT 1
5656
+  (0.2ms) UPDATE `spud_pages` SET `name` = 'again', `url_name` = 'again', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_pages`.`id` = 501
5657
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5658
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5659
+ SpudPermalink Load (0.3ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'another' LIMIT 1
5660
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 501 LIMIT 1
5661
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'another-1' LIMIT 1
5662
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'another' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5663
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'another-1' AND `spud_pages`.`site_id` = 0) LIMIT 1
5664
+  (0.4ms) ROLLBACK
5665
+  (0.0ms) ROLLBACK
5666
+  (0.0ms) BEGIN
5667
+  (0.1ms) BEGIN
5668
+  (0.0ms) SAVEPOINT active_record_2
5669
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5670
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'permapage' LIMIT 1
5671
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'permapage' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5672
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'permapage' AND `spud_pages`.`site_id` = 0) LIMIT 1
5673
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'permapage', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'permapage', 0, 0)
5674
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5675
+  (0.1ms) SAVEPOINT active_record_2
5676
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 511)
5677
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'permapage-new' LIMIT 1
5678
+ SpudPermalink Exists (0.4ms) SELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'permapage' AND `spud_permalinks`.`site_id` = 0) LIMIT 1
5679
+ SQL (0.2ms) INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (511, 'SpudPage', '2013-10-09 13:45:49', 0, '2013-10-09 13:45:49', 'permapage')
5680
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'permapage new' AND `spud_pages`.`id` != 511 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5681
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'permapage-new' AND `spud_pages`.`id` != 511 AND `spud_pages`.`site_id` = 0) LIMIT 1
5682
+  (0.2ms) UPDATE `spud_pages` SET `name` = 'permapage new', `url_name` = 'permapage-new', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_pages`.`id` = 511
5683
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5684
+  (0.1ms) SELECT COUNT(*) FROM `spud_permalinks` 
5685
+  (0.2ms) SELECT COUNT(*) FROM `spud_permalinks` WHERE `spud_permalinks`.`attachment_id` = 511 AND `spud_permalinks`.`attachment_type` = 'SpudPage' AND `spud_permalinks`.`url_name` = 'permapage'
5686
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 511)
5687
+ SpudPermalink Load (0.3ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'permapage' LIMIT 1
5688
+ SpudPage Load (0.3ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 511 LIMIT 1
5689
+  (0.1ms) SAVEPOINT active_record_2
5690
+ SQL (0.1ms) DELETE FROM `spud_permalinks` WHERE `spud_permalinks`.`id` = 41
5691
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5692
+  (0.0ms) SAVEPOINT active_record_2
5693
+ SpudPermalink Exists (0.2ms) SELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'permapage-new' AND `spud_permalinks`.`site_id` = 0) LIMIT 1
5694
+ SQL (0.1ms) INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (511, 'SpudPage', '2013-10-09 13:45:49', 0, '2013-10-09 13:45:49', 'permapage-new')
5695
+  (0.0ms) RELEASE SAVEPOINT active_record_2
5696
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'permapage' AND `spud_pages`.`id` != 511 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5697
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'permapage' AND `spud_pages`.`id` != 511 AND `spud_pages`.`site_id` = 0) LIMIT 1
5698
+  (0.1ms) SELECT COUNT(*) FROM `spud_permalinks` WHERE `spud_permalinks`.`attachment_id` = 511 AND `spud_permalinks`.`attachment_type` = 'SpudPage' AND `spud_permalinks`.`url_name` = 'permapage'
5699
+  (0.5ms) ROLLBACK
5700
+  (0.0ms) ROLLBACK
5701
+  (0.0ms) BEGIN
5702
+  (0.0ms) BEGIN
5703
+  (0.0ms) SAVEPOINT active_record_2
5704
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5705
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'original' LIMIT 1
5706
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'original' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5707
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'original' AND `spud_pages`.`site_id` = 0) LIMIT 1
5708
+ SQL (0.1ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'original', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'original', 0, 0)
5709
+  (0.0ms) RELEASE SAVEPOINT active_record_2
5710
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'new' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5711
+ SpudPage Exists (0.3ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'original' AND `spud_pages`.`site_id` = 0) LIMIT 1
5712
+  (0.5ms) ROLLBACK
5713
+  (0.0ms) ROLLBACK
5714
+  (0.0ms) BEGIN
5715
+  (0.0ms) BEGIN
5716
+  (0.0ms) SAVEPOINT active_record_2
5717
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5718
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'original' LIMIT 1
5719
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'original' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5720
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'original' AND `spud_pages`.`site_id` = 0) LIMIT 1
5721
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'original', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'original', 0, 0)
5722
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5723
+  (0.0ms) SAVEPOINT active_record_2
5724
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0 AND (id != 531)
5725
+ SpudPermalink Load (0.1ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'original2' LIMIT 1
5726
+ SpudPermalink Exists (0.3ms) SELECT 1 AS one FROM `spud_permalinks` WHERE (`spud_permalinks`.`url_name` = BINARY 'original' AND `spud_permalinks`.`site_id` = 0) LIMIT 1
5727
+ SQL (0.2ms) INSERT INTO `spud_permalinks` (`attachment_id`, `attachment_type`, `created_at`, `site_id`, `updated_at`, `url_name`) VALUES (531, 'SpudPage', '2013-10-09 13:45:49', 0, '2013-10-09 13:45:49', 'original')
5728
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'original2' AND `spud_pages`.`id` != 531 AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5729
+ SpudPage Exists (0.2ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'original2' AND `spud_pages`.`id` != 531 AND `spud_pages`.`site_id` = 0) LIMIT 1
5730
+  (0.2ms) UPDATE `spud_pages` SET `name` = 'original2', `url_name` = 'original2', `updated_at` = '2013-10-09 13:45:49' WHERE `spud_pages`.`id` = 531
5731
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5732
+  (0.2ms) SAVEPOINT active_record_2
5733
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`site_id` = 0
5734
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'new' LIMIT 1
5735
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`name` = BINARY 'new' AND `spud_pages`.`site_id` = 0 AND `spud_pages`.`spud_page_id` IS NULL) LIMIT 1
5736
+ SpudPage Exists (0.1ms) SELECT 1 AS one FROM `spud_pages` WHERE (`spud_pages`.`url_name` = BINARY 'new' AND `spud_pages`.`site_id` = 0) LIMIT 1
5737
+ SQL (0.2ms) INSERT INTO `spud_pages` (`created_at`, `created_by`, `format`, `layout`, `meta_description`, `meta_keywords`, `name`, `notes`, `page_order`, `publish_at`, `published`, `site_id`, `spud_page_id`, `updated_at`, `updated_by`, `url_name`, `use_custom_url_name`, `visibility`) VALUES ('2013-10-09 13:45:49', NULL, 'html', NULL, NULL, NULL, 'new', NULL, NULL, NULL, 1, 0, NULL, '2013-10-09 13:45:49', NULL, 'new', 0, 0)
5738
+  (0.1ms) RELEASE SAVEPOINT active_record_2
5739
+ SpudPage Load (0.2ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 541 LIMIT 1
5740
+ SpudPermalink Load (0.2ms) SELECT `spud_permalinks`.* FROM `spud_permalinks` WHERE `spud_permalinks`.`site_id` = 0 AND `spud_permalinks`.`url_name` = 'original' LIMIT 1
5741
+ SpudPage Load (0.1ms) SELECT `spud_pages`.* FROM `spud_pages` WHERE `spud_pages`.`id` = 531 LIMIT 1
5742
+  (0.4ms) ROLLBACK
5743
+  (0.0ms) ROLLBACK