spud_core 0.8.26 → 0.8.27

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,9 +30,12 @@ class Spud::Admin::ApplicationController < Spud::ApplicationController
30
30
  if(@old_cache_directory.blank?)
31
31
  @old_cache_directory = Rails.application.config.action_controller.page_cache_directory = File.join(Rails.root,'public')
32
32
  end
33
- site_config = Spud::Core.site_config_for_id session[:admin_site]
34
-
35
- self.class.page_cache_directory = File.join(@old_cache_directory.to_s,site_config[:short_name].to_s.downcase)
33
+ if session && session[:admin_site]
34
+ site_config = Spud::Core.site_config_for_id(session[:admin_site])
35
+ else
36
+ site_config = Spud::Core.site_config_for_host(request.host_with_port)
37
+ end
38
+ self.class.page_cache_directory = File.join(@old_cache_directory.to_s, site_config[:short_name].to_s.downcase)
36
39
  logger.debug "Cache directory set to: #{Rails.application.config.action_controller.page_cache_directory}"
37
40
  end
38
41
  end
@@ -1,5 +1,5 @@
1
1
  module Spud
2
2
  module Core
3
- VERSION = "0.8.26"
3
+ VERSION = "0.8.27"
4
4
  end
5
5
  end
@@ -27811,3 +27811,3385 @@ Completed 200 OK in 14ms (Views: 0.6ms | ActiveRecord: 2.6ms)
27811
27811
   (0.0ms) BEGIN
27812
27812
   (0.2ms) ROLLBACK
27813
27813
   (0.1ms) ROLLBACK
27814
+ Connecting to database specified by database.yml
27815
+  (0.3ms) SELECT @@FOREIGN_KEY_CHECKS
27816
+  (0.3ms) SET FOREIGN_KEY_CHECKS = 0
27817
+  (0.3ms) SELECT DATABASE() as db
27818
+  (20.0ms) select table_name from information_schema.views where table_schema = 'spud_core_test'
27819
+  (1.8ms) TRUNCATE TABLE `spud_admin_permissions`;
27820
+  (1.2ms) TRUNCATE TABLE `spud_user_settings`;
27821
+  (1.7ms) TRUNCATE TABLE `spud_users`;
27822
+  (0.2ms) SET FOREIGN_KEY_CHECKS = 1
27823
+  (0.2ms) BEGIN
27824
+  (0.2ms) BEGIN
27825
+  (0.3ms) SAVEPOINT active_record_2
27826
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john1doe1@email.com' LIMIT 1
27827
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john1doe1' LIMIT 1
27828
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'e3ff31dd366dd475b4e3501fba5871f78f2c8e58fc57628fd13823de1947d50276a8d39102b36a7c385dc231e21a628b2e85a3cf28a22f1056bc441ee14c13f8' LIMIT 1
27829
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF1' LIMIT 1
27830
+ 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 ('2012-08-30 15:50:15', '35d6a19ef8d15c2e8970f5a6f40b5bc87b93ba30ac7de0655ea67ffc6605d68e3891004e41c9606425c97dda90aa4e5d9439865f276023ef30c95e53fdf890e6', '2012-08-30 15:50:15', '0.0.0.0', 'john1doe1@email.com', 0, 'John1', NULL, NULL, 'Doe1', '2012-08-30 15:50:15', 'john1doe1', 1, 'QNNksc5hkpzXIIUmCFGx', 'GtaZxjWlZIN4FDKB2jU', 'e3ff31dd366dd475b4e3501fba5871f78f2c8e58fc57628fd13823de1947d50276a8d39102b36a7c385dc231e21a628b2e85a3cf28a22f1056bc441ee14c13f8', 'k3cF1', NULL, NULL, '2012-08-30 15:50:15')
27831
+  (0.1ms) RELEASE SAVEPOINT active_record_2
27832
+  (0.2ms) SAVEPOINT active_record_2
27833
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 15:50:15', `current_login_at` = '2012-08-30 15:50:15', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:15', `perishable_token` = 'JR7TVfkrUzcxBOFnOq1C', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 1
27834
+  (0.2ms) RELEASE SAVEPOINT active_record_2
27835
+  (0.2ms) SAVEPOINT active_record_2
27836
+  (0.5ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'qxs9XySNqR95Hvwo35b', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 1
27837
+  (0.1ms) RELEASE SAVEPOINT active_record_2
27838
+ Processing by AnonymousController#index as HTML
27839
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 1 LIMIT 1
27840
+  (0.3ms) SAVEPOINT active_record_2
27841
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:15', `perishable_token` = 'MyYDQE9emo8h7yyxcZC', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 1
27842
+  (0.2ms) RELEASE SAVEPOINT active_record_2
27843
+ Rendered text template (0.0ms)
27844
+ Completed 200 OK in 78ms (Views: 13.1ms | ActiveRecord: 1.4ms)
27845
+  (20.1ms) ROLLBACK
27846
+  (0.2ms) ROLLBACK
27847
+  (0.1ms) BEGIN
27848
+  (0.2ms) BEGIN
27849
+  (0.2ms) SAVEPOINT active_record_2
27850
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john2doe2@email.com' LIMIT 1
27851
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john2doe2' LIMIT 1
27852
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'e8908c6722597aeac2060576b0fd9bb938e667c45ff0beaf10964da82b84e32495fa671d320b976d1f177d855e9334a348357fe81a0a94d1f7623e44951fb5ba' LIMIT 1
27853
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF2' LIMIT 1
27854
+ 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 ('2012-08-30 15:50:15', 'ee4806e16dcd7bcfde14905f7fa8836f7bbd5b167bad8afa274905be7d68d9646365576e62da8a553fb034a7a56f10e2594bb6ed8298d43ead53ccaf2868e9ae', '2012-08-30 15:50:15', '0.0.0.0', 'john2doe2@email.com', 0, 'John2', NULL, NULL, 'Doe2', '2012-08-30 15:50:15', 'john2doe2', 1, 'q65YcITS6XLKBpjE6iTb', '7JOy4rxuErG6MDZgIqv1', 'e8908c6722597aeac2060576b0fd9bb938e667c45ff0beaf10964da82b84e32495fa671d320b976d1f177d855e9334a348357fe81a0a94d1f7623e44951fb5ba', 'k3cF2', NULL, NULL, '2012-08-30 15:50:15')
27855
+  (0.2ms) RELEASE SAVEPOINT active_record_2
27856
+  (0.1ms) SAVEPOINT active_record_2
27857
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 15:50:15', `current_login_at` = '2012-08-30 15:50:15', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:15', `perishable_token` = 'FoUU6YkvPe6CcO8t3', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 2
27858
+  (0.1ms) RELEASE SAVEPOINT active_record_2
27859
+  (0.2ms) SAVEPOINT active_record_2
27860
+ SQL (0.4ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 15:50:15', 'pages', NULL, '2012-08-30 15:50:15', 2)
27861
+  (0.2ms) RELEASE SAVEPOINT active_record_2
27862
+ Processing by AnonymousController#index as HTML
27863
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 2 LIMIT 1
27864
+  (0.3ms) SAVEPOINT active_record_2
27865
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:15', `perishable_token` = 'JMymquiG6Jrv16UchDBv', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 2
27866
+  (0.2ms) RELEASE SAVEPOINT active_record_2
27867
+ SpudAdminPermission Load (0.5ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 2 AND `spud_admin_permissions`.`access` = 1
27868
+ Completed 200 OK in 9ms (Views: 0.5ms | ActiveRecord: 1.9ms)
27869
+  (1.0ms) ROLLBACK
27870
+  (0.3ms) ROLLBACK
27871
+  (0.1ms) BEGIN
27872
+  (0.1ms) BEGIN
27873
+  (0.2ms) SAVEPOINT active_record_2
27874
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john3doe3@email.com' LIMIT 1
27875
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john3doe3' LIMIT 1
27876
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'd4fe944609c9727e1761541b99802b4ac6bbf0c93334ef2cc460617ffc700e119451f549ddd56e279d6332c56c722df0ad3631335e039ed57b5efcc40c99d2f7' LIMIT 1
27877
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF3' LIMIT 1
27878
+ 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 ('2012-08-30 15:50:15', '469315f5f1e4805587877ef7c2c46c0c0138bcc0c19d46987654e55368107e38f6850c574d96d23b7dd14ef1e56c11f7a6d82ee82a3d26b29c706fe123037635', '2012-08-30 15:50:15', '0.0.0.0', 'john3doe3@email.com', 0, 'John3', NULL, NULL, 'Doe3', '2012-08-30 15:50:15', 'john3doe3', 1, 'CFMtRPIXVUVkRaysiXN3', 'H6Q6yjb7NSxpoLAtxPms', 'd4fe944609c9727e1761541b99802b4ac6bbf0c93334ef2cc460617ffc700e119451f549ddd56e279d6332c56c722df0ad3631335e039ed57b5efcc40c99d2f7', 'k3cF3', NULL, NULL, '2012-08-30 15:50:15')
27879
+  (0.2ms) RELEASE SAVEPOINT active_record_2
27880
+  (0.2ms) SAVEPOINT active_record_2
27881
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 15:50:15', `current_login_at` = '2012-08-30 15:50:15', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:15', `perishable_token` = 'sp0TfoxZrqi3txHcn7TM', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 3
27882
+  (0.2ms) RELEASE SAVEPOINT active_record_2
27883
+ Processing by AnonymousController#index as HTML
27884
+ Redirected to http://test.host/spud/user_session/new
27885
+ Filter chain halted as :require_admin_user rendered or redirected
27886
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
27887
+  (1.1ms) ROLLBACK
27888
+  (0.2ms) ROLLBACK
27889
+  (0.1ms) BEGIN
27890
+  (0.1ms) BEGIN
27891
+  (0.3ms) SAVEPOINT active_record_2
27892
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john4doe4@email.com' LIMIT 1
27893
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john4doe4' LIMIT 1
27894
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'c97804558de45afe441a49069b1d41bf53bd71e4335fbebb19355c223ace13e10dfb61f56f3eb5c5f7a58aa542d77fc4dd6a3f5513fdfc874dd0963739a664e4' LIMIT 1
27895
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF4' LIMIT 1
27896
+ SQL (0.7ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:15', 'e031f90d976178def257b9ceaf5c681ef89885a9553f01e7bbd5de8d286f24a977034ba5be7b66b10df379da4dea408c9c242a3cc02dcad24194c7f49054d1c4', '2012-08-30 15:50:15', '0.0.0.0', 'john4doe4@email.com', 0, 'John4', NULL, NULL, 'Doe4', '2012-08-30 15:50:15', 'john4doe4', 1, 'MLLjTofB8dnIfr3GRTl', 'tOTHOZ7QtaA6Osvk9Zz', 'c97804558de45afe441a49069b1d41bf53bd71e4335fbebb19355c223ace13e10dfb61f56f3eb5c5f7a58aa542d77fc4dd6a3f5513fdfc874dd0963739a664e4', 'k3cF4', NULL, NULL, '2012-08-30 15:50:15')
27897
+  (0.2ms) RELEASE SAVEPOINT active_record_2
27898
+  (0.1ms) SAVEPOINT active_record_2
27899
+  (0.9ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 15:50:15', `current_login_at` = '2012-08-30 15:50:15', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:15', `perishable_token` = 'PfV0KzSdNxyDGc4a5q5k', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 4
27900
+  (0.2ms) RELEASE SAVEPOINT active_record_2
27901
+ SpudAdminPermission Load (0.4ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 4
27902
+  (0.2ms) SAVEPOINT active_record_2
27903
+  (0.2ms) RELEASE SAVEPOINT active_record_2
27904
+  (0.1ms) SAVEPOINT active_record_2
27905
+  (0.4ms) UPDATE `spud_users` SET `super_admin` = 0, `perishable_token` = 'kzZAe2MS3cQdo2Ttm5', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 4
27906
+  (0.2ms) RELEASE SAVEPOINT active_record_2
27907
+ Processing by AnonymousController#index as HTML
27908
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 4 LIMIT 1
27909
+  (0.2ms) SAVEPOINT active_record_2
27910
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:15', `perishable_token` = 'b4oddPmwNkRO8ojmDJnJ', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 4
27911
+  (0.2ms) RELEASE SAVEPOINT active_record_2
27912
+ SpudAdminPermission Load (0.4ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 4 AND `spud_admin_permissions`.`access` = 1
27913
+ Redirected to http://test.host/
27914
+ Filter chain halted as :require_admin_user rendered or redirected
27915
+ Completed 302 Found in 9ms (ActiveRecord: 1.8ms)
27916
+  (1.0ms) ROLLBACK
27917
+  (0.1ms) ROLLBACK
27918
+  (0.1ms) BEGIN
27919
+  (0.1ms) BEGIN
27920
+  (0.2ms) SAVEPOINT active_record_2
27921
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john5doe5@email.com' LIMIT 1
27922
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john5doe5' LIMIT 1
27923
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '973148e7deb1d9ce29d843643d35705ebd13461550db80ed3709ec4fbf3678bf257c911881e5dce1086cb0259608b0c5f0bff4779432e4ed835bf9a3da1ff73b' LIMIT 1
27924
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF5' LIMIT 1
27925
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:15', '94c98d9fbffc0793b34b8e7677230dfdb517725105f3a706c3cce3b1a38350ba7db424146fbb6ef600c8205a6c8c56cb9f15d7d1a97f4ee051776a5e457b42a7', '2012-08-30 15:50:15', '0.0.0.0', 'john5doe5@email.com', 0, 'John5', NULL, NULL, 'Doe5', '2012-08-30 15:50:15', 'john5doe5', 1, 'SdyGTng8tdJDlPRT3648', '5nWsjPtZcYGxw6J7adyM', '973148e7deb1d9ce29d843643d35705ebd13461550db80ed3709ec4fbf3678bf257c911881e5dce1086cb0259608b0c5f0bff4779432e4ed835bf9a3da1ff73b', 'k3cF5', NULL, NULL, '2012-08-30 15:50:15')
27926
+  (0.2ms) RELEASE SAVEPOINT active_record_2
27927
+  (0.2ms) SAVEPOINT active_record_2
27928
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 15:50:15', `current_login_at` = '2012-08-30 15:50:15', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:15', `perishable_token` = 'SP5cT0WINJ4NnI2cxAX', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 5
27929
+  (0.2ms) RELEASE SAVEPOINT active_record_2
27930
+  (0.3ms) SAVEPOINT active_record_2
27931
+  (0.5ms) UPDATE `spud_users` SET `super_admin` = 0, `perishable_token` = 'G2Hiz2irpWXzPlKnUR', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 5
27932
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 15:50:15', 'Blog', NULL, '2012-08-30 15:50:15', 5)
27933
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 15:50:15', 'Pages', NULL, '2012-08-30 15:50:15', 5)
27934
+  (0.1ms) RELEASE SAVEPOINT active_record_2
27935
+ Processing by Spud::Admin::DashboardController#index as HTML
27936
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 5 LIMIT 1
27937
+  (0.2ms) SAVEPOINT active_record_2
27938
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:15', `perishable_token` = '7gVAs9RPUwczsP335U', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 5
27939
+  (0.1ms) RELEASE SAVEPOINT active_record_2
27940
+ SpudAdminPermission Load (0.4ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 5 AND `spud_admin_permissions`.`access` = 1
27941
+ SpudUserSetting Load (0.3ms) SELECT `spud_user_settings`.* FROM `spud_user_settings` WHERE `spud_user_settings`.`spud_user_id` = 5 AND `spud_user_settings`.`key` = 'app_order' LIMIT 1
27942
+ Completed 200 OK in 27ms (Views: 7.7ms | ActiveRecord: 4.8ms)
27943
+ SpudAdminPermission Load (0.4ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 5
27944
+  (0.8ms) ROLLBACK
27945
+  (0.0ms) ROLLBACK
27946
+  (0.1ms) BEGIN
27947
+  (0.0ms) BEGIN
27948
+  (0.2ms) SAVEPOINT active_record_2
27949
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john6doe6@email.com' LIMIT 1
27950
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john6doe6' LIMIT 1
27951
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'f43960d29ca4171588cdcf8f952d101b25078b61bb4bd33844156f194d3b0d797c49e390c52a39399b9682094567e132371cd7f23f3ea8cd0a2be2330864ccf8' LIMIT 1
27952
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF6' LIMIT 1
27953
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:15', '7f6c194b4775f7c31a10f23ef58fb35bba157cf8f9523e284e0422e81f84872765e78ff48c2c668d460935863f816a86ca00bfa8ec0f2f824348a1e4982391fd', '2012-08-30 15:50:15', '0.0.0.0', 'john6doe6@email.com', 0, 'John6', NULL, NULL, 'Doe6', '2012-08-30 15:50:15', 'john6doe6', 1, '4INGvJidTmYiUIzX0', 'lmEaCieB2bek6g04mPb', 'f43960d29ca4171588cdcf8f952d101b25078b61bb4bd33844156f194d3b0d797c49e390c52a39399b9682094567e132371cd7f23f3ea8cd0a2be2330864ccf8', 'k3cF6', NULL, NULL, '2012-08-30 15:50:15')
27954
+  (0.2ms) RELEASE SAVEPOINT active_record_2
27955
+  (0.2ms) SAVEPOINT active_record_2
27956
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 15:50:15', `current_login_at` = '2012-08-30 15:50:15', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:15', `perishable_token` = 'aC0Basa6giUuEFo0OKs', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 6
27957
+  (0.2ms) RELEASE SAVEPOINT active_record_2
27958
+  (0.2ms) SAVEPOINT active_record_2
27959
+  (0.5ms) UPDATE `spud_users` SET `super_admin` = 0, `perishable_token` = 'uO0IUJaYZaVHrABT1ZA4', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 6
27960
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 15:50:15', 'Blog', NULL, '2012-08-30 15:50:15', 6)
27961
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 15:50:15', 'Pages', NULL, '2012-08-30 15:50:15', 6)
27962
+  (0.1ms) RELEASE SAVEPOINT active_record_2
27963
+ Processing by Spud::Admin::DashboardController#index as HTML
27964
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 6 LIMIT 1
27965
+  (0.2ms) SAVEPOINT active_record_2
27966
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:15', `perishable_token` = '379O4hkXlRpS4IDnUUZ', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 6
27967
+  (0.1ms) RELEASE SAVEPOINT active_record_2
27968
+ SpudAdminPermission Load (0.4ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 6 AND `spud_admin_permissions`.`access` = 1
27969
+ SpudUserSetting Load (0.5ms) SELECT `spud_user_settings`.* FROM `spud_user_settings` WHERE `spud_user_settings`.`spud_user_id` = 6 AND `spud_user_settings`.`key` = 'app_order' LIMIT 1
27970
+ Completed 200 OK in 12ms (Views: 1.7ms | ActiveRecord: 2.3ms)
27971
+  (1.2ms) ROLLBACK
27972
+  (0.1ms) ROLLBACK
27973
+  (0.1ms) BEGIN
27974
+  (0.1ms) BEGIN
27975
+  (0.3ms) SAVEPOINT active_record_2
27976
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john7doe7@email.com' LIMIT 1
27977
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john7doe7' LIMIT 1
27978
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'a3854342480fa4d3bcc4048f2f156b429072e25e1735fb1a5ddf41c6631c9461ec803f11ceaa979c41dade51a4fc02e9a51552ddc91c11c820bbc88f417e4877' LIMIT 1
27979
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF7' LIMIT 1
27980
+ 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 ('2012-08-30 15:50:15', '8ef8c9ae339ed9c72e1136f242077a4c7932de4221be948ef25e363c80831065a6e118ef780bbe4727844199113e776b1b2841de294aba71521f846f2a1a2eb0', '2012-08-30 15:50:15', '0.0.0.0', 'john7doe7@email.com', 0, 'John7', NULL, NULL, 'Doe7', '2012-08-30 15:50:15', 'john7doe7', 1, 'BPhFLqx0vTgKaV8IDDrQ', 'z7uhvAWi1kStdEiscC', 'a3854342480fa4d3bcc4048f2f156b429072e25e1735fb1a5ddf41c6631c9461ec803f11ceaa979c41dade51a4fc02e9a51552ddc91c11c820bbc88f417e4877', 'k3cF7', NULL, NULL, '2012-08-30 15:50:15')
27981
+  (0.2ms) RELEASE SAVEPOINT active_record_2
27982
+  (0.3ms) SAVEPOINT active_record_2
27983
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 15:50:15', `current_login_at` = '2012-08-30 15:50:15', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:15', `perishable_token` = 'jJiJMj81OV2xBN77v8bT', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 7
27984
+  (0.2ms) RELEASE SAVEPOINT active_record_2
27985
+  (0.2ms) SAVEPOINT active_record_2
27986
+  (0.5ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = '2hKQCGApR8ubiacX33mu', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 7
27987
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 15:50:15', 'Blog', NULL, '2012-08-30 15:50:15', 7)
27988
+  (0.2ms) RELEASE SAVEPOINT active_record_2
27989
+ Processing by Spud::Admin::DashboardController#index as HTML
27990
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 7 LIMIT 1
27991
+  (0.3ms) SAVEPOINT active_record_2
27992
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:15', `perishable_token` = 'KnmRkDp3dwUPMbiwIX2p', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 7
27993
+  (0.1ms) RELEASE SAVEPOINT active_record_2
27994
+ SpudAdminPermission Load (0.3ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 7 AND `spud_admin_permissions`.`access` = 1
27995
+ SpudUserSetting Load (0.4ms) SELECT `spud_user_settings`.* FROM `spud_user_settings` WHERE `spud_user_settings`.`spud_user_id` = 7 AND `spud_user_settings`.`key` = 'app_order' LIMIT 1
27996
+ Completed 200 OK in 12ms (Views: 1.6ms | ActiveRecord: 1.9ms)
27997
+  (0.7ms) ROLLBACK
27998
+  (0.1ms) ROLLBACK
27999
+  (0.1ms) BEGIN
28000
+  (0.1ms) BEGIN
28001
+  (0.3ms) SAVEPOINT active_record_2
28002
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john8doe8@email.com' LIMIT 1
28003
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john8doe8' LIMIT 1
28004
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '345eb03926436d680a0dec5db14e2dd37308b9bcbcd35e08a4cf2a0e135d4ffcb5562a415f6ee9a2a5fdb533eba8d8a75bfbdd6883016b8eeea48a5dcf03614e' LIMIT 1
28005
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF8' LIMIT 1
28006
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:15', 'b82bfe221f979b8f09821ae0502bb7b99eecfc9be308fbfb096f4a0c9e48149846f3e822235071cc152c9e572540db1e1d672b201c6089d88314626aa15eea7a', '2012-08-30 15:50:15', '0.0.0.0', 'john8doe8@email.com', 0, 'John8', NULL, NULL, 'Doe8', '2012-08-30 15:50:15', 'john8doe8', 1, 'WB2XQ7CeW3HSLM0kZao', 'UwcamO1jrOCuadJFv2n', '345eb03926436d680a0dec5db14e2dd37308b9bcbcd35e08a4cf2a0e135d4ffcb5562a415f6ee9a2a5fdb533eba8d8a75bfbdd6883016b8eeea48a5dcf03614e', 'k3cF8', NULL, NULL, '2012-08-30 15:50:15')
28007
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28008
+  (0.2ms) SAVEPOINT active_record_2
28009
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 15:50:15', `current_login_at` = '2012-08-30 15:50:15', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:15', `perishable_token` = 'AyvmF0Nuh0daZyc8vZo0', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 8
28010
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28011
+  (0.1ms) SAVEPOINT active_record_2
28012
+  (0.3ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'r53eZ1wN1swZa9uXH8w', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 8
28013
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28014
+  (0.1ms) SAVEPOINT active_record_2
28015
+ SpudUserSetting Exists (0.5ms) SELECT 1 AS one FROM `spud_user_settings` WHERE (`spud_user_settings`.`key` = BINARY 'app_order' AND `spud_user_settings`.`spud_user_id` = 8) LIMIT 1
28016
+ SQL (0.3ms) INSERT INTO `spud_user_settings` (`created_at`, `key`, `spud_user_id`, `updated_at`, `value`) VALUES ('2012-08-30 15:50:15', 'app_order', 8, '2012-08-30 15:50:15', 'Pages,Settings')
28017
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28018
+ Processing by Spud::Admin::DashboardController#index as HTML
28019
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 8 LIMIT 1
28020
+  (0.2ms) SAVEPOINT active_record_2
28021
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:15', `perishable_token` = '3W00UGHz3gcpgCdpNIAK', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 8
28022
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28023
+ SpudAdminPermission Load (0.4ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 8 AND `spud_admin_permissions`.`access` = 1
28024
+ SpudUserSetting Load (0.4ms) SELECT `spud_user_settings`.* FROM `spud_user_settings` WHERE `spud_user_settings`.`spud_user_id` = 8 AND `spud_user_settings`.`key` = 'app_order' LIMIT 1
28025
+ Completed 200 OK in 14ms (Views: 2.0ms | ActiveRecord: 2.1ms)
28026
+  (0.9ms) ROLLBACK
28027
+  (0.1ms) ROLLBACK
28028
+  (0.1ms) BEGIN
28029
+  (0.0ms) BEGIN
28030
+  (0.2ms) SAVEPOINT active_record_2
28031
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john9doe9@email.com' LIMIT 1
28032
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john9doe9' LIMIT 1
28033
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '82a9e510022b408d8d6594a2325c334eecfd0a1858b35cb80dd1e70f0624fbb2fd662e6d1b44edb82737076c6e8c1b22b9583201d3d73043504953a40755ac00' LIMIT 1
28034
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF9' LIMIT 1
28035
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:15', 'd667d247645d05704f98ce50b1f269c08557c03f124d31a35a0f8fdd932dde9d643731c6e732de739cded9ff0e70618d61e03c3f26630be6f09c226d8fd6ee82', '2012-08-30 15:50:15', '0.0.0.0', 'john9doe9@email.com', 0, 'John9', NULL, NULL, 'Doe9', '2012-08-30 15:50:15', 'john9doe9', 1, 'jQ2VsatvjFcuCeRxWxFI', 'fx0tErKxyqLxPe5tsGK', '82a9e510022b408d8d6594a2325c334eecfd0a1858b35cb80dd1e70f0624fbb2fd662e6d1b44edb82737076c6e8c1b22b9583201d3d73043504953a40755ac00', 'k3cF9', NULL, NULL, '2012-08-30 15:50:15')
28036
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28037
+  (0.2ms) SAVEPOINT active_record_2
28038
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 15:50:15', `current_login_at` = '2012-08-30 15:50:15', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:15', `perishable_token` = 'OsgW52DozLc7CYOTO7Io', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 9
28039
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28040
+  (0.2ms) SAVEPOINT active_record_2
28041
+  (0.4ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'm4XV4yvCrF4LwqXubqA2', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 9
28042
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 15:50:15', 'Blog', NULL, '2012-08-30 15:50:15', 9)
28043
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28044
+ Processing by Spud::Admin::DashboardController#switch as HTML
28045
+ Parameters: {"multisite_select"=>nil}
28046
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 9 LIMIT 1
28047
+  (0.1ms) SAVEPOINT active_record_2
28048
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:15', `perishable_token` = 'azrXaFC2Ac8S8Dz7i8k', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 9
28049
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28050
+ Redirected to http://test.host/spud/admin
28051
+ Completed 302 Found in 8ms (ActiveRecord: 1.1ms)
28052
+  (0.8ms) ROLLBACK
28053
+  (0.1ms) ROLLBACK
28054
+  (0.1ms) BEGIN
28055
+  (0.1ms) BEGIN
28056
+  (0.2ms) SAVEPOINT active_record_2
28057
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john10doe10@email.com' LIMIT 1
28058
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john10doe10' LIMIT 1
28059
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'c7b85612abfd304992f8e7b36138d447330541ca4f75ce336cca5f14b443c9506f5174a470bdb510ca316e160a9bb615674aa5f26fabb0cce2ffd93d0bed046a' LIMIT 1
28060
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF10' LIMIT 1
28061
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:15', '1de728f79b06ca3650f25dc1c894ad14be0a7c379fd8bd09a0ffc7b0c7f845c70e5abf27ebc2b1151b7d94506d9bc9f47660b61a4ffa612dbde99c51f074e152', '2012-08-30 15:50:15', '0.0.0.0', 'john10doe10@email.com', 0, 'John10', NULL, NULL, 'Doe10', '2012-08-30 15:50:15', 'john10doe10', 1, '5Pn5VvbSVcAD54nFc1TS', 'eY6mUMzMTcvtZRfs1Gn', 'c7b85612abfd304992f8e7b36138d447330541ca4f75ce336cca5f14b443c9506f5174a470bdb510ca316e160a9bb615674aa5f26fabb0cce2ffd93d0bed046a', 'k3cF10', NULL, NULL, '2012-08-30 15:50:15')
28062
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28063
+  (0.2ms) SAVEPOINT active_record_2
28064
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 15:50:15', `current_login_at` = '2012-08-30 15:50:15', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:15', `perishable_token` = 'Thkwqm70bt3niiOluyb6', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 10
28065
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28066
+  (0.2ms) SAVEPOINT active_record_2
28067
+  (0.5ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'SsZub5zlwyQCF7uQsYHW', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 10
28068
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 15:50:15', 'Blog', NULL, '2012-08-30 15:50:15', 10)
28069
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28070
+ Processing by Spud::Admin::DashboardController#switch as HTML
28071
+ Parameters: {"multisite_select"=>nil}
28072
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 10 LIMIT 1
28073
+  (0.2ms) SAVEPOINT active_record_2
28074
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:15', `perishable_token` = 'NexP9rmGmUGFgCt3lI3', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 10
28075
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28076
+ Redirected to http://test.host/spud/admin
28077
+ Completed 302 Found in 7ms (ActiveRecord: 1.3ms)
28078
+  (1.0ms) ROLLBACK
28079
+  (0.1ms) ROLLBACK
28080
+  (0.1ms) BEGIN
28081
+  (0.1ms) BEGIN
28082
+  (0.2ms) SAVEPOINT active_record_2
28083
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john11doe11@email.com' LIMIT 1
28084
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john11doe11' LIMIT 1
28085
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '50824f5a0305dd848ea88c5cc7715b60535d7234710c7bf8e74ee2019f014ef0497a902a38f802bf52ec5a55d17924a92ce2a0a652cfa7b78859ea4e6a8b71b8' LIMIT 1
28086
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF11' LIMIT 1
28087
+ 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 ('2012-08-30 15:50:15', '99c58b3ea4b3ab6615b67f2fe0cd4f9c842d21bbdebd2156111d1db0eeb727a078710328ec50d84d4c549129c4c2405f346ad1ede6edcbd74e52343cf49b63c9', '2012-08-30 15:50:15', '0.0.0.0', 'john11doe11@email.com', 0, 'John11', NULL, NULL, 'Doe11', '2012-08-30 15:50:15', 'john11doe11', 1, 'nzzuPwV0WrcUULEh84N', 'zRSjvqCAK1SvoA2GuV', '50824f5a0305dd848ea88c5cc7715b60535d7234710c7bf8e74ee2019f014ef0497a902a38f802bf52ec5a55d17924a92ce2a0a652cfa7b78859ea4e6a8b71b8', 'k3cF11', NULL, NULL, '2012-08-30 15:50:15')
28088
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28089
+  (0.2ms) SAVEPOINT active_record_2
28090
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 15:50:15', `current_login_at` = '2012-08-30 15:50:15', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:15', `perishable_token` = '9PS0D3r7Zn96zjiiQ4Gr', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 11
28091
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28092
+  (0.3ms) SAVEPOINT active_record_2
28093
+  (0.5ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'L5rrlhZlN3qLsIYRSe', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 11
28094
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 15:50:15', 'Blog', NULL, '2012-08-30 15:50:15', 11)
28095
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28096
+ Processing by Spud::Admin::DashboardController#switch as HTML
28097
+ Parameters: {"multisite_select"=>"1"}
28098
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 11 LIMIT 1
28099
+  (0.3ms) SAVEPOINT active_record_2
28100
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:15', `perishable_token` = 'u0X1RYYbnqvAfmQa19QR', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 11
28101
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28102
+ Redirected to http://test.host/spud/admin
28103
+ Completed 302 Found in 8ms (ActiveRecord: 1.5ms)
28104
+  (1.0ms) ROLLBACK
28105
+  (0.1ms) ROLLBACK
28106
+  (0.1ms) BEGIN
28107
+  (0.0ms) BEGIN
28108
+  (0.2ms) SAVEPOINT active_record_2
28109
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john12doe12@email.com' LIMIT 1
28110
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john12doe12' LIMIT 1
28111
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '38a6084f1254044a781c92ce58035fac52714b00e2c5fdfecb579cab577e60aef6353d7215c552085a917e66561e62491ea0bfb7b161bd6b8d2cdbd9b1384a58' LIMIT 1
28112
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF12' LIMIT 1
28113
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:15', '6c1cf882c5c53d0f6ef3ff39234c865da91bee67abb33d48c821c437baeff5e2cfdaf49c928376c7376828a225f786ac2b2cb892fce3dafc4cb668d833a93abe', '2012-08-30 15:50:15', '0.0.0.0', 'john12doe12@email.com', 0, 'John12', NULL, NULL, 'Doe12', '2012-08-30 15:50:15', 'john12doe12', 1, 'qZInAAwaUSDEYfyFmZq', 'usrtaeAmFmcJCrgQRL8n', '38a6084f1254044a781c92ce58035fac52714b00e2c5fdfecb579cab577e60aef6353d7215c552085a917e66561e62491ea0bfb7b161bd6b8d2cdbd9b1384a58', 'k3cF12', NULL, NULL, '2012-08-30 15:50:15')
28114
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28115
+  (0.1ms) SAVEPOINT active_record_2
28116
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 15:50:15', `current_login_at` = '2012-08-30 15:50:15', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:15', `perishable_token` = 'OFIRI5eKxMynHN4diul', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 12
28117
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28118
+  (0.2ms) SAVEPOINT active_record_2
28119
+  (0.4ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'GyzZRtFn5LeWKzucpYz', `updated_at` = '2012-08-30 15:50:15' WHERE `spud_users`.`id` = 12
28120
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 15:50:15', 'Blog', NULL, '2012-08-30 15:50:15', 12)
28121
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28122
+ Processing by Spud::Admin::DashboardController#switch as HTML
28123
+ Parameters: {"multisite_select"=>"1"}
28124
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 12 LIMIT 1
28125
+  (0.2ms) SAVEPOINT active_record_2
28126
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = '0unuKkFVTxJVnsiiVa', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 12
28127
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28128
+ Redirected to http://test.host/spud/admin
28129
+ Completed 302 Found in 66ms (ActiveRecord: 1.5ms)
28130
+  (1.0ms) ROLLBACK
28131
+  (0.1ms) ROLLBACK
28132
+  (0.1ms) BEGIN
28133
+  (0.0ms) BEGIN
28134
+  (0.2ms) SAVEPOINT active_record_2
28135
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john13doe13@email.com' LIMIT 1
28136
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john13doe13' LIMIT 1
28137
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'd7d4f3de55c78e5ccd880b68c9a29b5e32d67e12c57771e56797ac3f4cf3df829c5585459025a3e0985608781e6cf94883ff71982e018a0ecf35b0b6a7e18e2d' LIMIT 1
28138
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF13' LIMIT 1
28139
+ SQL (0.6ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:16', 'd32fc1bd20359271150d5493584932954f5abf676853026ce51119b2842a50111c87cc127fd375d556bdfbb39f36f5557244111540a7e8b7701ed7d828eac2ab', '2012-08-30 15:50:16', '0.0.0.0', 'john13doe13@email.com', 0, 'John13', NULL, NULL, 'Doe13', '2012-08-30 15:50:16', 'john13doe13', 1, 'UaN1Bj6EQOoxMy31BHq', '64ENnfeqv0uon7A58h', 'd7d4f3de55c78e5ccd880b68c9a29b5e32d67e12c57771e56797ac3f4cf3df829c5585459025a3e0985608781e6cf94883ff71982e018a0ecf35b0b6a7e18e2d', 'k3cF13', NULL, NULL, '2012-08-30 15:50:16')
28140
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28141
+  (0.3ms) SAVEPOINT active_record_2
28142
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 15:50:16', `current_login_at` = '2012-08-30 15:50:16', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'Q2a4MZMT6izaFqSiNs', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 13
28143
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28144
+  (0.2ms) SAVEPOINT active_record_2
28145
+  (0.4ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'KQrENvwlzm5svzCI7C', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 13
28146
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 15:50:16', 'Blog', NULL, '2012-08-30 15:50:16', 13)
28147
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28148
+ Processing by Spud::Admin::DashboardController#switch as HTML
28149
+ Parameters: {"multisite_select"=>"1"}
28150
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 13 LIMIT 1
28151
+  (0.2ms) SAVEPOINT active_record_2
28152
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'aleFcYxgVdP0o0bA218o', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 13
28153
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28154
+ Redirected to http://test.host/spud/admin
28155
+ Completed 302 Found in 7ms (ActiveRecord: 1.1ms)
28156
+  (1.1ms) ROLLBACK
28157
+  (0.1ms) ROLLBACK
28158
+  (0.1ms) BEGIN
28159
+  (0.1ms) BEGIN
28160
+  (0.2ms) SAVEPOINT active_record_2
28161
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john14doe14@email.com' LIMIT 1
28162
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john14doe14' LIMIT 1
28163
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'f3bf8095d6f833f2427a30af097ece03172f222e9abdf351725dc60557767cd416b66746a7f941a608c8c7769bb48f77519962d7caa36bc194080130d38c77d8' LIMIT 1
28164
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF14' LIMIT 1
28165
+ 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 ('2012-08-30 15:50:16', '3eda8196e00572351c23b13b2b5c93ed960e3c6a98ea7703432d020643e0335906d858d364360b4fe71eb556dd8f3f425f993e8dd53e0b4273ef6ceb13cf413a', '2012-08-30 15:50:16', '0.0.0.0', 'john14doe14@email.com', 0, 'John14', NULL, NULL, 'Doe14', '2012-08-30 15:50:16', 'john14doe14', 1, 'RsEtMG4xZDLblhKXG5Hv', 'SUgbB1a4mxsg94hUAGN', 'f3bf8095d6f833f2427a30af097ece03172f222e9abdf351725dc60557767cd416b66746a7f941a608c8c7769bb48f77519962d7caa36bc194080130d38c77d8', 'k3cF14', NULL, NULL, '2012-08-30 15:50:16')
28166
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28167
+  (0.2ms) SAVEPOINT active_record_2
28168
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 15:50:16', `current_login_at` = '2012-08-30 15:50:16', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'MMKeOFgCWaHD0bPHCGX', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 14
28169
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28170
+  (0.2ms) SAVEPOINT active_record_2
28171
+  (0.4ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'Bx8LS7IbHbr0lrjctJg', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 14
28172
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 15:50:16', 'Blog', NULL, '2012-08-30 15:50:16', 14)
28173
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28174
+ Processing by Spud::Admin::DashboardController#switch as HTML
28175
+ Parameters: {"multisite_select"=>"1"}
28176
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 14 LIMIT 1
28177
+  (0.2ms) SAVEPOINT active_record_2
28178
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'iv7fJXpb6500h6ZvClco', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 14
28179
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28180
+ Redirected to http://test.host/spud/admin
28181
+ Completed 302 Found in 7ms (ActiveRecord: 1.3ms)
28182
+  (0.9ms) ROLLBACK
28183
+  (0.1ms) ROLLBACK
28184
+  (0.2ms) BEGIN
28185
+  (0.1ms) BEGIN
28186
+  (0.2ms) SAVEPOINT active_record_2
28187
+ 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 ('2012-08-30 15:50:16', '5499983e84a09e4b76fe57cd05330a3da9d798292967bbcd9258441d7221618a9fbdc6c17c5397e3c120ae59f4806a737eeb30b345b8200426b8a08d6cf99b63', NULL, NULL, 'john15doe15@email.com', 0, 'John15', NULL, NULL, 'Doe15', NULL, 'john15doe15', 0, 'nWpRNIZEZnNgoj24LEO', 'Tlla1F3aR8NVIgiufpo', '5b9f7b7d492606ca458c2eed092dd8eeb7af3731f35ace0e7b4038a39d936f65059cd45e0fac23d5873b414b5349d312d670fb1cdfd8f043cfd37822b7659f91', 'k3cF15', 1, NULL, '2012-08-30 15:50:16')
28188
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28189
+  (0.2ms) SAVEPOINT active_record_2
28190
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:16', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = '1oLo2bQ7gsj0vT1W8U94', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 15
28191
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28192
+  (0.2ms) SAVEPOINT active_record_2
28193
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john16doe16@email.com' LIMIT 1
28194
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john16doe16' LIMIT 1
28195
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '0aca3d6f52d7411f0895ced085aa46d7980a4988ceadc6d21c3519e99bdcf77a57ec49fe76ad941663b11732ee43d5d3de2474cf8e92907dde3bf22f4e54f19a' LIMIT 1
28196
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF16' LIMIT 1
28197
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 15 LIMIT 1
28198
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = '2KoFCQqyvhPlfWGaivaT', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 15
28199
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:16', '3d7083006a77de70364ede9e20e8138611b25ad1b72dd5a368a75b49e6f0597f26e55a204409c92c6ed13f1a61eedd74c43381cb4c82c32661d90e2f3cb3942b', NULL, NULL, 'john16doe16@email.com', 0, 'John16', NULL, NULL, 'Doe16', NULL, 'john16doe16', 0, 'plhJ4I5EaQWgGeuyLOR', 'wu72uLVC4YO11DYOkrBC', '0aca3d6f52d7411f0895ced085aa46d7980a4988ceadc6d21c3519e99bdcf77a57ec49fe76ad941663b11732ee43d5d3de2474cf8e92907dde3bf22f4e54f19a', 'k3cF16', NULL, NULL, '2012-08-30 15:50:16')
28200
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28201
+  (0.3ms) SAVEPOINT active_record_2
28202
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john17doe17@email.com' LIMIT 1
28203
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john17doe17' LIMIT 1
28204
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '3353cfdc0e492dbf9c2ebaad913ca79fb4505df49ce7f7a459c28040412ec73b63c2cf7e2ae98791fbbbff17dfac44d487574edbd96c7f6f5e3aef21f9381d31' LIMIT 1
28205
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF17' LIMIT 1
28206
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 15 LIMIT 1
28207
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'NYQFaoCCXfcaN5bZahuT', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 15
28208
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:16', 'aa89db66423115dc4bbb14d939d719d6477baa30b0cc199fe1adccfa67e5804a457c33c52e48e1853188dde9162c4d5c6536a5227ea7b2f0be5ea921e4953765', NULL, NULL, 'john17doe17@email.com', 0, 'John17', NULL, NULL, 'Doe17', NULL, 'john17doe17', 0, 'RahESvgq8DjPbrGDRBCC', 'WSVzwrMSioFEhMINbowQ', '3353cfdc0e492dbf9c2ebaad913ca79fb4505df49ce7f7a459c28040412ec73b63c2cf7e2ae98791fbbbff17dfac44d487574edbd96c7f6f5e3aef21f9381d31', 'k3cF17', NULL, NULL, '2012-08-30 15:50:16')
28209
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28210
+ Processing by Spud::Admin::UsersController#index as HTML
28211
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 15 LIMIT 1
28212
+  (0.2ms) SAVEPOINT active_record_2
28213
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'GG0jH59HOuVIVqhu79B', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 15
28214
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28215
+ Completed 200 OK in 13ms (Views: 3.2ms | ActiveRecord: 1.3ms)
28216
+  (0.4ms) SELECT COUNT(*) FROM `spud_users` 
28217
+  (0.9ms) ROLLBACK
28218
+  (0.1ms) ROLLBACK
28219
+  (0.1ms) BEGIN
28220
+  (0.0ms) BEGIN
28221
+  (0.3ms) SAVEPOINT active_record_2
28222
+ 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 ('2012-08-30 15:50:16', '52181f583488d1ae9b851cc895ff7039a269f0861015d844c9266c765006683cd8931bc12b2148dd222e789f79303395dbb713b47c72b03c0b863388a6aec9b7', NULL, NULL, 'john18doe18@email.com', 0, 'John18', NULL, NULL, 'Doe18', NULL, 'john18doe18', 0, 'MCVmERItFqDytgIq2IBD', 'cqzQ2nSzNvbmQ116mTp', '2c4581f228c9acdc2356e6f1846bf1a74b7842afb18fff350abeaf2aa60a836ebe1a39270ea7b136d2b68f1af352bf94e6d850842887a016da8835a3c2e1ef4e', 'k3cF18', 1, NULL, '2012-08-30 15:50:16')
28223
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28224
+  (0.2ms) SAVEPOINT active_record_2
28225
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:16', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'Nocq9EcgqicB8KZvJZs1', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 18
28226
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28227
+ Processing by Spud::Admin::UsersController#index as HTML
28228
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 18 LIMIT 1
28229
+  (0.2ms) SAVEPOINT active_record_2
28230
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'yFDveFvajIfeU9WQxxJ', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 18
28231
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28232
+ Completed 200 OK in 8ms (Views: 1.3ms | ActiveRecord: 1.3ms)
28233
+  (0.4ms) SELECT COUNT(*) FROM `spud_users`
28234
+  (0.7ms) ROLLBACK
28235
+  (0.0ms) ROLLBACK
28236
+  (0.1ms) BEGIN
28237
+  (0.1ms) BEGIN
28238
+  (0.1ms) SAVEPOINT active_record_2
28239
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:16', 'e7f2b4b48932c0291ec6c30cf4c640ad57795210b3c8882a1eeda0941cb337624c6d80b8cc047f78f9511f42ff74a35d1948d2c8883ab011c45ece66eb148748', NULL, NULL, 'john19doe19@email.com', 0, 'John19', NULL, NULL, 'Doe19', NULL, 'john19doe19', 0, 'D44JZd5W5Y2azfzGrjJg', 'mjMgRS1weeBLMNl4FFW', '8ae51eafce1428f729aa5ce9cb6e7df151da99e07e952ccd2883932b0750b47e0a0ae956b1b5644deed61639ca18feada7f10b2763ac12ecad4fc3a1f39ec1ae', 'k3cF19', 1, NULL, '2012-08-30 15:50:16')
28240
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28241
+  (0.2ms) SAVEPOINT active_record_2
28242
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:16', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'WThosJqBfUgVCYX9eQE', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 19
28243
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28244
+  (0.3ms) SAVEPOINT active_record_2
28245
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:16', '55b41991b84221dc777c9a5b45821b79dde9f32f2b99b1d644f83cc2da28edec6ed8056acb1646a4c746a11c70f33fb2ae298cb80bc79d7847afa7e726962663', NULL, NULL, 'john20doe20@email.com', 0, 'John20', NULL, NULL, 'Doe20', NULL, 'john20doe20', 0, 'N5yCjfexDWqpPNUyRvHZ', '4rLvCkGCkyYizlHBVfit', '033c40b0d6f79a684584186c7430fed45cb6de733e453cc33f0f64ce70db3556d2ea72fc49098cfe64f9499bdba74075ce8af8b0f9a17948c7fd918ab09e6eeb', 'k3cF20', 0, NULL, '2012-08-30 15:50:16')
28246
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28247
+  (0.3ms) SAVEPOINT active_record_2
28248
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:16', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'YCBj9WwA219I9gz8g9L', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 20
28249
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28250
+ Processing by Spud::Admin::UsersController#index as HTML
28251
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 20 LIMIT 1
28252
+  (0.2ms) SAVEPOINT active_record_2
28253
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'z6wRKxS2DtZopkLsSZiL', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 20
28254
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28255
+ SpudAdminPermission Load (0.3ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 20 AND `spud_admin_permissions`.`access` = 1
28256
+ Redirected to http://test.host/
28257
+ Filter chain halted as :require_admin_user rendered or redirected
28258
+ Completed 302 Found in 8ms (ActiveRecord: 1.7ms)
28259
+  (1.0ms) ROLLBACK
28260
+  (0.1ms) ROLLBACK
28261
+  (0.1ms) BEGIN
28262
+  (0.1ms) BEGIN
28263
+  (0.2ms) SAVEPOINT active_record_2
28264
+ 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 ('2012-08-30 15:50:16', '3341427c6bee9556d388365e61dd9de73a7f9c20c2fc8a825d7939d7f1ebfe33c09e38449bb8fb674c72f700e55a75d77a4649bfac239d4ffe40293d69fa42b1', NULL, NULL, 'john21doe21@email.com', 0, 'John21', NULL, NULL, 'Doe21', NULL, 'john21doe21', 0, '6dgrCW62D4scMOLabwv', 'P5ockv57uitlKoLQJOM', 'a467e9654cb473d8807db4952a20208618dfcd2d8fdc5c104d4cd76dec39cb637a2db135a3429cec8a6629c7bd235f5029625a65364448071165d188a114a1d1', 'k3cF21', 1, NULL, '2012-08-30 15:50:16')
28265
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28266
+  (0.2ms) SAVEPOINT active_record_2
28267
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:16', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = '9WauuiWcbdy2fUBqSbEQ', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 21
28268
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28269
+  (0.3ms) SAVEPOINT active_record_2
28270
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john22doe22@email.com' LIMIT 1
28271
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john22doe22' LIMIT 1
28272
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '039b6e80e54e0b25f5530b0c52ee7800f9f66d403cef749d3ef5e7fb90ce6fdd74916e7a29cdc0289d45cdad834ea9eeba8be5b5794729129907f09063e22d4b' LIMIT 1
28273
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF22' LIMIT 1
28274
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 21 LIMIT 1
28275
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'J8YdgO3xk1K2H6rqqc66', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 21
28276
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:16', 'e88bf3b8fe2769d826b9869cbbbdebe8bcd6706b53f430a6590f6565149ae0e9bc7a74f6432f52141cd108b328c768da240d10740c86ee73151ffc0d409c654f', NULL, NULL, 'john22doe22@email.com', 0, 'John22', NULL, NULL, 'Doe22', NULL, 'john22doe22', 0, '2vzsI1tfMxKJPZsV', 'zWTLPXLw1KgIQ54Bkbku', '039b6e80e54e0b25f5530b0c52ee7800f9f66d403cef749d3ef5e7fb90ce6fdd74916e7a29cdc0289d45cdad834ea9eeba8be5b5794729129907f09063e22d4b', 'k3cF22', 0, NULL, '2012-08-30 15:50:16')
28277
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28278
+  (0.1ms) SAVEPOINT active_record_2
28279
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 15:50:16', 'Users', NULL, '2012-08-30 15:50:16', 22)
28280
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28281
+  (0.2ms) SAVEPOINT active_record_2
28282
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:16', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'DZ8SAgfmBqhVGqH1HoRK', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 22
28283
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28284
+ Processing by Spud::Admin::UsersController#index as HTML
28285
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 22 LIMIT 1
28286
+  (0.2ms) SAVEPOINT active_record_2
28287
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'TjYnfwHZTKkxprmBPXg', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 22
28288
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28289
+ SpudAdminPermission Load (0.3ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 22 AND `spud_admin_permissions`.`access` = 1
28290
+ Completed 200 OK in 13ms (Views: 3.3ms | ActiveRecord: 1.8ms)
28291
+  (1.3ms) ROLLBACK
28292
+  (0.1ms) ROLLBACK
28293
+  (0.1ms) BEGIN
28294
+  (0.0ms) BEGIN
28295
+  (0.3ms) SAVEPOINT active_record_2
28296
+ 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 ('2012-08-30 15:50:16', '73a0c70202ac7849b2a90defbabb3e88838819378c494b786c060001a88e1bd3b4cd71d84f552a2b07c64335c89cb7a3e58f3a2bec8f2b3a0b7c89fa519a93f4', NULL, NULL, 'john23doe23@email.com', 0, 'John23', NULL, NULL, 'Doe23', NULL, 'john23doe23', 0, 'fRsUCTVnUCg25mAGkKS', 'gkRiaoKTUxY29fyOxIx', '6944edd3a6cef5d0cc3269881f38d559826f446ba00ada1e8906358a1af154cd4a416b1eb02a29751bfa72850c01a8f06740cb30202d9cbd3dbb2604b7458e69', 'k3cF23', 1, NULL, '2012-08-30 15:50:16')
28297
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28298
+  (0.2ms) SAVEPOINT active_record_2
28299
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:16', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'RIiweRs3eK7VpVYzBWu', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 23
28300
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28301
+  (0.3ms) SAVEPOINT active_record_2
28302
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john24doe24@email.com' LIMIT 1
28303
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john24doe24' LIMIT 1
28304
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'dfc9b70039c9f6c14e1c9a65665c3a315eb392c61b9e763673799755be4dc8acf63671e291427042469c66dcbe55685d42bc8827b08c473c1a4b35d6b72c8929' LIMIT 1
28305
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF24' LIMIT 1
28306
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 23 LIMIT 1
28307
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'BII8vN40ciTfDTO0PdJr', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 23
28308
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:16', '35df942896d30cee946c0a0bdafe76f2d7adaa67bd18650b16dafddedfc386a9451ca8fe9d2f687e7491022f9557d9e560fc129c76357c2d7db0b7bcce51faf1', NULL, NULL, 'john24doe24@email.com', 0, 'John24', NULL, NULL, 'Doe24', NULL, 'john24doe24', 0, 'e8KF47UEZb0y8iGSSiA', 'HZNkPSiA0nzFNyBP5ys', 'dfc9b70039c9f6c14e1c9a65665c3a315eb392c61b9e763673799755be4dc8acf63671e291427042469c66dcbe55685d42bc8827b08c473c1a4b35d6b72c8929', 'k3cF24', 0, NULL, '2012-08-30 15:50:16')
28309
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28310
+  (0.1ms) SAVEPOINT active_record_2
28311
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28312
+  (0.2ms) SAVEPOINT active_record_2
28313
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:16', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'pTdTIvgW03yYAVNbnB', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 24
28314
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28315
+ Processing by Spud::Admin::UsersController#index as HTML
28316
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 24 LIMIT 1
28317
+  (0.2ms) SAVEPOINT active_record_2
28318
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'ACd9L3W3VJMrFGCxgBW', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 24
28319
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28320
+ SpudAdminPermission Load (0.5ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 24 AND `spud_admin_permissions`.`access` = 1
28321
+ Redirected to http://test.host/
28322
+ Filter chain halted as :require_admin_user rendered or redirected
28323
+ Completed 302 Found in 8ms (ActiveRecord: 1.6ms)
28324
+  (0.9ms) ROLLBACK
28325
+  (0.1ms) ROLLBACK
28326
+  (0.1ms) BEGIN
28327
+  (0.1ms) BEGIN
28328
+  (0.2ms) SAVEPOINT active_record_2
28329
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:16', 'f999d267ca6343da94b87853053558c255df379dc5daffcfc38e86f53d6c6b04f81c3661b78df9019848da8e30955fe7511e533990d3687b8c49e288b5d379e7', NULL, NULL, 'john25doe25@email.com', 0, 'John25', NULL, NULL, 'Doe25', NULL, 'john25doe25', 0, 'RfFdftYmFamE15maZiNY', 'aJRUix4pt1VBMb7NHVW5', 'c3e82c45294b819afcdb077036419bb0981bdb1028d9d3d95df9c841f7ac70027e64cc822e8f1c73b10a39abecf2cd7598037e831cf76a5ff40ef2ed94a5a8e6', 'k3cF25', 1, NULL, '2012-08-30 15:50:16')
28330
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28331
+  (0.1ms) SAVEPOINT active_record_2
28332
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:16', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = '1A2AhxlQQjS8yXycARxO', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 25
28333
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28334
+  (0.3ms) SAVEPOINT active_record_2
28335
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john26doe26@email.com' LIMIT 1
28336
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john26doe26' LIMIT 1
28337
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '7cbb9fc3482de2d575674931ca741f29ba8570e836ffced3d589d66fc88552b50618a29c0f978aa0c2262354538d07adff88c9d2d3624288f85b400fe63f6720' LIMIT 1
28338
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF26' LIMIT 1
28339
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 25 LIMIT 1
28340
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'nGjbfSaS2DHHWnFwQJ', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 25
28341
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:16', '84010e24d482d4a4db7c8128702d721987bee9562a75e84f5b9ebef87feb9d7dbead3661bb81ecb85c1d6583f7f0206d0ecb38f72173b84cd14830ff6ab4e3f1', NULL, NULL, 'john26doe26@email.com', 0, 'John26', NULL, NULL, 'Doe26', NULL, 'john26doe26', 0, '9OuwIzbJ54EKvab0FeO', 'O1NxXguoBtWrYjRFB1Yf', '7cbb9fc3482de2d575674931ca741f29ba8570e836ffced3d589d66fc88552b50618a29c0f978aa0c2262354538d07adff88c9d2d3624288f85b400fe63f6720', 'k3cF26', 0, NULL, '2012-08-30 15:50:16')
28342
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28343
+  (0.2ms) SAVEPOINT active_record_2
28344
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (0, '2012-08-30 15:50:16', 'Users', NULL, '2012-08-30 15:50:16', 26)
28345
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28346
+  (0.3ms) SAVEPOINT active_record_2
28347
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:16', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'x15mUCYovecQBvJ6Qaj', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 26
28348
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28349
+ Processing by Spud::Admin::UsersController#index as HTML
28350
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 26 LIMIT 1
28351
+  (0.3ms) SAVEPOINT active_record_2
28352
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'I0VIBbuEqtFQ2WdR40zg', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 26
28353
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28354
+ SpudAdminPermission Load (0.4ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 26 AND `spud_admin_permissions`.`access` = 1
28355
+ Redirected to http://test.host/
28356
+ Filter chain halted as :require_admin_user rendered or redirected
28357
+ Completed 302 Found in 9ms (ActiveRecord: 1.7ms)
28358
+  (1.1ms) ROLLBACK
28359
+  (0.2ms) ROLLBACK
28360
+  (0.1ms) BEGIN
28361
+  (0.0ms) BEGIN
28362
+  (0.3ms) SAVEPOINT active_record_2
28363
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:16', 'ef1609076a8df3be86fa9070ce074b49678a23d27a8c8342d2926601d094deab104efcfdafa27f8f07c67d0e2f42e65794e6f2702a1bd26e78e0674caaa947a2', NULL, NULL, 'john27doe27@email.com', 0, 'John27', NULL, NULL, 'Doe27', NULL, 'john27doe27', 0, 'U6MeqDNK81Wof6NFcjk7', 'w9LAMY8utRI0kxVr6t', '41b3c66640e0214881bb93409c5327ce689958f811145ef772bba67e4468cad2f5bac75b556e615728c77826b8df65f576268a51206f1f86164e18cfe4ea0bab', 'k3cF27', 1, NULL, '2012-08-30 15:50:16')
28364
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28365
+  (0.2ms) SAVEPOINT active_record_2
28366
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:16', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'fGix4jQ2hk98Y046A2Q', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 27
28367
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28368
+  (0.1ms) SAVEPOINT active_record_2
28369
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john28doe28@email.com' LIMIT 1
28370
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john28doe28' LIMIT 1
28371
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '8eefac50ae3c70480886f011d6d8677379f20b33b48e1fed03ec3a6262241cc4cfbfb60149ebe592f023a056395fe86c7d869f3ae39532330b70c3ee4f5a1919' LIMIT 1
28372
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF28' LIMIT 1
28373
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 27 LIMIT 1
28374
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'Ko4mAWLlWdfW2lxdz5V5', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 27
28375
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:16', 'e405104b951bdf6f508b8521f8a715b293482656cde2f31beeb202db8e7a87264042ffa27873b93573c6424f93927159b9d553bd03ba055b5e7b32bee25fc475', NULL, NULL, 'john28doe28@email.com', 0, 'John28', NULL, NULL, 'Doe28', NULL, 'john28doe28', 0, 'MXrnJggyjp5VAZYCy5Wz', '90pRoR3tG9QDXG6p3Nly', '8eefac50ae3c70480886f011d6d8677379f20b33b48e1fed03ec3a6262241cc4cfbfb60149ebe592f023a056395fe86c7d869f3ae39532330b70c3ee4f5a1919', 'k3cF28', 0, NULL, '2012-08-30 15:50:16')
28376
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28377
+  (0.3ms) SAVEPOINT active_record_2
28378
+ SQL (0.4ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (0, '2012-08-30 15:50:16', 'Users', NULL, '2012-08-30 15:50:16', 28)
28379
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 15:50:16', 'App2', NULL, '2012-08-30 15:50:16', 28)
28380
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28381
+  (0.2ms) SAVEPOINT active_record_2
28382
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:16', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'XWysgJXoQ8xD9ywN9zH0', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 28
28383
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28384
+ Processing by Spud::Admin::UsersController#index as HTML
28385
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 28 LIMIT 1
28386
+  (0.2ms) SAVEPOINT active_record_2
28387
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'PCJbnYDJ1aB2xaLGfwq', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 28
28388
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28389
+ SpudAdminPermission Load (0.5ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 28 AND `spud_admin_permissions`.`access` = 1
28390
+ Redirected to http://test.host/spud/admin
28391
+ Filter chain halted as #<Proc:0x007f8b36886508@/Users/gregwoods/Source/Spud/spud_core_admin/lib/spud_core/belongs_to_app.rb:25> rendered or redirected
28392
+ Completed 302 Found in 10ms (ActiveRecord: 1.7ms)
28393
+  (1.3ms) ROLLBACK
28394
+  (0.2ms) ROLLBACK
28395
+  (0.1ms) BEGIN
28396
+  (0.1ms) BEGIN
28397
+  (0.2ms) SAVEPOINT active_record_2
28398
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:16', 'a4483c0e2ccee52c61602521bb48e34f05e4bcbb708991cbd9072da32d6d3e12b51491ac7d0e9d9f68b53957e34ac71797dfe4dc418695fd34369960820a4cac', NULL, NULL, 'john29doe29@email.com', 0, 'John29', NULL, NULL, 'Doe29', NULL, 'john29doe29', 0, 'xk4G9PguKs7fRY8dwiyi', 'H4FxXk4Tt40OxdJY9k', '35e4577f5c3e53604a931d0cce91b192b413b912a5911b6cf95911eb019b17eded7086b43aa03f6ac80d7b8e711acd2bdd5f6ab418079d24738af21bb3d8a76d', 'k3cF29', 1, NULL, '2012-08-30 15:50:16')
28399
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28400
+  (0.2ms) SAVEPOINT active_record_2
28401
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:16', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'Zoj6EDyuhE2D1rYnwTYe', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 29
28402
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28403
+  (0.2ms) SAVEPOINT active_record_2
28404
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john30doe30@email.com' LIMIT 1
28405
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john30doe30' LIMIT 1
28406
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '70e48f9686b801241ada2c6893560ba41d47954191adf4f70eef3dbf5891acd74a2611dfef867ff5f3c89f1329210f179d9c53eb318145284a042a0ab4cc398d' LIMIT 1
28407
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF30' LIMIT 1
28408
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 29 LIMIT 1
28409
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'msy0Mjvwx6VxVF66Re7k', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 29
28410
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:16', '0db19c4f7bf03407d3d1ef064c1de4db351e50c17c6ee260816408237021a2c90e0c3e1a9a16004dec4fbaa38b2e01aeaa39b06d04ccd7d00b423dc7bd7b4f58', NULL, NULL, 'john30doe30@email.com', 0, 'John30', NULL, NULL, 'Doe30', NULL, 'john30doe30', 0, 'OjQ0JWVJIu8m5GoWJuC', 'WUEsSIoilo8Z1Rsk75H', '70e48f9686b801241ada2c6893560ba41d47954191adf4f70eef3dbf5891acd74a2611dfef867ff5f3c89f1329210f179d9c53eb318145284a042a0ab4cc398d', 'k3cF30', NULL, NULL, '2012-08-30 15:50:16')
28411
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28412
+ Processing by Spud::Admin::UsersController#show as HTML
28413
+ Parameters: {"id"=>"30"}
28414
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 29 LIMIT 1
28415
+  (0.2ms) SAVEPOINT active_record_2
28416
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'v1psTiSYztlSVX7fxHfQ', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 29
28417
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28418
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 30 LIMIT 1
28419
+ Completed 200 OK in 12ms (Views: 2.0ms | ActiveRecord: 1.8ms)
28420
+  (0.8ms) ROLLBACK
28421
+  (0.1ms) ROLLBACK
28422
+  (0.1ms) BEGIN
28423
+  (0.1ms) BEGIN
28424
+  (0.2ms) SAVEPOINT active_record_2
28425
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:16', '02150c43fd5d761312b9b15e34e851161288f60aaf27b0d27123a4c07c562deab7ac92cd3d5a086e3f6c4a7ceccb670d4c6997c93dee86155baccf6b8636b4a0', NULL, NULL, 'john31doe31@email.com', 0, 'John31', NULL, NULL, 'Doe31', NULL, 'john31doe31', 0, 'lGecJMSHAJE4bNI1HC', '1tYUWLrWD7qGk9cloq0k', '56bae06a3d29fd9e81c7a8fbf58f6131865f77d6b6bf5ccee059564583abe149ad4c83b12ca9638a40d5de51fd1a1f441f4d553013eb22174d5e46224cf5d8e8', 'k3cF31', 1, NULL, '2012-08-30 15:50:16')
28426
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28427
+  (0.2ms) SAVEPOINT active_record_2
28428
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:16', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'OiTzFeYegHaNID5Wzuuz', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 31
28429
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28430
+  (0.2ms) SAVEPOINT active_record_2
28431
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john32doe32@email.com' LIMIT 1
28432
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john32doe32' LIMIT 1
28433
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'dab6d250b68d719205b6a8c9b42bac90c1de248de86d6b0a7ea7b56cfc72cc92ec7e8197a36a88862dfcf3b3407e81505f6b16b38ded6fb7f48ed88057d2cabe' LIMIT 1
28434
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF32' LIMIT 1
28435
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 31 LIMIT 1
28436
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'f4N5GA7RTmKfqiTHLwYy', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 31
28437
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:16', 'b501740ec460af93aea4c532d6c0814df741e47078a61430299a8a8f9a506ba69a26bd705ec69cdae1f7b39d217594e05a3ef69fd79dc936678f60f93e91e0b4', NULL, NULL, 'john32doe32@email.com', 0, 'John32', NULL, NULL, 'Doe32', NULL, 'john32doe32', 0, 'VjXPZxfeYs1ufD35Kcv', 'x2TJ2lt5QVTlyBJFWqK', 'dab6d250b68d719205b6a8c9b42bac90c1de248de86d6b0a7ea7b56cfc72cc92ec7e8197a36a88862dfcf3b3407e81505f6b16b38ded6fb7f48ed88057d2cabe', 'k3cF32', NULL, NULL, '2012-08-30 15:50:16')
28438
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28439
+ Processing by Spud::Admin::UsersController#show as HTML
28440
+ Parameters: {"id"=>"32"}
28441
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 31 LIMIT 1
28442
+  (0.3ms) SAVEPOINT active_record_2
28443
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'S6HUJmdnhmjdnaVvslW', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 31
28444
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28445
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 32 LIMIT 1
28446
+ Completed 200 OK in 10ms (Views: 1.4ms | ActiveRecord: 1.9ms)
28447
+  (1.0ms) ROLLBACK
28448
+  (0.1ms) ROLLBACK
28449
+  (0.1ms) BEGIN
28450
+  (0.1ms) BEGIN
28451
+  (0.2ms) SAVEPOINT active_record_2
28452
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:16', '8d96dd75ea9721de93208190bb2567e6ce9c6f97d881de6ae74a3cc3b6679c65adb022eedbef7ee220b8b7359a5900620c8978d137ea20dc91ac4d9fd6e41bf6', NULL, NULL, 'john33doe33@email.com', 0, 'John33', NULL, NULL, 'Doe33', NULL, 'john33doe33', 0, 'TMUsncWc2jk0gB1nggZv', 'b7LTpgucB7xmUZo2YK6', '79a59012b110e5312a197d6152528c528c0a5b38cd1d28461dce6e186372e8a7c4b78f5857bbabe1e09c8864324f34f5d6728ea2d0031f8ca5d8f3e1b45932a1', 'k3cF33', 1, NULL, '2012-08-30 15:50:16')
28453
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28454
+  (0.2ms) SAVEPOINT active_record_2
28455
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:16', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'Sxw2iOUk1Etwy6bH21Dd', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 33
28456
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28457
+ Processing by Spud::Admin::UsersController#new as JS
28458
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 33 LIMIT 1
28459
+  (0.2ms) SAVEPOINT active_record_2
28460
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'pTJPuPm7YIFSEd58Xyh4', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 33
28461
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28462
+ Rendered /Users/gregwoods/Source/Spud/spud_core_admin/app/views/spud/admin/users/_new.html.erb (0.4ms)
28463
+ Completed 200 OK in 76ms (Views: 66.8ms | ActiveRecord: 1.3ms)
28464
+  (0.8ms) ROLLBACK
28465
+  (0.1ms) ROLLBACK
28466
+  (0.1ms) BEGIN
28467
+  (0.1ms) BEGIN
28468
+  (0.3ms) SAVEPOINT active_record_2
28469
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:16', 'b7df322a7cceb8162eb807c1f2cc230307f6e404bbb4cfb29e190f1c6123746c3c7f6f8b44c6d0d41fe9a90823b0043613a9fdd78555783f384a48c46ad59fc0', NULL, NULL, 'john34doe34@email.com', 0, 'John34', NULL, NULL, 'Doe34', NULL, 'john34doe34', 0, 'B32zn8scPsw9nLbcvGt', 'DNqtghhm61ZrgD8SiUIF', '821d04fe92c6d35e255daa478c1ca470021ffdbc5362ebba863f97a55b9ec84178773f0c6a3f0db0483ae80ea82e4c8e794099ea4ad52099936c95a6656c68ff', 'k3cF34', 1, NULL, '2012-08-30 15:50:16')
28470
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28471
+  (0.1ms) SAVEPOINT active_record_2
28472
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:16', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'MwIVFfvLQkW80kCY3U30', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 34
28473
+  (0.3ms) RELEASE SAVEPOINT active_record_2
28474
+ Processing by Spud::Admin::UsersController#new as JS
28475
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 34 LIMIT 1
28476
+  (0.1ms) SAVEPOINT active_record_2
28477
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'JcwfOEMCJrOJpA2qbiTJ', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 34
28478
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28479
+ Rendered /Users/gregwoods/Source/Spud/spud_core_admin/app/views/spud/admin/users/_new.html.erb (0.4ms)
28480
+ Completed 200 OK in 9ms (Views: 1.1ms | ActiveRecord: 1.3ms)
28481
+  (0.9ms) ROLLBACK
28482
+  (0.2ms) ROLLBACK
28483
+  (0.1ms) BEGIN
28484
+  (0.1ms) BEGIN
28485
+  (0.2ms) SAVEPOINT active_record_2
28486
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:16', '452c8b0d07a047dffd08e7b3a62890c45e8e18a66d8435f5657e0da454836363ccc5e7ff48107384e6ea369925a5284513057dc49db819e4257ea94dfe1a28d3', NULL, NULL, 'john35doe35@email.com', 0, 'John35', NULL, NULL, 'Doe35', NULL, 'john35doe35', 0, 'v8PL4sZwn2Zqp1dYAP02', '6DyLBUf5htnzgk08QOn', 'b73f86fa8fe30248dab3bf3d88507b372ce324b90c85d6fa952308c236a77555e4aa464954eb2beb63512dae9851d626e9a43cbcb5b23ac75d2e10417a0d5326', 'k3cF35', 1, NULL, '2012-08-30 15:50:16')
28487
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28488
+  (0.2ms) SAVEPOINT active_record_2
28489
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:16', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'oUCt7nSERYH0sr0OHT4m', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 35
28490
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28491
+  (0.2ms) SELECT COUNT(*) FROM `spud_users`
28492
+ Processing by Spud::Admin::UsersController#create as HTML
28493
+ Parameters: {"spud_user"=>{"first_name"=>"John36", "last_name"=>"Doe36", "login"=>"john36doe36", "email"=>"john36doe36@email.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF36"}}
28494
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 35 LIMIT 1
28495
+  (0.2ms) SAVEPOINT active_record_2
28496
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 's9MfI8DLuryWEUCEERlV', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 35
28497
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28498
+  (0.2ms) SAVEPOINT active_record_2
28499
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john36doe36@email.com' LIMIT 1
28500
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john36doe36' LIMIT 1
28501
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '4a85d6705c516c1149a87aaf523d1efcc8805ce16bedc4c69f776b4da6cec79c51992a91ca123e33c77b726642d13faa5e6ec1fdaa5c2f788d9e03cd32221040' LIMIT 1
28502
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF36' LIMIT 1
28503
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 35 LIMIT 1
28504
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'e455JkWqE6wnfaH0AgYE', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 35
28505
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:16', '32c01f653b85d0726cd6cc7fea795e022b88ba13112ea2fa5254b9c3816d1450fb345051f523803d8ba668eba5316789b27459d3ee764a4f431e7ca7086f2f4c', NULL, NULL, 'john36doe36@email.com', 0, 'John36', NULL, NULL, 'Doe36', NULL, 'john36doe36', 0, '5gA8le76kvWiXx3ib4Qp', 'FIINrKg43n0eLdXQk8s', '4a85d6705c516c1149a87aaf523d1efcc8805ce16bedc4c69f776b4da6cec79c51992a91ca123e33c77b726642d13faa5e6ec1fdaa5c2f788d9e03cd32221040', 'k3cF36', NULL, NULL, '2012-08-30 15:50:16')
28506
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28507
+ Redirected to http://test.host/spud/admin/users
28508
+ Completed 302 Found in 29ms (ActiveRecord: 4.9ms)
28509
+  (0.4ms) SELECT COUNT(*) FROM `spud_users`
28510
+  (0.7ms) ROLLBACK
28511
+  (0.0ms) ROLLBACK
28512
+  (0.1ms) BEGIN
28513
+  (0.1ms) BEGIN
28514
+  (0.2ms) SAVEPOINT active_record_2
28515
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:16', '8385f9bf3fe9cc7d323673dd90b4ae29ec46eb7f88dfc65c2c370235a8d02ed77c7dd2b7d67c400519f6d1a8bc5a04013d7aa4ae7232f3223c4773c1632276d4', NULL, NULL, 'john37doe37@email.com', 0, 'John37', NULL, NULL, 'Doe37', NULL, 'john37doe37', 0, '78lGuvmtonI087PQpp', 'aPGh2eWwA6i4sREPg57s', 'e421e1773113bb341e13bd094c59b6960f5966289408891df73611269c40bd331700e74983c25838555bd23d3dc30d6591788bfe6722ccb25a69685db253249e', 'k3cF37', 1, NULL, '2012-08-30 15:50:16')
28516
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28517
+  (0.2ms) SAVEPOINT active_record_2
28518
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:16', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'OACXfW4wequlFRjWY1j', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 37
28519
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28520
+  (0.3ms) SELECT COUNT(*) FROM `spud_users` 
28521
+ Processing by Spud::Admin::UsersController#create as HTML
28522
+ Parameters: {"spud_user"=>{"first_name"=>"John38", "last_name"=>"Doe38", "login"=>"john38doe38", "email"=>nil, "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF38"}}
28523
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 37 LIMIT 1
28524
+  (0.2ms) SAVEPOINT active_record_2
28525
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'E14xDDivm78TYND8Y0F', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 37
28526
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28527
+  (0.2ms) SAVEPOINT active_record_2
28528
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john38doe38' LIMIT 1
28529
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '2bb2f87dc5630a2a1b1ec2efcf0cb2dfdced05ea51c8042acd56b148acd1e0ec0347f068f8499cccead16a44a94c7292dbae4ad72c62b8663c963111bdc9ff87' LIMIT 1
28530
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF38' LIMIT 1
28531
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_2
28532
+ Completed 200 OK in 18ms (Views: 2.0ms | ActiveRecord: 2.8ms)
28533
+  (0.3ms) SELECT COUNT(*) FROM `spud_users` 
28534
+  (0.9ms) ROLLBACK
28535
+  (0.1ms) ROLLBACK
28536
+  (0.1ms) BEGIN
28537
+  (0.1ms) BEGIN
28538
+  (0.3ms) SAVEPOINT active_record_2
28539
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:16', '7ec576ef9240715791947ab84b87720f76eec1690a372c00ece1ed43fc4790a6f052a1a0254383edffbb5ea62c433e4d7da117b5dff85d713443319385dbe010', NULL, NULL, 'john38doe38@email.com', 0, 'John39', NULL, NULL, 'Doe39', NULL, 'john39doe39', 0, '03qyMB8VxYpbVFvgecc', 'xdnRZUdkFd7o2LtWfpF', '6c4592ac086709686b7dfcf7b6d54a832cb8b6c07f089d25b1fed710f2d47483072a166f80be0d34abf7805bd0e04adf86927088a95237842d84fee4ffbe050a', 'k3cF39', 1, NULL, '2012-08-30 15:50:16')
28540
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28541
+  (0.2ms) SAVEPOINT active_record_2
28542
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:16', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'CiPvGQu5IGuu0TfVyx', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 38
28543
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28544
+  (0.2ms) SELECT COUNT(*) FROM `spud_users`
28545
+ Processing by Spud::Admin::UsersController#create as JS
28546
+ Parameters: {"spud_user"=>{"first_name"=>"John40", "last_name"=>"Doe40", "login"=>"john40doe40", "email"=>"john39doe39@email.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF40"}}
28547
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 38 LIMIT 1
28548
+  (0.3ms) SAVEPOINT active_record_2
28549
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'eka0WHniSzhavnb7q3JI', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 38
28550
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28551
+  (0.3ms) SAVEPOINT active_record_2
28552
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john39doe39@email.com' LIMIT 1
28553
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john40doe40' LIMIT 1
28554
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '23835770221dc1c9477ffe801798906d90d66cf20c33ab073832d687b12b1958064e5851c7f9e7a0a2391a23f903d20aeab38537c00cb9e848e3cff4d84561ae' LIMIT 1
28555
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF40' LIMIT 1
28556
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 38 LIMIT 1
28557
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'pACRn5B6Yd0zLB353bL3', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 38
28558
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:16', '81e3f0c71e97ef0ae30a7e91ad075effada5b3c4083195bccc48505c4dee8057075c85f0f9f7adca7be0115f2504117d14e64a0b6169537ff2df5f2f3a862616', NULL, NULL, 'john39doe39@email.com', 0, 'John40', NULL, NULL, 'Doe40', NULL, 'john40doe40', 0, 'YKkmnpZZZ0mvpJGCaSv2', '4ii4x20ZxBw9uSiLTvih', '23835770221dc1c9477ffe801798906d90d66cf20c33ab073832d687b12b1958064e5851c7f9e7a0a2391a23f903d20aeab38537c00cb9e848e3cff4d84561ae', 'k3cF40', NULL, NULL, '2012-08-30 15:50:16')
28559
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28560
+ Completed 200 OK in 23ms (Views: 0.2ms | ActiveRecord: 4.4ms)
28561
+  (0.4ms) SELECT COUNT(*) FROM `spud_users`
28562
+  (0.8ms) ROLLBACK
28563
+  (0.0ms) ROLLBACK
28564
+  (0.1ms) BEGIN
28565
+  (0.1ms) BEGIN
28566
+  (0.2ms) SAVEPOINT active_record_2
28567
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:16', '0fa62ef89813c8a9e18a505b199815b23cef17e5401f7044d797b6b29afa9bd98ea872f8de9e8ae4b4467b223e865243fc1411164aee134d8aed4836cbd14961', NULL, NULL, 'john40doe40@email.com', 0, 'John41', NULL, NULL, 'Doe41', NULL, 'john41doe41', 0, 'LEkwgvkJnCpgj1QKw4aw', 'hvMvXTZbJ9fQg00QeLj5', 'ff1284cfb07759b4c21dd6c32a056a1dccc65b6f0a55f03d71e74134a1fd7835ea7917dc70982c3cdcf364f0c52e29c2c83f3ba4415672921550aabf0a58e50d', 'k3cF41', 1, NULL, '2012-08-30 15:50:16')
28568
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28569
+  (0.2ms) SAVEPOINT active_record_2
28570
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:16', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'b497h28ei3LfPKizODw', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 40
28571
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28572
+  (0.2ms) SELECT COUNT(*) FROM `spud_users` 
28573
+ Processing by Spud::Admin::UsersController#create as JS
28574
+ Parameters: {"spud_user"=>{"first_name"=>"John42", "last_name"=>"Doe42", "login"=>"john42doe42", "email"=>nil, "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF42"}}
28575
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 40 LIMIT 1
28576
+  (0.2ms) SAVEPOINT active_record_2
28577
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'HRMpWcQcRX9L1nndYEDf', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 40
28578
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28579
+  (0.2ms) SAVEPOINT active_record_2
28580
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john42doe42' LIMIT 1
28581
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '3e571b5d848bef3bfe0418102b71421b33c8bd182c9efbfc03bc8aa623fc5ca331a85614609127f022036029b96f978a11d2daab7baf56068e109b1692762ef7' LIMIT 1
28582
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF42' LIMIT 1
28583
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
28584
+ Completed 500 Internal Server Error in 15ms (Views: 0.2ms | ActiveRecord: 2.7ms)
28585
+  (0.4ms) SELECT COUNT(*) FROM `spud_users` 
28586
+  (0.7ms) ROLLBACK
28587
+  (0.1ms) ROLLBACK
28588
+  (0.1ms) BEGIN
28589
+  (0.1ms) BEGIN
28590
+  (0.2ms) SAVEPOINT active_record_2
28591
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:16', 'ad9afad3cdcb4126378714268b41481b9131b2b1f6ce6d7486c183e3fea42836725be9aa7af217cf64f71a3c66deb3c36875b94431a1c6017e48ea79ec84aea9', NULL, NULL, 'john41doe41@email.com', 0, 'John43', NULL, NULL, 'Doe43', NULL, 'john43doe43', 0, 'fysBqKMgCLgRB8CmkUvh', 'g5GcWnxIF7coW1dow6', 'ab95d3382f1ad1d6043d7e7e09ee513e95ce9a17a02b99bf3cc97a4539101b6767d269d69e34b5bc00d05f2dec60c8e24cb9f09ddddaae0d52e12c072c785bfc', 'k3cF43', 1, NULL, '2012-08-30 15:50:16')
28592
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28593
+  (0.2ms) SAVEPOINT active_record_2
28594
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:16', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'JxplizPd0wA5t77esphl', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 41
28595
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28596
+  (0.2ms) SAVEPOINT active_record_2
28597
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john42doe42@email.com' LIMIT 1
28598
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john44doe44' LIMIT 1
28599
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '950757f5f0f9514b6433c7e9b25a8363d9c4ddef0903b6fb601c9424a5602cfd925db7a05f363fe28c67220cd4a3455f16c340ca3a9d9ec73b15736fbc5ed53e' LIMIT 1
28600
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF44' LIMIT 1
28601
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 41 LIMIT 1
28602
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'RCxy6znNf8Nuwnv7YQWt', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 41
28603
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:16', '101cffdf1b51fca3ed381aaf184e1c0c44298823765ade8775982fb9f0f9c56e3390822f0d5ca2524bd8e92405b759ffee1fc408a224f330825bc33df17026c5', NULL, NULL, 'john42doe42@email.com', 0, 'John44', NULL, NULL, 'Doe44', NULL, 'john44doe44', 0, 'Jdaw6IGqPbQFdK7SQ0Hy', 'rIAXvC0nO1qUYWV46b11', '950757f5f0f9514b6433c7e9b25a8363d9c4ddef0903b6fb601c9424a5602cfd925db7a05f363fe28c67220cd4a3455f16c340ca3a9d9ec73b15736fbc5ed53e', 'k3cF44', NULL, NULL, '2012-08-30 15:50:16')
28604
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28605
+ Processing by Spud::Admin::UsersController#edit as HTML
28606
+ Parameters: {"id"=>"42"}
28607
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 41 LIMIT 1
28608
+  (0.2ms) SAVEPOINT active_record_2
28609
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = '4mNWNsiMm23hhwSgx2vN', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 41
28610
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28611
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 42 LIMIT 1
28612
+ SpudAdminPermission Load (0.4ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 42
28613
+ Completed 200 OK in 14ms (Views: 2.2ms | ActiveRecord: 2.0ms)
28614
+  (0.8ms) ROLLBACK
28615
+  (0.1ms) ROLLBACK
28616
+  (0.1ms) BEGIN
28617
+  (0.1ms) BEGIN
28618
+  (0.1ms) SAVEPOINT active_record_2
28619
+ 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 ('2012-08-30 15:50:16', '985395fd583934a846c7ee51d7baaf83676c80585197dc3c493db127d0e3e0a5baab8b8927cf8d415c84b10b3848031ff8ccb98bf9ad3f7ba4d89d32f81ac044', NULL, NULL, 'john43doe43@email.com', 0, 'John45', NULL, NULL, 'Doe45', NULL, 'john45doe45', 0, 'cBOT2xvKYlOkJuhbuAMp', 'ZyEZRphrRany3t9yOpAk', '66c6c1ba6920934e11c73d3c2859017114fff123f02eecd7cd9845bfb277ffe4171f0b28925962e7f0abe1711995ec3fce37cbe7a7ab6667f13a422d9456c484', 'k3cF45', 1, NULL, '2012-08-30 15:50:16')
28620
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28621
+  (0.2ms) SAVEPOINT active_record_2
28622
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:16', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = '0tFVxnHdXaBi647iX8ZX', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 43
28623
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28624
+  (0.2ms) SAVEPOINT active_record_2
28625
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john44doe44@email.com' LIMIT 1
28626
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john46doe46' LIMIT 1
28627
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '0eea53ac7a7d34d8406867930c6c0c95a547e54f62e0988dd9ef4189bc9045178789766c049638821f90908c799ff69110d44582ea1790a736bc6e91f1e7bc24' LIMIT 1
28628
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF46' LIMIT 1
28629
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 43 LIMIT 1
28630
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'SvMHqRwaNqmqYzAePJ9', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 43
28631
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:16', '06a5650d3099e4acbe72b1426186900ee7dea7198f9d855143ec6b383ed2a6a0d9a9685622505c9a78eaee3a0f9e9aa2ce9411bad3a69b203190d264639c9dc8', NULL, NULL, 'john44doe44@email.com', 0, 'John46', NULL, NULL, 'Doe46', NULL, 'john46doe46', 0, 'Hf1TysDkaIN6VOHO2PMz', 'LUmykaSfCSaV7qneBSkR', '0eea53ac7a7d34d8406867930c6c0c95a547e54f62e0988dd9ef4189bc9045178789766c049638821f90908c799ff69110d44582ea1790a736bc6e91f1e7bc24', 'k3cF46', NULL, NULL, '2012-08-30 15:50:16')
28632
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28633
+ Processing by Spud::Admin::UsersController#edit as JS
28634
+ Parameters: {"id"=>"44"}
28635
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 43 LIMIT 1
28636
+  (0.2ms) SAVEPOINT active_record_2
28637
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'Ew16MXSMWA74wu1tuIQ', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 43
28638
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28639
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 44 LIMIT 1
28640
+ SpudAdminPermission Load (0.4ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 44
28641
+ Rendered /Users/gregwoods/Source/Spud/spud_core_admin/app/views/spud/admin/users/_edit.html.erb (0.4ms)
28642
+ Completed 200 OK in 13ms (Views: 2.1ms | ActiveRecord: 2.0ms)
28643
+  (0.8ms) ROLLBACK
28644
+  (0.1ms) ROLLBACK
28645
+  (0.1ms) BEGIN
28646
+  (0.0ms) BEGIN
28647
+  (0.3ms) SAVEPOINT active_record_2
28648
+ 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 ('2012-08-30 15:50:16', '68913681783f2650b66a1069ee26e7a4fadb0fad2068f3fed03117f964af743e2c631cb2b19dba38af29bd4b910088cfb9f1a9d0536339acab163b39e19ff227', NULL, NULL, 'john45doe45@email.com', 0, 'John47', NULL, NULL, 'Doe47', NULL, 'john47doe47', 0, 'v9DKAtuy6ZlWzvhR8Jh', 'OejCi8sE2FWXhEeGxjiZ', '863335a7ccbd4ac166cf79c0638fc551ba829c29ceea843fe86fe9ff03bcf8fbdfae326a2cc0468a729bf572f34887ade98f5afd751c23640643fd65f65271bc', 'k3cF47', 1, NULL, '2012-08-30 15:50:16')
28649
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28650
+  (0.2ms) SAVEPOINT active_record_2
28651
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:16', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'VXTf0H0RHRdGRsNv9e', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 45
28652
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28653
+  (0.2ms) SAVEPOINT active_record_2
28654
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john46doe46@email.com' LIMIT 1
28655
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john48doe48' LIMIT 1
28656
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'e6456ea2266526481f5ebc7997e5e8e6da512e734c0d23f7e0ea4cbf8209e63463db127f4a18197eebebb105503a05bc583e07bb234380aa052e7e6734e170a1' LIMIT 1
28657
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF48' LIMIT 1
28658
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 45 LIMIT 1
28659
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'jHhJepcRX5Q503eQah0V', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 45
28660
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:16', 'c88e1d02abc4cc81beabf344a5443231036630dc62b32a3d004c906711fb88b1ad210ffa6a5ad7b78d0956d85afc6f0a9bafa9431c72352a7fb09a0262454e45', NULL, NULL, 'john46doe46@email.com', 0, 'John48', NULL, NULL, 'Doe48', NULL, 'john48doe48', 0, 'q5xgCajAixaH4kTWJqJ', 'qIw35NW9Dq2ONNxr8OBe', 'e6456ea2266526481f5ebc7997e5e8e6da512e734c0d23f7e0ea4cbf8209e63463db127f4a18197eebebb105503a05bc583e07bb234380aa052e7e6734e170a1', 'k3cF48', NULL, NULL, '2012-08-30 15:50:16')
28661
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28662
+ Processing by Spud::Admin::UsersController#update as HTML
28663
+ Parameters: {"spud_user"=>{"id"=>"46", "first_name"=>"Adam", "last_name"=>"Doe48", "super_admin"=>nil, "login"=>"john48doe48", "email"=>"john46doe46@email.com", "crypted_password"=>"[FILTERED]", "password_salt"=>"[FILTERED]", "persistence_token"=>"e6456ea2266526481f5ebc7997e5e8e6da512e734c0d23f7e0ea4cbf8209e63463db127f4a18197eebebb105503a05bc583e07bb234380aa052e7e6734e170a1", "single_access_token"=>"k3cF48", "perishable_token"=>"qIw35NW9Dq2ONNxr8OBe", "login_count"=>"0", "failed_login_count"=>"0", "last_request_at"=>nil, "current_login_at"=>nil, "last_login_at"=>nil, "current_login_ip"=>nil, "last_login_ip"=>nil, "created_at"=>"2012-08-30 15:50:16 UTC", "updated_at"=>"2012-08-30 15:50:16 UTC", "time_zone"=>nil}, "id"=>"46"}
28664
+ SpudUser Load (0.7ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 45 LIMIT 1
28665
+  (0.3ms) SAVEPOINT active_record_2
28666
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'TU9D4IVzFdYsQshjHt4c', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 45
28667
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28668
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 46 LIMIT 1
28669
+  (0.3ms) SAVEPOINT active_record_2
28670
+  (0.4ms) UPDATE `spud_users` SET `first_name` = 'Adam', `perishable_token` = 'bIYtD2qnVwpQrXHc3auS', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 46
28671
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28672
+ Redirected to http://test.host/spud/admin/users
28673
+ Completed 302 Found in 17ms (ActiveRecord: 2.8ms)
28674
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 46 LIMIT 1
28675
+  (0.8ms) ROLLBACK
28676
+  (0.1ms) ROLLBACK
28677
+  (0.1ms) BEGIN
28678
+  (0.1ms) BEGIN
28679
+  (0.1ms) SAVEPOINT active_record_2
28680
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:16', '0bc38aded0874635b7df80ebdf4059d274c97ab4b9a8503219a3fbac572b67d85a2278186ca042cbc0f8855f236a1afba06c63a90eecd4e1e781a886a924c506', NULL, NULL, 'john47doe47@email.com', 0, 'John49', NULL, NULL, 'Doe49', NULL, 'john49doe49', 0, 'acgR10cnO8b016wqp0', 'NfCSINjCea7oWbT8xnaI', '599878a1eb8a0584c5fda551fa6653ba5a73f939ae106e476b8c7b210e9fe245f27d0004916ec78b5e04a71b1f5b7049cff6aff30eaf21acc86ff316bfd6dc0a', 'k3cF49', 1, NULL, '2012-08-30 15:50:16')
28681
+  (0.3ms) RELEASE SAVEPOINT active_record_2
28682
+  (0.2ms) SAVEPOINT active_record_2
28683
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:16', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'LNIM72w8bT1qsVmJaV', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 47
28684
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28685
+  (0.2ms) SAVEPOINT active_record_2
28686
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john48doe48@email.com' LIMIT 1
28687
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john50doe50' LIMIT 1
28688
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'e5b15e8f522fe8e72941de5e3a36f55946c63ff03cc17560adb3fca59b42f3e5eeaf101de9d98afb8f4e86d082d43f6eec8cc6d2531fae48ddfbee366cf2ebc9' LIMIT 1
28689
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF50' LIMIT 1
28690
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 47 LIMIT 1
28691
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = '6UDXItKChHRfkA39DUvr', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 47
28692
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:16', '8d28f29ac70be82014abac76a9711527371ec1dabb853e29bf65c3443cff4dfdcee2d9bb9af4fa6f3a93a08c447f533eac95b7cc024dc2d6b33e3d19eb60d299', NULL, NULL, 'john48doe48@email.com', 0, 'John50', NULL, NULL, 'Doe50', NULL, 'john50doe50', 0, 'DVBAcNPY33Ne3VA2FX9', 'xyAZbM4WK0OWUpekRDw', 'e5b15e8f522fe8e72941de5e3a36f55946c63ff03cc17560adb3fca59b42f3e5eeaf101de9d98afb8f4e86d082d43f6eec8cc6d2531fae48ddfbee366cf2ebc9', 'k3cF50', NULL, NULL, '2012-08-30 15:50:16')
28693
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28694
+ Processing by Spud::Admin::UsersController#update as HTML
28695
+ Parameters: {"spud_user"=>{"id"=>"48", "first_name"=>"Adam", "last_name"=>"Doe50", "super_admin"=>nil, "login"=>"john50doe50", "email"=>"john48doe48@email.com", "crypted_password"=>"[FILTERED]", "password_salt"=>"[FILTERED]", "persistence_token"=>"e5b15e8f522fe8e72941de5e3a36f55946c63ff03cc17560adb3fca59b42f3e5eeaf101de9d98afb8f4e86d082d43f6eec8cc6d2531fae48ddfbee366cf2ebc9", "single_access_token"=>"k3cF50", "perishable_token"=>"xyAZbM4WK0OWUpekRDw", "login_count"=>"0", "failed_login_count"=>"0", "last_request_at"=>nil, "current_login_at"=>nil, "last_login_at"=>nil, "current_login_ip"=>nil, "last_login_ip"=>nil, "created_at"=>"2012-08-30 15:50:16 UTC", "updated_at"=>"2012-08-30 15:50:16 UTC", "time_zone"=>nil}, "id"=>"48"}
28696
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 47 LIMIT 1
28697
+  (0.2ms) SAVEPOINT active_record_2
28698
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'US8wqg8qA9aqM1AUw88i', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 47
28699
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28700
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 48 LIMIT 1
28701
+  (0.3ms) SAVEPOINT active_record_2
28702
+  (0.5ms) UPDATE `spud_users` SET `first_name` = 'Adam', `perishable_token` = '5u6hNM6EfZ0TgFy5Gnj', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 48
28703
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28704
+ Redirected to http://test.host/spud/admin/users
28705
+ Completed 302 Found in 14ms (ActiveRecord: 2.6ms)
28706
+  (0.7ms) ROLLBACK
28707
+  (0.1ms) ROLLBACK
28708
+  (0.1ms) BEGIN
28709
+  (0.1ms) BEGIN
28710
+  (0.2ms) SAVEPOINT active_record_2
28711
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:16', '9596526b7161e9c23480312e540c1b88f1b95f2f80eaeb74380dc6f447156f5a02e4c7e8b72a388dd40dc9625d9c87c134181d1a424a1f0792057e8aa934319f', NULL, NULL, 'john49doe49@email.com', 0, 'John51', NULL, NULL, 'Doe51', NULL, 'john51doe51', 0, '6xLhaPDxwu6e8mnloZJS', 'lEYxs6ru1efYcGgZjr', '9565d9308e55987ebea225eee159bad7d26a530eb58baaec81ffa589aff55f9e0193547fdb9c827ebc3dbf6cb36783f34d4096967512345c7266787037e39bdb', 'k3cF51', 1, NULL, '2012-08-30 15:50:16')
28712
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28713
+  (0.2ms) SAVEPOINT active_record_2
28714
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:16', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:16', `perishable_token` = 'PWaLTZIAYbN0Nk0L1TY', `updated_at` = '2012-08-30 15:50:16' WHERE `spud_users`.`id` = 49
28715
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28716
+  (0.2ms) SAVEPOINT active_record_2
28717
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john50doe50@email.com' LIMIT 1
28718
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john52doe52' LIMIT 1
28719
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'c762da81b785734dccb9c8aa6ffbc5ce761530ad18286bb1ee5362a71372299fc17a3cf016009467b027c74ac78dc5dfdf7ae6ea050bd66fd17760d4f1b50360' LIMIT 1
28720
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF52' LIMIT 1
28721
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 49 LIMIT 1
28722
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:17', `perishable_token` = 'FTidxNofGanKzvAQ1WL', `updated_at` = '2012-08-30 15:50:17' WHERE `spud_users`.`id` = 49
28723
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:17', '0727089a97692bddf3367d20913c64e69053479944dbc20966656bfdc888267c53f5aa2909982de9870258c5e3bf87c4df71055f0fa8e0e748a843732c9d138a', NULL, NULL, 'john50doe50@email.com', 0, 'John52', NULL, NULL, 'Doe52', NULL, 'john52doe52', 0, 'bZxNcWWqjuVK8oJETpf', '8bZoE44YtVGJfa9e4oh', 'c762da81b785734dccb9c8aa6ffbc5ce761530ad18286bb1ee5362a71372299fc17a3cf016009467b027c74ac78dc5dfdf7ae6ea050bd66fd17760d4f1b50360', 'k3cF52', NULL, NULL, '2012-08-30 15:50:17')
28724
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28725
+  (0.2ms) SELECT COUNT(*) FROM `spud_users`
28726
+ Processing by Spud::Admin::UsersController#destroy as HTML
28727
+ Parameters: {"id"=>"50"}
28728
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 49 LIMIT 1
28729
+  (0.3ms) SAVEPOINT active_record_2
28730
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:17', `perishable_token` = '4GrBQmGUUR8L5yQ3URYH', `updated_at` = '2012-08-30 15:50:17' WHERE `spud_users`.`id` = 49
28731
+  (0.3ms) RELEASE SAVEPOINT active_record_2
28732
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 50 LIMIT 1
28733
+  (0.2ms) SAVEPOINT active_record_2
28734
+ SQL (0.3ms) DELETE FROM `spud_users` WHERE `spud_users`.`id` = 50
28735
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28736
+ Redirected to http://test.host/spud/admin/users
28737
+ Completed 302 Found in 73ms (ActiveRecord: 2.6ms)
28738
+  (0.3ms) SELECT COUNT(*) FROM `spud_users` 
28739
+  (1.5ms) ROLLBACK
28740
+  (0.2ms) ROLLBACK
28741
+  (0.1ms) BEGIN
28742
+  (0.1ms) BEGIN
28743
+  (0.3ms) SAVEPOINT active_record_2
28744
+ 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 ('2012-08-30 15:50:17', '26eaad28f790cff5fa8a699e8e2dd3579724463a1f7f9b690a01697518ceaba00b5b20506260cb91527ac986e96afe2e81489b7bf44819b3c5dfa48469eb9df7', NULL, NULL, 'john51doe51@email.com', 0, 'John53', NULL, NULL, 'Doe53', NULL, 'john53doe53', 0, 'aZKP6DSMfIXIM9Yhtr0', 'TN7CztooRcHTA4kPNEWZ', 'caac7431463b74d26eaff8281243a3c82d81a0403892d69fe3ff6798a9903dff7248f256754de80b535c1d445213b0d5037619c66a15fd072b5d67ae6b9efb09', 'k3cF53', 1, NULL, '2012-08-30 15:50:17')
28745
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28746
+  (0.2ms) SAVEPOINT active_record_2
28747
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:17', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:17', `perishable_token` = 'wGK4BbXz90d4qxAoTmSA', `updated_at` = '2012-08-30 15:50:17' WHERE `spud_users`.`id` = 51
28748
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28749
+  (0.2ms) SAVEPOINT active_record_2
28750
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john52doe52@email.com' LIMIT 1
28751
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john54doe54' LIMIT 1
28752
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'd47e28d22fdc86de7cbbcc99475150ae348aec9b1b9350a6b02c9b2fe9dcf774c9f36c2f596e0bd2639ac0d5090e90528c780a47457afdbb93590b4035a24d03' LIMIT 1
28753
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF54' LIMIT 1
28754
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 51 LIMIT 1
28755
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:17', `perishable_token` = '2wAdhgK17OyncUaHkS9', `updated_at` = '2012-08-30 15:50:17' WHERE `spud_users`.`id` = 51
28756
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:17', '9167580ab7741542cbd007e879e208e71c236533cd25d16ad7af3cf366e7ad074beb9dd608ddea8955a2526e74f4630f6fee309e35ae17cb92261f7f6399f6a5', NULL, NULL, 'john52doe52@email.com', 0, 'John54', NULL, NULL, 'Doe54', NULL, 'john54doe54', 0, 'bbiFDPvEZctnMObGmh', 'bFxQe78EFGmPYMJubQDR', 'd47e28d22fdc86de7cbbcc99475150ae348aec9b1b9350a6b02c9b2fe9dcf774c9f36c2f596e0bd2639ac0d5090e90528c780a47457afdbb93590b4035a24d03', 'k3cF54', NULL, NULL, '2012-08-30 15:50:17')
28757
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28758
+  (0.4ms) SELECT COUNT(*) FROM `spud_users` 
28759
+ Processing by Spud::Admin::UsersController#destroy as HTML
28760
+ Parameters: {"id"=>"23532"}
28761
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 51 LIMIT 1
28762
+  (0.3ms) SAVEPOINT active_record_2
28763
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:17', `perishable_token` = 'YznBcTWg9zwu6zLauPL', `updated_at` = '2012-08-30 15:50:17' WHERE `spud_users`.`id` = 51
28764
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28765
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 23532 LIMIT 1
28766
+ Redirected to http://test.host/spud/admin/users
28767
+ Filter chain halted as :load_user rendered or redirected
28768
+ Completed 302 Found in 8ms (ActiveRecord: 1.8ms)
28769
+  (0.4ms) SELECT COUNT(*) FROM `spud_users` 
28770
+  (0.9ms) ROLLBACK
28771
+  (0.2ms) ROLLBACK
28772
+  (0.2ms) BEGIN
28773
+  (0.2ms) BEGIN
28774
+ Processing by Spud::PasswordResetsController#new as HTML
28775
+ Completed 200 OK in 5ms (Views: 2.9ms | ActiveRecord: 0.0ms)
28776
+  (0.3ms) ROLLBACK
28777
+  (0.0ms) ROLLBACK
28778
+  (0.3ms) BEGIN
28779
+  (0.1ms) BEGIN
28780
+ Processing by Spud::PasswordResetsController#edit as HTML
28781
+ Parameters: {"id"=>"1"}
28782
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)
28783
+  (0.3ms) ROLLBACK
28784
+  (0.2ms) ROLLBACK
28785
+  (0.2ms) BEGIN
28786
+  (0.2ms) BEGIN
28787
+ Processing by Spud::PasswordResetsController#edit as HTML
28788
+ Parameters: {"id"=>"1"}
28789
+ Redirected to http://test.host/spud/user_session/new
28790
+ Filter chain halted as :load_user_using_perishable_token rendered or redirected
28791
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
28792
+  (0.2ms) ROLLBACK
28793
+  (0.1ms) ROLLBACK
28794
+  (0.1ms) BEGIN
28795
+  (0.0ms) BEGIN
28796
+ Processing by Spud::PasswordResetsController#create as HTML
28797
+ Parameters: {"email"=>"john55doe55@email.com"}
28798
+ Redirected to http://test.host/spud/user_session/new
28799
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
28800
+  (0.2ms) ROLLBACK
28801
+  (0.1ms) ROLLBACK
28802
+  (0.1ms) BEGIN
28803
+  (0.3ms) BEGIN
28804
+ Processing by Spud::PasswordResetsController#create as HTML
28805
+ Parameters: {"email"=>"john56doe56@email.com"}
28806
+
28807
+ Sent mail to john56doe56@email.com (112ms)
28808
+ Date: Thu, 30 Aug 2012 11:50:17 -0400
28809
+ From: no-reply@spudengine.com
28810
+ To: john56doe56@email.com
28811
+ Message-ID: <503f8bb958cf6_89313fc599c35ad44548@Gregs-MacBook-Pro.local.mail>
28812
+ Subject: Forgot Password Request from Spud Site
28813
+ Mime-Version: 1.0
28814
+ Content-Type: multipart/alternative;
28815
+ boundary="--==_mimepart_503f8bb93d056_89313fc599c35ad4423d";
28816
+ charset=UTF-8
28817
+ Content-Transfer-Encoding: 7bit
28818
+
28819
+
28820
+
28821
+ ----==_mimepart_503f8bb93d056_89313fc599c35ad4423d
28822
+ Date: Thu, 30 Aug 2012 11:50:17 -0400
28823
+ Mime-Version: 1.0
28824
+ Content-Type: text/plain;
28825
+ charset=UTF-8
28826
+ Content-Transfer-Encoding: 7bit
28827
+ Content-ID: <503f8bb95078f_89313fc599c35ad443bf@Gregs-MacBook-Pro.local.mail>
28828
+
28829
+ Reset Password Request
28830
+ ======================
28831
+
28832
+ A password reset was requested by the user tied to this email address. If you believe this is in error, please double check your security settings to prevent unauthorized access of your account.
28833
+
28834
+ Otherwise, you may reset your password by clicking on the link below:
28835
+
28836
+ http://test.host/spud/password_resets/jfdlsafhbkvabuadfbds/edit
28837
+
28838
+
28839
+
28840
+ ----==_mimepart_503f8bb93d056_89313fc599c35ad4423d
28841
+ Date: Thu, 30 Aug 2012 11:50:17 -0400
28842
+ Mime-Version: 1.0
28843
+ Content-Type: text/html;
28844
+ charset=UTF-8
28845
+ Content-Transfer-Encoding: 7bit
28846
+ Content-ID: <503f8bb957012_89313fc599c35ad444dc@Gregs-MacBook-Pro.local.mail>
28847
+
28848
+ <!DOCTYPE html>
28849
+ <html>
28850
+ <head>
28851
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
28852
+ </head>
28853
+ <body>
28854
+ <h2>Reset Password Request</h2>
28855
+ <p>A password reset was requested by the user tied to this email address. If you believe this is in error, please double check your security settings to prevent unauthorized access of your account</p>
28856
+
28857
+ <p>Otherwise, you may reset your password by clicking on the link below:</p>
28858
+ <p><a href="http://test.host/spud/password_resets/jfdlsafhbkvabuadfbds/edit">http://test.host/spud/password_resets/jfdlsafhbkvabuadfbds/edit</a></p>
28859
+
28860
+ </body>
28861
+ </html>
28862
+
28863
+ ----==_mimepart_503f8bb93d056_89313fc599c35ad4423d--
28864
+
28865
+ Redirected to http://test.host/spud/user_session/new
28866
+ Completed 302 Found in 186ms (ActiveRecord: 0.0ms)
28867
+  (0.3ms) ROLLBACK
28868
+  (0.1ms) ROLLBACK
28869
+  (0.1ms) BEGIN
28870
+  (0.1ms) BEGIN
28871
+ Processing by Spud::PasswordResetsController#create as HTML
28872
+ Parameters: {"email"=>"invalid@email.com"}
28873
+ Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
28874
+  (0.3ms) ROLLBACK
28875
+  (0.1ms) ROLLBACK
28876
+  (0.1ms) BEGIN
28877
+  (0.1ms) BEGIN
28878
+ Processing by Spud::PasswordResetsController#update as HTML
28879
+ Parameters: {"spud_user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"}
28880
+  (0.3ms) SAVEPOINT active_record_2
28881
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john57doe57@email.com' LIMIT 1
28882
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john59doe59' LIMIT 1
28883
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '5d9c2d7fdc67604a0ff1c99ceb3f38377751458b4df576c206c344369af33f5aceff7f3c88ce1452cfbe512e7f2fd600eb089ac54cbf470d6061d241322fcc2b' LIMIT 1
28884
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF59' LIMIT 1
28885
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `id`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:17', '0974d6b012e6852bf9d101407b0db1ee76494595629faa0160310f33ca1aed38e2e3af5b38af0c49ce449f250c0e1e593e34fc8e99b38caace6945f8e4e5a8f4', '2012-08-30 15:50:17', '0.0.0.0', 'john57doe57@email.com', 0, 'John59', 1, NULL, NULL, 'Doe59', '2012-08-30 15:50:17', 'john59doe59', 1, 'RfyQLUDrVToq4cphkFg', 'HdDLd07Sixxh8z3iFRYS', '5d9c2d7fdc67604a0ff1c99ceb3f38377751458b4df576c206c344369af33f5aceff7f3c88ce1452cfbe512e7f2fd600eb089ac54cbf470d6061d241322fcc2b', 'k3cF59', NULL, NULL, '2012-08-30 15:50:17')
28886
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28887
+ Redirected to http://test.host/spud/user_session/new
28888
+ Completed 302 Found in 15ms (ActiveRecord: 2.3ms)
28889
+  (0.8ms) ROLLBACK
28890
+  (0.1ms) ROLLBACK
28891
+  (0.1ms) BEGIN
28892
+  (0.0ms) BEGIN
28893
+ Processing by Spud::PasswordResetsController#update as HTML
28894
+ Parameters: {"spud_user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"}
28895
+  (0.2ms) SAVEPOINT active_record_2
28896
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john58doe58@email.com' LIMIT 1
28897
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john60doe60' LIMIT 1
28898
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '1b71b94da5cfca7719e33c7cd4046918a60fe09b5ac8e67ee4eec6ca144a26e1cf45764b2047b9b30feeda1f1ee633514310a9b2ba0744c989bdc14749e9c2f5' LIMIT 1
28899
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF60' LIMIT 1
28900
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_2
28901
+ Completed 200 OK in 13ms (Views: 1.4ms | ActiveRecord: 1.9ms)
28902
+  (0.2ms) ROLLBACK
28903
+  (0.3ms) ROLLBACK
28904
+  (0.2ms) BEGIN
28905
+  (0.2ms) BEGIN
28906
+ Processing by Spud::SetupController#index as HTML
28907
+  (0.4ms) SELECT COUNT(*) FROM `spud_users` 
28908
+ Completed 200 OK in 6ms (Views: 2.8ms | ActiveRecord: 0.4ms)
28909
+  (0.2ms) ROLLBACK
28910
+  (0.2ms) ROLLBACK
28911
+  (0.1ms) BEGIN
28912
+  (0.0ms) BEGIN
28913
+ Processing by Spud::SetupController#index as HTML
28914
+  (0.5ms) SELECT COUNT(*) FROM `spud_users`
28915
+ Completed 200 OK in 4ms (Views: 1.3ms | ActiveRecord: 0.5ms)
28916
+  (0.3ms) ROLLBACK
28917
+  (0.1ms) ROLLBACK
28918
+  (0.1ms) BEGIN
28919
+  (0.1ms) BEGIN
28920
+ Processing by Spud::SetupController#index as HTML
28921
+  (0.5ms) SELECT COUNT(*) FROM `spud_users` 
28922
+ Completed 200 OK in 4ms (Views: 1.2ms | ActiveRecord: 0.5ms)
28923
+  (0.3ms) ROLLBACK
28924
+  (0.1ms) ROLLBACK
28925
+  (0.1ms) BEGIN
28926
+  (0.1ms) BEGIN
28927
+ Processing by Spud::SetupController#index as HTML
28928
+ Redirected to http://test.host/spud/user_session/new
28929
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
28930
+  (0.1ms) ROLLBACK
28931
+  (0.1ms) ROLLBACK
28932
+  (0.1ms) BEGIN
28933
+  (0.0ms) BEGIN
28934
+ Processing by Spud::SetupController#index as HTML
28935
+ Redirected to http://test.host/spud/user_session/new
28936
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
28937
+  (0.3ms) ROLLBACK
28938
+  (0.1ms) ROLLBACK
28939
+  (0.1ms) BEGIN
28940
+  (0.1ms) BEGIN
28941
+  (0.4ms) SELECT COUNT(*) FROM `spud_users`
28942
+ Processing by Spud::SetupController#index as HTML
28943
+ Parameters: {"first_name"=>"John61", "last_name"=>"Doe61", "login"=>"john61doe61", "email"=>"john59doe59@email.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF61"}
28944
+  (0.4ms) SELECT COUNT(*) FROM `spud_users` 
28945
+  (0.2ms) SAVEPOINT active_record_2
28946
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john59doe59@email.com' LIMIT 1
28947
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john61doe61' LIMIT 1
28948
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '306cf639b16d68807ccc1d28e8350ea6cdeaf78d63ce93e55d92be0727562c9b08480a601427b7412f60ebd8a0fcd16bb4c8184e5fccb2015161a91dfda7263d' LIMIT 1
28949
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'zBHMtgzXdNFJiqHOfHq' LIMIT 1
28950
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:17', '2dd93a1cc01caeeb488f7d43f37a2665056b2c80e5c6b7a22acbbac56fe62400684bfce93176e32f89b148301b2f1e1602a271ce45700aefc4403c7918620705', '2012-08-30 15:50:17', '0.0.0.0', 'john59doe59@email.com', 0, NULL, NULL, NULL, NULL, '2012-08-30 15:50:17', 'john61doe61', 1, '9AZ7b3T8qZSSCs7NoVlx', 'dxPLxh4qjB8rX0Mt67Hx', '306cf639b16d68807ccc1d28e8350ea6cdeaf78d63ce93e55d92be0727562c9b08480a601427b7412f60ebd8a0fcd16bb4c8184e5fccb2015161a91dfda7263d', 'zBHMtgzXdNFJiqHOfHq', 1, NULL, '2012-08-30 15:50:17')
28951
+  (0.1ms) RELEASE SAVEPOINT active_record_2
28952
+ Redirected to http://test.host/spud/user_session/new
28953
+ Completed 302 Found in 15ms (ActiveRecord: 2.6ms)
28954
+  (0.4ms) SELECT COUNT(*) FROM `spud_users` 
28955
+  (0.7ms) ROLLBACK
28956
+  (0.0ms) ROLLBACK
28957
+  (0.1ms) BEGIN
28958
+  (0.1ms) BEGIN
28959
+ Processing by Spud::SetupController#index as HTML
28960
+ Parameters: {"first_name"=>"John62", "last_name"=>"Doe62", "login"=>"john62doe62", "email"=>"john60doe60@email.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF62"}
28961
+  (0.4ms) SELECT COUNT(*) FROM `spud_users`
28962
+  (0.2ms) SAVEPOINT active_record_2
28963
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john60doe60@email.com' LIMIT 1
28964
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john62doe62' LIMIT 1
28965
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '754fbd5da819da62dcc20a78f9ab23a4572a9a042a1b752d8ba73e78b983f1bed71f4a0c48370421688898524532ccfd8e2ab01874a2c744ed9c9e3698dbf796' LIMIT 1
28966
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'zOB98GLfe76mRpxCNp6' LIMIT 1
28967
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:17', 'c743d9c254106ae413b445b27d6c6371e4189a92bcfc1cfebc0bbbd6456bc240b0af47a2ac894f210d33d998caf9876127e96f4d4c26c2ee2b156c0862123798', '2012-08-30 15:50:17', '0.0.0.0', 'john60doe60@email.com', 0, NULL, NULL, NULL, NULL, '2012-08-30 15:50:17', 'john62doe62', 1, 'M5GyRL1XN9TahzBCro1J', '9Knt23ck2Xkzu1KKl838', '754fbd5da819da62dcc20a78f9ab23a4572a9a042a1b752d8ba73e78b983f1bed71f4a0c48370421688898524532ccfd8e2ab01874a2c744ed9c9e3698dbf796', 'zOB98GLfe76mRpxCNp6', 1, NULL, '2012-08-30 15:50:17')
28968
+  (0.2ms) RELEASE SAVEPOINT active_record_2
28969
+ Redirected to http://test.host/spud/user_session/new
28970
+ Completed 302 Found in 17ms (ActiveRecord: 2.8ms)
28971
+  (0.9ms) ROLLBACK
28972
+  (0.2ms) ROLLBACK
28973
+  (0.1ms) BEGIN
28974
+  (0.1ms) BEGIN
28975
+ Processing by Spud::SetupController#index as HTML
28976
+ Parameters: {"first_name"=>"John63", "last_name"=>"Doe63", "login"=>"john63doe63", "email"=>nil, "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF63"}
28977
+  (0.5ms) SELECT COUNT(*) FROM `spud_users`
28978
+  (0.3ms) SAVEPOINT active_record_2
28979
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john63doe63' LIMIT 1
28980
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'ec5a97afc2b70245d78a9649f657efb58c0bd361883c41489bfefba8ced1ad1176f555d0540fe529d37fd187d47d4fd98dd2f6e50b15c5944abc7bd081e52b73' LIMIT 1
28981
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'QtYZVqb2TxuKfND05XP' LIMIT 1
28982
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
28983
+ Completed 200 OK in 11ms (Views: 1.3ms | ActiveRecord: 1.9ms)
28984
+  (0.3ms) ROLLBACK
28985
+  (0.2ms) ROLLBACK
28986
+  (0.1ms) BEGIN
28987
+  (0.0ms) BEGIN
28988
+ Processing by Spud::SitemapsController#show as XML
28989
+ Completed 200 OK in 33ms (Views: 31.5ms | ActiveRecord: 0.0ms)
28990
+  (0.1ms) ROLLBACK
28991
+  (0.1ms) ROLLBACK
28992
+  (0.1ms) BEGIN
28993
+  (0.2ms) BEGIN
28994
+ Processing by Spud::SitemapsController#show as HTML
28995
+ Completed 406 Not Acceptable in 1ms (ActiveRecord: 0.0ms)
28996
+  (0.3ms) ROLLBACK
28997
+  (0.1ms) ROLLBACK
28998
+  (0.1ms) BEGIN
28999
+  (0.1ms) BEGIN
29000
+ Processing by Spud::UserSessionsController#new as HTML
29001
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users`
29002
+ NO USERS!
29003
+ Redirected to http://test.host/spud/setup
29004
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
29005
+  (0.2ms) ROLLBACK
29006
+  (0.1ms) ROLLBACK
29007
+  (0.1ms) BEGIN
29008
+  (0.1ms) BEGIN
29009
+  (0.3ms) SAVEPOINT active_record_2
29010
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john61doe61@email.com' LIMIT 1
29011
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john64doe64' LIMIT 1
29012
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'fa8f87f1ec819b22c03dc66b55a055a94995b0dec799e7ff26bc7e3e1e185d43ee187c1e3e316ba7e34d3ecefe89e8df8515b8981926b7f26f8f930d1a043036' LIMIT 1
29013
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF64' LIMIT 1
29014
+ 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 ('2012-08-30 15:50:17', '9896c46683152fa16648c2b1d002b3e83cefda6e3028d4ec20ebaaaa3f3f8a87f714af11dcfecc3e4cfb2100352b0389be8b6ffec884d96b52fe08ff4f2005dc', '2012-08-30 15:50:17', '0.0.0.0', 'john61doe61@email.com', 0, 'John64', NULL, NULL, 'Doe64', '2012-08-30 15:50:17', 'john64doe64', 1, 'Ee56Nd0jYyFZh0Ri0Oc', '0eaPgG6CvchkqEtVubfT', 'fa8f87f1ec819b22c03dc66b55a055a94995b0dec799e7ff26bc7e3e1e185d43ee187c1e3e316ba7e34d3ecefe89e8df8515b8981926b7f26f8f930d1a043036', 'k3cF64', NULL, NULL, '2012-08-30 15:50:17')
29015
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29016
+  (0.2ms) SAVEPOINT active_record_2
29017
+  (0.5ms) UPDATE `spud_users` SET `perishable_token` = 'bHCixOmLDtBse5mKQi5', `updated_at` = '2012-08-30 15:50:17' WHERE `spud_users`.`id` = 55
29018
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29019
+ Processing by Spud::UserSessionsController#new as HTML
29020
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` 
29021
+ Completed 200 OK in 5ms (Views: 2.6ms | ActiveRecord: 0.4ms)
29022
+  (0.7ms) ROLLBACK
29023
+  (0.2ms) ROLLBACK
29024
+  (0.1ms) BEGIN
29025
+  (0.0ms) BEGIN
29026
+ Processing by Spud::UserSessionsController#create as HTML
29027
+ Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)
29028
+  (0.3ms) ROLLBACK
29029
+  (0.2ms) ROLLBACK
29030
+  (0.1ms) BEGIN
29031
+  (0.0ms) BEGIN
29032
+  (0.3ms) SAVEPOINT active_record_2
29033
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john62doe62@email.com' LIMIT 1
29034
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
29035
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'fa88a8c1b7435a1d45d5b008ef5dce671a2678fc3db54f706e1f35d25d155e249e0f3de5c44fa7295d21361c9c585bf2a7f3bca0d902fec1dcc5218cd55562e2' LIMIT 1
29036
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF65' LIMIT 1
29037
+ 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 ('2012-08-30 15:50:17', 'caea8614c09b4ddcacd013cfdc2ad62bd78029d24d2334b3b9c91806f5e222df9e1f829a3306ba58789be4b65bb34161463fe6969f639fd2b7a31bb697bd6b96', '2012-08-30 15:50:17', '0.0.0.0', 'john62doe62@email.com', 0, 'John65', NULL, NULL, 'Doe65', '2012-08-30 15:50:17', 'testuser', 1, '8xVw9RiuHfvDZtMgmiH', 'AlRHClIqtwOXq6nwNpS9', 'fa88a8c1b7435a1d45d5b008ef5dce671a2678fc3db54f706e1f35d25d155e249e0f3de5c44fa7295d21361c9c585bf2a7f3bca0d902fec1dcc5218cd55562e2', 'k3cF65', NULL, NULL, '2012-08-30 15:50:17')
29038
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29039
+  (0.2ms) SAVEPOINT active_record_2
29040
+  (0.5ms) UPDATE `spud_users` SET `perishable_token` = '5fT2J3UCkjTkbvCnOAt', `updated_at` = '2012-08-30 15:50:17' WHERE `spud_users`.`id` = 56
29041
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29042
+ Processing by Spud::UserSessionsController#create as HTML
29043
+ Parameters: {"spud_user_session"=>{"login"=>"testuser", "password"=>"[FILTERED]"}}
29044
+ SpudUser Load (0.7ms) SELECT `spud_users`.* FROM `spud_users` WHERE (`spud_users`.login LIKE 'testuser') LIMIT 1
29045
+  (0.3ms) SAVEPOINT active_record_2
29046
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 15:50:17', `current_login_at` = '2012-08-30 15:50:17', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:17', `perishable_token` = 'k2xfOvwx8b0whDEINBXM', `updated_at` = '2012-08-30 15:50:17' WHERE `spud_users`.`id` = 56
29047
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29048
+ Redirected to http://test.host/
29049
+ Completed 302 Found in 11ms (ActiveRecord: 1.8ms)
29050
+  (1.0ms) ROLLBACK
29051
+  (0.1ms) ROLLBACK
29052
+  (0.1ms) BEGIN
29053
+  (0.1ms) BEGIN
29054
+  (0.2ms) SAVEPOINT active_record_2
29055
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:17', 'ba1a7b61591d67b901c7c4e85eb8bffdadda93efd5e78f1e9af9733688eec44a2487562e0e96b8003616d70fed7ef79fa10c03c9f44a6c78de1a14250f8bcf15', NULL, NULL, 'john63doe63@email.com', 0, 'John66', NULL, NULL, 'Doe66', NULL, 'john65doe65', 0, 'L1C5p2WFZRAbNGwyHP7', 'k82Th9KTCQMmUzXrXUmo', '30a5c50dc072a2b67a2e5074386957625fbbe1743f44b5829e2b37c1d6f31aed776db6613287731351f787482fa1c9f8f20b3ea024fa0d5802b7dc6754388396', 'k3cF66', NULL, NULL, '2012-08-30 15:50:17')
29056
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29057
+  (0.2ms) SAVEPOINT active_record_2
29058
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:17', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:17', `perishable_token` = 'xTKgGfEqvIqaT5oNKPq', `updated_at` = '2012-08-30 15:50:17' WHERE `spud_users`.`id` = 57
29059
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29060
+ Processing by Spud::UserSessionsController#destroy as HTML
29061
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 57 LIMIT 1
29062
+  (0.2ms) SAVEPOINT active_record_2
29063
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:17', `perishable_token` = 'NVKFeCapRRTBypCijH', `updated_at` = '2012-08-30 15:50:17' WHERE `spud_users`.`id` = 57
29064
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29065
+ Redirected to http://test.host/spud/user_session/new
29066
+ Completed 302 Found in 8ms (ActiveRecord: 1.5ms)
29067
+  (0.8ms) ROLLBACK
29068
+  (0.1ms) ROLLBACK
29069
+  (0.1ms) BEGIN
29070
+  (0.1ms) BEGIN
29071
+  (0.2ms) SAVEPOINT active_record_2
29072
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:17', 'd6e603a7f91739e4211e22d0cd3f633c7d78337c6b982c5e29ed2cf00150992556e60fc21879e1fa2e9fa23b4710e41987a08b19ca65974517b1f5c7127d49b6', NULL, NULL, 'john64doe64@email.com', 0, 'John67', NULL, NULL, 'Doe67', NULL, 'john66doe66', 0, 'IE7A1ta9RFLsFGjVb7q', 'WEW1caIJViD2olToKt', 'e3163dd5396bbe6508fae9d7bc65efc9b89a36efe1b3845726b256ab8ca62ebd84e34d1dd73a5f4b6c6acef8e07f86056ea6d237941a5adeb2688da44e40c095', 'k3cF67', NULL, NULL, '2012-08-30 15:50:17')
29073
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29074
+  (0.2ms) SAVEPOINT active_record_2
29075
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:17', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:17', `perishable_token` = 'sH9DqHB3t3KJQFwNX78e', `updated_at` = '2012-08-30 15:50:17' WHERE `spud_users`.`id` = 58
29076
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29077
+ Processing by Spud::UserSessionsController#destroy as HTML
29078
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 58 LIMIT 1
29079
+  (0.2ms) SAVEPOINT active_record_2
29080
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:17', `perishable_token` = 'KhzcTnf7DfLi5SS8xXu', `updated_at` = '2012-08-30 15:50:17' WHERE `spud_users`.`id` = 58
29081
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29082
+ Redirected to http://test.host/
29083
+ Completed 302 Found in 8ms (ActiveRecord: 1.3ms)
29084
+  (1.0ms) ROLLBACK
29085
+  (0.1ms) ROLLBACK
29086
+  (0.1ms) BEGIN
29087
+  (0.0ms) BEGIN
29088
+  (0.3ms) SAVEPOINT active_record_2
29089
+ 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 ('2012-08-30 15:50:17', 'dd8754603004a2f0b2b9fc85a08a9663811703f36ae5fcbc42eae1db09c3e13ba9bf399ffd9abdbca2f93178c1676df1a68dfed9e49e575826d9b6d233e2ff5f', NULL, NULL, 'john65doe65@email.com', 0, 'John68', NULL, NULL, 'Doe68', NULL, 'john67doe67', 0, 'A2oqVciVPDrOpP9D6B6T', 'NN0b54YfcQVHq7la4jr', '5cd0849634ff0e2de03ce07470753f2717fbfb1a6f3ffbb49dc8ae8a43e02e878008ff878685e9b7c13169e46f81b8da97fd0a987cf8f86ba993a907d5ea3675', 'k3cF68', NULL, NULL, '2012-08-30 15:50:17')
29090
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29091
+  (0.2ms) SAVEPOINT active_record_2
29092
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:17', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:17', `perishable_token` = '6VXDZkn1ORG79h9lWED', `updated_at` = '2012-08-30 15:50:17' WHERE `spud_users`.`id` = 59
29093
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29094
+ Processing by Spud::UsersController#settings as HTML
29095
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 59 LIMIT 1
29096
+  (0.3ms) SAVEPOINT active_record_2
29097
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:17', `perishable_token` = 'ciXW4COYyCm39l2loy', `updated_at` = '2012-08-30 15:50:17' WHERE `spud_users`.`id` = 59
29098
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29099
+ Completed 200 OK in 10ms (Views: 2.4ms | ActiveRecord: 1.5ms)
29100
+  (1.0ms) ROLLBACK
29101
+  (0.1ms) ROLLBACK
29102
+  (0.1ms) BEGIN
29103
+  (0.1ms) BEGIN
29104
+  (0.2ms) SAVEPOINT active_record_2
29105
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:17', '1910a4a647e4656dd57adb1ea997a78af04655179fd86ae01604802f40966a798d0470e86de7925072dc9b2036aec393e7b18ba10f88dc5a2af7a5e3bdc12b32', NULL, NULL, 'john66doe66@email.com', 0, 'John69', NULL, NULL, 'Doe69', NULL, 'john68doe68', 0, 'RFLvfHt3OLU8ZoLxxRbM', 'SSEBl4xmJjm7TTKtQz7', '46cded84452f952bf5a8d6fd449ea4e0935e0f0a2f4f7d0a3a6a0c979f9b83b678c4f192638ceff610a6f0730d565da73fa111f151a0b0cde79b74965c5d32ba', 'k3cF69', NULL, NULL, '2012-08-30 15:50:17')
29106
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29107
+  (0.2ms) SAVEPOINT active_record_2
29108
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:17', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:17', `perishable_token` = 'PqNQQ2csSnxFxEiMlKqi', `updated_at` = '2012-08-30 15:50:17' WHERE `spud_users`.`id` = 60
29109
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29110
+ Processing by Spud::UsersController#settings as HTML
29111
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 60 LIMIT 1
29112
+  (0.2ms) SAVEPOINT active_record_2
29113
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:17', `perishable_token` = 'YY2pvRntEMU6xovVtsq', `updated_at` = '2012-08-30 15:50:17' WHERE `spud_users`.`id` = 60
29114
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29115
+ Completed 200 OK in 8ms (Views: 1.4ms | ActiveRecord: 1.2ms)
29116
+  (0.8ms) ROLLBACK
29117
+  (0.1ms) ROLLBACK
29118
+  (0.1ms) BEGIN
29119
+  (0.1ms) BEGIN
29120
+  (0.3ms) SAVEPOINT active_record_2
29121
+ 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 ('2012-08-30 15:50:17', 'f3e226e77f3bd24b5a39e39438edfeb9690ba9a05a05c72c8a1d5c8c0e165b7fe4e9da66c3c49f10e5517bab654a9222efb976883c02ecaf29d6a6c36333c88a', NULL, NULL, 'john67doe67@email.com', 0, 'John70', NULL, NULL, 'Doe70', NULL, 'john69doe69', 0, 'y0b3Db1KFhw2xefba4Mn', 'PMYcbT5r3n3hk6rHzF4', 'deba959d06da06e1e77a16a659e3c2f960b7291546ea00069ce4f07d0342a04cabf5410f6d8f2b1dda93e1a2e732e01fe56549bb64efc5cb3a4de27c40212c47', 'k3cF70', NULL, NULL, '2012-08-30 15:50:17')
29122
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29123
+  (0.2ms) SAVEPOINT active_record_2
29124
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:17', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:17', `perishable_token` = '23iE8MtJX6C0JGlt3it', `updated_at` = '2012-08-30 15:50:17' WHERE `spud_users`.`id` = 61
29125
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29126
+ Processing by Spud::UsersController#settings as HTML
29127
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 61 LIMIT 1
29128
+  (0.2ms) SAVEPOINT active_record_2
29129
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:17', `perishable_token` = 'fhTFpnDHy6kHsgwZQtOj', `updated_at` = '2012-08-30 15:50:17' WHERE `spud_users`.`id` = 61
29130
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29131
+ Completed 200 OK in 7ms (Views: 1.3ms | ActiveRecord: 1.4ms)
29132
+  (0.9ms) ROLLBACK
29133
+  (0.2ms) ROLLBACK
29134
+  (0.1ms) BEGIN
29135
+  (0.1ms) BEGIN
29136
+  (0.2ms) SAVEPOINT active_record_2
29137
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:17', '358dfdf42f60cfe8b9313b5d6559fcabb528d3bd02753ae7ed6e9ef4b18ad0ce29653e6f9b5999a479daddaf2dcf13b2614845eb29591f81053600ec47ae8e9c', NULL, NULL, 'john68doe68@email.com', 0, 'John71', NULL, NULL, 'Doe71', NULL, 'john70doe70', 0, 'p4EoAOK6hriiVggxP2F', 'xM4aprzSvxcaSmuB7E', '993d1b3ffe1a142cfef27d9c4e4b06f79da8d8bcfe7362a0e039e56d2b8250b0c2ed4bf9fef7e733b2c81a10e030523907d0e7615d063ece7c702d839e305b64', 'k3cF71', NULL, NULL, '2012-08-30 15:50:17')
29138
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29139
+  (0.1ms) SAVEPOINT active_record_2
29140
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:17', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:17', `perishable_token` = '08xSn6ntPDNqdg2vvSiV', `updated_at` = '2012-08-30 15:50:17' WHERE `spud_users`.`id` = 62
29141
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29142
+ Processing by Spud::UsersController#update as HTML
29143
+ Parameters: {"spud_user"=>{"first_name"=>"Mike"}}
29144
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 62 LIMIT 1
29145
+  (0.2ms) SAVEPOINT active_record_2
29146
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:17', `perishable_token` = '4SH08dFgHXY8IdmiS4yz', `updated_at` = '2012-08-30 15:50:17' WHERE `spud_users`.`id` = 62
29147
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29148
+  (0.1ms) SAVEPOINT active_record_2
29149
+  (0.5ms) UPDATE `spud_users` SET `first_name` = 'Mike', `perishable_token` = 'QN8eSUyWUl3lqqmEHLx', `updated_at` = '2012-08-30 15:50:17' WHERE `spud_users`.`id` = 62
29150
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29151
+ Redirected to http://test.host/spud/admin
29152
+ Completed 302 Found in 13ms (ActiveRecord: 2.2ms)
29153
+  (1.0ms) ROLLBACK
29154
+  (0.1ms) ROLLBACK
29155
+  (0.1ms) BEGIN
29156
+  (0.1ms) BEGIN
29157
+  (0.1ms) SAVEPOINT active_record_2
29158
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:17', '68342694bd3e20b025eeb853c3d2f188d8f5572d9456d0726726b1a43a02b429f6c511b1f8a42f4071a11328fdc23c376d258cef479b6a5e0287bf7f209604c9', NULL, NULL, 'john69doe69@email.com', 0, 'John72', NULL, NULL, 'Doe72', NULL, 'john71doe71', 0, 'XBMKFAnv4QgLt0s9drI5', 'jB2UO8AnVRkLjm6lNjbq', '05b7e6484a634cfc7b1fc93df5147b33aa9c12871d7baf32641535aeab771a2c3c98e7fa132f79e04acc20d43cb9a6d8ba8b7a59362f82f2799b597d8decc538', 'k3cF72', NULL, NULL, '2012-08-30 15:50:17')
29159
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29160
+  (0.2ms) SAVEPOINT active_record_2
29161
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:17', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:17', `perishable_token` = 'JHTMG00hlyJ5pwBvw1qa', `updated_at` = '2012-08-30 15:50:17' WHERE `spud_users`.`id` = 63
29162
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29163
+ Processing by Spud::UsersController#update as HTML
29164
+ Parameters: {"spud_user"=>{"first_name"=>"Mike"}}
29165
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 63 LIMIT 1
29166
+  (0.2ms) SAVEPOINT active_record_2
29167
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:17', `perishable_token` = 'xn4J7FQ0hPKZUJ6Sl0F', `updated_at` = '2012-08-30 15:50:17' WHERE `spud_users`.`id` = 63
29168
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29169
+  (0.1ms) SAVEPOINT active_record_2
29170
+  (0.4ms) UPDATE `spud_users` SET `first_name` = 'Mike', `perishable_token` = 'Fpslc55lNxA7bHepR5u', `updated_at` = '2012-08-30 15:50:17' WHERE `spud_users`.`id` = 63
29171
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29172
+ Redirected to http://test.host/spud/admin
29173
+ Completed 302 Found in 10ms (ActiveRecord: 1.9ms)
29174
+  (0.9ms) ROLLBACK
29175
+  (0.1ms) ROLLBACK
29176
+  (0.1ms) BEGIN
29177
+  (0.1ms) BEGIN
29178
+  (0.3ms) SAVEPOINT active_record_2
29179
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:17', 'd536bd90bfe0ef52ad5d74a10a6f42f1676051a4f3172fb67a52d9204f9f09ccc6b80ee32ccb3d2e7069fd75ec2beee5a1095bdb84ff41fc3198572847044ca3', NULL, NULL, 'john70doe70@email.com', 0, 'John73', NULL, NULL, 'Doe73', NULL, 'john72doe72', 0, 'RVXH9tRGNzBf6rs3tFq', 'digf5vFKIW8HRcQUEP3', 'a9e5d2520e5956cb8202574e4bb304c1c4ff25dfbf053bd4b581f0b30442e63e3d3788e545770497a0b915e89264eecbae067f1bb655da7733bcd1bac88308c7', 'k3cF73', NULL, NULL, '2012-08-30 15:50:17')
29180
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29181
+  (0.2ms) SAVEPOINT active_record_2
29182
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:17', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:17', `perishable_token` = '2jjkO9X6gqZAc9Zotm', `updated_at` = '2012-08-30 15:50:17' WHERE `spud_users`.`id` = 64
29183
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29184
+ Processing by Spud::UsersController#update as HTML
29185
+ Parameters: {"spud_user"=>{"password"=>"[FILTERED]"}}
29186
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 64 LIMIT 1
29187
+  (0.2ms) SAVEPOINT active_record_2
29188
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:17', `perishable_token` = 'b3uiToVkQ4BtQZAaqde', `updated_at` = '2012-08-30 15:50:17' WHERE `spud_users`.`id` = 64
29189
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29190
+  (0.2ms) SAVEPOINT active_record_2
29191
+ SpudUser Exists (0.6ms) SELECT 1 AS one FROM `spud_users` WHERE (`spud_users`.`persistence_token` = BINARY '58c33ed2896dbe1ba5d0be0f9d7c95be40f0f247e9f15c63d23956e055a0ae2f5e478a2737a9affc74702258614c68a98f8008adf939cf20acf70784b6706b3a' AND `spud_users`.`id` != 64) LIMIT 1
29192
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_2
29193
+ Completed 200 OK in 15ms (Views: 1.4ms | ActiveRecord: 2.3ms)
29194
+  (0.7ms) ROLLBACK
29195
+  (0.2ms) ROLLBACK
29196
+  (0.1ms) BEGIN
29197
+  (0.0ms) BEGIN
29198
+  (0.3ms) SAVEPOINT active_record_2
29199
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:17', '792e10930138d010cea440ae5a93fd537bb80f931e3c5124151498849d68084d9e8740ac5bf271e1f5304c62f9b7a82f2137536b1af58b3979b2d1c2c5f2a30b', NULL, NULL, 'john71doe71@email.com', 0, 'John74', NULL, NULL, 'Doe74', NULL, 'john73doe73', 0, 'a502TPm0tWjCN6H3z0vO', 'oywsqB4QljB0uvhl6A4', 'cf4b7f7460a9f2cb98c63604139deccfbbcafac072eb9fdf1ec09463f56189c768ce07441942339baf229b295632e186ad3076f89b4cd7a3430bfddd4153d3a0', 'k3cF74', NULL, NULL, '2012-08-30 15:50:17')
29200
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29201
+  (0.2ms) SAVEPOINT active_record_2
29202
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:17', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:17', `perishable_token` = 'ddRfjLI4y38ChE7o5iY', `updated_at` = '2012-08-30 15:50:17' WHERE `spud_users`.`id` = 65
29203
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29204
+ Processing by Spud::UsersController#update as HTML
29205
+ Parameters: {"spud_user"=>{"password"=>"[FILTERED]"}}
29206
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 65 LIMIT 1
29207
+  (0.2ms) SAVEPOINT active_record_2
29208
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:17', `perishable_token` = '9fBHDdbvplQnZzcNE1q8', `updated_at` = '2012-08-30 15:50:17' WHERE `spud_users`.`id` = 65
29209
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29210
+  (0.2ms) SAVEPOINT active_record_2
29211
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE (`spud_users`.`persistence_token` = BINARY 'e4812687dddb6a2501463f0bcf6cd6ac19e63cfcf3270a5056a336938ed3ea806cc8427c42118738b2f94c2e9ea86cd5412cc2b1b0268086b547bc83595d0379' AND `spud_users`.`id` != 65) LIMIT 1
29212
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_2
29213
+ Completed 200 OK in 12ms (Views: 1.3ms | ActiveRecord: 2.3ms)
29214
+  (1.0ms) ROLLBACK
29215
+  (0.2ms) ROLLBACK
29216
+  (0.1ms) BEGIN
29217
+  (0.1ms) BEGIN
29218
+  (0.3ms) SAVEPOINT active_record_2
29219
+ 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 ('2012-08-30 15:50:17', '7a5f8b079dc024316ec3128e412c399ef6330730dfd6d615f9a49e2de0f27353f2daba567d8fb42a42dee2da40489c14dea2c61bfda03025e096824900db1ed9', NULL, NULL, 'john72doe72@email.com', 0, 'John75', NULL, NULL, 'Doe75', NULL, 'john74doe74', 0, 'BtXJoqhrHovnYEIyuiUb', 'IHDiTMj3Eqm4mpjmguz', '3ad01609b91e41d52b03cedb318610c5279049eabf51562d8be584263d12d2a9bb6dacb5247b109506d89aed771794ae6b86258e037ae272bb5c804465f6fa84', 'k3cF75', NULL, NULL, '2012-08-30 15:50:17')
29220
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29221
+  (0.3ms) SAVEPOINT active_record_2
29222
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:17', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:17', `perishable_token` = 'd2Nh47IXfLOtOcDyZ7lO', `updated_at` = '2012-08-30 15:50:17' WHERE `spud_users`.`id` = 66
29223
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29224
+ Processing by Spud::UsersController#update as HTML
29225
+ Parameters: {"spud_user"=>{"password"=>"[FILTERED]"}}
29226
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 66 LIMIT 1
29227
+  (0.2ms) SAVEPOINT active_record_2
29228
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:17', `perishable_token` = 'yaDTQkNnhZL0Dbf7C5O6', `updated_at` = '2012-08-30 15:50:17' WHERE `spud_users`.`id` = 66
29229
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29230
+  (0.1ms) SAVEPOINT active_record_2
29231
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE (`spud_users`.`persistence_token` = BINARY 'f2f38e0e1fba6184310e411e771e9825fbaa38381e5f4be1311ad9eead5d9b8dc819e8634406d6c730910b5578e4130cc3d252ca616c4894b4762e4584d55cb8' AND `spud_users`.`id` != 66) LIMIT 1
29232
+  (0.3ms) ROLLBACK TO SAVEPOINT active_record_2
29233
+ Completed 200 OK in 13ms (Views: 1.5ms | ActiveRecord: 2.1ms)
29234
+  (0.7ms) ROLLBACK
29235
+  (0.0ms) ROLLBACK
29236
+  (0.1ms) BEGIN
29237
+  (0.0ms) BEGIN
29238
+  (0.2ms) SAVEPOINT active_record_2
29239
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:17', '6d40f5ba5730a2c706f3c5fae55819690db9d37431c8dcd8338651f7253670dd954dfd6ec1401e5f45a0d4f3ff7521d1f071c9052f42987db49f65e56380ea06', NULL, NULL, 'john73doe73@email.com', 0, 'John76', NULL, NULL, 'Doe76', NULL, 'john75doe75', 0, 'VNJhafW9R7lyLS95aaD8', 'rIxcJIakeJOPpsvqyuZY', 'e328205b6e519bea5c9878d1db7db20975116a00ebe6f4ff4241954a590c177b243f577fb4817f784eac3549c68edf33126165cb1950cfe43cc9c72e49786061', 'k3cF76', NULL, NULL, '2012-08-30 15:50:17')
29240
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29241
+  (0.2ms) SAVEPOINT active_record_2
29242
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:18', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:18', `perishable_token` = 'd2epsVFSwzTrO7UNP6', `updated_at` = '2012-08-30 15:50:18' WHERE `spud_users`.`id` = 67
29243
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29244
+ Processing by Spud::UsersController#save_setting as HTML
29245
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 67 LIMIT 1
29246
+  (0.2ms) SAVEPOINT active_record_2
29247
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:18', `perishable_token` = 'xOw8FDdfCQa78uPbddLA', `updated_at` = '2012-08-30 15:50:18' WHERE `spud_users`.`id` = 67
29248
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29249
+ Completed 500 Internal Server Error in 7ms (Views: 0.6ms | ActiveRecord: 1.3ms)
29250
+  (1.0ms) ROLLBACK
29251
+  (0.1ms) ROLLBACK
29252
+  (0.1ms) BEGIN
29253
+  (0.0ms) BEGIN
29254
+  (0.3ms) SAVEPOINT active_record_2
29255
+ 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 ('2012-08-30 15:50:18', '623bf863561aba554ae0ab61aecdbd7e8e0ffc2917069225e2b0c577c598d8f830499d799bd9f6fcb5760799dc5426e616931392cd4d2664f63a8f635e582f11', NULL, NULL, 'john74doe74@email.com', 0, 'John77', NULL, NULL, 'Doe77', NULL, 'john76doe76', 0, '2sbBz6pAdwFyqCquV2V', 'GGLEdj9a0Z2UvyLKiLJ8', 'ca2aaa879360fee2e008556a1dc54131225d28565d78a574fd1a9c3d3da3f63a46df1181c0dd57bf60bda7174707198e8ed65d84746d59f53f4f1d64d3093993', 'k3cF77', NULL, NULL, '2012-08-30 15:50:18')
29256
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29257
+  (0.2ms) SAVEPOINT active_record_2
29258
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 15:50:18', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:18', `perishable_token` = '8KgHid5DIGuF2j5rLkEv', `updated_at` = '2012-08-30 15:50:18' WHERE `spud_users`.`id` = 68
29259
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29260
+ Processing by Spud::UsersController#save_setting as HTML
29261
+ Parameters: {"key"=>"test", "value"=>"testval"}
29262
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 68 LIMIT 1
29263
+  (0.2ms) SAVEPOINT active_record_2
29264
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 15:50:18', `perishable_token` = 'lUeiSUC19obD0yZt4e', `updated_at` = '2012-08-30 15:50:18' WHERE `spud_users`.`id` = 68
29265
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29266
+ SpudUserSetting Load (0.4ms) SELECT `spud_user_settings`.* FROM `spud_user_settings` WHERE `spud_user_settings`.`spud_user_id` = 68 AND `spud_user_settings`.`key` = 'test' LIMIT 1
29267
+  (0.1ms) SAVEPOINT active_record_2
29268
+ SpudUserSetting Exists (0.5ms) SELECT 1 AS one FROM `spud_user_settings` WHERE (`spud_user_settings`.`key` = BINARY 'test' AND `spud_user_settings`.`spud_user_id` = 68) LIMIT 1
29269
+ SQL (0.3ms) INSERT INTO `spud_user_settings` (`created_at`, `key`, `spud_user_id`, `updated_at`, `value`) VALUES ('2012-08-30 15:50:18', 'test', 68, '2012-08-30 15:50:18', 'testval')
29270
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29271
+ Completed 200 OK in 14ms (Views: 0.6ms | ActiveRecord: 2.8ms)
29272
+  (0.9ms) ROLLBACK
29273
+  (0.1ms) ROLLBACK
29274
+  (0.2ms) BEGIN
29275
+  (0.2ms) BEGIN
29276
+  (0.1ms) ROLLBACK
29277
+  (0.1ms) ROLLBACK
29278
+  (0.1ms) BEGIN
29279
+  (0.0ms) BEGIN
29280
+  (0.2ms) ROLLBACK
29281
+  (0.2ms) ROLLBACK
29282
+  (0.1ms) BEGIN
29283
+  (0.0ms) BEGIN
29284
+  (0.2ms) ROLLBACK
29285
+  (0.1ms) ROLLBACK
29286
+  (0.1ms) BEGIN
29287
+  (0.1ms) BEGIN
29288
+  (0.1ms) ROLLBACK
29289
+  (0.1ms) ROLLBACK
29290
+  (0.1ms) BEGIN
29291
+  (0.0ms) BEGIN
29292
+  (0.1ms) ROLLBACK
29293
+  (0.1ms) ROLLBACK
29294
+  (0.2ms) BEGIN
29295
+  (0.1ms) BEGIN
29296
+  (0.2ms) ROLLBACK
29297
+  (0.1ms) ROLLBACK
29298
+  (0.1ms) BEGIN
29299
+  (0.1ms) BEGIN
29300
+  (0.2ms) ROLLBACK
29301
+  (0.1ms) ROLLBACK
29302
+  (0.2ms) BEGIN
29303
+  (0.2ms) BEGIN
29304
+  (0.2ms) ROLLBACK
29305
+  (0.1ms) ROLLBACK
29306
+  (0.2ms) BEGIN
29307
+  (0.2ms) BEGIN
29308
+  (0.2ms) ROLLBACK
29309
+  (0.2ms) ROLLBACK
29310
+  (0.1ms) BEGIN
29311
+  (0.1ms) BEGIN
29312
+  (0.2ms) ROLLBACK
29313
+  (0.1ms) ROLLBACK
29314
+  (0.1ms) BEGIN
29315
+  (0.1ms) BEGIN
29316
+  (0.2ms) ROLLBACK
29317
+  (0.1ms) ROLLBACK
29318
+  (0.2ms) BEGIN
29319
+  (0.1ms) BEGIN
29320
+  (0.1ms) ROLLBACK
29321
+  (0.0ms) ROLLBACK
29322
+  (0.2ms) BEGIN
29323
+  (0.2ms) BEGIN
29324
+  (0.2ms) ROLLBACK
29325
+  (0.1ms) ROLLBACK
29326
+  (0.2ms) BEGIN
29327
+  (0.2ms) BEGIN
29328
+  (0.2ms) SAVEPOINT active_record_2
29329
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john75doe75@email.com' LIMIT 1
29330
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john77doe77' LIMIT 1
29331
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'c5027d764b0a2c1c4a89abab54b859b704baf14202214c964a119ecc8d0ae3d72f82c0bc0e614202b9a15c1b16777df5b3e4ae4bb4ac3b50e74bc2e3a917dd09' LIMIT 1
29332
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF78' LIMIT 1
29333
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 68 LIMIT 1
29334
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:18', 'e141cb7aec3e91d143eac0be3da4d0101a7d77ebbfbfc18ab004a26787d492fb86bd5264be4d4c8c1613a57ad5fb85750c8071d75e039b2ac03c7142cb41942a', '2012-08-30 15:50:18', '0.0.0.0', 'john75doe75@email.com', 0, 'John78', NULL, NULL, 'Doe78', '2012-08-30 15:50:18', 'john77doe77', 1, '2lCnv5hHL1vGerDHmuQ1', '5xZe6fWHqHDgUglwT3lq', 'c5027d764b0a2c1c4a89abab54b859b704baf14202214c964a119ecc8d0ae3d72f82c0bc0e614202b9a15c1b16777df5b3e4ae4bb4ac3b50e74bc2e3a917dd09', 'k3cF78', NULL, NULL, '2012-08-30 15:50:18')
29335
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29336
+  (0.7ms) ROLLBACK
29337
+  (0.1ms) ROLLBACK
29338
+  (0.1ms) BEGIN
29339
+  (0.1ms) BEGIN
29340
+  (0.3ms) SAVEPOINT active_record_2
29341
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john76doe76@email.com' LIMIT 1
29342
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john78doe78' LIMIT 1
29343
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '260b876c29dade670f2b9f35b1a1704090dccd3822a45740c8d418ca5bc6feb7ab6beae85aa6d375a244e1978f8f7baa406268ce55ac7e1bb354aced11108ded' LIMIT 1
29344
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF79' LIMIT 1
29345
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = 'c5027d764b0a2c1c4a89abab54b859b704baf14202214c964a119ecc8d0ae3d72f82c0bc0e614202b9a15c1b16777df5b3e4ae4bb4ac3b50e74bc2e3a917dd09' LIMIT 1
29346
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = 'c5027d764b0a2c1c4a89abab54b859b704baf14202214c964a119ecc8d0ae3d72f82c0bc0e614202b9a15c1b16777df5b3e4ae4bb4ac3b50e74bc2e3a917dd09' LIMIT 1
29347
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:18', '2eaafacac71c7bad09e43207492c40863108569e97e9b177696ea743e2f158aa8090efb04b2f5ae9cf22f89ee6b459cba0040cd8f0e3c4e034120965a2d69bbe', '2012-08-30 15:50:18', '0.0.0.0', 'john76doe76@email.com', 0, 'John79', NULL, NULL, 'Doe79', '2012-08-30 15:50:18', 'john78doe78', 1, 'ukLAqLdpISjfSIi50Osr', 'uIy3dyuiGGyy5o8NLMPh', '260b876c29dade670f2b9f35b1a1704090dccd3822a45740c8d418ca5bc6feb7ab6beae85aa6d375a244e1978f8f7baa406268ce55ac7e1bb354aced11108ded', 'k3cF79', NULL, NULL, '2012-08-30 15:50:18')
29348
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29349
+  (0.6ms) ROLLBACK
29350
+  (0.1ms) ROLLBACK
29351
+  (0.1ms) BEGIN
29352
+  (0.1ms) BEGIN
29353
+  (0.2ms) SAVEPOINT active_record_2
29354
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john77doe77@email.com' LIMIT 1
29355
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john79doe79' LIMIT 1
29356
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'f825d8de36cdaa0722969f813f48ef8bb9d51aed14fcd274ddf77ba4249b955deb9d91b4fa15b1fa28367f90570ac24174b0552a77d5bea37b4c7d1378117cc7' LIMIT 1
29357
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF80' LIMIT 1
29358
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = '260b876c29dade670f2b9f35b1a1704090dccd3822a45740c8d418ca5bc6feb7ab6beae85aa6d375a244e1978f8f7baa406268ce55ac7e1bb354aced11108ded' LIMIT 1
29359
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = '260b876c29dade670f2b9f35b1a1704090dccd3822a45740c8d418ca5bc6feb7ab6beae85aa6d375a244e1978f8f7baa406268ce55ac7e1bb354aced11108ded' LIMIT 1
29360
+ 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 ('2012-08-30 15:50:18', 'afd2d9366348b7b4312359554f1ad853cf1a7f28c39bdd5ddc81eba1e5563246a50d2cce35d85fe67576a6ec9c843f11d4d253720e9eacf3b265864b3ae18901', '2012-08-30 15:50:18', '0.0.0.0', 'john77doe77@email.com', 0, 'John80', NULL, NULL, 'Doe80', '2012-08-30 15:50:18', 'john79doe79', 1, '1b3Ky0wULJUrpEqyQP7', '9N6KNvKEmmePBfMjik0L', 'f825d8de36cdaa0722969f813f48ef8bb9d51aed14fcd274ddf77ba4249b955deb9d91b4fa15b1fa28367f90570ac24174b0552a77d5bea37b4c7d1378117cc7', 'k3cF80', NULL, NULL, '2012-08-30 15:50:18')
29361
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29362
+  (0.7ms) ROLLBACK
29363
+  (0.1ms) ROLLBACK
29364
+  (0.1ms) BEGIN
29365
+  (0.1ms) BEGIN
29366
+  (0.2ms) SAVEPOINT active_record_2
29367
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john78doe78@email.com' LIMIT 1
29368
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john80doe80' LIMIT 1
29369
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '76069014e1817d80752eafe0c2d444d9c46237e75aa12d9275cd7284d9638e456037e8c2dccb5e5c55baafd8e3db28100091d073173f070a2479245f94335743' LIMIT 1
29370
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF81' LIMIT 1
29371
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = 'f825d8de36cdaa0722969f813f48ef8bb9d51aed14fcd274ddf77ba4249b955deb9d91b4fa15b1fa28367f90570ac24174b0552a77d5bea37b4c7d1378117cc7' LIMIT 1
29372
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = 'f825d8de36cdaa0722969f813f48ef8bb9d51aed14fcd274ddf77ba4249b955deb9d91b4fa15b1fa28367f90570ac24174b0552a77d5bea37b4c7d1378117cc7' LIMIT 1
29373
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:18', '33f1deef9eb43d8666765d782d64e695896b2e300065401821aa2f9e95d4335d81483b66e89e8f3c6a41b68715c8c9fde3d89703113b0d74b3ed418e54cd876a', '2012-08-30 15:50:18', '0.0.0.0', 'john78doe78@email.com', 0, 'John81', NULL, NULL, 'Doe81', '2012-08-30 15:50:18', 'john80doe80', 1, '85m3fQHmTdOPs2B4bqm0', 'WyA7Q5tTzh6uRjN4duCx', '76069014e1817d80752eafe0c2d444d9c46237e75aa12d9275cd7284d9638e456037e8c2dccb5e5c55baafd8e3db28100091d073173f070a2479245f94335743', 'k3cF81', NULL, NULL, '2012-08-30 15:50:18')
29374
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29375
+  (0.8ms) ROLLBACK
29376
+  (0.1ms) ROLLBACK
29377
+  (0.1ms) BEGIN
29378
+  (0.1ms) BEGIN
29379
+  (0.3ms) SAVEPOINT active_record_2
29380
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john79doe79@email.com' LIMIT 1
29381
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john81doe81' LIMIT 1
29382
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '057bfbc24cdb2118067fc45a172aa314a48fe36a29b525ccbba086142623d411041ea2d851804132a611ab533daf8ac4a74758ab022503bf02c9bdb269a3a6c4' LIMIT 1
29383
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF82' LIMIT 1
29384
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = '76069014e1817d80752eafe0c2d444d9c46237e75aa12d9275cd7284d9638e456037e8c2dccb5e5c55baafd8e3db28100091d073173f070a2479245f94335743' LIMIT 1
29385
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = '76069014e1817d80752eafe0c2d444d9c46237e75aa12d9275cd7284d9638e456037e8c2dccb5e5c55baafd8e3db28100091d073173f070a2479245f94335743' LIMIT 1
29386
+ 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 ('2012-08-30 15:50:18', '1128daa623ff7da4cd5f0e9d534362654f59dddd89b92d0fb81c36ff745beb42bd4136a6f671c71c067c8d0e97dc9169080f1d681be34741aa4352fa59ec4550', '2012-08-30 15:50:18', '0.0.0.0', 'john79doe79@email.com', 0, 'John82', NULL, NULL, 'Doe82', '2012-08-30 15:50:18', 'john81doe81', 1, '1L7X3Q0yR8fHu1sJ1dcF', 'c2WLK8sr165DBYs6qlIu', '057bfbc24cdb2118067fc45a172aa314a48fe36a29b525ccbba086142623d411041ea2d851804132a611ab533daf8ac4a74758ab022503bf02c9bdb269a3a6c4', 'k3cF82', NULL, NULL, '2012-08-30 15:50:18')
29387
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29388
+  (0.7ms) ROLLBACK
29389
+  (0.2ms) ROLLBACK
29390
+  (0.1ms) BEGIN
29391
+  (0.1ms) BEGIN
29392
+  (0.2ms) SAVEPOINT active_record_2
29393
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john80doe80@email.com' LIMIT 1
29394
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john82doe82' LIMIT 1
29395
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'bc1fcc97b229471d50f1eb8a7bd857dc04ca0d3f78c8b1637430a4792366e3fcf6a0dc9df712e2a6cac25067b014b5a727faa0e40e8664cac30c53b6f3b48a16' LIMIT 1
29396
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF83' LIMIT 1
29397
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = '057bfbc24cdb2118067fc45a172aa314a48fe36a29b525ccbba086142623d411041ea2d851804132a611ab533daf8ac4a74758ab022503bf02c9bdb269a3a6c4' LIMIT 1
29398
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = '057bfbc24cdb2118067fc45a172aa314a48fe36a29b525ccbba086142623d411041ea2d851804132a611ab533daf8ac4a74758ab022503bf02c9bdb269a3a6c4' LIMIT 1
29399
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:18', 'd92940acd70a67b0dc946a71e2f676610854e1486d9ab10e4063bee9cb3468f4a44c02581e26de65d26786c6b71c59c938c2f083a2011eb6a113f26fc8bf5dd2', '2012-08-30 15:50:18', '0.0.0.0', 'john80doe80@email.com', 0, 'John83', NULL, NULL, 'Doe83', '2012-08-30 15:50:18', 'john82doe82', 1, 'SQmlPii6Cs7Q3H5WEA', '9R9Ue0FhfszZZqh3OIY', 'bc1fcc97b229471d50f1eb8a7bd857dc04ca0d3f78c8b1637430a4792366e3fcf6a0dc9df712e2a6cac25067b014b5a727faa0e40e8664cac30c53b6f3b48a16', 'k3cF83', NULL, NULL, '2012-08-30 15:50:18')
29400
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29401
+  (0.8ms) ROLLBACK
29402
+  (0.1ms) ROLLBACK
29403
+  (0.3ms) BEGIN
29404
+  (0.2ms) BEGIN
29405
+  (0.2ms) SAVEPOINT active_record_2
29406
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john81doe81@email.com' LIMIT 1
29407
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john83doe83' LIMIT 1
29408
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '5b362da7c971dd21f0b3be1b7da03a62db9fcc1e8c6310f9a7d0eb83578c235fa44546c11b948d6e789405ff52c89960f21c8cde7e545889ee1ba5d29d521f25' LIMIT 1
29409
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF84' LIMIT 1
29410
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:18', '9821ec884d95edbcf53a0bcfa4958c6fc6088bddb21d8d523b1ce7f7175b2515b347dbfb71ce528e55c0510e9e23f5737d102263827f37d8709df43ad383676f', '2012-08-30 15:50:18', '0.0.0.0', 'john81doe81@email.com', 0, 'John84', NULL, NULL, 'Doe84', '2012-08-30 15:50:18', 'john83doe83', 1, 'inuhpySlZ4Boc3jgUQ4W', 'eaDoR0UsZ8C9ijpMM4w', '5b362da7c971dd21f0b3be1b7da03a62db9fcc1e8c6310f9a7d0eb83578c235fa44546c11b948d6e789405ff52c89960f21c8cde7e545889ee1ba5d29d521f25', 'k3cF84', NULL, NULL, '2012-08-30 15:50:18')
29411
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29412
+  (0.2ms) SAVEPOINT active_record_2
29413
+  (0.6ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 15:50:18', `current_login_at` = '2012-08-30 15:50:18', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:18', `perishable_token` = 'PpdAqRmYilJT5qMdojzO', `updated_at` = '2012-08-30 15:50:18' WHERE `spud_users`.`id` = 75
29414
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29415
+  (0.5ms) ROLLBACK
29416
+  (0.1ms) ROLLBACK
29417
+  (0.1ms) BEGIN
29418
+  (0.1ms) BEGIN
29419
+  (0.2ms) SAVEPOINT active_record_2
29420
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john82doe82@email.com' LIMIT 1
29421
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john84doe84' LIMIT 1
29422
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '0c534e840c935839957494f07a495e827104d0275f967ced8f2ec5d1dc4f108a812a4acdd6ac17d909c962a88f61814d2d57e34e6ef76d05ec9da3ececcac74e' LIMIT 1
29423
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF85' LIMIT 1
29424
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:18', '2981ff5f114f4da469f8a81802abbcb70ac53e91f03092ba10a2dcb32c706d555160e38c36d5ff5bb0a98c1c6f211f9d5a2b6a40ff39e0ca8efa05f28550b70b', '2012-08-30 15:50:18', '0.0.0.0', 'john82doe82@email.com', 0, 'John85', NULL, NULL, 'Doe85', '2012-08-30 15:50:18', 'john84doe84', 1, 'qh6htuO9AYsqXpO40', 'J0HjQezw2ZK78n4TGCvT', '0c534e840c935839957494f07a495e827104d0275f967ced8f2ec5d1dc4f108a812a4acdd6ac17d909c962a88f61814d2d57e34e6ef76d05ec9da3ececcac74e', 'k3cF85', NULL, NULL, '2012-08-30 15:50:18')
29425
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29426
+  (0.2ms) SAVEPOINT active_record_2
29427
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 15:50:18', `current_login_at` = '2012-08-30 15:50:18', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:18', `perishable_token` = 'Jq3acRo3b1g2fnsLZyi', `updated_at` = '2012-08-30 15:50:18' WHERE `spud_users`.`id` = 76
29428
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29429
+  (0.9ms) ROLLBACK
29430
+  (0.1ms) ROLLBACK
29431
+  (0.1ms) BEGIN
29432
+  (0.0ms) BEGIN
29433
+  (0.2ms) SAVEPOINT active_record_2
29434
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john83doe83@email.com' LIMIT 1
29435
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john85doe85' LIMIT 1
29436
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '2fbcbb749bf23642ce67106fac9b223879c8dceb388ebddfcbf38d8a25c1687387d73f3ea60f2b824d237c6689e92a365af1ba4ca8ace13e3d2e1e0012869470' LIMIT 1
29437
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF86' LIMIT 1
29438
+ 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 ('2012-08-30 15:50:18', 'e21139da9704f9485725c22773f90d5f7093ef43704c455cb56c044b6861552f50988e9bcff74bcbdc052ca9e40b37ca5ef4174cd181cdf41cf3eda5f9eb1de0', '2012-08-30 15:50:18', '0.0.0.0', 'john83doe83@email.com', 0, 'John86', NULL, NULL, 'Doe86', '2012-08-30 15:50:18', 'john85doe85', 1, 'oQ2c7xi5a0gKmp4cZrb', 'TT10W5ky4GwxqnPrwDu', '2fbcbb749bf23642ce67106fac9b223879c8dceb388ebddfcbf38d8a25c1687387d73f3ea60f2b824d237c6689e92a365af1ba4ca8ace13e3d2e1e0012869470', 'k3cF86', NULL, NULL, '2012-08-30 15:50:18')
29439
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29440
+  (0.1ms) SAVEPOINT active_record_2
29441
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 15:50:18', `current_login_at` = '2012-08-30 15:50:18', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:18', `perishable_token` = 'LvIRa4tu5MMqFuJGg3', `updated_at` = '2012-08-30 15:50:18' WHERE `spud_users`.`id` = 77
29442
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29443
+  (0.6ms) ROLLBACK
29444
+  (0.1ms) ROLLBACK
29445
+  (0.2ms) BEGIN
29446
+  (0.2ms) BEGIN
29447
+  (0.2ms) SAVEPOINT active_record_2
29448
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john84doe84@email.com' LIMIT 1
29449
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john86doe86' LIMIT 1
29450
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'd8730f0eca6ec72082cc8e354808bbe4f6ea353afd462cb5fd3890365338207b5a7f6677287aa522fb6c3c8992ac2014ae9e5ca69f4cacecb8a5cc44feaf477e' LIMIT 1
29451
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF87' LIMIT 1
29452
+ 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 ('2012-08-30 15:50:18', '6e78bc5ceabb0e08748feefd8bb03243d0c5478b07f9d0faab9f585b86065010ebe566d21d18dc93b923cfa2db071f50a7b9c042a0591b504123058423ac1cac', '2012-08-30 15:50:18', '0.0.0.0', 'john84doe84@email.com', 0, 'John87', NULL, NULL, 'Doe87', '2012-08-30 15:50:18', 'john86doe86', 1, 'uO07ivwsUR5xhzhD36Jv', '0Ile3gN030ZnJCexmgQY', 'd8730f0eca6ec72082cc8e354808bbe4f6ea353afd462cb5fd3890365338207b5a7f6677287aa522fb6c3c8992ac2014ae9e5ca69f4cacecb8a5cc44feaf477e', 'k3cF87', NULL, NULL, '2012-08-30 15:50:18')
29453
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29454
+  (0.2ms) SAVEPOINT active_record_2
29455
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 15:50:18', `current_login_at` = '2012-08-30 15:50:18', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:18', `perishable_token` = 'dx3kyXZuklYr0aMlIHa', `updated_at` = '2012-08-30 15:50:18' WHERE `spud_users`.`id` = 78
29456
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29457
+  (0.8ms) ROLLBACK
29458
+  (0.1ms) ROLLBACK
29459
+  (0.1ms) BEGIN
29460
+  (0.0ms) BEGIN
29461
+  (0.2ms) SAVEPOINT active_record_2
29462
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john85doe85@email.com' LIMIT 1
29463
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john87doe87' LIMIT 1
29464
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '72fb0428788c2492bc41a34ed508a89704c20f25914546921a6c66f2f7cb4294107003bd32549d0874f6483bab726d4a996c0b690a86d8ffbfe46374c73c8e92' LIMIT 1
29465
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF88' LIMIT 1
29466
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 15:50:18', 'e9bb2a954a7f49771134a37403fb0646b8c2ee0945b82055e54fd6409bf1e21557544396c0a1f425f1bb60db4eec50ab759985bb7463c293a65d72311dd8fc09', '2012-08-30 15:50:18', '0.0.0.0', 'john85doe85@email.com', 0, 'John88', NULL, NULL, 'Doe88', '2012-08-30 15:50:18', 'john87doe87', 1, 'JN8nUgnze5QBkKxW8xpQ', 'LukbELnnq95KTo3b8G3Z', '72fb0428788c2492bc41a34ed508a89704c20f25914546921a6c66f2f7cb4294107003bd32549d0874f6483bab726d4a996c0b690a86d8ffbfe46374c73c8e92', 'k3cF88', NULL, NULL, '2012-08-30 15:50:18')
29467
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29468
+  (0.2ms) SAVEPOINT active_record_2
29469
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 15:50:18', `current_login_at` = '2012-08-30 15:50:18', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 15:50:18', `perishable_token` = 'XaAzLGoOyiht9Q8mpqQ', `updated_at` = '2012-08-30 15:50:18' WHERE `spud_users`.`id` = 79
29470
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29471
+  (0.7ms) ROLLBACK
29472
+  (0.1ms) ROLLBACK
29473
+  (0.2ms) BEGIN
29474
+  (0.1ms) BEGIN
29475
+  (0.1ms) ROLLBACK
29476
+  (0.0ms) ROLLBACK
29477
+  (0.1ms) BEGIN
29478
+  (0.0ms) BEGIN
29479
+  (0.0ms) ROLLBACK
29480
+  (0.0ms) ROLLBACK
29481
+  (0.1ms) BEGIN
29482
+  (0.0ms) BEGIN
29483
+  (0.0ms) ROLLBACK
29484
+  (0.0ms) ROLLBACK
29485
+  (0.1ms) BEGIN
29486
+  (0.0ms) BEGIN
29487
+  (0.0ms) ROLLBACK
29488
+  (0.2ms) ROLLBACK
29489
+  (0.1ms) BEGIN
29490
+  (0.0ms) BEGIN
29491
+  (0.2ms) ROLLBACK
29492
+  (0.2ms) ROLLBACK
29493
+  (0.1ms) BEGIN
29494
+  (0.1ms) BEGIN
29495
+  (0.1ms) ROLLBACK
29496
+  (0.1ms) ROLLBACK
29497
+  (0.1ms) BEGIN
29498
+  (0.0ms) BEGIN
29499
+  (0.1ms) ROLLBACK
29500
+  (0.1ms) ROLLBACK
29501
+  (0.1ms) BEGIN
29502
+  (0.0ms) BEGIN
29503
+  (0.2ms) ROLLBACK
29504
+  (0.2ms) ROLLBACK
29505
+ Connecting to database specified by database.yml
29506
+  (0.3ms) SELECT @@FOREIGN_KEY_CHECKS
29507
+  (0.2ms) SET FOREIGN_KEY_CHECKS = 0
29508
+  (0.1ms) SELECT DATABASE() as db
29509
+  (0.9ms) select table_name from information_schema.views where table_schema = 'spud_core_test'
29510
+  (15.0ms) TRUNCATE TABLE `spud_admin_permissions`;
29511
+  (1.4ms) TRUNCATE TABLE `spud_user_settings`;
29512
+  (2.4ms) TRUNCATE TABLE `spud_users`;
29513
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
29514
+  (0.1ms) BEGIN
29515
+  (0.1ms) BEGIN
29516
+  (0.3ms) SAVEPOINT active_record_2
29517
+ SpudUser Exists (0.6ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john1doe1@email.com' LIMIT 1
29518
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john1doe1' LIMIT 1
29519
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'e6f3c2959ad4e28fc5fb18b42f14cd8f3b0262ee099ae3cda060de01451259b0c58df1811554bb0e20305ddd3c8a5c9e56c63f320b66126b78cf4e8d5be9baa2' LIMIT 1
29520
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF1' LIMIT 1
29521
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:17', '9a1b863d9a37ca0a378b54e15765639abbc57dfd44e0c821818ea78ed41a3d4bb585d6435b64024ee547ab39989520970d2a8bc1771e26b606302c9e143f697f', '2012-08-30 19:19:17', '0.0.0.0', 'john1doe1@email.com', 0, 'John1', NULL, NULL, 'Doe1', '2012-08-30 19:19:17', 'john1doe1', 1, 'OdnygriHHnmhIcyVINS', 'KAOfOFIByPohDLUYjd', 'e6f3c2959ad4e28fc5fb18b42f14cd8f3b0262ee099ae3cda060de01451259b0c58df1811554bb0e20305ddd3c8a5c9e56c63f320b66126b78cf4e8d5be9baa2', 'k3cF1', NULL, NULL, '2012-08-30 19:19:17')
29522
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29523
+  (0.3ms) SAVEPOINT active_record_2
29524
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 19:19:17', `current_login_at` = '2012-08-30 19:19:17', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:17', `perishable_token` = 'pY7zr3VfQ03nO7o77eL', `updated_at` = '2012-08-30 19:19:17' WHERE `spud_users`.`id` = 1
29525
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29526
+  (0.2ms) SAVEPOINT active_record_2
29527
+  (0.5ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = '1OAgly3SnxMH3KwgF4pU', `updated_at` = '2012-08-30 19:19:17' WHERE `spud_users`.`id` = 1
29528
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29529
+ Processing by AnonymousController#index as HTML
29530
+ SpudUser Load (0.7ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 1 LIMIT 1
29531
+  (0.3ms) SAVEPOINT active_record_2
29532
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:17', `perishable_token` = '85Z5rVGwsyzI3vew3jCu', `updated_at` = '2012-08-30 19:19:17' WHERE `spud_users`.`id` = 1
29533
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29534
+ Rendered text template (0.0ms)
29535
+ Completed 200 OK in 26ms (Views: 13.1ms | ActiveRecord: 1.7ms)
29536
+  (0.9ms) ROLLBACK
29537
+  (0.1ms) ROLLBACK
29538
+  (0.1ms) BEGIN
29539
+  (0.1ms) BEGIN
29540
+  (0.2ms) SAVEPOINT active_record_2
29541
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john2doe2@email.com' LIMIT 1
29542
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john2doe2' LIMIT 1
29543
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'ed3c3a30e3b579b1ee6d49e9faea566f1aabe1a7dd816eb22a322bd2d8541e94ef8823396beb7fdd29751bd009e6070cdc61efd4ec029afe3cad78df8118a32e' LIMIT 1
29544
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF2' LIMIT 1
29545
+ 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 ('2012-08-30 19:19:17', 'a66292a4b42e5401919d3770a55f8c2b06ffffd795c9c636bce3526e11cd975bf56dec56ed9b465ff00234d2882799a9df0444ce992146a084ecc9ffe4bf725d', '2012-08-30 19:19:17', '0.0.0.0', 'john2doe2@email.com', 0, 'John2', NULL, NULL, 'Doe2', '2012-08-30 19:19:17', 'john2doe2', 1, 'rNw9e9LRRcwq25xxc8KE', '2mnIMxvpF23mTYxMAhfD', 'ed3c3a30e3b579b1ee6d49e9faea566f1aabe1a7dd816eb22a322bd2d8541e94ef8823396beb7fdd29751bd009e6070cdc61efd4ec029afe3cad78df8118a32e', 'k3cF2', NULL, NULL, '2012-08-30 19:19:17')
29546
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29547
+  (0.2ms) SAVEPOINT active_record_2
29548
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 19:19:17', `current_login_at` = '2012-08-30 19:19:17', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:17', `perishable_token` = 'rlnPAqtWj7oTs8R6SBy', `updated_at` = '2012-08-30 19:19:17' WHERE `spud_users`.`id` = 2
29549
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29550
+  (0.2ms) SAVEPOINT active_record_2
29551
+ SQL (0.5ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 19:19:17', 'pages', NULL, '2012-08-30 19:19:17', 2)
29552
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29553
+ Processing by AnonymousController#index as HTML
29554
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 2 LIMIT 1
29555
+  (0.1ms) SAVEPOINT active_record_2
29556
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:17', `perishable_token` = '8IyCMjG2D6GFy1rYBzIk', `updated_at` = '2012-08-30 19:19:17' WHERE `spud_users`.`id` = 2
29557
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29558
+ SpudAdminPermission Load (0.6ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 2 AND `spud_admin_permissions`.`access` = 1
29559
+ Completed 200 OK in 11ms (Views: 0.7ms | ActiveRecord: 1.7ms)
29560
+  (0.8ms) ROLLBACK
29561
+  (0.1ms) ROLLBACK
29562
+  (0.1ms) BEGIN
29563
+  (0.1ms) BEGIN
29564
+  (0.2ms) SAVEPOINT active_record_2
29565
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john3doe3@email.com' LIMIT 1
29566
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john3doe3' LIMIT 1
29567
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '7ea327d2452a03a705c592dcd2fc2fa0d16e1857bddbcbd07ffa5315cd2b3f0d1d21a07dbf5240e6e89aeb43d692f75c66e3cfad3b9dc61f1ecf0465d8202d9c' LIMIT 1
29568
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF3' LIMIT 1
29569
+ 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 ('2012-08-30 19:19:17', '5e39cd91bc422e7a032e8d94e2b8b5d49b38f2fe6b49fe95a9befa7103f5d32a40f5722b84a79d329ede9f434e900340c20ff943d3ab5367cb3419160a69f47e', '2012-08-30 19:19:17', '0.0.0.0', 'john3doe3@email.com', 0, 'John3', NULL, NULL, 'Doe3', '2012-08-30 19:19:17', 'john3doe3', 1, 'UerP84qdCapWL6sHXmI8', 'TNfY7fwcGHg3yftzrP2W', '7ea327d2452a03a705c592dcd2fc2fa0d16e1857bddbcbd07ffa5315cd2b3f0d1d21a07dbf5240e6e89aeb43d692f75c66e3cfad3b9dc61f1ecf0465d8202d9c', 'k3cF3', NULL, NULL, '2012-08-30 19:19:17')
29570
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29571
+  (0.1ms) SAVEPOINT active_record_2
29572
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 19:19:17', `current_login_at` = '2012-08-30 19:19:17', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:17', `perishable_token` = 'P6f7amltIaw8TGgzTZXX', `updated_at` = '2012-08-30 19:19:17' WHERE `spud_users`.`id` = 3
29573
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29574
+ Processing by AnonymousController#index as HTML
29575
+ Redirected to http://test.host/spud/user_session/new
29576
+ Filter chain halted as :require_admin_user rendered or redirected
29577
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
29578
+  (0.6ms) ROLLBACK
29579
+  (0.1ms) ROLLBACK
29580
+  (0.1ms) BEGIN
29581
+  (0.1ms) BEGIN
29582
+  (0.2ms) SAVEPOINT active_record_2
29583
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john4doe4@email.com' LIMIT 1
29584
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john4doe4' LIMIT 1
29585
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '4f31162d47a30d7e61b2e413605627215086e6cd4a858b69c2b4993119a536f5d3153bc212a03d1e73a0932978e89957352504a6f02412cfd1e6623af3f0344d' LIMIT 1
29586
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF4' LIMIT 1
29587
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:18', '2df48dc0917910b4ff1c68f2f900b5755b1c72be27afee9b2c9db2b1046fe29ecf40ca9f9df3482b8bfcaefcc6801cd472ef6edc635c4d7b9fc4b456a377922b', '2012-08-30 19:19:18', '0.0.0.0', 'john4doe4@email.com', 0, 'John4', NULL, NULL, 'Doe4', '2012-08-30 19:19:18', 'john4doe4', 1, '6xDkeSpmRgn8nyJ0tM', 'JaxGbLzg7F4XhwWUl4l', '4f31162d47a30d7e61b2e413605627215086e6cd4a858b69c2b4993119a536f5d3153bc212a03d1e73a0932978e89957352504a6f02412cfd1e6623af3f0344d', 'k3cF4', NULL, NULL, '2012-08-30 19:19:18')
29588
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29589
+  (0.2ms) SAVEPOINT active_record_2
29590
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 19:19:18', `current_login_at` = '2012-08-30 19:19:18', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'OYt4TR6KRbrWBnfN0Aa', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 4
29591
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29592
+ SpudAdminPermission Load (0.5ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 4
29593
+  (0.2ms) SAVEPOINT active_record_2
29594
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29595
+  (0.1ms) SAVEPOINT active_record_2
29596
+  (0.5ms) UPDATE `spud_users` SET `super_admin` = 0, `perishable_token` = 'hKF4lL855rNkxcVzHqj', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 4
29597
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29598
+ Processing by AnonymousController#index as HTML
29599
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 4 LIMIT 1
29600
+  (0.3ms) SAVEPOINT active_record_2
29601
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'IQ74CNbaFdU3yi9QRTd', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 4
29602
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29603
+ SpudAdminPermission Load (0.4ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 4 AND `spud_admin_permissions`.`access` = 1
29604
+ Redirected to http://test.host/
29605
+ Filter chain halted as :require_admin_user rendered or redirected
29606
+ Completed 302 Found in 9ms (ActiveRecord: 1.7ms)
29607
+  (2.4ms) ROLLBACK
29608
+  (0.1ms) ROLLBACK
29609
+  (0.3ms) BEGIN
29610
+  (0.1ms) BEGIN
29611
+  (0.3ms) SAVEPOINT active_record_2
29612
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john5doe5@email.com' LIMIT 1
29613
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john5doe5' LIMIT 1
29614
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'e5514efd57392abb69267c54365430f30836d752440591cf0dd4dbb21f7cbbcfae5b7912722f0404714e7927457d422b0119eec3156a47160fae68a3d4d70d37' LIMIT 1
29615
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF5' LIMIT 1
29616
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:18', 'db07295af129b7ccfe203ac95f09f8c2dfb2870a504652596579f51b9b5983331a777c0607f2d65ee04a105438d15326f2cd96b07f3909d4b52fc059ddc6b446', '2012-08-30 19:19:18', '0.0.0.0', 'john5doe5@email.com', 0, 'John5', NULL, NULL, 'Doe5', '2012-08-30 19:19:18', 'john5doe5', 1, 'vNzYrKqVJkr3I0fS87r', 'ozm90NJWBjV5qehKIja', 'e5514efd57392abb69267c54365430f30836d752440591cf0dd4dbb21f7cbbcfae5b7912722f0404714e7927457d422b0119eec3156a47160fae68a3d4d70d37', 'k3cF5', NULL, NULL, '2012-08-30 19:19:18')
29617
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29618
+  (0.2ms) SAVEPOINT active_record_2
29619
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 19:19:18', `current_login_at` = '2012-08-30 19:19:18', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'kWTvX9ck7usLe2gZdL0', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 5
29620
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29621
+  (0.2ms) SAVEPOINT active_record_2
29622
+  (0.5ms) UPDATE `spud_users` SET `super_admin` = 0, `perishable_token` = 'pqsnkDVMMYCThuZNit', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 5
29623
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 19:19:18', 'Blog', NULL, '2012-08-30 19:19:18', 5)
29624
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 19:19:18', 'Pages', NULL, '2012-08-30 19:19:18', 5)
29625
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29626
+ Processing by Spud::Admin::DashboardController#index as HTML
29627
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 5 LIMIT 1
29628
+  (0.2ms) SAVEPOINT active_record_2
29629
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'R1WbEygO8kxyEfJe9N3s', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 5
29630
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29631
+ SpudAdminPermission Load (0.4ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 5 AND `spud_admin_permissions`.`access` = 1
29632
+ SpudUserSetting Load (0.4ms) SELECT `spud_user_settings`.* FROM `spud_user_settings` WHERE `spud_user_settings`.`spud_user_id` = 5 AND `spud_user_settings`.`key` = 'app_order' LIMIT 1
29633
+ Completed 200 OK in 27ms (Views: 8.5ms | ActiveRecord: 5.2ms)
29634
+ SpudAdminPermission Load (0.5ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 5
29635
+  (0.7ms) ROLLBACK
29636
+  (0.1ms) ROLLBACK
29637
+  (0.2ms) BEGIN
29638
+  (0.1ms) BEGIN
29639
+  (0.2ms) SAVEPOINT active_record_2
29640
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john6doe6@email.com' LIMIT 1
29641
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john6doe6' LIMIT 1
29642
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '7d3b12ad917d00c9c1cc7ccdeaa4f4ef3f908441436871dd542fd6fc57ba7990a62ef70891ea5e873936124c5749a727059cae037e9339a0c11e12c52927ee46' LIMIT 1
29643
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF6' LIMIT 1
29644
+ 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 ('2012-08-30 19:19:18', '7a7f74c927559674ff742ef47a9ee3dc7817677f22fdb7c9ed0f208cb169241cd2bbdcd136bec3b54c347fba1d3b59a80d806f184a9d1270add6bc86b14f1665', '2012-08-30 19:19:18', '0.0.0.0', 'john6doe6@email.com', 0, 'John6', NULL, NULL, 'Doe6', '2012-08-30 19:19:18', 'john6doe6', 1, 'dEJu1HyVbSJ7yORJTPj', '47SrXGyzPvxwkj2BZmaO', '7d3b12ad917d00c9c1cc7ccdeaa4f4ef3f908441436871dd542fd6fc57ba7990a62ef70891ea5e873936124c5749a727059cae037e9339a0c11e12c52927ee46', 'k3cF6', NULL, NULL, '2012-08-30 19:19:18')
29645
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29646
+  (0.2ms) SAVEPOINT active_record_2
29647
+  (0.6ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 19:19:18', `current_login_at` = '2012-08-30 19:19:18', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'ACR3euffG7GdyHYo4', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 6
29648
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29649
+  (0.4ms) SAVEPOINT active_record_2
29650
+  (0.4ms) UPDATE `spud_users` SET `super_admin` = 0, `perishable_token` = 'KMwb4hANoqHcgKcQZZf', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 6
29651
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 19:19:18', 'Blog', NULL, '2012-08-30 19:19:18', 6)
29652
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 19:19:18', 'Pages', NULL, '2012-08-30 19:19:18', 6)
29653
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29654
+ Processing by Spud::Admin::DashboardController#index as HTML
29655
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 6 LIMIT 1
29656
+  (0.3ms) SAVEPOINT active_record_2
29657
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'RZpoiJPNHYI5tRqHJDux', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 6
29658
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29659
+ SpudAdminPermission Load (0.4ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 6 AND `spud_admin_permissions`.`access` = 1
29660
+ SpudUserSetting Load (0.4ms) SELECT `spud_user_settings`.* FROM `spud_user_settings` WHERE `spud_user_settings`.`spud_user_id` = 6 AND `spud_user_settings`.`key` = 'app_order' LIMIT 1
29661
+ Completed 200 OK in 12ms (Views: 1.4ms | ActiveRecord: 2.5ms)
29662
+  (0.9ms) ROLLBACK
29663
+  (0.1ms) ROLLBACK
29664
+  (0.1ms) BEGIN
29665
+  (0.1ms) BEGIN
29666
+  (0.2ms) SAVEPOINT active_record_2
29667
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john7doe7@email.com' LIMIT 1
29668
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john7doe7' LIMIT 1
29669
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '27cd0e737335ecd70eb2baecd614f3442cb2a28885d22d3ec4bd4a166573a3ffbf2391fa2823f1a8cd0379f6a15528923818f05573c48fc9c844084fa411bb06' LIMIT 1
29670
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF7' LIMIT 1
29671
+ SQL (0.6ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:18', '1d49f6ea1e03222f46377a3526d6688bf915f49af9c8651043dc3573cdd8ae73ad19f4b7347d89b95db8cdb8895424ca69565e19843488b075d1e28be561e069', '2012-08-30 19:19:18', '0.0.0.0', 'john7doe7@email.com', 0, 'John7', NULL, NULL, 'Doe7', '2012-08-30 19:19:18', 'john7doe7', 1, 'kbY1w3WIt8ZOWk8S7', 'BWFIiVYbr6lkAskW2ML', '27cd0e737335ecd70eb2baecd614f3442cb2a28885d22d3ec4bd4a166573a3ffbf2391fa2823f1a8cd0379f6a15528923818f05573c48fc9c844084fa411bb06', 'k3cF7', NULL, NULL, '2012-08-30 19:19:18')
29672
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29673
+  (0.2ms) SAVEPOINT active_record_2
29674
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 19:19:18', `current_login_at` = '2012-08-30 19:19:18', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'FbY88UcH4hFvx5I1C3P9', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 7
29675
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29676
+  (0.3ms) SAVEPOINT active_record_2
29677
+  (0.5ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'bzFan3RAPiGBTs3BGqg', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 7
29678
+ SQL (0.4ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 19:19:18', 'Blog', NULL, '2012-08-30 19:19:18', 7)
29679
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29680
+ Processing by Spud::Admin::DashboardController#index as HTML
29681
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 7 LIMIT 1
29682
+  (0.3ms) SAVEPOINT active_record_2
29683
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'AZoVU13WxCCP7PybyiV', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 7
29684
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29685
+ SpudAdminPermission Load (0.5ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 7 AND `spud_admin_permissions`.`access` = 1
29686
+ SpudUserSetting Load (0.3ms) SELECT `spud_user_settings`.* FROM `spud_user_settings` WHERE `spud_user_settings`.`spud_user_id` = 7 AND `spud_user_settings`.`key` = 'app_order' LIMIT 1
29687
+ Completed 200 OK in 67ms (Views: 56.8ms | ActiveRecord: 2.0ms)
29688
+  (1.1ms) ROLLBACK
29689
+  (0.2ms) ROLLBACK
29690
+  (0.1ms) BEGIN
29691
+  (0.1ms) BEGIN
29692
+  (0.2ms) SAVEPOINT active_record_2
29693
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john8doe8@email.com' LIMIT 1
29694
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john8doe8' LIMIT 1
29695
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '586467262115e9908e474d01070609f93c03537bb2ba6166e2b6744f7cd3407f7b95fc32d4dd19a422bccaff016c9dd70c4759583d60be8dc984b56720a0b90d' LIMIT 1
29696
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF8' LIMIT 1
29697
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:18', 'd328f4fd29d08b8c3de17fef25924be49938279c2921a395cede525b6fac83cc90ea60c1056fd73ac77322196cb2795f7779f7e71ced4a54d905e4e6b7f65a08', '2012-08-30 19:19:18', '0.0.0.0', 'john8doe8@email.com', 0, 'John8', NULL, NULL, 'Doe8', '2012-08-30 19:19:18', 'john8doe8', 1, 'ChxI9xW3YiTK0ckRtQqN', 'Kuqh5h3bmFq4qPOXVPhj', '586467262115e9908e474d01070609f93c03537bb2ba6166e2b6744f7cd3407f7b95fc32d4dd19a422bccaff016c9dd70c4759583d60be8dc984b56720a0b90d', 'k3cF8', NULL, NULL, '2012-08-30 19:19:18')
29698
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29699
+  (0.2ms) SAVEPOINT active_record_2
29700
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 19:19:18', `current_login_at` = '2012-08-30 19:19:18', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'QfW8DnNwvOX1xcZAl0d', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 8
29701
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29702
+  (0.1ms) SAVEPOINT active_record_2
29703
+  (0.5ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'c2JSNQ8XpjpNLv2kIdej', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 8
29704
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29705
+  (0.2ms) SAVEPOINT active_record_2
29706
+ SpudUserSetting Exists (0.5ms) SELECT 1 AS one FROM `spud_user_settings` WHERE (`spud_user_settings`.`key` = BINARY 'app_order' AND `spud_user_settings`.`spud_user_id` = 8) LIMIT 1
29707
+ SQL (0.3ms) INSERT INTO `spud_user_settings` (`created_at`, `key`, `spud_user_id`, `updated_at`, `value`) VALUES ('2012-08-30 19:19:18', 'app_order', 8, '2012-08-30 19:19:18', 'Pages,Settings')
29708
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29709
+ Processing by Spud::Admin::DashboardController#index as HTML
29710
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 8 LIMIT 1
29711
+  (0.1ms) SAVEPOINT active_record_2
29712
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = '8XbiFG0mJtYjDcK5OUn', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 8
29713
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29714
+ SpudAdminPermission Load (0.4ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 8 AND `spud_admin_permissions`.`access` = 1
29715
+ SpudUserSetting Load (0.4ms) SELECT `spud_user_settings`.* FROM `spud_user_settings` WHERE `spud_user_settings`.`spud_user_id` = 8 AND `spud_user_settings`.`key` = 'app_order' LIMIT 1
29716
+ Completed 200 OK in 12ms (Views: 1.8ms | ActiveRecord: 2.0ms)
29717
+  (1.1ms) ROLLBACK
29718
+  (0.1ms) ROLLBACK
29719
+  (0.1ms) BEGIN
29720
+  (0.1ms) BEGIN
29721
+  (0.2ms) SAVEPOINT active_record_2
29722
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john9doe9@email.com' LIMIT 1
29723
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john9doe9' LIMIT 1
29724
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '634ad5473a8eaf4bfb378ebd452f559ab95cf9933c7be95ea89bdc734f896704e8d1032abbeb77dbc4861f39718af1cf7072e84e80387210053f0b45c885debe' LIMIT 1
29725
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF9' LIMIT 1
29726
+ 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 ('2012-08-30 19:19:18', '0b8056e0a77fafa62d250e9739418522deefd498294dae4a2eca365d17463505b6efc8385fdf7cd54ce7eedfbb48aba5785999c1b8d5fe9667fd9889de9c10c6', '2012-08-30 19:19:18', '0.0.0.0', 'john9doe9@email.com', 0, 'John9', NULL, NULL, 'Doe9', '2012-08-30 19:19:18', 'john9doe9', 1, 'WS45PlU5pzdN2G8t64dD', 'YWV4qXLjraCBquamOKKN', '634ad5473a8eaf4bfb378ebd452f559ab95cf9933c7be95ea89bdc734f896704e8d1032abbeb77dbc4861f39718af1cf7072e84e80387210053f0b45c885debe', 'k3cF9', NULL, NULL, '2012-08-30 19:19:18')
29727
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29728
+  (0.3ms) SAVEPOINT active_record_2
29729
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 19:19:18', `current_login_at` = '2012-08-30 19:19:18', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'jBYiJHHnNs6Xp8KyjzU', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 9
29730
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29731
+  (0.3ms) SAVEPOINT active_record_2
29732
+  (0.5ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'rHikhWRLggXoSqenU4y8', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 9
29733
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 19:19:18', 'Blog', NULL, '2012-08-30 19:19:18', 9)
29734
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29735
+ Processing by Spud::Admin::DashboardController#switch as HTML
29736
+ Parameters: {"multisite_select"=>nil}
29737
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 9 LIMIT 1
29738
+  (0.3ms) SAVEPOINT active_record_2
29739
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'SZbxBohSimvVocHPhh2Z', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 9
29740
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29741
+ Redirected to http://test.host/spud/admin
29742
+ Completed 302 Found in 9ms (ActiveRecord: 1.6ms)
29743
+  (0.8ms) ROLLBACK
29744
+  (0.1ms) ROLLBACK
29745
+  (0.1ms) BEGIN
29746
+  (0.1ms) BEGIN
29747
+  (0.2ms) SAVEPOINT active_record_2
29748
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john10doe10@email.com' LIMIT 1
29749
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john10doe10' LIMIT 1
29750
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'e61c4fab562639c3656f97f553fe80271a571e1d6b7fe9cebb23a9a1888dba56314b6de6c948b18fbb40e67a399b64d7d62f50b06fb8e82130ffaf0a9892d807' LIMIT 1
29751
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF10' LIMIT 1
29752
+ 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 ('2012-08-30 19:19:18', '102c08ae4108df3095bf8300ff7fcce317756c707ba13d83a76f659a2f83a71480e2db5d4d89a3fe27c4c71ff86e9526abc2f58f53ae33bc62164a200e2e8d25', '2012-08-30 19:19:18', '0.0.0.0', 'john10doe10@email.com', 0, 'John10', NULL, NULL, 'Doe10', '2012-08-30 19:19:18', 'john10doe10', 1, 'l6aRzshZFimp2OgCAgUE', 'mUcmmPz5WZcaRhN81nB', 'e61c4fab562639c3656f97f553fe80271a571e1d6b7fe9cebb23a9a1888dba56314b6de6c948b18fbb40e67a399b64d7d62f50b06fb8e82130ffaf0a9892d807', 'k3cF10', NULL, NULL, '2012-08-30 19:19:18')
29753
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29754
+  (0.2ms) SAVEPOINT active_record_2
29755
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 19:19:18', `current_login_at` = '2012-08-30 19:19:18', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'x1LfXjThdSRcyPJCWvF9', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 10
29756
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29757
+  (0.2ms) SAVEPOINT active_record_2
29758
+  (0.5ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = '2w0277veajZcxkKRpvra', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 10
29759
+ SQL (0.2ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 19:19:18', 'Blog', NULL, '2012-08-30 19:19:18', 10)
29760
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29761
+ Processing by Spud::Admin::DashboardController#switch as HTML
29762
+ Parameters: {"multisite_select"=>nil}
29763
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 10 LIMIT 1
29764
+  (0.2ms) SAVEPOINT active_record_2
29765
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'EE08o9dxq94ZTRpsV', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 10
29766
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29767
+ Redirected to http://test.host/spud/admin
29768
+ Completed 302 Found in 8ms (ActiveRecord: 1.4ms)
29769
+  (1.1ms) ROLLBACK
29770
+  (0.1ms) ROLLBACK
29771
+  (0.2ms) BEGIN
29772
+  (0.1ms) BEGIN
29773
+  (0.3ms) SAVEPOINT active_record_2
29774
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john11doe11@email.com' LIMIT 1
29775
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john11doe11' LIMIT 1
29776
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '33481993ed53bc6854bb715728b6a664d77af38c50900dba1c5906e99dc86a4801d2307056192ff86a0d01c9823f12533bbce78551ddd63dd31c1843c28247f0' LIMIT 1
29777
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF11' LIMIT 1
29778
+ 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 ('2012-08-30 19:19:18', '3b68431220d02f424bfdc515ae4f760c3a38de55032eb02c12dfa740d0d8947defecb1697dc690f4017f8a74ffc1d2553fa187a8082b5124c4ca1bb69758c17c', '2012-08-30 19:19:18', '0.0.0.0', 'john11doe11@email.com', 0, 'John11', NULL, NULL, 'Doe11', '2012-08-30 19:19:18', 'john11doe11', 1, '3yc9MTeiPNdiM6gnq', 'hC4JFdXTfMbp6Df6g3', '33481993ed53bc6854bb715728b6a664d77af38c50900dba1c5906e99dc86a4801d2307056192ff86a0d01c9823f12533bbce78551ddd63dd31c1843c28247f0', 'k3cF11', NULL, NULL, '2012-08-30 19:19:18')
29779
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29780
+  (0.3ms) SAVEPOINT active_record_2
29781
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 19:19:18', `current_login_at` = '2012-08-30 19:19:18', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'yL0u98yukwxNZfPWFWHB', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 11
29782
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29783
+  (0.3ms) SAVEPOINT active_record_2
29784
+  (0.5ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'CTpBZKoGIA7RkHjkeIw2', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 11
29785
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 19:19:18', 'Blog', NULL, '2012-08-30 19:19:18', 11)
29786
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29787
+ Processing by Spud::Admin::DashboardController#switch as HTML
29788
+ Parameters: {"multisite_select"=>"1"}
29789
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 11 LIMIT 1
29790
+  (0.2ms) SAVEPOINT active_record_2
29791
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'yfa04YU4SaTXzBt1Eb7s', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 11
29792
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29793
+ Redirected to http://test.host/spud/admin
29794
+ Completed 302 Found in 7ms (ActiveRecord: 1.1ms)
29795
+  (1.0ms) ROLLBACK
29796
+  (0.3ms) ROLLBACK
29797
+  (0.1ms) BEGIN
29798
+  (0.1ms) BEGIN
29799
+  (0.3ms) SAVEPOINT active_record_2
29800
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john12doe12@email.com' LIMIT 1
29801
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john12doe12' LIMIT 1
29802
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '8c9727fc3038ed30119df2656ff1d7cf3d61bdcf5d10d0a0d69dc41fb8b6e7a14774b5412aa54c32ee5e65a4bd6f5c7cd1db34e90e5db6d6fab492e150a14fd8' LIMIT 1
29803
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF12' LIMIT 1
29804
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:18', '3564d930f3c88a59a23e5f92aa1f5fda93096056caadaefbd3984610694ead60bcacfce11a98f73d8f4b083274e49d82d8016f287460f5962ee669aae2b83816', '2012-08-30 19:19:18', '0.0.0.0', 'john12doe12@email.com', 0, 'John12', NULL, NULL, 'Doe12', '2012-08-30 19:19:18', 'john12doe12', 1, 'kF6EimqnYa5jP0x3EYp', 'TJOV0YolnpiZh7LzmKvE', '8c9727fc3038ed30119df2656ff1d7cf3d61bdcf5d10d0a0d69dc41fb8b6e7a14774b5412aa54c32ee5e65a4bd6f5c7cd1db34e90e5db6d6fab492e150a14fd8', 'k3cF12', NULL, NULL, '2012-08-30 19:19:18')
29805
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29806
+  (0.2ms) SAVEPOINT active_record_2
29807
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 19:19:18', `current_login_at` = '2012-08-30 19:19:18', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'iWHn11ZviNqZOwv1tvX8', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 12
29808
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29809
+  (0.2ms) SAVEPOINT active_record_2
29810
+  (0.5ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'kfozahI8D9CQTxDQQ9Q', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 12
29811
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 19:19:18', 'Blog', NULL, '2012-08-30 19:19:18', 12)
29812
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29813
+ Processing by Spud::Admin::DashboardController#switch as HTML
29814
+ Parameters: {"multisite_select"=>"1"}
29815
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 12 LIMIT 1
29816
+  (0.2ms) SAVEPOINT active_record_2
29817
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'q3uEH3LCbMDcjL9QD8nB', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 12
29818
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29819
+ Redirected to http://test.host/spud/admin
29820
+ Completed 302 Found in 7ms (ActiveRecord: 1.4ms)
29821
+  (0.9ms) ROLLBACK
29822
+  (0.1ms) ROLLBACK
29823
+  (0.1ms) BEGIN
29824
+  (0.1ms) BEGIN
29825
+  (0.3ms) SAVEPOINT active_record_2
29826
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john13doe13@email.com' LIMIT 1
29827
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john13doe13' LIMIT 1
29828
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '6c2dcb6b24e8e89c077b70d5002192c3feaa68b9a85f604472310db97101be7e28379710658582dd72f4eb350ae6614b6be08a6e47d50676ac3eca86ba886103' LIMIT 1
29829
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF13' LIMIT 1
29830
+ 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 ('2012-08-30 19:19:18', '7f4ab396362296d21ca9c5d8edb5afa64ae2449d87070bacd17f563eb409ecef453f9a44ca48103bda8d649d434d50a2172843d86e86f608eb2dc44ec964c7d9', '2012-08-30 19:19:18', '0.0.0.0', 'john13doe13@email.com', 0, 'John13', NULL, NULL, 'Doe13', '2012-08-30 19:19:18', 'john13doe13', 1, 'zxFpju6kZrYuI5d7ZEcP', 'YGi0IIsHszJe22w848Id', '6c2dcb6b24e8e89c077b70d5002192c3feaa68b9a85f604472310db97101be7e28379710658582dd72f4eb350ae6614b6be08a6e47d50676ac3eca86ba886103', 'k3cF13', NULL, NULL, '2012-08-30 19:19:18')
29831
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29832
+  (0.2ms) SAVEPOINT active_record_2
29833
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 19:19:18', `current_login_at` = '2012-08-30 19:19:18', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'ys1ab9OLTLUIjlrvFiMB', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 13
29834
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29835
+  (0.3ms) SAVEPOINT active_record_2
29836
+  (0.4ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'anJbpcmE23HwVQ77n43', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 13
29837
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 19:19:18', 'Blog', NULL, '2012-08-30 19:19:18', 13)
29838
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29839
+ Processing by Spud::Admin::DashboardController#switch as HTML
29840
+ Parameters: {"multisite_select"=>"1"}
29841
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 13 LIMIT 1
29842
+  (0.2ms) SAVEPOINT active_record_2
29843
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'SGfEVAYJCDHeDb2BdiDm', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 13
29844
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29845
+ Redirected to http://test.host/spud/admin
29846
+ Completed 302 Found in 7ms (ActiveRecord: 1.4ms)
29847
+  (1.1ms) ROLLBACK
29848
+  (0.2ms) ROLLBACK
29849
+  (0.1ms) BEGIN
29850
+  (0.1ms) BEGIN
29851
+  (0.2ms) SAVEPOINT active_record_2
29852
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john14doe14@email.com' LIMIT 1
29853
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john14doe14' LIMIT 1
29854
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'f75c1ed311f82ba9055b52add9845a382f4224871f2664eaa07e8ab4725aa22e1d21794add1af6a521159fe6deae4f6e3145048211f9db3b916f4d0e43a4840c' LIMIT 1
29855
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF14' LIMIT 1
29856
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:18', '13aed11bba835fb0275b45d4948b2b42fa95202acf465b77c5f4484ed6a47cafc02dc9a8df9a27b37bb82b99a65288d0c309f0944eeb5175da2ff59cad744d42', '2012-08-30 19:19:18', '0.0.0.0', 'john14doe14@email.com', 0, 'John14', NULL, NULL, 'Doe14', '2012-08-30 19:19:18', 'john14doe14', 1, 'mlR3QizTJiyBMTVQZEDT', 'plocTftR1KA6SQ7JqJ', 'f75c1ed311f82ba9055b52add9845a382f4224871f2664eaa07e8ab4725aa22e1d21794add1af6a521159fe6deae4f6e3145048211f9db3b916f4d0e43a4840c', 'k3cF14', NULL, NULL, '2012-08-30 19:19:18')
29857
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29858
+  (0.2ms) SAVEPOINT active_record_2
29859
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 19:19:18', `current_login_at` = '2012-08-30 19:19:18', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'RJLOErtavBlgaC5ho4wP', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 14
29860
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29861
+  (0.3ms) SAVEPOINT active_record_2
29862
+  (0.5ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'Jqe2AS6aU51xjI4tEKcX', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 14
29863
+ SQL (0.4ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 19:19:18', 'Blog', NULL, '2012-08-30 19:19:18', 14)
29864
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29865
+ Processing by Spud::Admin::DashboardController#switch as HTML
29866
+ Parameters: {"multisite_select"=>"1"}
29867
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 14 LIMIT 1
29868
+  (0.1ms) SAVEPOINT active_record_2
29869
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'ESRKDMSkOnEPwi6aEB5j', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 14
29870
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29871
+ Redirected to http://test.host/spud/admin
29872
+ Completed 302 Found in 7ms (ActiveRecord: 1.3ms)
29873
+  (1.0ms) ROLLBACK
29874
+  (0.1ms) ROLLBACK
29875
+  (0.2ms) BEGIN
29876
+  (0.2ms) BEGIN
29877
+  (0.3ms) SAVEPOINT active_record_2
29878
+ 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 ('2012-08-30 19:19:18', '1082d089da89bebb54adf67a3722c389bdf3ca05f9057401c296a41d8a075bc7be727dcca392e087eda857f23c81de1c1e1e5a83cd17b927f70fc758af28c1c7', NULL, NULL, 'john15doe15@email.com', 0, 'John15', NULL, NULL, 'Doe15', NULL, 'john15doe15', 0, 'RCrAkjMTo9dXRC1ykdZq', 'HzKeCj1ELh74OQhcFPrQ', 'acb16ce23af8553fa193398af47aa42134f171308ddfdb66993ea48144aeae8efa44d527b961819a8fc26c54cf2b3cb912953c7c5790ab2468e72f4766c6f068', 'k3cF15', 1, NULL, '2012-08-30 19:19:18')
29879
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29880
+  (0.2ms) SAVEPOINT active_record_2
29881
+  (0.6ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:18', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'ulNsAu6T7eOeE16CvMWN', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 15
29882
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29883
+  (0.3ms) SAVEPOINT active_record_2
29884
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john16doe16@email.com' LIMIT 1
29885
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john16doe16' LIMIT 1
29886
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '30b316e1640aa6b541f0ff959f49e1dd528d8154db19c31a0e986956e0562b1c9ac77fce851a470241fbab408dddf1378e6ecfc61de8df402c73a917af66b8b4' LIMIT 1
29887
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF16' LIMIT 1
29888
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 15 LIMIT 1
29889
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'kJf5EGVOxfnIi1LA0B', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 15
29890
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:18', '243deb9d2d218b7e20bf3f4d39f981cdf802d372da78ce5e6dbe4ec4fdede95c946a431ec3f71e115cb1e41ad45988b6d1570956e013f7c73fcc289cf1e69778', NULL, NULL, 'john16doe16@email.com', 0, 'John16', NULL, NULL, 'Doe16', NULL, 'john16doe16', 0, '2HtUyfTFS9UpDlPx8bY', '4GDQvSjwxzssAAfY4ATq', '30b316e1640aa6b541f0ff959f49e1dd528d8154db19c31a0e986956e0562b1c9ac77fce851a470241fbab408dddf1378e6ecfc61de8df402c73a917af66b8b4', 'k3cF16', NULL, NULL, '2012-08-30 19:19:18')
29891
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29892
+  (0.2ms) SAVEPOINT active_record_2
29893
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john17doe17@email.com' LIMIT 1
29894
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john17doe17' LIMIT 1
29895
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '04df96c7bd5b0801ee4a9d69937c653f25712933bee16d833393030cce776949a732217ff785db9235aae2a2517669af43aff69449392d02a30bc22c08dfc245' LIMIT 1
29896
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF17' LIMIT 1
29897
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 15 LIMIT 1
29898
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'VkMnEJtHZdB0poWfIqMr', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 15
29899
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:18', 'd05f664342e380f3fca7b92c098e6904df27dbcecf1e4b737f94b55d42575493fb5586a94cfd88e7bab5f381c743c4c23b3d4a7811b344c13a3050b2b4dafa40', NULL, NULL, 'john17doe17@email.com', 0, 'John17', NULL, NULL, 'Doe17', NULL, 'john17doe17', 0, 'ltp6cD89ns6PAvFS3xSN', '7EByrSswskdCL3Qja3hf', '04df96c7bd5b0801ee4a9d69937c653f25712933bee16d833393030cce776949a732217ff785db9235aae2a2517669af43aff69449392d02a30bc22c08dfc245', 'k3cF17', NULL, NULL, '2012-08-30 19:19:18')
29900
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29901
+ Processing by Spud::Admin::UsersController#index as HTML
29902
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 15 LIMIT 1
29903
+  (0.2ms) SAVEPOINT active_record_2
29904
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'XAGFKgKAqyzmu1p97iW', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 15
29905
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29906
+ Completed 200 OK in 13ms (Views: 2.9ms | ActiveRecord: 1.2ms)
29907
+  (0.5ms) SELECT COUNT(*) FROM `spud_users` 
29908
+  (1.1ms) ROLLBACK
29909
+  (0.1ms) ROLLBACK
29910
+  (0.1ms) BEGIN
29911
+  (0.1ms) BEGIN
29912
+  (0.3ms) SAVEPOINT active_record_2
29913
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:18', '9618b142c01e575f222266660ba13ddb168c405a80cbed2195ff03130670178a5a559cf041538cd0b3190312404c472c0413c51f858942db8945b711bba76961', NULL, NULL, 'john18doe18@email.com', 0, 'John18', NULL, NULL, 'Doe18', NULL, 'john18doe18', 0, '3I1ulT0zGDL4gDKDtX', 'yxNZ9aSMMS9rdX4GJObb', 'b035d8a16ca857ce22e97d1ca35b8072c3b8c5165fa034972c8f9d9676cc928ae1d8d766be6f4ab4a73cf8647241fb73a35dd019a6cf6090e8f2751964e28b04', 'k3cF18', 1, NULL, '2012-08-30 19:19:18')
29914
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29915
+  (0.2ms) SAVEPOINT active_record_2
29916
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:18', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'eCDvFcNayxci2XMv0r', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 18
29917
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29918
+ Processing by Spud::Admin::UsersController#index as HTML
29919
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 18 LIMIT 1
29920
+  (0.1ms) SAVEPOINT active_record_2
29921
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'Y5jrUJM6Ga0BPBOoS76E', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 18
29922
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29923
+ Completed 200 OK in 8ms (Views: 1.3ms | ActiveRecord: 1.3ms)
29924
+  (0.4ms) SELECT COUNT(*) FROM `spud_users`
29925
+  (0.8ms) ROLLBACK
29926
+  (0.0ms) ROLLBACK
29927
+  (0.1ms) BEGIN
29928
+  (0.1ms) BEGIN
29929
+  (0.2ms) SAVEPOINT active_record_2
29930
+ 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 ('2012-08-30 19:19:18', 'e7d07234bf3306d2425d895be98e18e795dd89b6aa7623a4af964c6397123197bf2b4c542da4e8df9b2a1dae0aec3690ec4431ad90d61c69f31834153227a8a6', NULL, NULL, 'john19doe19@email.com', 0, 'John19', NULL, NULL, 'Doe19', NULL, 'john19doe19', 0, 'OLMNdZOyQCRBYxVD1dC', 'XAZNIc8AmTEj42p9Jiv', '583b48ae32fef769f7f7b5eb8a993f5c5d4cf9f65ccb864133b5f8447a81eebd9bcdd4531db7aa09f23e252e758982b37a97491857394aee1938e8c7d98a7ef8', 'k3cF19', 1, NULL, '2012-08-30 19:19:18')
29931
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29932
+  (0.2ms) SAVEPOINT active_record_2
29933
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:18', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'rfAnWGjCuaIqCY3r05yB', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 19
29934
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29935
+  (0.3ms) SAVEPOINT active_record_2
29936
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:18', '0d34fd24dd820e942f4d78fd4e5fd4b0808b6d638ae6f0f015780d5589933fc900493490daded4b5e89e8928c8bb3248c344243ee7e190a5c6d9b392930c4e1b', NULL, NULL, 'john20doe20@email.com', 0, 'John20', NULL, NULL, 'Doe20', NULL, 'john20doe20', 0, 'pN2Z60nJhb4jZm1MFFo', 'vdCJgFzI5BYt7lMCbqh', '87287e8a2388c125865689d867b49feb304e0f3366ce3e11858515889fcd6fd15cc1491005fb4dd8d8f07accab9aaa0a16a3035860f8e70c8713a3fa64f1c25c', 'k3cF20', 0, NULL, '2012-08-30 19:19:18')
29937
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29938
+  (0.2ms) SAVEPOINT active_record_2
29939
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:18', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'TqEMuQlX9NYZMNsJx3k', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 20
29940
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29941
+ Processing by Spud::Admin::UsersController#index as HTML
29942
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 20 LIMIT 1
29943
+  (0.2ms) SAVEPOINT active_record_2
29944
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'PKdhgqxHCwkWxsL4ja', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 20
29945
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29946
+ SpudAdminPermission Load (0.4ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 20 AND `spud_admin_permissions`.`access` = 1
29947
+ Redirected to http://test.host/
29948
+ Filter chain halted as :require_admin_user rendered or redirected
29949
+ Completed 302 Found in 8ms (ActiveRecord: 1.8ms)
29950
+  (0.9ms) ROLLBACK
29951
+  (0.1ms) ROLLBACK
29952
+  (0.1ms) BEGIN
29953
+  (0.1ms) BEGIN
29954
+  (0.3ms) SAVEPOINT active_record_2
29955
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:18', 'cb823e79cf175dc52145e07e22396e899819889285bfb0e518e030dffc9d590428bb3a5393425565695866d7b9ef48193849583d9fab05649e81674f760422de', NULL, NULL, 'john21doe21@email.com', 0, 'John21', NULL, NULL, 'Doe21', NULL, 'john21doe21', 0, 'KHDpDHmPCx8hhe5zMvo', 'gufoYE3h5YLkdTjhbhI', 'f3b66e4769e40ab6bac9d3466eba1ec571a692c475ed116c6ee4081919aff01c0babda967a74a4f66040077d11ca8df26aca815e0723c776bad0e94927355058', 'k3cF21', 1, NULL, '2012-08-30 19:19:18')
29956
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29957
+  (0.1ms) SAVEPOINT active_record_2
29958
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:18', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'MJ0NBXpJx9RWycuSdxxH', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 21
29959
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29960
+  (0.2ms) SAVEPOINT active_record_2
29961
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john22doe22@email.com' LIMIT 1
29962
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john22doe22' LIMIT 1
29963
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '28ed2cd9c90baa7ffc573e02c5e08781cfd7c74b1565dae88ba244901961ba32222bdecfae99161102c23a2ca39d09aff0c1f46f97e977c94e6d6f5617bc6785' LIMIT 1
29964
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF22' LIMIT 1
29965
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 21 LIMIT 1
29966
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'lP4bPtjpirlESr1tqMbT', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 21
29967
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:18', '88019979f5557712d2927c463b19319a5c9f8f3b0b0384629be0a0ee24a24745dba413a905a68e6adceafb7b9985b726db59140dca353c4e1948b871ebd9f785', NULL, NULL, 'john22doe22@email.com', 0, 'John22', NULL, NULL, 'Doe22', NULL, 'john22doe22', 0, 'GrBr0CKFrhWzkndSUor', 'TCJ4YioLxoYmE4wbn6AT', '28ed2cd9c90baa7ffc573e02c5e08781cfd7c74b1565dae88ba244901961ba32222bdecfae99161102c23a2ca39d09aff0c1f46f97e977c94e6d6f5617bc6785', 'k3cF22', 0, NULL, '2012-08-30 19:19:18')
29968
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29969
+  (0.2ms) SAVEPOINT active_record_2
29970
+ SQL (0.7ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 19:19:18', 'Users', NULL, '2012-08-30 19:19:18', 22)
29971
+  (0.2ms) RELEASE SAVEPOINT active_record_2
29972
+  (0.2ms) SAVEPOINT active_record_2
29973
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:18', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'UJucDRoSe0hRYCQ9gp3', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 22
29974
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29975
+ Processing by Spud::Admin::UsersController#index as HTML
29976
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 22 LIMIT 1
29977
+  (0.2ms) SAVEPOINT active_record_2
29978
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'LUx5pQDqn7bfkVMnrF6j', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 22
29979
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29980
+ SpudAdminPermission Load (0.4ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 22 AND `spud_admin_permissions`.`access` = 1
29981
+ Completed 200 OK in 12ms (Views: 1.4ms | ActiveRecord: 1.7ms)
29982
+  (0.8ms) ROLLBACK
29983
+  (0.1ms) ROLLBACK
29984
+  (0.1ms) BEGIN
29985
+  (0.1ms) BEGIN
29986
+  (0.2ms) SAVEPOINT active_record_2
29987
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:18', 'a79649ffa14ff8eaf63773fb5fd8cff7f91f9c2cb4a8247a7af213eda9f931117dcda40f2f842e01b51e9b460448ccd4885402128fe1b80431226696544d634d', NULL, NULL, 'john23doe23@email.com', 0, 'John23', NULL, NULL, 'Doe23', NULL, 'john23doe23', 0, 'POrKUsBecpJhuIjWDRBi', 'VyMaMun8DllYrNNuwW7l', 'a05bdad25def74c900f6a2d3df15bd2aee9baf23f5043d6b6c26735f0c5d25bcb74015f38b72bc62c1a3e6602df40be7a367400422a9dccec39f6d13e1df6c8e', 'k3cF23', 1, NULL, '2012-08-30 19:19:18')
29988
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29989
+  (0.2ms) SAVEPOINT active_record_2
29990
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:18', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'j52T4sj1BrukeOJhG0LV', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 23
29991
+  (0.1ms) RELEASE SAVEPOINT active_record_2
29992
+  (0.2ms) SAVEPOINT active_record_2
29993
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john24doe24@email.com' LIMIT 1
29994
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john24doe24' LIMIT 1
29995
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '381f76524c26cc5ce9e69bd702ad5e64be5bba667205a021bf2c9ea651f281175f0d57cf8c61931cc2002c860b7f8b630590db9f65d022e4f4fee1e4fda8afcc' LIMIT 1
29996
+ SpudUser Exists (64.0ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF24' LIMIT 1
29997
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 23 LIMIT 1
29998
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'UDpRMnfw1myl3HxQHKuk', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 23
29999
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:18', '07be333c184f235e9248983cdbec572c6e1ae03a637368876d1c2510fe375d1513278d3d5cc5792a493f030c86408286559af5937358f54c89f38cd950405f11', NULL, NULL, 'john24doe24@email.com', 0, 'John24', NULL, NULL, 'Doe24', NULL, 'john24doe24', 0, '4Npo3Pkis4WBdLYnilw', 'aXfmhbg3z1mN7b3hHXD', '381f76524c26cc5ce9e69bd702ad5e64be5bba667205a021bf2c9ea651f281175f0d57cf8c61931cc2002c860b7f8b630590db9f65d022e4f4fee1e4fda8afcc', 'k3cF24', 0, NULL, '2012-08-30 19:19:18')
30000
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30001
+  (0.2ms) SAVEPOINT active_record_2
30002
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30003
+  (0.2ms) SAVEPOINT active_record_2
30004
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:18', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'oGIdUFB99z1MpSKnxDeI', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 24
30005
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30006
+ Processing by Spud::Admin::UsersController#index as HTML
30007
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 24 LIMIT 1
30008
+  (0.1ms) SAVEPOINT active_record_2
30009
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'ZTal5pqe1F4WSQIddMD', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 24
30010
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30011
+ SpudAdminPermission Load (0.3ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 24 AND `spud_admin_permissions`.`access` = 1
30012
+ Redirected to http://test.host/
30013
+ Filter chain halted as :require_admin_user rendered or redirected
30014
+ Completed 302 Found in 8ms (ActiveRecord: 1.4ms)
30015
+  (0.8ms) ROLLBACK
30016
+  (0.1ms) ROLLBACK
30017
+  (0.1ms) BEGIN
30018
+  (0.1ms) BEGIN
30019
+  (0.3ms) SAVEPOINT active_record_2
30020
+ 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 ('2012-08-30 19:19:18', 'e425c84122e2045e40326e6d3dd8fa91352af7c10c1845c1a13c862cf3ec94129ec09621d1d707bf77c8cbd03acfbfac73bc2228bae636d2e8c32562ee4ad9f4', NULL, NULL, 'john25doe25@email.com', 0, 'John25', NULL, NULL, 'Doe25', NULL, 'john25doe25', 0, 'mg5bp3ekdtADvbdvXrLI', 'Jy979qsVIYECcFkwqwD', 'd3d546ef9168c2d30b2ff5eebdb98022b58380339a6b4271c4e5e2ec2e71bcb6cf917d44fdb18cf81e992694089c8c1bcd4206e1b7715d814b2486b1caf8b352', 'k3cF25', 1, NULL, '2012-08-30 19:19:18')
30021
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30022
+  (0.2ms) SAVEPOINT active_record_2
30023
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:18', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'ms7ZEodG9Rd8klTmCFa', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 25
30024
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30025
+  (0.2ms) SAVEPOINT active_record_2
30026
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john26doe26@email.com' LIMIT 1
30027
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john26doe26' LIMIT 1
30028
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '6554c3c4a131fe08a9fc89f5ebcb475498c193f8134e66f15f868ef1724f43ab925b83effe96b86465ed91875b7b87ae7736c8d8ca4f3b02067ed39eb0bd3e39' LIMIT 1
30029
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF26' LIMIT 1
30030
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 25 LIMIT 1
30031
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'tqTE68kfjz2omgM4Tlbk', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 25
30032
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:18', 'ad4a0d0c009b00c7ad320fcdb9cf8563ccecdd290dc31c88acc08f4a33af7d762f8e92034ca7ddf012090464ddbb3addd4bd81bee06900d3ac7b8988c453a264', NULL, NULL, 'john26doe26@email.com', 0, 'John26', NULL, NULL, 'Doe26', NULL, 'john26doe26', 0, 'PutBdB3tSPiX2wTsyrU', 'p87NkuUXPdlDT3bfg', '6554c3c4a131fe08a9fc89f5ebcb475498c193f8134e66f15f868ef1724f43ab925b83effe96b86465ed91875b7b87ae7736c8d8ca4f3b02067ed39eb0bd3e39', 'k3cF26', 0, NULL, '2012-08-30 19:19:18')
30033
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30034
+  (0.2ms) SAVEPOINT active_record_2
30035
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (0, '2012-08-30 19:19:18', 'Users', NULL, '2012-08-30 19:19:18', 26)
30036
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30037
+  (0.2ms) SAVEPOINT active_record_2
30038
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:18', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'xTc7t65ctAxx5x8PI0Wc', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 26
30039
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30040
+ Processing by Spud::Admin::UsersController#index as HTML
30041
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 26 LIMIT 1
30042
+  (0.2ms) SAVEPOINT active_record_2
30043
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'Z17Tiqy9LxlMkXeXMwY', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 26
30044
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30045
+ SpudAdminPermission Load (0.4ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 26 AND `spud_admin_permissions`.`access` = 1
30046
+ Redirected to http://test.host/
30047
+ Filter chain halted as :require_admin_user rendered or redirected
30048
+ Completed 302 Found in 9ms (ActiveRecord: 1.8ms)
30049
+  (0.8ms) ROLLBACK
30050
+  (0.1ms) ROLLBACK
30051
+  (0.1ms) BEGIN
30052
+  (0.1ms) BEGIN
30053
+  (0.3ms) SAVEPOINT active_record_2
30054
+ 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 ('2012-08-30 19:19:18', 'ad6201ead3b63958d9cc955bebf377c06936da72ee71f0330eb201f5fa21f93a63ab27eb8d0549ed3089f8fb7bd74aac5364051b382474e0b654f9c92989203e', NULL, NULL, 'john27doe27@email.com', 0, 'John27', NULL, NULL, 'Doe27', NULL, 'john27doe27', 0, '464lZcFpU5ygWE2xkxm2', 'nsZC7wLHPhVrcQkgR1d7', '0b4913ead15aabb99d2152234ffeb1025b9c55cb6c0571b23ebcdb29b8658f4cf803cb43a7288bfc92e9d7335b0b5c67449933f379aa8a103cec1dea7856f833', 'k3cF27', 1, NULL, '2012-08-30 19:19:18')
30055
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30056
+  (0.1ms) SAVEPOINT active_record_2
30057
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:18', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'tUKihiaivf7fO6vsEmYc', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 27
30058
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30059
+  (0.3ms) SAVEPOINT active_record_2
30060
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john28doe28@email.com' LIMIT 1
30061
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john28doe28' LIMIT 1
30062
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'e636025e98d1d79303c8a960be65d23c066c800d3eef8a65faf70a042e64d9645e779250016b833ac623b86ff78184d1f46bec3fe2e7bcf2963ce769e291ab56' LIMIT 1
30063
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF28' LIMIT 1
30064
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 27 LIMIT 1
30065
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'Wt5x6lLyOaHRf4gaaH', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 27
30066
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:18', '6d56ca1c33e71d0c329c42d4053731840958c802914745e6dae60d55325e5d483d87228d15946ec523e56267c1c456f9ac98ff5f18b5c7e10a2f843230b3063d', NULL, NULL, 'john28doe28@email.com', 0, 'John28', NULL, NULL, 'Doe28', NULL, 'john28doe28', 0, 'cKX7dNv9i6vQkC4pGlc', 'mK58BCXOJ5WjuBhzHOi', 'e636025e98d1d79303c8a960be65d23c066c800d3eef8a65faf70a042e64d9645e779250016b833ac623b86ff78184d1f46bec3fe2e7bcf2963ce769e291ab56', 'k3cF28', 0, NULL, '2012-08-30 19:19:18')
30067
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30068
+  (0.3ms) SAVEPOINT active_record_2
30069
+ SQL (0.4ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (0, '2012-08-30 19:19:18', 'Users', NULL, '2012-08-30 19:19:18', 28)
30070
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 19:19:18', 'App2', NULL, '2012-08-30 19:19:18', 28)
30071
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30072
+  (0.2ms) SAVEPOINT active_record_2
30073
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:18', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'jePH4raOkDH2fmlJUGF', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 28
30074
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30075
+ Processing by Spud::Admin::UsersController#index as HTML
30076
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 28 LIMIT 1
30077
+  (0.2ms) SAVEPOINT active_record_2
30078
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'cIy2HGTtJtD4qkek7Wys', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 28
30079
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30080
+ SpudAdminPermission Load (0.4ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 28 AND `spud_admin_permissions`.`access` = 1
30081
+ Redirected to http://test.host/spud/admin
30082
+ Filter chain halted as #<Proc:0x007fcaf8d1bbe8@/Users/gregwoods/Source/Spud/spud_core_admin/lib/spud_core/belongs_to_app.rb:25> rendered or redirected
30083
+ Completed 302 Found in 9ms (ActiveRecord: 1.4ms)
30084
+  (1.0ms) ROLLBACK
30085
+  (0.2ms) ROLLBACK
30086
+  (0.1ms) BEGIN
30087
+  (0.1ms) BEGIN
30088
+  (0.2ms) SAVEPOINT active_record_2
30089
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:18', '962e611c42b1079ca51dd58e57be51a431ca64c5ebbd5bf022f2615e3e8379f8d7fe67532aaa325faadf0dec1f8696542fb777bc377113d72bb6de171d72b663', NULL, NULL, 'john29doe29@email.com', 0, 'John29', NULL, NULL, 'Doe29', NULL, 'john29doe29', 0, 'BnNsqwLJFrDi6gaDuVkk', 'VQdn8EVZExF3zABU6dD', 'ce9578ee8010d029d6ed7e344956e9982631097ad77e96a10366937d234ec3c7ec2ac13664f384d02e88431f05f00889cc4855f2e20d3e25e006caf6cf6be3aa', 'k3cF29', 1, NULL, '2012-08-30 19:19:18')
30090
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30091
+  (0.2ms) SAVEPOINT active_record_2
30092
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:18', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'mLldTtCgER8KeU6JAW', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 29
30093
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30094
+  (0.2ms) SAVEPOINT active_record_2
30095
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john30doe30@email.com' LIMIT 1
30096
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john30doe30' LIMIT 1
30097
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'eb96c3456bf3690dad64246c4526a13a512c08201c3afe02d50178426b96c9180886aa40c93eea626a6066c120ae2e853f567e4ec0817d3bfe84255b199cb99e' LIMIT 1
30098
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF30' LIMIT 1
30099
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 29 LIMIT 1
30100
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'K2mXIA5F0AijhQM7PU7w', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 29
30101
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:18', '4668bcab1b568bb0390dc135aadbd6ada963e41a04c9baba126c858197a9ee26954e152d728fc3de0a8036033f17616ab612cbfeb475814e5318508244cb554a', NULL, NULL, 'john30doe30@email.com', 0, 'John30', NULL, NULL, 'Doe30', NULL, 'john30doe30', 0, 'nL0BreOCjMytULH8bff', 'MBlg6jhiWAjNhGSNJRw', 'eb96c3456bf3690dad64246c4526a13a512c08201c3afe02d50178426b96c9180886aa40c93eea626a6066c120ae2e853f567e4ec0817d3bfe84255b199cb99e', 'k3cF30', NULL, NULL, '2012-08-30 19:19:18')
30102
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30103
+ Processing by Spud::Admin::UsersController#show as HTML
30104
+ Parameters: {"id"=>"30"}
30105
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 29 LIMIT 1
30106
+  (0.2ms) SAVEPOINT active_record_2
30107
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:18', `perishable_token` = 'wRscLPLMUVSZrmAQi', `updated_at` = '2012-08-30 19:19:18' WHERE `spud_users`.`id` = 29
30108
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30109
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 30 LIMIT 1
30110
+ Completed 200 OK in 12ms (Views: 2.1ms | ActiveRecord: 1.6ms)
30111
+  (0.9ms) ROLLBACK
30112
+  (0.1ms) ROLLBACK
30113
+  (0.1ms) BEGIN
30114
+  (0.1ms) BEGIN
30115
+  (0.3ms) SAVEPOINT active_record_2
30116
+ 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 ('2012-08-30 19:19:18', '8e1f8400ab5b824878eebcfb848852cd25a47becd47c8da2d58469e903035b72f8dc5b88f9dd4d95e8c51545d9699c03bbc069942eef9a455c05ba1d4c120d97', NULL, NULL, 'john31doe31@email.com', 0, 'John31', NULL, NULL, 'Doe31', NULL, 'john31doe31', 0, 'NRPHLm80LDvQrV25uElv', 'DcZwRlxAGRgtbqMnpUkJ', '5e6274f17dda451456713077fa84357d7b6b84d19d55bab20f0377803e79ef681bd6fe0c6dca30f24c9238083c6a7e03d166682a9df79b8fa7780987f4ccb2a1', 'k3cF31', 1, NULL, '2012-08-30 19:19:18')
30117
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30118
+  (0.3ms) SAVEPOINT active_record_2
30119
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:19', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'G69Gx4kR6mXiZI9rRxnl', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 31
30120
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30121
+  (0.2ms) SAVEPOINT active_record_2
30122
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john32doe32@email.com' LIMIT 1
30123
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john32doe32' LIMIT 1
30124
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '95edbd515fce1fbc69f2a829a462ec58a876e130f22d456a655d1b2d170253343fb182fc0b2c7722f047bcfab11e1b303f2266ff437f6b1fdca4f397e3e9b3b9' LIMIT 1
30125
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF32' LIMIT 1
30126
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 31 LIMIT 1
30127
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'GCxu1eYSjQvNKD6Zdk', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 31
30128
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:19', 'f126f600c9cf63b5f3a7e8ad295735d0066cbc7db28fffc8bed315043b13c355cc8eb60070f062b2ac7cb75ef6e53718bfa9383d9f52362048aff1f73bc9a6fe', NULL, NULL, 'john32doe32@email.com', 0, 'John32', NULL, NULL, 'Doe32', NULL, 'john32doe32', 0, 'jv0RXeVBpv9DnpxZLRZ', 'KwcsBOpI7h43W9BFSrAL', '95edbd515fce1fbc69f2a829a462ec58a876e130f22d456a655d1b2d170253343fb182fc0b2c7722f047bcfab11e1b303f2266ff437f6b1fdca4f397e3e9b3b9', 'k3cF32', NULL, NULL, '2012-08-30 19:19:19')
30129
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30130
+ Processing by Spud::Admin::UsersController#show as HTML
30131
+ Parameters: {"id"=>"32"}
30132
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 31 LIMIT 1
30133
+  (0.2ms) SAVEPOINT active_record_2
30134
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'IzmmRy9uFzboIVxNVQeQ', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 31
30135
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30136
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 32 LIMIT 1
30137
+ Completed 200 OK in 9ms (Views: 1.3ms | ActiveRecord: 1.7ms)
30138
+  (1.1ms) ROLLBACK
30139
+  (0.1ms) ROLLBACK
30140
+  (0.1ms) BEGIN
30141
+  (0.0ms) BEGIN
30142
+  (0.3ms) SAVEPOINT active_record_2
30143
+ 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 ('2012-08-30 19:19:19', 'aa0308d3bd9f43e13c8589b49af2a7585c70cd596fa017abf7d10934976160250c49df58d4e3b01cf0fd552a8c8e99cf4b9c3e551ce0a1df9049f4c6e02f9f59', NULL, NULL, 'john33doe33@email.com', 0, 'John33', NULL, NULL, 'Doe33', NULL, 'john33doe33', 0, 'HgHSFB8bX1P2xKxFkfYS', 'OI91aYqtUonvQIeL1EVA', '8d09a576c88f0a21e642ea2921bc175c0c5edc89766ba505c48a8459c98b7a7e133b075342f50db5f102891786a4d4212cc330460c7e5bf8f74d8825d6c70f22', 'k3cF33', 1, NULL, '2012-08-30 19:19:19')
30144
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30145
+  (0.2ms) SAVEPOINT active_record_2
30146
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:19', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'JOzH9EUwKb1kQ3uDg9z4', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 33
30147
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30148
+ Processing by Spud::Admin::UsersController#new as JS
30149
+ SpudUser Load (0.7ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 33 LIMIT 1
30150
+  (0.3ms) SAVEPOINT active_record_2
30151
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'jzRLIHNPJJo6wpkR61oL', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 33
30152
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30153
+ Rendered /Users/gregwoods/Source/Spud/spud_core_admin/app/views/spud/admin/users/_new.html.erb (0.4ms)
30154
+ Completed 200 OK in 16ms (Views: 6.5ms | ActiveRecord: 1.6ms)
30155
+  (0.8ms) ROLLBACK
30156
+  (0.1ms) ROLLBACK
30157
+  (0.1ms) BEGIN
30158
+  (0.1ms) BEGIN
30159
+  (0.2ms) SAVEPOINT active_record_2
30160
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:19', 'f31d82a971ede0c50b61a17d0cc4be270191f0a4ccface03ee04e834f0373c7c2e8dc84c5439b285eae36b080a3ee94f19c0f1ea3d6757b70e9233fb8fbb0b32', NULL, NULL, 'john34doe34@email.com', 0, 'John34', NULL, NULL, 'Doe34', NULL, 'john34doe34', 0, 'jr2jZFdbKCh72nhtk6YO', 'tPtWUFYYjiHJxOfXOo0', 'ab349a1e500a8f1b7f7c10ec423ea4212a125b9cc470d6de9983ad839ac4ab4c26a56ba675552c8db95cd8eca08001925f15c0cd6d9fc3e1a4b5178164867d7f', 'k3cF34', 1, NULL, '2012-08-30 19:19:19')
30161
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30162
+  (0.2ms) SAVEPOINT active_record_2
30163
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:19', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'uva4SBcSvvqDcob14m', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 34
30164
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30165
+ Processing by Spud::Admin::UsersController#new as JS
30166
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 34 LIMIT 1
30167
+  (0.2ms) SAVEPOINT active_record_2
30168
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'cr6VI7MxciVFguemo6', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 34
30169
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30170
+ Rendered /Users/gregwoods/Source/Spud/spud_core_admin/app/views/spud/admin/users/_new.html.erb (0.4ms)
30171
+ Completed 200 OK in 9ms (Views: 1.2ms | ActiveRecord: 1.3ms)
30172
+  (0.9ms) ROLLBACK
30173
+  (0.2ms) ROLLBACK
30174
+  (0.1ms) BEGIN
30175
+  (0.1ms) BEGIN
30176
+  (0.3ms) SAVEPOINT active_record_2
30177
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:19', '73223bdf4453c5689ef9e24c81c89d4c418e2d8ebcdf9a20cd16dc59a4cff263762a3692db7081ab7c15fe0980289fa767016c7c092a5144abba6886aa892e1f', NULL, NULL, 'john35doe35@email.com', 0, 'John35', NULL, NULL, 'Doe35', NULL, 'john35doe35', 0, 'mnP5K8EvZkjgKCF7Yl', 'm1mfqvEvrs97STVuHG1', 'e745eed27920e79405976312742e8e2bee4937b4e4ba2f3303f9708f25380785c75a92d7c55b5318c73d3bf80edd00529eabcc415bc216d1a1bd4b44feee8ff2', 'k3cF35', 1, NULL, '2012-08-30 19:19:19')
30178
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30179
+  (0.2ms) SAVEPOINT active_record_2
30180
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:19', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'WEzNYpSxyOoBeL5Cx90e', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 35
30181
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30182
+  (0.3ms) SELECT COUNT(*) FROM `spud_users`
30183
+ Processing by Spud::Admin::UsersController#create as HTML
30184
+ Parameters: {"spud_user"=>{"first_name"=>"John36", "last_name"=>"Doe36", "login"=>"john36doe36", "email"=>"john36doe36@email.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF36"}}
30185
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 35 LIMIT 1
30186
+  (0.2ms) SAVEPOINT active_record_2
30187
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'Ls8EZX9dMPaiGYTnl0D', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 35
30188
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30189
+  (0.2ms) SAVEPOINT active_record_2
30190
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john36doe36@email.com' LIMIT 1
30191
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john36doe36' LIMIT 1
30192
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '2fac135d35131673e6f91a0f1449f18dc72d1e3fce6bb4bfc774caa438a32d81fd90052eb10f50d2784aca54a66584a3bcf3ebf622d204584b3e514f13444a08' LIMIT 1
30193
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF36' LIMIT 1
30194
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 35 LIMIT 1
30195
+  (0.6ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'Lujbyu44qf3UMH7HR', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 35
30196
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:19', '8c6b554bdc898c6c43893054d0ce5655bf3594372b966cbb8dc6296c39c1e11946a937051d897ec7eb72bbfffa18940095ba8a6d726161ccbdb3987ca46fee88', NULL, NULL, 'john36doe36@email.com', 0, 'John36', NULL, NULL, 'Doe36', NULL, 'john36doe36', 0, 'AuBiYBAAFqneCUEFx1u', 'fJ8xDGVRxFbevCoqQ', '2fac135d35131673e6f91a0f1449f18dc72d1e3fce6bb4bfc774caa438a32d81fd90052eb10f50d2784aca54a66584a3bcf3ebf622d204584b3e514f13444a08', 'k3cF36', NULL, NULL, '2012-08-30 19:19:19')
30197
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30198
+ Redirected to http://test.host/spud/admin/users
30199
+ Completed 302 Found in 25ms (ActiveRecord: 4.3ms)
30200
+  (0.4ms) SELECT COUNT(*) FROM `spud_users`
30201
+  (1.0ms) ROLLBACK
30202
+  (0.1ms) ROLLBACK
30203
+  (0.1ms) BEGIN
30204
+  (0.1ms) BEGIN
30205
+  (0.3ms) SAVEPOINT active_record_2
30206
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:19', '6eda7833cae256106e9b0c6c6a83f8dc3a0f0b23a868aca9b82c9c439c0064e77a750566c0a2aa0bbf86faee317dee4ec561a3d894d56e2397f9be28e01374ce', NULL, NULL, 'john37doe37@email.com', 0, 'John37', NULL, NULL, 'Doe37', NULL, 'john37doe37', 0, 'kYgvOn09xQAGvrlziSdl', '91G237K9HnrzMOuER', '006ca4c0dd6902aa68c8b41b4585a75c95e1afbe861cdc4e992bf92d24b46e6f91d44c557cf5e64e0381e9700f7f72b55563805b0c6c110e65ff32c1fffb775d', 'k3cF37', 1, NULL, '2012-08-30 19:19:19')
30207
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30208
+  (0.2ms) SAVEPOINT active_record_2
30209
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:19', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'LvsJ9Ov6LmC6SunKRpO3', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 37
30210
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30211
+  (0.2ms) SELECT COUNT(*) FROM `spud_users` 
30212
+ Processing by Spud::Admin::UsersController#create as HTML
30213
+ Parameters: {"spud_user"=>{"first_name"=>"John38", "last_name"=>"Doe38", "login"=>"john38doe38", "email"=>nil, "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF38"}}
30214
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 37 LIMIT 1
30215
+  (0.3ms) SAVEPOINT active_record_2
30216
+  (0.6ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'uixhL06rjxKu6YneuP1j', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 37
30217
+  (0.3ms) RELEASE SAVEPOINT active_record_2
30218
+  (0.3ms) SAVEPOINT active_record_2
30219
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john38doe38' LIMIT 1
30220
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '3c90e3713c341f01e242e499b6389e6e4fe2d78de4d0072294f844a77cd669ec0bcc78a7255d931e6b999046d45483de5a896f31129fa23d12814998b175d3f0' LIMIT 1
30221
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF38' LIMIT 1
30222
+  (0.3ms) ROLLBACK TO SAVEPOINT active_record_2
30223
+ Completed 200 OK in 23ms (Views: 1.9ms | ActiveRecord: 3.4ms)
30224
+  (0.5ms) SELECT COUNT(*) FROM `spud_users` 
30225
+  (1.0ms) ROLLBACK
30226
+  (0.2ms) ROLLBACK
30227
+  (0.1ms) BEGIN
30228
+  (0.0ms) BEGIN
30229
+  (0.3ms) SAVEPOINT active_record_2
30230
+ 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 ('2012-08-30 19:19:19', 'ea44c73b797c1ab31dd4115b127548d3216eb880aea57f77b0706835f5cdaac455297991b5b20bde8ba602686e8b2ab2df9a0430de9ed5e2a20b74a6b7e3ba4f', NULL, NULL, 'john38doe38@email.com', 0, 'John39', NULL, NULL, 'Doe39', NULL, 'john39doe39', 0, 'hMRXTYf78dAoEArjG9L1', '5Xqn5YJvHzlgeKIqmJa', '4eade9a05e84f6373c0b9604a188a58a96911744a49d0e06647eb6d7c3afe17d08753d493f5cd372b0ebdfa7f5dc944d58ec31ef93b4c383508f61599f443b10', 'k3cF39', 1, NULL, '2012-08-30 19:19:19')
30231
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30232
+  (0.1ms) SAVEPOINT active_record_2
30233
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:19', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'nfgMSOhsZ90dk3cVj', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 38
30234
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30235
+  (0.3ms) SELECT COUNT(*) FROM `spud_users`
30236
+ Processing by Spud::Admin::UsersController#create as JS
30237
+ Parameters: {"spud_user"=>{"first_name"=>"John40", "last_name"=>"Doe40", "login"=>"john40doe40", "email"=>"john39doe39@email.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF40"}}
30238
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 38 LIMIT 1
30239
+  (0.3ms) SAVEPOINT active_record_2
30240
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'NUod9j1CCD6NTuPmxm78', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 38
30241
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30242
+  (0.2ms) SAVEPOINT active_record_2
30243
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john39doe39@email.com' LIMIT 1
30244
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john40doe40' LIMIT 1
30245
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'fe3c5b3a9d0c40eb95f5ddf3f1891fabdc7b31f77b973ff846b184fdee8f7db1cf1fc19850eeffd874b11f6c1072e5792eaaf73931e75b0cc14611852b408dd7' LIMIT 1
30246
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF40' LIMIT 1
30247
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 38 LIMIT 1
30248
+  (0.6ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'ANfrttvL4PPywjVvnK', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 38
30249
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:19', '8e4ddc7ef80e6d4a3bc5a23ea6c013c7ca5480600c533c0b9b4252627738ff6558c26a17577e6cd3b6f385222b3a0b056218a29349e1dbd0c7e54605ea63fe33', NULL, NULL, 'john39doe39@email.com', 0, 'John40', NULL, NULL, 'Doe40', NULL, 'john40doe40', 0, 'N8Uu9VpB7shzibn3og8F', 'iTM6SIb0B49zFzt1wC7w', 'fe3c5b3a9d0c40eb95f5ddf3f1891fabdc7b31f77b973ff846b184fdee8f7db1cf1fc19850eeffd874b11f6c1072e5792eaaf73931e75b0cc14611852b408dd7', 'k3cF40', NULL, NULL, '2012-08-30 19:19:19')
30250
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30251
+ Completed 200 OK in 24ms (Views: 0.2ms | ActiveRecord: 4.8ms)
30252
+  (0.5ms) SELECT COUNT(*) FROM `spud_users`
30253
+  (0.7ms) ROLLBACK
30254
+  (0.1ms) ROLLBACK
30255
+  (0.1ms) BEGIN
30256
+  (0.1ms) BEGIN
30257
+  (0.2ms) SAVEPOINT active_record_2
30258
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:19', '54ca0612dde2a55132314fe49bd0c8d47ca13d89252690ec5ab3d6ca6a46b90e948e14872f26b522260895a4d3ed6c93085abc583f6c3c239985f43a67cd88ef', NULL, NULL, 'john40doe40@email.com', 0, 'John41', NULL, NULL, 'Doe41', NULL, 'john41doe41', 0, 'uibnobtTJyQhOe3ebKC', '3k8i8UN6WHHFrZJW2IwD', 'fbe3b434f111e68ab9395c222653c8b2e86a2828bea8f1895d3ebedf4785dceef656ded57c292f20c19473b375d94bf273cf1187440e8fb5be8e17c069ad3f10', 'k3cF41', 1, NULL, '2012-08-30 19:19:19')
30259
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30260
+  (0.4ms) SAVEPOINT active_record_2
30261
+  (0.9ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:19', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'wHiL7OejEuutdNGitrmy', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 40
30262
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30263
+  (0.5ms) SELECT COUNT(*) FROM `spud_users` 
30264
+ Processing by Spud::Admin::UsersController#create as JS
30265
+ Parameters: {"spud_user"=>{"first_name"=>"John42", "last_name"=>"Doe42", "login"=>"john42doe42", "email"=>nil, "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF42"}}
30266
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 40 LIMIT 1
30267
+  (0.4ms) SAVEPOINT active_record_2
30268
+  (0.6ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'hJV2dkGHOSyNsrx4UVV0', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 40
30269
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30270
+  (0.3ms) SAVEPOINT active_record_2
30271
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john42doe42' LIMIT 1
30272
+ SpudUser Exists (0.8ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'e4bcf359395ad79ddc478b856c2207f0d2759d15365aee18c3ee99a0466f2195e51f8e34b381d999bec940652081ff171d5a4b7e267c1dccfa2800290a23ee38' LIMIT 1
30273
+ SpudUser Exists (0.6ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF42' LIMIT 1
30274
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_2
30275
+ Completed 500 Internal Server Error in 30ms (Views: 0.2ms | ActiveRecord: 4.2ms)
30276
+  (0.4ms) SELECT COUNT(*) FROM `spud_users` 
30277
+  (0.6ms) ROLLBACK
30278
+  (0.1ms) ROLLBACK
30279
+  (0.1ms) BEGIN
30280
+  (0.1ms) BEGIN
30281
+  (0.1ms) SAVEPOINT active_record_2
30282
+ 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 ('2012-08-30 19:19:19', 'a910036263bda0b9f1908ae46165c9dd74b49f89a6606d409f7959fb23902bf8dd7e718ec45cbfe23c502613b9c84e41f4606d349ace39cc7b5e6c1a56aa3245', NULL, NULL, 'john41doe41@email.com', 0, 'John43', NULL, NULL, 'Doe43', NULL, 'john43doe43', 0, 'ZAKKO660K8FIUfEtGSnp', 'DcD8jbpNplACRaduj7O3', '5f519958d4a52a605eef8a671df5e943c26725dc32f012338548dd2078d11637af5654d682935814f82cfefc48513e9f3da2c88a842f7666bd00d01ce00986e9', 'k3cF43', 1, NULL, '2012-08-30 19:19:19')
30283
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30284
+  (0.2ms) SAVEPOINT active_record_2
30285
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:19', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = '20NzPpbBYqmOds38X0', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 41
30286
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30287
+  (0.2ms) SAVEPOINT active_record_2
30288
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john42doe42@email.com' LIMIT 1
30289
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john44doe44' LIMIT 1
30290
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '8b193f67e735bf57ad55d9a177eea8000d4d1a554c103b5d9fb6082ce036d382e7c3e5dd5d24f5a4b188bf73d0ecc62908aed6c263352a7d59581b6e4823e84c' LIMIT 1
30291
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF44' LIMIT 1
30292
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 41 LIMIT 1
30293
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'sr6ADZoEnLfK9Tg7hAMk', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 41
30294
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:19', '6b54f278c2895db35695f04e426dcc238bb48827fbf9dcc204587429400dcdc198ee991d0a35adce9085f958a9a100b289b975a8cc1d2eafe48c6eaedf9427a2', NULL, NULL, 'john42doe42@email.com', 0, 'John44', NULL, NULL, 'Doe44', NULL, 'john44doe44', 0, 'uOGieitRXuwmCD0298rw', 'ABHmp5s6ijATMw2Qw3y', '8b193f67e735bf57ad55d9a177eea8000d4d1a554c103b5d9fb6082ce036d382e7c3e5dd5d24f5a4b188bf73d0ecc62908aed6c263352a7d59581b6e4823e84c', 'k3cF44', NULL, NULL, '2012-08-30 19:19:19')
30295
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30296
+ Processing by Spud::Admin::UsersController#edit as HTML
30297
+ Parameters: {"id"=>"42"}
30298
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 41 LIMIT 1
30299
+  (0.2ms) SAVEPOINT active_record_2
30300
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'ECEBZserQQxDLeR0yGzk', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 41
30301
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30302
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 42 LIMIT 1
30303
+ SpudAdminPermission Load (0.4ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 42
30304
+ Completed 200 OK in 15ms (Views: 2.0ms | ActiveRecord: 2.1ms)
30305
+  (1.0ms) ROLLBACK
30306
+  (0.1ms) ROLLBACK
30307
+  (0.1ms) BEGIN
30308
+  (0.0ms) BEGIN
30309
+  (0.3ms) SAVEPOINT active_record_2
30310
+ 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 ('2012-08-30 19:19:19', '6d1eacb00072ac8534574fd8965409c8aad60d52764d218ab08193372f4ea266ef90ec1ce411f68263dcbea8ef89be2c1d8ce82e6cfe60ef785b0e0069ad8b89', NULL, NULL, 'john43doe43@email.com', 0, 'John45', NULL, NULL, 'Doe45', NULL, 'john45doe45', 0, 'XMsrrozxsiDCj7vDC6H', 'CVFWE8RSauOVvIFnmPz', '6eb73ae28a429a000c69a180890def0583045384fe17c79b1bfc75c0807bfdb4245e66de4907bfff218d610e15e6453ac496f45dda7f93e5589e2758fb8519bd', 'k3cF45', 1, NULL, '2012-08-30 19:19:19')
30311
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30312
+  (0.1ms) SAVEPOINT active_record_2
30313
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:19', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'BhHSPAvG0fT63he4ls0T', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 43
30314
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30315
+  (0.2ms) SAVEPOINT active_record_2
30316
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john44doe44@email.com' LIMIT 1
30317
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john46doe46' LIMIT 1
30318
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '595fc797b91818ffe974627330714c71e1792cf34e2d5c026123ea609b953fb633d080b2a4c7b76fa91a94266c73a061f456dfcbf643a29577f90d9af1617692' LIMIT 1
30319
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF46' LIMIT 1
30320
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 43 LIMIT 1
30321
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'zuzCnKXV4a3RHAU7bsv', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 43
30322
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:19', 'e76bd6d977ec3ebb519c7a5e46ce4b6b1205369842f837b66769274b3e58749373144aea66f9d01ebd382096c171faa484f81a0748cd2dd3685c59cf149be43c', NULL, NULL, 'john44doe44@email.com', 0, 'John46', NULL, NULL, 'Doe46', NULL, 'john46doe46', 0, 'pUFSmdb19CAaaJh5KGs', 'E19oz3zwfeFqSdgaiLMh', '595fc797b91818ffe974627330714c71e1792cf34e2d5c026123ea609b953fb633d080b2a4c7b76fa91a94266c73a061f456dfcbf643a29577f90d9af1617692', 'k3cF46', NULL, NULL, '2012-08-30 19:19:19')
30323
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30324
+ Processing by Spud::Admin::UsersController#edit as JS
30325
+ Parameters: {"id"=>"44"}
30326
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 43 LIMIT 1
30327
+  (0.2ms) SAVEPOINT active_record_2
30328
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'NWSGcPZNstRSJBOZxXd', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 43
30329
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30330
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 44 LIMIT 1
30331
+ SpudAdminPermission Load (0.3ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 44
30332
+ Rendered /Users/gregwoods/Source/Spud/spud_core_admin/app/views/spud/admin/users/_edit.html.erb (0.4ms)
30333
+ Completed 200 OK in 13ms (Views: 2.1ms | ActiveRecord: 2.0ms)
30334
+  (1.1ms) ROLLBACK
30335
+  (0.2ms) ROLLBACK
30336
+  (0.1ms) BEGIN
30337
+  (0.0ms) BEGIN
30338
+  (0.2ms) SAVEPOINT active_record_2
30339
+ 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 ('2012-08-30 19:19:19', '2006508a240f1ff9df5a1d930c9a6ff21fa681bb584115bef3b44d154eeee7eaedc1a3fdb9186ab483d32aa9aefc6bfce34d4340a77d70ef05801ca5164b8e7d', NULL, NULL, 'john45doe45@email.com', 0, 'John47', NULL, NULL, 'Doe47', NULL, 'john47doe47', 0, 'oEKe6VQpgU8aDaSuuoZ7', 'ytmzIFC2jmxbrOEMCxwI', '4d755dee27d196211433e3d1a39a275688218ac35d12a9abff27d1aeee419a17fbf57b60203097be4f1d4e84870e4317b73aea6906c26617dcb75b54b5bf37a0', 'k3cF47', 1, NULL, '2012-08-30 19:19:19')
30340
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30341
+  (0.2ms) SAVEPOINT active_record_2
30342
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:19', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'Aby3DF2mQVchEF0gO2s', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 45
30343
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30344
+  (0.3ms) SAVEPOINT active_record_2
30345
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john46doe46@email.com' LIMIT 1
30346
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john48doe48' LIMIT 1
30347
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '08b593bf01c2805026784c72e70ca9693eee73261a91e74947c39b1b398b0d1a5aa857736e4ce6b9d2cf622becf6a19fe3ef67151a7f055b943d81f927b80c3f' LIMIT 1
30348
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF48' LIMIT 1
30349
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 45 LIMIT 1
30350
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'p0h2OaWHOMtDLBA6wSxp', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 45
30351
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:19', '298800247b140b5a4ebeb19fbf8108d6e585b206cad6c72eece3db0761ba0e2d78d4b5f50f1ab2ef748d39dfe7dae903cf195a1510e3546410430982a629543c', NULL, NULL, 'john46doe46@email.com', 0, 'John48', NULL, NULL, 'Doe48', NULL, 'john48doe48', 0, 'IdOeCMGsDjUwm53ex3', 'KNdOwMJ5f3SURZHnvmP8', '08b593bf01c2805026784c72e70ca9693eee73261a91e74947c39b1b398b0d1a5aa857736e4ce6b9d2cf622becf6a19fe3ef67151a7f055b943d81f927b80c3f', 'k3cF48', NULL, NULL, '2012-08-30 19:19:19')
30352
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30353
+ Processing by Spud::Admin::UsersController#update as HTML
30354
+ Parameters: {"spud_user"=>{"id"=>"46", "first_name"=>"Adam", "last_name"=>"Doe48", "super_admin"=>nil, "login"=>"john48doe48", "email"=>"john46doe46@email.com", "crypted_password"=>"[FILTERED]", "password_salt"=>"[FILTERED]", "persistence_token"=>"08b593bf01c2805026784c72e70ca9693eee73261a91e74947c39b1b398b0d1a5aa857736e4ce6b9d2cf622becf6a19fe3ef67151a7f055b943d81f927b80c3f", "single_access_token"=>"k3cF48", "perishable_token"=>"KNdOwMJ5f3SURZHnvmP8", "login_count"=>"0", "failed_login_count"=>"0", "last_request_at"=>nil, "current_login_at"=>nil, "last_login_at"=>nil, "current_login_ip"=>nil, "last_login_ip"=>nil, "created_at"=>"2012-08-30 19:19:19 UTC", "updated_at"=>"2012-08-30 19:19:19 UTC", "time_zone"=>nil}, "id"=>"46"}
30355
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 45 LIMIT 1
30356
+  (0.2ms) SAVEPOINT active_record_2
30357
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'xGckEy1rJjZGOi17mpZv', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 45
30358
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30359
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 46 LIMIT 1
30360
+  (0.2ms) SAVEPOINT active_record_2
30361
+  (0.5ms) UPDATE `spud_users` SET `first_name` = 'Adam', `perishable_token` = 'ui3nn6lhLPM53Joub8j', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 46
30362
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30363
+ Redirected to http://test.host/spud/admin/users
30364
+ Completed 302 Found in 19ms (ActiveRecord: 2.5ms)
30365
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 46 LIMIT 1
30366
+  (0.8ms) ROLLBACK
30367
+  (0.1ms) ROLLBACK
30368
+  (0.1ms) BEGIN
30369
+  (0.1ms) BEGIN
30370
+  (0.2ms) SAVEPOINT active_record_2
30371
+ 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 ('2012-08-30 19:19:19', '2de2b691e07de5d00bd3c1fa403a89c2b8610d245d37b32f2bacdfe8aa77f336e44efd79dd04163b6b904fc739cb1beb96e65ef418f71b64326cba9d05686c86', NULL, NULL, 'john47doe47@email.com', 0, 'John49', NULL, NULL, 'Doe49', NULL, 'john49doe49', 0, 'cmMjOs6IwvtsD8wkLko', 'v4BYv2p5QoQna6bbLdM', 'd1aece4c237a8d9274d62651d7dc263bd12e8d1c6aa6a8a0b0fa40911b3bc0d89f17504d1a706611f74a72b6656a25adf8d64e828182f24adaae5c9581c0312a', 'k3cF49', 1, NULL, '2012-08-30 19:19:19')
30372
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30373
+  (0.3ms) SAVEPOINT active_record_2
30374
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:19', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'PiRrak5PC2DY90Iu8dRi', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 47
30375
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30376
+  (0.2ms) SAVEPOINT active_record_2
30377
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john48doe48@email.com' LIMIT 1
30378
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john50doe50' LIMIT 1
30379
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'df02a56f7689a63884a5445d237da12efc7976e293d74254f1e77dc305d29230b8651e5843fb825ad56646f601d0a020d82e90c874a674af4292e9b442614036' LIMIT 1
30380
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF50' LIMIT 1
30381
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 47 LIMIT 1
30382
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'G4ipZRlpeykZ5PTkfa', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 47
30383
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:19', 'f584c6ed69637bcef0a64cc54c53d4948ce15d9aea94e51a20603c7643a3d4402b5b86baf14cec2db08783300ed6cd54f295db3623d8ff8c7712ec79f2024615', NULL, NULL, 'john48doe48@email.com', 0, 'John50', NULL, NULL, 'Doe50', NULL, 'john50doe50', 0, 'aVA5H9Qkbd5qwtQdKSMC', 'ggE4lgCBTCH2SB54Y4v', 'df02a56f7689a63884a5445d237da12efc7976e293d74254f1e77dc305d29230b8651e5843fb825ad56646f601d0a020d82e90c874a674af4292e9b442614036', 'k3cF50', NULL, NULL, '2012-08-30 19:19:19')
30384
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30385
+ Processing by Spud::Admin::UsersController#update as HTML
30386
+ Parameters: {"spud_user"=>{"id"=>"48", "first_name"=>"Adam", "last_name"=>"Doe50", "super_admin"=>nil, "login"=>"john50doe50", "email"=>"john48doe48@email.com", "crypted_password"=>"[FILTERED]", "password_salt"=>"[FILTERED]", "persistence_token"=>"df02a56f7689a63884a5445d237da12efc7976e293d74254f1e77dc305d29230b8651e5843fb825ad56646f601d0a020d82e90c874a674af4292e9b442614036", "single_access_token"=>"k3cF50", "perishable_token"=>"ggE4lgCBTCH2SB54Y4v", "login_count"=>"0", "failed_login_count"=>"0", "last_request_at"=>nil, "current_login_at"=>nil, "last_login_at"=>nil, "current_login_ip"=>nil, "last_login_ip"=>nil, "created_at"=>"2012-08-30 19:19:19 UTC", "updated_at"=>"2012-08-30 19:19:19 UTC", "time_zone"=>nil}, "id"=>"48"}
30387
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 47 LIMIT 1
30388
+  (0.2ms) SAVEPOINT active_record_2
30389
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'ho9VOwlAht3kunMvfv5P', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 47
30390
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30391
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 48 LIMIT 1
30392
+  (0.2ms) SAVEPOINT active_record_2
30393
+  (0.5ms) UPDATE `spud_users` SET `first_name` = 'Adam', `perishable_token` = 'uvx9AaTeroLrar8X994m', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 48
30394
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30395
+ Redirected to http://test.host/spud/admin/users
30396
+ Completed 302 Found in 16ms (ActiveRecord: 2.6ms)
30397
+  (0.7ms) ROLLBACK
30398
+  (0.0ms) ROLLBACK
30399
+  (0.1ms) BEGIN
30400
+  (0.0ms) BEGIN
30401
+  (0.2ms) SAVEPOINT active_record_2
30402
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:19', '7dc5e7a89ac92776457056a41ee74fdab2bdedf974361fd760c62e63cb392b914301d5ba27a5fc27c639ba27fbc3fd0e40ed1cff91ca953cf3a1707d5e9e2ed7', NULL, NULL, 'john49doe49@email.com', 0, 'John51', NULL, NULL, 'Doe51', NULL, 'john51doe51', 0, 'Yg4MBLtiiEY9eymA47', '0sZxczIBwbcFO4nUzJaF', '51f7f59fb693cc1440d7f7e0190dbdf13d905160f3a9cfbc8f5d8f9872311087bce2e62c5f09bace193ca5b6236ae261193ac0b2322b04c4e5e051da7d4172ff', 'k3cF51', 1, NULL, '2012-08-30 19:19:19')
30403
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30404
+  (0.2ms) SAVEPOINT active_record_2
30405
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:19', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'LvGtKzZGOFRwyQTItEbl', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 49
30406
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30407
+  (0.2ms) SAVEPOINT active_record_2
30408
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john50doe50@email.com' LIMIT 1
30409
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john52doe52' LIMIT 1
30410
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '2f5fadd22bc9b31090290424e18af46603b57e2223dfd407b6f4b7d3f8f078e8930d700dcb6d494d3e23eae7452619516cd200674b858d7d8f34b517f2125404' LIMIT 1
30411
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF52' LIMIT 1
30412
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 49 LIMIT 1
30413
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'CQCRjZo9VGjUdtcv5C', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 49
30414
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:19', 'ef8a625f078c12bb55b64ef55c819a6e5c77ac1d3c1aa84043b84f191ba0c51cddc0aa01a3fb2cc5b948331b2655ca4367562271484809ed9f7a1abaa74e81a2', NULL, NULL, 'john50doe50@email.com', 0, 'John52', NULL, NULL, 'Doe52', NULL, 'john52doe52', 0, 'UNPG3Eg93ALNoIKPaZtJ', 'E3LCKPaSdlOhzMklyWeL', '2f5fadd22bc9b31090290424e18af46603b57e2223dfd407b6f4b7d3f8f078e8930d700dcb6d494d3e23eae7452619516cd200674b858d7d8f34b517f2125404', 'k3cF52', NULL, NULL, '2012-08-30 19:19:19')
30415
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30416
+  (0.3ms) SELECT COUNT(*) FROM `spud_users`
30417
+ Processing by Spud::Admin::UsersController#destroy as HTML
30418
+ Parameters: {"id"=>"50"}
30419
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 49 LIMIT 1
30420
+  (0.2ms) SAVEPOINT active_record_2
30421
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'XbQqMl2AxvQlBAbn1jSs', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 49
30422
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30423
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 50 LIMIT 1
30424
+  (0.2ms) SAVEPOINT active_record_2
30425
+ SQL (0.4ms) DELETE FROM `spud_users` WHERE `spud_users`.`id` = 50
30426
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30427
+ Redirected to http://test.host/spud/admin/users
30428
+ Completed 302 Found in 12ms (ActiveRecord: 2.3ms)
30429
+  (0.4ms) SELECT COUNT(*) FROM `spud_users` 
30430
+  (0.8ms) ROLLBACK
30431
+  (0.1ms) ROLLBACK
30432
+  (0.1ms) BEGIN
30433
+  (0.1ms) BEGIN
30434
+  (0.3ms) SAVEPOINT active_record_2
30435
+ 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 ('2012-08-30 19:19:19', '04c97f2495617101f109b8147f7f17ee3b94230fc9dc4237a31254303e158ffc5d24f44c03f8ac9aed9d481a60c96ac623b4402458d8ba8a27bb17ef5dd06503', NULL, NULL, 'john51doe51@email.com', 0, 'John53', NULL, NULL, 'Doe53', NULL, 'john53doe53', 0, 'VoBR4cc0ToXjYtZpliAj', 'QjfUDLkDIImfjYSwcnNK', 'a478fec6e4d3775ad0e5c4d85ceef6c8e3b3077e2c36de1ef819dca510ca7f1ca38db770a6ccef60616da17988dbeb706cc1210a9ec30712a653eec283eaeaf6', 'k3cF53', 1, NULL, '2012-08-30 19:19:19')
30436
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30437
+  (0.2ms) SAVEPOINT active_record_2
30438
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:19', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'CqINsVeqdwQ3rTjOZCSO', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 51
30439
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30440
+  (0.2ms) SAVEPOINT active_record_2
30441
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john52doe52@email.com' LIMIT 1
30442
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john54doe54' LIMIT 1
30443
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '4fa5f5cf4eccab5088cdba469e94ebe30181a96b377cd3fb187f1011b277968d555872799643a5fd34c728bfbab2f26168ee11b6331701e6a759fdb23e1b1252' LIMIT 1
30444
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF54' LIMIT 1
30445
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 51 LIMIT 1
30446
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'rUe38oXW05k1zdrGMb1T', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 51
30447
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:19', '31a6934bf50f26f3161f55308b58b6e3c1ec0a14b4e9e829f615f539570942ae612b97b2be03861b5f1ab449c700ccbec52fe8ccf0152de164366b1ea746b053', NULL, NULL, 'john52doe52@email.com', 0, 'John54', NULL, NULL, 'Doe54', NULL, 'john54doe54', 0, 'vC0QetGeRoLJhIXpJpT', '7s6v8HlFlw4wDAOv7kHR', '4fa5f5cf4eccab5088cdba469e94ebe30181a96b377cd3fb187f1011b277968d555872799643a5fd34c728bfbab2f26168ee11b6331701e6a759fdb23e1b1252', 'k3cF54', NULL, NULL, '2012-08-30 19:19:19')
30448
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30449
+  (0.3ms) SELECT COUNT(*) FROM `spud_users` 
30450
+ Processing by Spud::Admin::UsersController#destroy as HTML
30451
+ Parameters: {"id"=>"23532"}
30452
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 51 LIMIT 1
30453
+  (0.3ms) SAVEPOINT active_record_2
30454
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:19', `perishable_token` = 'neWQfnwXC4yvG5vQIuFD', `updated_at` = '2012-08-30 19:19:19' WHERE `spud_users`.`id` = 51
30455
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30456
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 23532 LIMIT 1
30457
+ Redirected to http://test.host/spud/admin/users
30458
+ Filter chain halted as :load_user rendered or redirected
30459
+ Completed 302 Found in 8ms (ActiveRecord: 1.7ms)
30460
+  (0.3ms) SELECT COUNT(*) FROM `spud_users` 
30461
+  (0.8ms) ROLLBACK
30462
+  (0.1ms) ROLLBACK
30463
+  (0.1ms) BEGIN
30464
+  (0.1ms) BEGIN
30465
+ Processing by Spud::PasswordResetsController#new as HTML
30466
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
30467
+  (0.2ms) ROLLBACK
30468
+  (0.2ms) ROLLBACK
30469
+  (0.2ms) BEGIN
30470
+  (0.2ms) BEGIN
30471
+ Processing by Spud::PasswordResetsController#edit as HTML
30472
+ Parameters: {"id"=>"1"}
30473
+ Completed 200 OK in 4ms (Views: 1.9ms | ActiveRecord: 0.0ms)
30474
+  (0.3ms) ROLLBACK
30475
+  (0.1ms) ROLLBACK
30476
+  (0.2ms) BEGIN
30477
+  (0.3ms) BEGIN
30478
+ Processing by Spud::PasswordResetsController#edit as HTML
30479
+ Parameters: {"id"=>"1"}
30480
+ Redirected to http://test.host/spud/user_session/new
30481
+ Filter chain halted as :load_user_using_perishable_token rendered or redirected
30482
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
30483
+  (0.3ms) ROLLBACK
30484
+  (0.2ms) ROLLBACK
30485
+  (0.1ms) BEGIN
30486
+  (0.1ms) BEGIN
30487
+ Processing by Spud::PasswordResetsController#create as HTML
30488
+ Parameters: {"email"=>"john55doe55@email.com"}
30489
+ Redirected to http://test.host/spud/user_session/new
30490
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
30491
+  (0.2ms) ROLLBACK
30492
+  (0.1ms) ROLLBACK
30493
+  (0.1ms) BEGIN
30494
+  (0.1ms) BEGIN
30495
+ Processing by Spud::PasswordResetsController#create as HTML
30496
+ Parameters: {"email"=>"john56doe56@email.com"}
30497
+
30498
+ Sent mail to john56doe56@email.com (93ms)
30499
+ Date: Thu, 30 Aug 2012 15:19:19 -0400
30500
+ From: no-reply@spudengine.com
30501
+ To: john56doe56@email.com
30502
+ Message-ID: <503fbcb7e9451_958b3fe57c435ad4450cb@Gregs-MacBook-Pro.local.mail>
30503
+ Subject: Forgot Password Request from Spud Site
30504
+ Mime-Version: 1.0
30505
+ Content-Type: multipart/alternative;
30506
+ boundary="--==_mimepart_503fbcb7d01b3_958b3fe57c435ad4447ba";
30507
+ charset=UTF-8
30508
+ Content-Transfer-Encoding: 7bit
30509
+
30510
+
30511
+
30512
+ ----==_mimepart_503fbcb7d01b3_958b3fe57c435ad4447ba
30513
+ Date: Thu, 30 Aug 2012 15:19:19 -0400
30514
+ Mime-Version: 1.0
30515
+ Content-Type: text/plain;
30516
+ charset=UTF-8
30517
+ Content-Transfer-Encoding: 7bit
30518
+ Content-ID: <503fbcb7e549e_958b3fe57c435ad444851@Gregs-MacBook-Pro.local.mail>
30519
+
30520
+ Reset Password Request
30521
+ ======================
30522
+
30523
+ A password reset was requested by the user tied to this email address. If you believe this is in error, please double check your security settings to prevent unauthorized access of your account.
30524
+
30525
+ Otherwise, you may reset your password by clicking on the link below:
30526
+
30527
+ http://test.host/spud/password_resets/jfdlsafhbkvabuadfbds/edit
30528
+
30529
+
30530
+
30531
+ ----==_mimepart_503fbcb7d01b3_958b3fe57c435ad4447ba
30532
+ Date: Thu, 30 Aug 2012 15:19:19 -0400
30533
+ Mime-Version: 1.0
30534
+ Content-Type: text/html;
30535
+ charset=UTF-8
30536
+ Content-Transfer-Encoding: 7bit
30537
+ Content-ID: <503fbcb7e7912_958b3fe57c435ad4449be@Gregs-MacBook-Pro.local.mail>
30538
+
30539
+ <!DOCTYPE html>
30540
+ <html>
30541
+ <head>
30542
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
30543
+ </head>
30544
+ <body>
30545
+ <h2>Reset Password Request</h2>
30546
+ <p>A password reset was requested by the user tied to this email address. If you believe this is in error, please double check your security settings to prevent unauthorized access of your account</p>
30547
+
30548
+ <p>Otherwise, you may reset your password by clicking on the link below:</p>
30549
+ <p><a href="http://test.host/spud/password_resets/jfdlsafhbkvabuadfbds/edit">http://test.host/spud/password_resets/jfdlsafhbkvabuadfbds/edit</a></p>
30550
+
30551
+ </body>
30552
+ </html>
30553
+
30554
+ ----==_mimepart_503fbcb7d01b3_958b3fe57c435ad4447ba--
30555
+
30556
+ Redirected to http://test.host/spud/user_session/new
30557
+ Completed 302 Found in 266ms (ActiveRecord: 0.0ms)
30558
+  (0.3ms) ROLLBACK
30559
+  (0.1ms) ROLLBACK
30560
+  (0.2ms) BEGIN
30561
+  (0.2ms) BEGIN
30562
+ Processing by Spud::PasswordResetsController#create as HTML
30563
+ Parameters: {"email"=>"invalid@email.com"}
30564
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
30565
+  (0.2ms) ROLLBACK
30566
+  (0.1ms) ROLLBACK
30567
+  (0.1ms) BEGIN
30568
+  (0.1ms) BEGIN
30569
+ Processing by Spud::PasswordResetsController#update as HTML
30570
+ Parameters: {"spud_user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"}
30571
+  (0.2ms) SAVEPOINT active_record_2
30572
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john57doe57@email.com' LIMIT 1
30573
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john59doe59' LIMIT 1
30574
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '28ed72a78dd5fbed8508650aa98f9d58dad5269735c56b549b8fb26554a73621c802ff2600c7e65b9d6325a33dc132e8f39eb2b4c6549dbd54f0cd9cdd3ea75e' LIMIT 1
30575
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF59' LIMIT 1
30576
+ SQL (0.5ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `id`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:19', '4537a321529eb96b3533b9820e02255db223118cc3de65ab00764bbb1824143f441a8e7e39c8d949d60c67780adba0c54aeb469810bd6474782612dfd682685c', '2012-08-30 19:19:19', '0.0.0.0', 'john57doe57@email.com', 0, 'John59', 1, NULL, NULL, 'Doe59', '2012-08-30 19:19:19', 'john59doe59', 1, '95UjX6HQOGysplgdzKW', 'jhqxrkIOwOynJKOHqts4', '28ed72a78dd5fbed8508650aa98f9d58dad5269735c56b549b8fb26554a73621c802ff2600c7e65b9d6325a33dc132e8f39eb2b4c6549dbd54f0cd9cdd3ea75e', 'k3cF59', NULL, NULL, '2012-08-30 19:19:19')
30577
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30578
+ Redirected to http://test.host/spud/user_session/new
30579
+ Completed 302 Found in 16ms (ActiveRecord: 2.2ms)
30580
+  (0.5ms) ROLLBACK
30581
+  (0.1ms) ROLLBACK
30582
+  (0.2ms) BEGIN
30583
+  (0.1ms) BEGIN
30584
+ Processing by Spud::PasswordResetsController#update as HTML
30585
+ Parameters: {"spud_user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"}
30586
+  (0.3ms) SAVEPOINT active_record_2
30587
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john58doe58@email.com' LIMIT 1
30588
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john60doe60' LIMIT 1
30589
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '9c6b2ccf343be1b1193d3e2acbd0e694f65792735898a6f85baee780625d98c4e4c75a234a5905d156d239257c5efb563de54e5d4953fd10e4bbcfdfb9b31c9f' LIMIT 1
30590
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF60' LIMIT 1
30591
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
30592
+ Completed 200 OK in 12ms (Views: 1.3ms | ActiveRecord: 2.0ms)
30593
+  (0.3ms) ROLLBACK
30594
+  (0.3ms) ROLLBACK
30595
+  (0.2ms) BEGIN
30596
+  (0.2ms) BEGIN
30597
+ Processing by Spud::SetupController#index as HTML
30598
+  (0.5ms) SELECT COUNT(*) FROM `spud_users` 
30599
+ Completed 200 OK in 63ms (Views: 60.2ms | ActiveRecord: 0.5ms)
30600
+  (0.3ms) ROLLBACK
30601
+  (0.1ms) ROLLBACK
30602
+  (0.1ms) BEGIN
30603
+  (0.1ms) BEGIN
30604
+ Processing by Spud::SetupController#index as HTML
30605
+  (0.4ms) SELECT COUNT(*) FROM `spud_users`
30606
+ Completed 200 OK in 4ms (Views: 1.3ms | ActiveRecord: 0.4ms)
30607
+  (0.3ms) ROLLBACK
30608
+  (0.2ms) ROLLBACK
30609
+  (0.1ms) BEGIN
30610
+  (0.1ms) BEGIN
30611
+ Processing by Spud::SetupController#index as HTML
30612
+  (0.4ms) SELECT COUNT(*) FROM `spud_users` 
30613
+ Completed 200 OK in 5ms (Views: 1.4ms | ActiveRecord: 0.4ms)
30614
+  (0.2ms) ROLLBACK
30615
+  (0.0ms) ROLLBACK
30616
+  (0.1ms) BEGIN
30617
+  (0.1ms) BEGIN
30618
+ Processing by Spud::SetupController#index as HTML
30619
+ Redirected to http://test.host/spud/user_session/new
30620
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
30621
+  (0.2ms) ROLLBACK
30622
+  (0.1ms) ROLLBACK
30623
+  (0.1ms) BEGIN
30624
+  (0.1ms) BEGIN
30625
+ Processing by Spud::SetupController#index as HTML
30626
+ Redirected to http://test.host/spud/user_session/new
30627
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
30628
+  (0.3ms) ROLLBACK
30629
+  (0.1ms) ROLLBACK
30630
+  (0.1ms) BEGIN
30631
+  (0.1ms) BEGIN
30632
+  (0.4ms) SELECT COUNT(*) FROM `spud_users`
30633
+ Processing by Spud::SetupController#index as HTML
30634
+ Parameters: {"first_name"=>"John61", "last_name"=>"Doe61", "login"=>"john61doe61", "email"=>"john59doe59@email.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF61"}
30635
+  (0.5ms) SELECT COUNT(*) FROM `spud_users` 
30636
+  (0.3ms) SAVEPOINT active_record_2
30637
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john59doe59@email.com' LIMIT 1
30638
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john61doe61' LIMIT 1
30639
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '6b68070ff2f825d48a0a1efe1ba36d37be86c737331dece5aba782157d5b410b92726206df70934f35caf13ae9ef205a27eaa1d0e993e4b300660bd3a690d3aa' LIMIT 1
30640
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'aTJk1ADF08TReIuLWbEm' LIMIT 1
30641
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:20', 'edd6c88d73e48ea3afe0fd3fb7467b738ca81d33a73cf10b400964f2cc06772a76a26927ebd22b46b20a197e255655d6ee03a51ceaa8657ca88d381cafa0b220', '2012-08-30 19:19:20', '0.0.0.0', 'john59doe59@email.com', 0, NULL, NULL, NULL, NULL, '2012-08-30 19:19:20', 'john61doe61', 1, '3DQFJDCieCnLjVQITl', 'lKSkDk6nO9PXpK5OXkMX', '6b68070ff2f825d48a0a1efe1ba36d37be86c737331dece5aba782157d5b410b92726206df70934f35caf13ae9ef205a27eaa1d0e993e4b300660bd3a690d3aa', 'aTJk1ADF08TReIuLWbEm', 1, NULL, '2012-08-30 19:19:20')
30642
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30643
+ Redirected to http://test.host/spud/user_session/new
30644
+ Completed 302 Found in 17ms (ActiveRecord: 2.9ms)
30645
+  (0.4ms) SELECT COUNT(*) FROM `spud_users` 
30646
+  (0.6ms) ROLLBACK
30647
+  (0.1ms) ROLLBACK
30648
+  (0.1ms) BEGIN
30649
+  (0.1ms) BEGIN
30650
+ Processing by Spud::SetupController#index as HTML
30651
+ Parameters: {"first_name"=>"John62", "last_name"=>"Doe62", "login"=>"john62doe62", "email"=>"john60doe60@email.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF62"}
30652
+  (0.4ms) SELECT COUNT(*) FROM `spud_users`
30653
+  (0.1ms) SAVEPOINT active_record_2
30654
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john60doe60@email.com' LIMIT 1
30655
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john62doe62' LIMIT 1
30656
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '355b7a3d2386777e061606df31950547a9e2acfba9185076f609611953a2d1b7c700d6ed7072d012803887876590a94b72b751a35dd3801fcb54768a8becd2ec' LIMIT 1
30657
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'PfFXliTwJQjWoLzKjp' LIMIT 1
30658
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:20', 'f99c6415073e119089c27ba1043e6d955815a0fb837a6ed1450ec91ca7ee18a35388950f55239730933acb4f27030aa065a3f63cc0b7dc1237c18fa09f330c79', '2012-08-30 19:19:20', '0.0.0.0', 'john60doe60@email.com', 0, NULL, NULL, NULL, NULL, '2012-08-30 19:19:20', 'john62doe62', 1, 'Ro0JzQh2NNRcdwa1K', 'vS983JCmsImNHpiW0iq1', '355b7a3d2386777e061606df31950547a9e2acfba9185076f609611953a2d1b7c700d6ed7072d012803887876590a94b72b751a35dd3801fcb54768a8becd2ec', 'PfFXliTwJQjWoLzKjp', 1, NULL, '2012-08-30 19:19:20')
30659
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30660
+ Redirected to http://test.host/spud/user_session/new
30661
+ Completed 302 Found in 17ms (ActiveRecord: 2.5ms)
30662
+  (0.9ms) ROLLBACK
30663
+  (0.1ms) ROLLBACK
30664
+  (0.1ms) BEGIN
30665
+  (0.1ms) BEGIN
30666
+ Processing by Spud::SetupController#index as HTML
30667
+ Parameters: {"first_name"=>"John63", "last_name"=>"Doe63", "login"=>"john63doe63", "email"=>nil, "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF63"}
30668
+  (0.5ms) SELECT COUNT(*) FROM `spud_users`
30669
+  (0.2ms) SAVEPOINT active_record_2
30670
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john63doe63' LIMIT 1
30671
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '8cbccff125e781a3d010cd12f1ccba66794278e0c0653dca94e85821f73511f5d3486ed731d3813c4a73c947338dcf105360e99e7d54da100a60cc868829ee5f' LIMIT 1
30672
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'r79iHmVWu1XRNGAJsChC' LIMIT 1
30673
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_2
30674
+ Completed 200 OK in 11ms (Views: 1.4ms | ActiveRecord: 1.9ms)
30675
+  (0.2ms) ROLLBACK
30676
+  (0.2ms) ROLLBACK
30677
+  (0.2ms) BEGIN
30678
+  (0.1ms) BEGIN
30679
+ Processing by Spud::SitemapsController#show as XML
30680
+ Completed 200 OK in 41ms (Views: 38.8ms | ActiveRecord: 0.0ms)
30681
+  (0.3ms) ROLLBACK
30682
+  (0.1ms) ROLLBACK
30683
+  (0.1ms) BEGIN
30684
+  (0.1ms) BEGIN
30685
+ Processing by Spud::SitemapsController#show as HTML
30686
+ Completed 406 Not Acceptable in 1ms (ActiveRecord: 0.0ms)
30687
+  (0.2ms) ROLLBACK
30688
+  (0.3ms) ROLLBACK
30689
+  (0.1ms) BEGIN
30690
+  (0.0ms) BEGIN
30691
+ Processing by Spud::UserSessionsController#new as HTML
30692
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users`
30693
+ NO USERS!
30694
+ Redirected to http://test.host/spud/setup
30695
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
30696
+  (0.3ms) ROLLBACK
30697
+  (0.1ms) ROLLBACK
30698
+  (0.1ms) BEGIN
30699
+  (0.1ms) BEGIN
30700
+  (0.3ms) SAVEPOINT active_record_2
30701
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john61doe61@email.com' LIMIT 1
30702
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john64doe64' LIMIT 1
30703
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '4546ade3d4e6042031518086eeeff7d689c59ab540c339db4685c8310600aef4785211b680cfb0ebad9d008d57a5e79cbe7d58878963cc6b6e72ccfbff510d32' LIMIT 1
30704
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF64' LIMIT 1
30705
+ SQL (0.6ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:20', 'ef8981a8785aaf44fcfd73264c9bb43567539b666729080432a2169a04e7d96599a3245effbd0ae42e47befd71c716b8a22b2c841f067b32029fd74d170702dd', '2012-08-30 19:19:20', '0.0.0.0', 'john61doe61@email.com', 0, 'John64', NULL, NULL, 'Doe64', '2012-08-30 19:19:20', 'john64doe64', 1, 'o39mmVr0hZJjJnSPfZW', '1isLmJsKu3BcUHmfByJn', '4546ade3d4e6042031518086eeeff7d689c59ab540c339db4685c8310600aef4785211b680cfb0ebad9d008d57a5e79cbe7d58878963cc6b6e72ccfbff510d32', 'k3cF64', NULL, NULL, '2012-08-30 19:19:20')
30706
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30707
+  (0.2ms) SAVEPOINT active_record_2
30708
+  (0.4ms) UPDATE `spud_users` SET `perishable_token` = 'BrMHLVPYaJ2Icow84iH', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 55
30709
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30710
+ Processing by Spud::UserSessionsController#new as HTML
30711
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` 
30712
+ Completed 200 OK in 5ms (Views: 2.3ms | ActiveRecord: 0.5ms)
30713
+  (0.9ms) ROLLBACK
30714
+  (0.1ms) ROLLBACK
30715
+  (0.1ms) BEGIN
30716
+  (0.0ms) BEGIN
30717
+ Processing by Spud::UserSessionsController#create as HTML
30718
+ Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms)
30719
+  (0.3ms) ROLLBACK
30720
+  (0.1ms) ROLLBACK
30721
+  (0.1ms) BEGIN
30722
+  (0.1ms) BEGIN
30723
+  (0.1ms) SAVEPOINT active_record_2
30724
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john62doe62@email.com' LIMIT 1
30725
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
30726
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '76826c08aad6575ac9a0d58e785ded1474f557707becda63e4197546f20680b912665a5e1c9339d3c2c9d02dc3d7f1440c354e6fa74f44c7389491df25159017' LIMIT 1
30727
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF65' LIMIT 1
30728
+ 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 ('2012-08-30 19:19:20', '4a80da175a73e223a9cb203c142f6d50efcc179e02b0bd7d06306cdea7cd7426d4a4a706a9b9248d2d0a1c715efd16222960aa9984052e5b9bcd86598e9edb64', '2012-08-30 19:19:20', '0.0.0.0', 'john62doe62@email.com', 0, 'John65', NULL, NULL, 'Doe65', '2012-08-30 19:19:20', 'testuser', 1, 'abmwCv5PC7R0dxmbtcCM', 'vd8OsMvoQopmKdwpoRdy', '76826c08aad6575ac9a0d58e785ded1474f557707becda63e4197546f20680b912665a5e1c9339d3c2c9d02dc3d7f1440c354e6fa74f44c7389491df25159017', 'k3cF65', NULL, NULL, '2012-08-30 19:19:20')
30729
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30730
+  (0.1ms) SAVEPOINT active_record_2
30731
+  (0.5ms) UPDATE `spud_users` SET `perishable_token` = 'LGO3jNhSeCvXbypQIhw', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 56
30732
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30733
+ Processing by Spud::UserSessionsController#create as HTML
30734
+ Parameters: {"spud_user_session"=>{"login"=>"testuser", "password"=>"[FILTERED]"}}
30735
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE (`spud_users`.login LIKE 'testuser') LIMIT 1
30736
+  (0.3ms) SAVEPOINT active_record_2
30737
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 19:19:20', `current_login_at` = '2012-08-30 19:19:20', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:20', `perishable_token` = '1bA6h80frhHBP6mPxe9M', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 56
30738
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30739
+ Redirected to http://test.host/
30740
+ Completed 302 Found in 12ms (ActiveRecord: 1.5ms)
30741
+  (0.8ms) ROLLBACK
30742
+  (0.1ms) ROLLBACK
30743
+  (0.1ms) BEGIN
30744
+  (0.0ms) BEGIN
30745
+  (0.3ms) SAVEPOINT active_record_2
30746
+ 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 ('2012-08-30 19:19:20', '789dd6bb36d8800425233e5ff0b3568bce1b9fb531b9b1e985dcea1e15e403674ee6f1718857b0f7d1270422fb85d75db3b04a1e14d0a385507278fdfeac0415', NULL, NULL, 'john63doe63@email.com', 0, 'John66', NULL, NULL, 'Doe66', NULL, 'john65doe65', 0, 'hZ31xTHaspDbELrMTOH7', 'j4Y2GLfznO51UuAa7ea', '8bf1ef8fca6858c73c643d8146fc80d7f0b45365025e751b36852f858cf496dd314bf3081759197d2f90c1b0163abe728e0ebc0e289319330c0bac9c7719faef', 'k3cF66', NULL, NULL, '2012-08-30 19:19:20')
30747
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30748
+  (0.2ms) SAVEPOINT active_record_2
30749
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:20', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:20', `perishable_token` = 'TLVY07HlzeUP2VzNWx', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 57
30750
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30751
+ Processing by Spud::UserSessionsController#destroy as HTML
30752
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 57 LIMIT 1
30753
+  (0.3ms) SAVEPOINT active_record_2
30754
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:20', `perishable_token` = '4huIcdL4GYspB51X8q3', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 57
30755
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30756
+ Redirected to http://test.host/spud/user_session/new
30757
+ Completed 302 Found in 8ms (ActiveRecord: 1.5ms)
30758
+  (1.0ms) ROLLBACK
30759
+  (0.2ms) ROLLBACK
30760
+  (0.1ms) BEGIN
30761
+  (0.1ms) BEGIN
30762
+  (0.2ms) SAVEPOINT active_record_2
30763
+ 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 ('2012-08-30 19:19:20', 'a01e0b2b0fdf156dfb99db52ff65bcb97b7193c565b18c05a42f3267a7488544975d9bcec5ab1fad0994f828b673c5a7a05a7383bdee731c6cb3662814bd9628', NULL, NULL, 'john64doe64@email.com', 0, 'John67', NULL, NULL, 'Doe67', NULL, 'john66doe66', 0, 'hvCqNb98DkG0DtWaMBmC', 'gKMsRwBxNHcJDw6yVstK', '03b695bf024dda2dce180640efa2a6fb2cf62c024bab9debd8827912f33c5f911b2270bc211908f0441dc29604128a4ca5c6b297eba4d139263908fc5943b88f', 'k3cF67', NULL, NULL, '2012-08-30 19:19:20')
30764
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30765
+  (0.2ms) SAVEPOINT active_record_2
30766
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:20', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:20', `perishable_token` = 'J03Ype8GovyIopVKiTy7', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 58
30767
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30768
+ Processing by Spud::UserSessionsController#destroy as HTML
30769
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 58 LIMIT 1
30770
+  (0.2ms) SAVEPOINT active_record_2
30771
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:20', `perishable_token` = 'ZiStMdM4wv1hwFf64BG', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 58
30772
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30773
+ Redirected to http://test.host/
30774
+ Completed 302 Found in 8ms (ActiveRecord: 1.3ms)
30775
+  (0.9ms) ROLLBACK
30776
+  (0.1ms) ROLLBACK
30777
+  (0.1ms) BEGIN
30778
+  (0.0ms) BEGIN
30779
+  (0.3ms) SAVEPOINT active_record_2
30780
+ 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 ('2012-08-30 19:19:20', 'f0ee5e9808e26908b28168179d3e1c60b05b30d2b14d60e58af4eb2bfbb5c46fe3003824aadb0241ed0818aa32c2576ed63509f6ee3c25131fa592154136d017', NULL, NULL, 'john65doe65@email.com', 0, 'John68', NULL, NULL, 'Doe68', NULL, 'john67doe67', 0, 'YTBXmfMdt4bbNzCnCuy5', 'nrZH2QjPikqyHgQoKCZ1', '5a2ff87c240ca364417345fe34fb44d8a6502a484e5df440c77228e09c3921d0232177058cdff551371877ecb177156d6493e66f3ce09df717939cb563c4c078', 'k3cF68', NULL, NULL, '2012-08-30 19:19:20')
30781
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30782
+  (0.3ms) SAVEPOINT active_record_2
30783
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:20', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:20', `perishable_token` = '5y01WyrKWIpuffEJYQrM', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 59
30784
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30785
+ Processing by Spud::UsersController#settings as HTML
30786
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 59 LIMIT 1
30787
+  (0.3ms) SAVEPOINT active_record_2
30788
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:20', `perishable_token` = 'hHSPDUseZCoCKIIGib6', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 59
30789
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30790
+ Completed 200 OK in 10ms (Views: 2.4ms | ActiveRecord: 1.5ms)
30791
+  (0.9ms) ROLLBACK
30792
+  (0.1ms) ROLLBACK
30793
+  (0.1ms) BEGIN
30794
+  (0.1ms) BEGIN
30795
+  (0.3ms) SAVEPOINT active_record_2
30796
+ 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 ('2012-08-30 19:19:20', 'f46f3c1420d8dcbe95f44b781e229820822f8dc046bb75cf0a7e440c116e937e1c6561262e5390e74b868108cb2fbe2c3c91423e9fe3ae34e8fa176e47b1456d', NULL, NULL, 'john66doe66@email.com', 0, 'John69', NULL, NULL, 'Doe69', NULL, 'john68doe68', 0, 'mX56HeTjk2XbeMm17DXZ', '0q99TuYtJP4RHcFwUJMQ', '467671217242094f87d539e1c54d1558f8dbc7a17f04f310fd7858800511b9534ff302c18bd215c8e4165e60f0fd3b1e9c86f4d525afd1425dc5ed82ab952751', 'k3cF69', NULL, NULL, '2012-08-30 19:19:20')
30797
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30798
+  (0.1ms) SAVEPOINT active_record_2
30799
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:20', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:20', `perishable_token` = 'Fc8jNi7aie4hh8pS5enT', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 60
30800
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30801
+ Processing by Spud::UsersController#settings as HTML
30802
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 60 LIMIT 1
30803
+  (0.3ms) SAVEPOINT active_record_2
30804
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:20', `perishable_token` = 'w4uqNHOxbhBrHHUIUtO', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 60
30805
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30806
+ Completed 200 OK in 8ms (Views: 1.6ms | ActiveRecord: 1.3ms)
30807
+  (0.8ms) ROLLBACK
30808
+  (0.1ms) ROLLBACK
30809
+  (0.1ms) BEGIN
30810
+  (0.1ms) BEGIN
30811
+  (0.3ms) SAVEPOINT active_record_2
30812
+ 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 ('2012-08-30 19:19:20', 'f014390a69a1499faf52a8dbb6027531616fd90688316b9ceeb8e3321435685bea8b7a30c70c3e1d02d845dde28fb4f244208c49e9573c6f21a9fe950227ee44', NULL, NULL, 'john67doe67@email.com', 0, 'John70', NULL, NULL, 'Doe70', NULL, 'john69doe69', 0, 'fYqIXy8L85aGbg3w0w4X', 'p3zx5Cn54GnynqKC3YHB', '84513b8c9b02d126a580bf9933c2c9aff3c89f6a6ec844c59843a6484f610e6c70dcd936b5d9d58d350258a0616b74e7649adb430a5c2d8d6526286188cb6c3d', 'k3cF70', NULL, NULL, '2012-08-30 19:19:20')
30813
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30814
+  (0.2ms) SAVEPOINT active_record_2
30815
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:20', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:20', `perishable_token` = 'hA7hqqzGuHY26upnthA', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 61
30816
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30817
+ Processing by Spud::UsersController#settings as HTML
30818
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 61 LIMIT 1
30819
+  (0.3ms) SAVEPOINT active_record_2
30820
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:20', `perishable_token` = 'mIstIeEhANeojNGjqpoS', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 61
30821
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30822
+ Completed 200 OK in 7ms (Views: 1.4ms | ActiveRecord: 1.4ms)
30823
+  (0.9ms) ROLLBACK
30824
+  (0.1ms) ROLLBACK
30825
+  (0.1ms) BEGIN
30826
+  (0.0ms) BEGIN
30827
+  (0.3ms) SAVEPOINT active_record_2
30828
+ 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 ('2012-08-30 19:19:20', 'cb0a04b658a300817af4f8037fe9da226ffbcfeeddfcc7891f4cedd79ee417e5caa1e371bdc78030afd3681a429525914e8bcbcb199ef2cf79bee5b5d0dfd2d1', NULL, NULL, 'john68doe68@email.com', 0, 'John71', NULL, NULL, 'Doe71', NULL, 'john70doe70', 0, 'WRwd0x14TzElvlDTeZCl', '0CSEg7xe2CrSwj95dR', 'bed888d0e9440890da0f18399ea8d03cc659cd752f28729a6a55b8e736616b784bb8600eaeb73a0017ecc05893b929ade873166aa9c02b650c9e60884bea3ae3', 'k3cF71', NULL, NULL, '2012-08-30 19:19:20')
30829
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30830
+  (0.3ms) SAVEPOINT active_record_2
30831
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:20', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:20', `perishable_token` = 'wIGf3zarbXBRRaarXJ7', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 62
30832
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30833
+ Processing by Spud::UsersController#update as HTML
30834
+ Parameters: {"spud_user"=>{"first_name"=>"Mike"}}
30835
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 62 LIMIT 1
30836
+  (0.3ms) SAVEPOINT active_record_2
30837
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:20', `perishable_token` = 'yMzQFjoUfzfVyyAKxW6q', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 62
30838
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30839
+  (0.2ms) SAVEPOINT active_record_2
30840
+  (0.6ms) UPDATE `spud_users` SET `first_name` = 'Mike', `perishable_token` = '5L2kBGBPy0XwLTb26n6U', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 62
30841
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30842
+ Redirected to http://test.host/spud/admin
30843
+ Completed 302 Found in 12ms (ActiveRecord: 2.2ms)
30844
+  (0.9ms) ROLLBACK
30845
+  (0.1ms) ROLLBACK
30846
+  (0.1ms) BEGIN
30847
+  (0.1ms) BEGIN
30848
+  (0.3ms) SAVEPOINT active_record_2
30849
+ 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 ('2012-08-30 19:19:20', 'dd64de2984a0ff3bbfb5aa66d6e2566abefc22a65bc67a9595e5379e37f1589b2286f1d423774390fb953862de6d18c68f29e0c139b6e42c443fba39e38b63b6', NULL, NULL, 'john69doe69@email.com', 0, 'John72', NULL, NULL, 'Doe72', NULL, 'john71doe71', 0, 'IJAPUcZQUhsofnCDRTO', 'GDsu0URLO20SSh3p5yWU', '9acb491daa57a3fa5ddfbae9f0ca4c8bd7edb504242a8225f089d5c4cf9e5c09bf7635ae97bf77209ba01362449d7f1a6d596be23bc98801787f2458f046e671', 'k3cF72', NULL, NULL, '2012-08-30 19:19:20')
30850
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30851
+  (0.2ms) SAVEPOINT active_record_2
30852
+  (0.6ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:20', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:20', `perishable_token` = 'KBWWHxMjrqVurQxQttNU', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 63
30853
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30854
+ Processing by Spud::UsersController#update as HTML
30855
+ Parameters: {"spud_user"=>{"first_name"=>"Mike"}}
30856
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 63 LIMIT 1
30857
+  (0.2ms) SAVEPOINT active_record_2
30858
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:20', `perishable_token` = 'liJ22F0EvrtOGIb1XL7', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 63
30859
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30860
+  (0.1ms) SAVEPOINT active_record_2
30861
+  (0.4ms) UPDATE `spud_users` SET `first_name` = 'Mike', `perishable_token` = 'mOEEC6AnOjyV0jxEgPd', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 63
30862
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30863
+ Redirected to http://test.host/spud/admin
30864
+ Completed 302 Found in 11ms (ActiveRecord: 2.0ms)
30865
+  (1.0ms) ROLLBACK
30866
+  (0.2ms) ROLLBACK
30867
+  (0.1ms) BEGIN
30868
+  (0.0ms) BEGIN
30869
+  (0.3ms) SAVEPOINT active_record_2
30870
+ 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 ('2012-08-30 19:19:20', 'f33da9a7c55b8bae61037db0c54de15f40b998b48c5d5a48cca76403d5e25bd1fa6f0473d5b85dbf7bb3c77084507e577c21afe15a7b756d97603474867e68d7', NULL, NULL, 'john70doe70@email.com', 0, 'John73', NULL, NULL, 'Doe73', NULL, 'john72doe72', 0, 'wUU4HY17Q8xd6NQY3S', 'ams3krWm7PpajFp0Jsa', '6568e7b046779da04d11067fc60cfc38f7a334d0678195d2669689beb3d6325c7793888cf84bb3a56f132fdccd76a93b36b6e567d1bdfd9ac107c24e9d1d2091', 'k3cF73', NULL, NULL, '2012-08-30 19:19:20')
30871
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30872
+  (0.3ms) SAVEPOINT active_record_2
30873
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:20', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:20', `perishable_token` = 'yytDvLYBrynIQ4uKOMnD', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 64
30874
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30875
+ Processing by Spud::UsersController#update as HTML
30876
+ Parameters: {"spud_user"=>{"password"=>"[FILTERED]"}}
30877
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 64 LIMIT 1
30878
+  (0.3ms) SAVEPOINT active_record_2
30879
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:20', `perishable_token` = '0yOdwJUsYaXTA9JDyzqr', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 64
30880
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30881
+  (0.1ms) SAVEPOINT active_record_2
30882
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE (`spud_users`.`persistence_token` = BINARY 'd76855ee60c394bcda14434a64ea297e412889ec2a302adf6318d85e23f34dd15fb75002e341893385896fefca981f6f6c02bb4750596da2e73360f0dc01b095' AND `spud_users`.`id` != 64) LIMIT 1
30883
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_2
30884
+ Completed 200 OK in 13ms (Views: 1.5ms | ActiveRecord: 2.2ms)
30885
+  (1.0ms) ROLLBACK
30886
+  (0.3ms) ROLLBACK
30887
+  (0.1ms) BEGIN
30888
+  (0.1ms) BEGIN
30889
+  (0.2ms) SAVEPOINT active_record_2
30890
+ 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 ('2012-08-30 19:19:20', 'bb02fbc9e42b467764a2dcd7fd86c0569ba2818ae8100193ae0112b207e6a2689da8c8fc378050b619e3b05d120b25fe74542f1c92526d4a01ec9b078a5bc81d', NULL, NULL, 'john71doe71@email.com', 0, 'John74', NULL, NULL, 'Doe74', NULL, 'john73doe73', 0, '1O0YZr8rlt7QkvzzbRfd', 'A3IfOT36aaTLuEpy24h2', '2adca2909d9bef4bbc6cd9f1522292408135334436ba3676b2761334508c93db6dc48f05ca361267981ae8c8727b6bef78fca1e7a21bda2c5ed7ef9640077c7a', 'k3cF74', NULL, NULL, '2012-08-30 19:19:20')
30891
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30892
+  (0.2ms) SAVEPOINT active_record_2
30893
+  (0.6ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:20', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:20', `perishable_token` = 'oS3ey4l7ZAIKnllCNKi', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 65
30894
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30895
+ Processing by Spud::UsersController#update as HTML
30896
+ Parameters: {"spud_user"=>{"password"=>"[FILTERED]"}}
30897
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 65 LIMIT 1
30898
+  (0.2ms) SAVEPOINT active_record_2
30899
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:20', `perishable_token` = 'P0iKfEiPmWSdCC5GMXov', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 65
30900
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30901
+  (0.2ms) SAVEPOINT active_record_2
30902
+ SpudUser Exists (0.6ms) SELECT 1 AS one FROM `spud_users` WHERE (`spud_users`.`persistence_token` = BINARY '0cd5c870ff3212c5d5456fa465749996ac0b6da3c21f0b32459b37a7910f37a984ea3ea9f8b371efbe21716f6aee9d5ab0e0df980b9f7b05c237f08d3fff1daa' AND `spud_users`.`id` != 65) LIMIT 1
30903
+  (0.3ms) ROLLBACK TO SAVEPOINT active_record_2
30904
+ Completed 200 OK in 13ms (Views: 1.3ms | ActiveRecord: 2.4ms)
30905
+  (1.0ms) ROLLBACK
30906
+  (0.3ms) ROLLBACK
30907
+  (0.1ms) BEGIN
30908
+  (0.0ms) BEGIN
30909
+  (0.3ms) SAVEPOINT active_record_2
30910
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:20', '3383c6ed6f68aad9db85701b5988c42d335eebb0fd2e8f007d0cd60e6e9a96119b1abef2a2c8a2080c8ff5166df988b393eeda882da6f1aefa933a2c54b9e13f', NULL, NULL, 'john72doe72@email.com', 0, 'John75', NULL, NULL, 'Doe75', NULL, 'john74doe74', 0, 'EJ6gHJwZseUTMJPPt1', 'qJBDx2uipZXvnG1kW2EX', '81cc1babef74e416c7fc19149e72a1877b7b616ce28399523b86b3c1622db33b814b6074369a81fecaa0f6d0f19b3723963de3dd30f9aae49a6494c501b02902', 'k3cF75', NULL, NULL, '2012-08-30 19:19:20')
30911
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30912
+  (0.2ms) SAVEPOINT active_record_2
30913
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:20', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:20', `perishable_token` = '24XqFl3Da5rX1Uq6xnI', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 66
30914
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30915
+ Processing by Spud::UsersController#update as HTML
30916
+ Parameters: {"spud_user"=>{"password"=>"[FILTERED]"}}
30917
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 66 LIMIT 1
30918
+  (0.3ms) SAVEPOINT active_record_2
30919
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:20', `perishable_token` = 'TXfQUXonG1vmWSYG2ae', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 66
30920
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30921
+  (0.1ms) SAVEPOINT active_record_2
30922
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE (`spud_users`.`persistence_token` = BINARY '01988fb82f8ebaef6c6ce63a91c68a9c0cca83e68a8f5e70befcabc0f1f3bf4fe6058f786219aa29e9b8ae52cc413779147b36f81200088eef63f5e10b4f7d01' AND `spud_users`.`id` != 66) LIMIT 1
30923
+  (0.3ms) ROLLBACK TO SAVEPOINT active_record_2
30924
+ Completed 200 OK in 13ms (Views: 1.3ms | ActiveRecord: 2.0ms)
30925
+  (1.0ms) ROLLBACK
30926
+  (0.1ms) ROLLBACK
30927
+  (0.1ms) BEGIN
30928
+  (0.1ms) BEGIN
30929
+  (0.3ms) SAVEPOINT active_record_2
30930
+ 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 ('2012-08-30 19:19:20', 'f50ef7ad004550fe702317417216e1619a98c33d9b0138bf987c3123060acbbd2fd08698edecbdd285a50a287ebe8287800fce322caac3b0ab9d4f61e30130e1', NULL, NULL, 'john73doe73@email.com', 0, 'John76', NULL, NULL, 'Doe76', NULL, 'john75doe75', 0, '8jQ8naOKG9cUZM98Wyqq', 'CToitj10QlheJHtxV8sU', 'bcd48c674e8b474aaa3f55771e3f28e3563969a70555382f30fdc64bf1090398d8d09c8748e08e5f3141bd7db7d8a87397f0ae32ba188cc867b825cbd2392005', 'k3cF76', NULL, NULL, '2012-08-30 19:19:20')
30931
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30932
+  (0.3ms) SAVEPOINT active_record_2
30933
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:20', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:20', `perishable_token` = 'ZfnKcLvAs2mBTRg0NtIC', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 67
30934
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30935
+ Processing by Spud::UsersController#save_setting as HTML
30936
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 67 LIMIT 1
30937
+  (0.2ms) SAVEPOINT active_record_2
30938
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:20', `perishable_token` = 'wnjGdNURkUx5ttxrslm8', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 67
30939
+  (0.1ms) RELEASE SAVEPOINT active_record_2
30940
+ Completed 500 Internal Server Error in 8ms (Views: 0.8ms | ActiveRecord: 1.3ms)
30941
+  (0.7ms) ROLLBACK
30942
+  (0.1ms) ROLLBACK
30943
+  (0.1ms) BEGIN
30944
+  (0.1ms) BEGIN
30945
+  (0.3ms) SAVEPOINT active_record_2
30946
+ 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 ('2012-08-30 19:19:20', 'd7366e8c7107f423dbcfcee09d0f3a0135a577110099e18c8f8b042cffeaf54ea977388f09823054d2a3b2fd0c160ed679c82f652d62c524e6a58f2cfccdd4cb', NULL, NULL, 'john74doe74@email.com', 0, 'John77', NULL, NULL, 'Doe77', NULL, 'john76doe76', 0, '32cmRsVoKUifWJKd3Ygc', 'HrhqpiqdMjdzumgDYHZg', '579e7bf80ace5600ad0da5ffbb8640468e50ca2cf1b4281fc673c6283613ee05feac9046a1b62577a0efa0846dd297b87e47bc967a2a9c604ad59433506ec3e6', 'k3cF77', NULL, NULL, '2012-08-30 19:19:20')
30947
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30948
+  (0.2ms) SAVEPOINT active_record_2
30949
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 19:19:20', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:20', `perishable_token` = 'WDgKi7NcRQvqJgZ78Bk5', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 68
30950
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30951
+ Processing by Spud::UsersController#save_setting as HTML
30952
+ Parameters: {"key"=>"test", "value"=>"testval"}
30953
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 68 LIMIT 1
30954
+  (0.1ms) SAVEPOINT active_record_2
30955
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 19:19:20', `perishable_token` = 'hJso0ON3coFQyVHdib', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 68
30956
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30957
+ SpudUserSetting Load (0.5ms) SELECT `spud_user_settings`.* FROM `spud_user_settings` WHERE `spud_user_settings`.`spud_user_id` = 68 AND `spud_user_settings`.`key` = 'test' LIMIT 1
30958
+  (0.2ms) SAVEPOINT active_record_2
30959
+ SpudUserSetting Exists (0.3ms) SELECT 1 AS one FROM `spud_user_settings` WHERE (`spud_user_settings`.`key` = BINARY 'test' AND `spud_user_settings`.`spud_user_id` = 68) LIMIT 1
30960
+ SQL (0.2ms) INSERT INTO `spud_user_settings` (`created_at`, `key`, `spud_user_id`, `updated_at`, `value`) VALUES ('2012-08-30 19:19:20', 'test', 68, '2012-08-30 19:19:20', 'testval')
30961
+  (0.2ms) RELEASE SAVEPOINT active_record_2
30962
+ Completed 200 OK in 13ms (Views: 0.6ms | ActiveRecord: 2.8ms)
30963
+  (12.9ms) ROLLBACK
30964
+  (0.1ms) ROLLBACK
30965
+  (0.2ms) BEGIN
30966
+  (0.1ms) BEGIN
30967
+  (0.1ms) ROLLBACK
30968
+  (0.0ms) ROLLBACK
30969
+  (0.1ms) BEGIN
30970
+  (0.1ms) BEGIN
30971
+  (0.1ms) ROLLBACK
30972
+  (0.1ms) ROLLBACK
30973
+  (0.1ms) BEGIN
30974
+  (0.0ms) BEGIN
30975
+  (0.2ms) ROLLBACK
30976
+  (0.1ms) ROLLBACK
30977
+  (0.1ms) BEGIN
30978
+  (0.1ms) BEGIN
30979
+  (0.1ms) ROLLBACK
30980
+  (0.0ms) ROLLBACK
30981
+  (0.1ms) BEGIN
30982
+  (0.0ms) BEGIN
30983
+  (0.1ms) ROLLBACK
30984
+  (0.1ms) ROLLBACK
30985
+  (0.2ms) BEGIN
30986
+  (0.1ms) BEGIN
30987
+  (0.3ms) ROLLBACK
30988
+  (0.1ms) ROLLBACK
30989
+  (0.1ms) BEGIN
30990
+  (0.1ms) BEGIN
30991
+  (0.3ms) ROLLBACK
30992
+  (0.1ms) ROLLBACK
30993
+  (0.3ms) BEGIN
30994
+  (0.2ms) BEGIN
30995
+  (0.3ms) ROLLBACK
30996
+  (0.2ms) ROLLBACK
30997
+  (0.2ms) BEGIN
30998
+  (0.2ms) BEGIN
30999
+  (0.2ms) ROLLBACK
31000
+  (0.1ms) ROLLBACK
31001
+  (0.3ms) BEGIN
31002
+  (0.2ms) BEGIN
31003
+  (0.3ms) ROLLBACK
31004
+  (0.2ms) ROLLBACK
31005
+  (0.1ms) BEGIN
31006
+  (0.1ms) BEGIN
31007
+  (0.3ms) ROLLBACK
31008
+  (0.1ms) ROLLBACK
31009
+  (0.3ms) BEGIN
31010
+  (0.2ms) BEGIN
31011
+  (0.3ms) ROLLBACK
31012
+  (0.2ms) ROLLBACK
31013
+  (0.1ms) BEGIN
31014
+  (0.2ms) BEGIN
31015
+  (0.2ms) ROLLBACK
31016
+  (0.1ms) ROLLBACK
31017
+  (0.2ms) BEGIN
31018
+  (0.1ms) BEGIN
31019
+  (0.2ms) SAVEPOINT active_record_2
31020
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john75doe75@email.com' LIMIT 1
31021
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john77doe77' LIMIT 1
31022
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '1ab4d8bd3cab42547a330d565f89913306bc0b5c978279f0288511b446d565b160f748732ecf7e3786d49221977b0b5ff8a221e53efc2a9a448677dd45bd2e39' LIMIT 1
31023
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF78' LIMIT 1
31024
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 68 LIMIT 1
31025
+ 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 ('2012-08-30 19:19:20', 'c1bc8769cc5805aae1b7a0f07d3b642df47ef5a7a2fe2e9d6c3dff3c25609e5a26b5e0989b0838e48e4acd673c13d102ab2963e2dc193e9909f3ee4ba54853ae', '2012-08-30 19:19:20', '0.0.0.0', 'john75doe75@email.com', 0, 'John78', NULL, NULL, 'Doe78', '2012-08-30 19:19:20', 'john77doe77', 1, 'bUF2BnZkZWUhincRJp55', 'Hz9fC1LGiDPkYW3YhBe', '1ab4d8bd3cab42547a330d565f89913306bc0b5c978279f0288511b446d565b160f748732ecf7e3786d49221977b0b5ff8a221e53efc2a9a448677dd45bd2e39', 'k3cF78', NULL, NULL, '2012-08-30 19:19:20')
31026
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31027
+  (0.8ms) ROLLBACK
31028
+  (0.1ms) ROLLBACK
31029
+  (0.1ms) BEGIN
31030
+  (0.1ms) BEGIN
31031
+  (0.2ms) SAVEPOINT active_record_2
31032
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john76doe76@email.com' LIMIT 1
31033
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john78doe78' LIMIT 1
31034
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '0df2f9754813ad3e7e7b5fb87dc8d3f4b0ad4e4de1195edb251856ea95387711f1dadf535f2b045148da404d79b97addafcae1d8e64d369bd7378554e1f21b1c' LIMIT 1
31035
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF79' LIMIT 1
31036
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = '1ab4d8bd3cab42547a330d565f89913306bc0b5c978279f0288511b446d565b160f748732ecf7e3786d49221977b0b5ff8a221e53efc2a9a448677dd45bd2e39' LIMIT 1
31037
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = '1ab4d8bd3cab42547a330d565f89913306bc0b5c978279f0288511b446d565b160f748732ecf7e3786d49221977b0b5ff8a221e53efc2a9a448677dd45bd2e39' LIMIT 1
31038
+ 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 ('2012-08-30 19:19:20', 'c253263b616efe301154f38a06e55ec45f47ecee0702ca949f770df58db1a0475635a7ed11e251be93f4c241f6083deff98ca251f89fa9c4f34408607f2858ed', '2012-08-30 19:19:20', '0.0.0.0', 'john76doe76@email.com', 0, 'John79', NULL, NULL, 'Doe79', '2012-08-30 19:19:20', 'john78doe78', 1, '8zwkuiG8z6rqGbtoDqLh', 'AXRF3ppqb1nN2NbEwgF', '0df2f9754813ad3e7e7b5fb87dc8d3f4b0ad4e4de1195edb251856ea95387711f1dadf535f2b045148da404d79b97addafcae1d8e64d369bd7378554e1f21b1c', 'k3cF79', NULL, NULL, '2012-08-30 19:19:20')
31039
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31040
+  (0.8ms) ROLLBACK
31041
+  (0.1ms) ROLLBACK
31042
+  (0.1ms) BEGIN
31043
+  (0.1ms) BEGIN
31044
+  (0.3ms) SAVEPOINT active_record_2
31045
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john77doe77@email.com' LIMIT 1
31046
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john79doe79' LIMIT 1
31047
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '2ce2bdf62752464ae10e861b9e308de01b29a598a741b68f5d1e68049e7127d5a3e10497f2f0158a568463ea961d4e1953d2abca21ae9ace0bd725adf680c2c6' LIMIT 1
31048
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF80' LIMIT 1
31049
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = '0df2f9754813ad3e7e7b5fb87dc8d3f4b0ad4e4de1195edb251856ea95387711f1dadf535f2b045148da404d79b97addafcae1d8e64d369bd7378554e1f21b1c' LIMIT 1
31050
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = '0df2f9754813ad3e7e7b5fb87dc8d3f4b0ad4e4de1195edb251856ea95387711f1dadf535f2b045148da404d79b97addafcae1d8e64d369bd7378554e1f21b1c' LIMIT 1
31051
+ SQL (0.6ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:20', 'f978a063b2f1e04b1e5893c6d680879e0ec463fc433c317a8875b831c7554af2fab0c84c506d2c86bebcf9c09e487bab8e76b52c8e68781a5bff2865e695983f', '2012-08-30 19:19:20', '0.0.0.0', 'john77doe77@email.com', 0, 'John80', NULL, NULL, 'Doe80', '2012-08-30 19:19:20', 'john79doe79', 1, 'vIBhbpJdHNIykvh9Nl5', 'BNeEU3oHq1ujBOPxLboH', '2ce2bdf62752464ae10e861b9e308de01b29a598a741b68f5d1e68049e7127d5a3e10497f2f0158a568463ea961d4e1953d2abca21ae9ace0bd725adf680c2c6', 'k3cF80', NULL, NULL, '2012-08-30 19:19:20')
31052
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31053
+  (0.8ms) ROLLBACK
31054
+  (0.1ms) ROLLBACK
31055
+  (0.1ms) BEGIN
31056
+  (0.1ms) BEGIN
31057
+  (0.3ms) SAVEPOINT active_record_2
31058
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john78doe78@email.com' LIMIT 1
31059
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john80doe80' LIMIT 1
31060
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '5f537ab1f9c7f258e89e51cb8da03c8cabe5640c2ad7bbb440a88862711baf9798030b8e0b9c5ad0beff5b8587f9c589958f5f83c84595ad3ae5d010427a9fb7' LIMIT 1
31061
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF81' LIMIT 1
31062
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = '2ce2bdf62752464ae10e861b9e308de01b29a598a741b68f5d1e68049e7127d5a3e10497f2f0158a568463ea961d4e1953d2abca21ae9ace0bd725adf680c2c6' LIMIT 1
31063
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = '2ce2bdf62752464ae10e861b9e308de01b29a598a741b68f5d1e68049e7127d5a3e10497f2f0158a568463ea961d4e1953d2abca21ae9ace0bd725adf680c2c6' LIMIT 1
31064
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:20', '9fd7c6efb7bc330e70b40689e384d2424a316c4450426595a391a218d6c3d135dee7e4099e2d38a76142795b8588dbb0ef6d4aececc70564616f2bda1a223b95', '2012-08-30 19:19:20', '0.0.0.0', 'john78doe78@email.com', 0, 'John81', NULL, NULL, 'Doe81', '2012-08-30 19:19:20', 'john80doe80', 1, 'IMUUR4rJPShAALL8LeU', 'dJFkxYXcH487xGI0u4N', '5f537ab1f9c7f258e89e51cb8da03c8cabe5640c2ad7bbb440a88862711baf9798030b8e0b9c5ad0beff5b8587f9c589958f5f83c84595ad3ae5d010427a9fb7', 'k3cF81', NULL, NULL, '2012-08-30 19:19:20')
31065
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31066
+  (0.6ms) ROLLBACK
31067
+  (0.1ms) ROLLBACK
31068
+  (0.1ms) BEGIN
31069
+  (0.1ms) BEGIN
31070
+  (0.2ms) SAVEPOINT active_record_2
31071
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john79doe79@email.com' LIMIT 1
31072
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john81doe81' LIMIT 1
31073
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '4be9e2ae8996366be0b34c76be2fb8620a5d8538a1ddaed0f7696ebc4b65339a9556afcfacb8c70eb1cb1d1f6c343eb9118a9615b1a67811c716e624b4698a0f' LIMIT 1
31074
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF82' LIMIT 1
31075
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = '5f537ab1f9c7f258e89e51cb8da03c8cabe5640c2ad7bbb440a88862711baf9798030b8e0b9c5ad0beff5b8587f9c589958f5f83c84595ad3ae5d010427a9fb7' LIMIT 1
31076
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = '5f537ab1f9c7f258e89e51cb8da03c8cabe5640c2ad7bbb440a88862711baf9798030b8e0b9c5ad0beff5b8587f9c589958f5f83c84595ad3ae5d010427a9fb7' LIMIT 1
31077
+ 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 ('2012-08-30 19:19:20', 'b07eceed1b46e41356ffe6129a5cb3087c5c62a77ae152351b19d606f7041c4a424cabb162f094b1b0b9c1358f949acdee59c800e6b68dc862ae101a3e365902', '2012-08-30 19:19:20', '0.0.0.0', 'john79doe79@email.com', 0, 'John82', NULL, NULL, 'Doe82', '2012-08-30 19:19:20', 'john81doe81', 1, '78VULH6uXm3ucPj1J1Mx', 'c88FgefGP3yLm8E7pXA', '4be9e2ae8996366be0b34c76be2fb8620a5d8538a1ddaed0f7696ebc4b65339a9556afcfacb8c70eb1cb1d1f6c343eb9118a9615b1a67811c716e624b4698a0f', 'k3cF82', NULL, NULL, '2012-08-30 19:19:20')
31078
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31079
+  (1.0ms) ROLLBACK
31080
+  (0.1ms) ROLLBACK
31081
+  (0.1ms) BEGIN
31082
+  (0.1ms) BEGIN
31083
+  (0.2ms) SAVEPOINT active_record_2
31084
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john80doe80@email.com' LIMIT 1
31085
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john82doe82' LIMIT 1
31086
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'cdc8adddf24cb57303aba40037ec724d62829918b5448bae54cf1ada56908a863bd98567bedee456807c8ae7e5ddd0d0d1c32f295910a8e9fcba87ea688dc7a4' LIMIT 1
31087
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF83' LIMIT 1
31088
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = '4be9e2ae8996366be0b34c76be2fb8620a5d8538a1ddaed0f7696ebc4b65339a9556afcfacb8c70eb1cb1d1f6c343eb9118a9615b1a67811c716e624b4698a0f' LIMIT 1
31089
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = '4be9e2ae8996366be0b34c76be2fb8620a5d8538a1ddaed0f7696ebc4b65339a9556afcfacb8c70eb1cb1d1f6c343eb9118a9615b1a67811c716e624b4698a0f' LIMIT 1
31090
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:20', '77b9696de05eba766ebe9fd35c215281dfcd2c50b045734b2427d54800723361703843d36edb5b6cad520ee866ebb4508c92c19e93eedf8dc484bcd09627fcc8', '2012-08-30 19:19:20', '0.0.0.0', 'john80doe80@email.com', 0, 'John83', NULL, NULL, 'Doe83', '2012-08-30 19:19:20', 'john82doe82', 1, 'NTgVCDgJEFi5qqoewJLI', 'hzdHJ5QY1z1hAcuFsXk0', 'cdc8adddf24cb57303aba40037ec724d62829918b5448bae54cf1ada56908a863bd98567bedee456807c8ae7e5ddd0d0d1c32f295910a8e9fcba87ea688dc7a4', 'k3cF83', NULL, NULL, '2012-08-30 19:19:20')
31091
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31092
+  (0.8ms) ROLLBACK
31093
+  (0.1ms) ROLLBACK
31094
+  (0.3ms) BEGIN
31095
+  (0.2ms) BEGIN
31096
+  (0.3ms) SAVEPOINT active_record_2
31097
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john81doe81@email.com' LIMIT 1
31098
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john83doe83' LIMIT 1
31099
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '7ecf1481a7341e6900bf8330cfd730eafd54e3c1de309e1bc47ec7c3a1e1770d6e4d85648e7f6c8bba914e21aae2e205ff074ffbb65d8ebda5066650361d4982' LIMIT 1
31100
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF84' LIMIT 1
31101
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:20', '3fc74fef4178831091a229d4c7437daf2d3b272e9a84a570661e3c36bdc054ab0effdf2f3d617eced29dab027c58980af2bab2846868412deba959be3d7e8382', '2012-08-30 19:19:20', '0.0.0.0', 'john81doe81@email.com', 0, 'John84', NULL, NULL, 'Doe84', '2012-08-30 19:19:20', 'john83doe83', 1, 'HWX5htsaP4D52OsahsX2', '8JFp8j9jmmiUNeKyitS', '7ecf1481a7341e6900bf8330cfd730eafd54e3c1de309e1bc47ec7c3a1e1770d6e4d85648e7f6c8bba914e21aae2e205ff074ffbb65d8ebda5066650361d4982', 'k3cF84', NULL, NULL, '2012-08-30 19:19:20')
31102
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31103
+  (0.3ms) SAVEPOINT active_record_2
31104
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 19:19:20', `current_login_at` = '2012-08-30 19:19:20', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:20', `perishable_token` = 'OcbH0NSunoAIbhjfrPq', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 75
31105
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31106
+  (0.9ms) ROLLBACK
31107
+  (0.1ms) ROLLBACK
31108
+  (0.1ms) BEGIN
31109
+  (0.1ms) BEGIN
31110
+  (0.2ms) SAVEPOINT active_record_2
31111
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john82doe82@email.com' LIMIT 1
31112
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john84doe84' LIMIT 1
31113
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '0f29eeb49c19a14aceb7a1e4dfdf5cc1b339410748a7027a478defb78a4d56ee95f891aaa06074f17ab67e66f08f3ea46e2c7222ccf3aba73b86351a3a566d4f' LIMIT 1
31114
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF85' LIMIT 1
31115
+ SQL (0.6ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:20', '37e27f67033e0d5533ad9f1ebb6fd65c1827fbfa4f3c2ff924a5575497bcaab5f752090af2cd8fc63a911a647a2a9423dccf1493b6595dd786acee60081913b7', '2012-08-30 19:19:20', '0.0.0.0', 'john82doe82@email.com', 0, 'John85', NULL, NULL, 'Doe85', '2012-08-30 19:19:20', 'john84doe84', 1, 'DRa84hEB32nmCy62uh5h', 'NH0cdq8BlaRAf45HHHn', '0f29eeb49c19a14aceb7a1e4dfdf5cc1b339410748a7027a478defb78a4d56ee95f891aaa06074f17ab67e66f08f3ea46e2c7222ccf3aba73b86351a3a566d4f', 'k3cF85', NULL, NULL, '2012-08-30 19:19:20')
31116
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31117
+  (0.2ms) SAVEPOINT active_record_2
31118
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 19:19:20', `current_login_at` = '2012-08-30 19:19:20', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:20', `perishable_token` = 'Y8GK1NUj9P5kp1VXWlXW', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 76
31119
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31120
+  (0.9ms) ROLLBACK
31121
+  (0.1ms) ROLLBACK
31122
+  (0.1ms) BEGIN
31123
+  (0.1ms) BEGIN
31124
+  (0.3ms) SAVEPOINT active_record_2
31125
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john83doe83@email.com' LIMIT 1
31126
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john85doe85' LIMIT 1
31127
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '32cd6bb666ba5549b9dd28e4694309fd1ec18d61107a5b1bf4458cc7a156db6def19fe0f78e957a3d890464e279627dbd088b5d0271ae265ecb72f341764a1d5' LIMIT 1
31128
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF86' LIMIT 1
31129
+ 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 ('2012-08-30 19:19:20', '257310541ae9348b8d36b76e613eaee99a05f07e3283925fdcfcc586f513f2730d665daac720cf8d8f09a6ccf1137a916455e595d2ed0deec79ba8467c09c336', '2012-08-30 19:19:20', '0.0.0.0', 'john83doe83@email.com', 0, 'John86', NULL, NULL, 'Doe86', '2012-08-30 19:19:20', 'john85doe85', 1, 'GOVPJ7o7fyRN95HnCzrl', 'iMxZQj7GfK1QXFG7vlar', '32cd6bb666ba5549b9dd28e4694309fd1ec18d61107a5b1bf4458cc7a156db6def19fe0f78e957a3d890464e279627dbd088b5d0271ae265ecb72f341764a1d5', 'k3cF86', NULL, NULL, '2012-08-30 19:19:20')
31130
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31131
+  (0.2ms) SAVEPOINT active_record_2
31132
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 19:19:20', `current_login_at` = '2012-08-30 19:19:20', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:20', `perishable_token` = 'UFZbX9PoJ8rxHIdRH8Z', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 77
31133
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31134
+  (0.8ms) ROLLBACK
31135
+  (0.1ms) ROLLBACK
31136
+  (0.3ms) BEGIN
31137
+  (0.2ms) BEGIN
31138
+  (0.3ms) SAVEPOINT active_record_2
31139
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john84doe84@email.com' LIMIT 1
31140
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john86doe86' LIMIT 1
31141
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '8b78fadec03779ef6920da4511963dd8555e54ad675880d62ad48409f0f5ad92a29b1268a2ab90871c055ccd7c643007027dce1cc7f817dbf5854880c77a7785' LIMIT 1
31142
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF87' LIMIT 1
31143
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:20', 'bb90d4365cb01b04028de657b4e50ff8927958f6279401d1a617f702ec68322616f68a17b439f11e3ebc8ee822400ea5e205a73203be2b525edd1f0250cd6467', '2012-08-30 19:19:20', '0.0.0.0', 'john84doe84@email.com', 0, 'John87', NULL, NULL, 'Doe87', '2012-08-30 19:19:20', 'john86doe86', 1, 'x7EJGMBZXs9nUZqAkRQe', '0Ks1BoRhqnoYeJdVmEQn', '8b78fadec03779ef6920da4511963dd8555e54ad675880d62ad48409f0f5ad92a29b1268a2ab90871c055ccd7c643007027dce1cc7f817dbf5854880c77a7785', 'k3cF87', NULL, NULL, '2012-08-30 19:19:20')
31144
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31145
+  (0.2ms) SAVEPOINT active_record_2
31146
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 19:19:20', `current_login_at` = '2012-08-30 19:19:20', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:20', `perishable_token` = 'a3WAOu2RPXDfm6vjO2c', `updated_at` = '2012-08-30 19:19:20' WHERE `spud_users`.`id` = 78
31147
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31148
+  (0.9ms) ROLLBACK
31149
+  (0.1ms) ROLLBACK
31150
+  (0.1ms) BEGIN
31151
+  (0.1ms) BEGIN
31152
+  (0.3ms) SAVEPOINT active_record_2
31153
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john85doe85@email.com' LIMIT 1
31154
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john87doe87' LIMIT 1
31155
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '3c8af3e5d72f1f5cb9165f8d674c943a9020b3e04dead0bf596c50d3b7ae463ef59fb3065134769217b0b1e48295ef298fe101e5c70df9c77454b55568b8c524' LIMIT 1
31156
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF88' LIMIT 1
31157
+ SQL (0.6ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 19:19:21', '9ffd17becd5e056a00a2a32ebf4ffb94108f88b5e866557f45b4dae690b4f43be9ff01e846f2847a2e6ce6b0b80d6b818255c30faad3cd33b6a376fd4a3d404f', '2012-08-30 19:19:21', '0.0.0.0', 'john85doe85@email.com', 0, 'John88', NULL, NULL, 'Doe88', '2012-08-30 19:19:21', 'john87doe87', 1, 'KYedScuqhmu5Qgns68J', 'UR4Ws4IwxTr4Ip4CFfyW', '3c8af3e5d72f1f5cb9165f8d674c943a9020b3e04dead0bf596c50d3b7ae463ef59fb3065134769217b0b1e48295ef298fe101e5c70df9c77454b55568b8c524', 'k3cF88', NULL, NULL, '2012-08-30 19:19:21')
31158
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31159
+  (0.2ms) SAVEPOINT active_record_2
31160
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 19:19:21', `current_login_at` = '2012-08-30 19:19:21', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 19:19:21', `perishable_token` = 'TXYPG5MSIYzbWBi2XCv', `updated_at` = '2012-08-30 19:19:21' WHERE `spud_users`.`id` = 79
31161
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31162
+  (0.6ms) ROLLBACK
31163
+  (0.1ms) ROLLBACK
31164
+  (0.2ms) BEGIN
31165
+  (0.2ms) BEGIN
31166
+  (0.1ms) ROLLBACK
31167
+  (0.1ms) ROLLBACK
31168
+  (0.1ms) BEGIN
31169
+  (0.1ms) BEGIN
31170
+  (0.1ms) ROLLBACK
31171
+  (0.1ms) ROLLBACK
31172
+  (0.1ms) BEGIN
31173
+  (0.0ms) BEGIN
31174
+  (0.1ms) ROLLBACK
31175
+  (0.0ms) ROLLBACK
31176
+  (0.1ms) BEGIN
31177
+  (0.0ms) BEGIN
31178
+  (0.0ms) ROLLBACK
31179
+  (0.1ms) ROLLBACK
31180
+  (0.1ms) BEGIN
31181
+  (0.0ms) BEGIN
31182
+  (0.2ms) ROLLBACK
31183
+  (0.1ms) ROLLBACK
31184
+  (0.1ms) BEGIN
31185
+  (0.1ms) BEGIN
31186
+  (0.1ms) ROLLBACK
31187
+  (0.0ms) ROLLBACK
31188
+  (0.1ms) BEGIN
31189
+  (0.1ms) BEGIN
31190
+  (0.1ms) ROLLBACK
31191
+  (0.1ms) ROLLBACK
31192
+  (0.1ms) BEGIN
31193
+  (0.1ms) BEGIN
31194
+  (0.2ms) ROLLBACK
31195
+  (0.1ms) ROLLBACK