spud_core 0.8.27 → 0.8.28

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,23 +18,23 @@ $(document).ready(function() {
18
18
  });
19
19
 
20
20
  $('a.ajax').live('click', function() {
21
- var url = this.href;
22
- var title = this.title;
23
- var dialog = $("#dialog");
24
- if(dialog.length == 0)
25
- {
26
- dialog = $('<div id="dialog" style="display:hidden;"></div>').appendTo('body');
27
- }
28
- dialog.load(url + ".js",null,
29
- function(responseText, textStatus, XMLHttpRequest) {
30
- dialog.dialog({width:500,modal:true,height:500,title:title});
31
- })
32
- return false;
21
+ var url = this.href;
22
+ var title = this.title;
23
+ var dialog = $("#dialog");
24
+ if(dialog.length == 0)
25
+ {
26
+ dialog = $('<div id="dialog" style="display:hidden;"></div>').appendTo('body');
27
+ }
28
+ dialog.load(url + ".js",
29
+ function(responseText, textStatus, XMLHttpRequest) {
30
+ dialog.dialog({width:500,modal:true,height:500,title:title});
31
+ });
32
+ return false;
33
33
  });
34
34
 
35
35
  $('a.close_dialog').live('click', function() {
36
- $('#dialog').dialog('close');
37
- })
36
+ $('#dialog').dialog('close');
37
+ });
38
38
 
39
39
  $('a[data-method="delete"]').live('ajax:success',
40
40
  function(data, textStatus, jqXHR){
@@ -1,5 +1,5 @@
1
1
  module Spud
2
2
  module Core
3
- VERSION = "0.8.27"
3
+ VERSION = "0.8.28"
4
4
  end
5
5
  end
@@ -31193,3 +31193,1694 @@ Completed 200 OK in 13ms (Views: 0.6ms | ActiveRecord: 2.8ms)
31193
31193
   (0.1ms) BEGIN
31194
31194
   (0.2ms) ROLLBACK
31195
31195
   (0.1ms) ROLLBACK
31196
+ Connecting to database specified by database.yml
31197
+  (0.3ms) SELECT @@FOREIGN_KEY_CHECKS
31198
+  (0.2ms) SET FOREIGN_KEY_CHECKS = 0
31199
+  (0.2ms) SELECT DATABASE() as db
31200
+  (1.0ms) select table_name from information_schema.views where table_schema = 'spud_core_test'
31201
+  (30.2ms) TRUNCATE TABLE `spud_admin_permissions`;
31202
+  (17.6ms) TRUNCATE TABLE `spud_user_settings`;
31203
+  (3.1ms) TRUNCATE TABLE `spud_users`;
31204
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
31205
+  (0.2ms) BEGIN
31206
+  (0.2ms) BEGIN
31207
+  (0.3ms) SAVEPOINT active_record_2
31208
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john1doe1@email.com' LIMIT 1
31209
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john1doe1' LIMIT 1
31210
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '0394809de1f1d54032399f968c957e23c994103093119f58106d8ec7b17a959b19b329b8af23e20d462b83f9feaf4d10928b52e09708d21b1e9d84b7c57a7c5b' LIMIT 1
31211
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF1' LIMIT 1
31212
+ 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-09-10 19:00:00', 'c3da297b95c261ff27b1accbdf64e6647d555eacf00371784c845117774e71237ecc54425fdcf096e938945211e8620e1af83eec2a333814b2b0c0bdc44c27cc', '2012-09-10 19:00:00', '0.0.0.0', 'john1doe1@email.com', 0, 'John1', NULL, NULL, 'Doe1', '2012-09-10 19:00:00', 'john1doe1', 1, 'v24MbK1IhvB4AolZqKeQ', '0vaHgfNPAjQ7bveGooPN', '0394809de1f1d54032399f968c957e23c994103093119f58106d8ec7b17a959b19b329b8af23e20d462b83f9feaf4d10928b52e09708d21b1e9d84b7c57a7c5b', 'k3cF1', NULL, NULL, '2012-09-10 19:00:00')
31213
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31214
+  (0.2ms) SAVEPOINT active_record_2
31215
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-09-10 19:00:00', `current_login_at` = '2012-09-10 19:00:00', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:00', `perishable_token` = 'CA92RMINWbePRC9lZP0', `updated_at` = '2012-09-10 19:00:00' WHERE `spud_users`.`id` = 1
31216
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31217
+  (0.2ms) SAVEPOINT active_record_2
31218
+  (0.4ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'tfhS3IfVqeZdGU1I3BG', `updated_at` = '2012-09-10 19:00:00' WHERE `spud_users`.`id` = 1
31219
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31220
+ Processing by AnonymousController#index as HTML
31221
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 1 LIMIT 1
31222
+  (0.2ms) SAVEPOINT active_record_2
31223
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 'tPJpUShkiZM8LoImcoBF', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 1
31224
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31225
+ Rendered text template (0.0ms)
31226
+ Completed 200 OK in 78ms (Views: 65.8ms | ActiveRecord: 1.4ms)
31227
+  (0.8ms) ROLLBACK
31228
+  (0.1ms) ROLLBACK
31229
+  (0.1ms) BEGIN
31230
+  (0.1ms) BEGIN
31231
+  (0.4ms) SAVEPOINT active_record_2
31232
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john2doe2@email.com' LIMIT 1
31233
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john2doe2' LIMIT 1
31234
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '2602e1a6e8bf13c78de9df8e318890edca0d5e37955009f05aaf7f8fbdb3915674d6beb3005ce51e664272c749028d7066bbdd7deab8888f5d5e52af192ac8b6' LIMIT 1
31235
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF2' LIMIT 1
31236
+ 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-09-10 19:00:01', 'a897bbebd766e2f44a8ff08304d0d911cd2fea218788b54a27223dcc6afd6c03560a927a04ec54c87f6be723e1c1e2e25b0d73170e4b75851726c8c3816cb5b4', '2012-09-10 19:00:01', '0.0.0.0', 'john2doe2@email.com', 0, 'John2', NULL, NULL, 'Doe2', '2012-09-10 19:00:01', 'john2doe2', 1, 'MD1H1YFfuW4AiK1sfHik', 'Mo2cIEd8i7YnkhnEbzy', '2602e1a6e8bf13c78de9df8e318890edca0d5e37955009f05aaf7f8fbdb3915674d6beb3005ce51e664272c749028d7066bbdd7deab8888f5d5e52af192ac8b6', 'k3cF2', NULL, NULL, '2012-09-10 19:00:01')
31237
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31238
+  (0.2ms) SAVEPOINT active_record_2
31239
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-09-10 19:00:01', `current_login_at` = '2012-09-10 19:00:01', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 'BnqO3UCx1Qjl7yWEdfb', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 2
31240
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31241
+  (0.3ms) SAVEPOINT active_record_2
31242
+ SQL (0.4ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-09-10 19:00:01', 'pages', NULL, '2012-09-10 19:00:01', 2)
31243
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31244
+ Processing by AnonymousController#index as HTML
31245
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 2 LIMIT 1
31246
+  (0.2ms) SAVEPOINT active_record_2
31247
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 'hY88YVi5upgZIV9XzByh', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 2
31248
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31249
+ SpudAdminPermission Load (0.4ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 2 AND `spud_admin_permissions`.`access` = 1
31250
+ Completed 200 OK in 9ms (Views: 0.5ms | ActiveRecord: 1.7ms)
31251
+  (14.4ms) ROLLBACK
31252
+  (0.2ms) ROLLBACK
31253
+  (0.1ms) BEGIN
31254
+  (0.1ms) BEGIN
31255
+  (0.3ms) SAVEPOINT active_record_2
31256
+ SpudUser Exists (0.6ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john3doe3@email.com' LIMIT 1
31257
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john3doe3' LIMIT 1
31258
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'cd0b85b69579e7c656ef831c3be4abd44e13606d084ebeedd431f4bf012c296a988134ba97a3e5ccbbb2f2db7d4104a492e11b5f53bedca70e17fe64fad10970' LIMIT 1
31259
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF3' LIMIT 1
31260
+ 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-09-10 19:00:01', '84b85b1d78eec7e7b52593285285d3eaa04266fdfc8b2b6f8974335f3789404ac4595993a6c8a97ec31f69340c5151e53e8360d840c0e31f1b3a664837a0dc24', '2012-09-10 19:00:01', '0.0.0.0', 'john3doe3@email.com', 0, 'John3', NULL, NULL, 'Doe3', '2012-09-10 19:00:01', 'john3doe3', 1, 'Kt7zTeauTWL0Ptk1O', 'kACf4XCMTkbmy2vZrH98', 'cd0b85b69579e7c656ef831c3be4abd44e13606d084ebeedd431f4bf012c296a988134ba97a3e5ccbbb2f2db7d4104a492e11b5f53bedca70e17fe64fad10970', 'k3cF3', NULL, NULL, '2012-09-10 19:00:01')
31261
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31262
+  (0.2ms) SAVEPOINT active_record_2
31263
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-09-10 19:00:01', `current_login_at` = '2012-09-10 19:00:01', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 's8eDNkpC8spTPXJk3b0y', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 3
31264
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31265
+ Processing by AnonymousController#index as HTML
31266
+ Redirected to http://test.host/spud/user_session/new
31267
+ Filter chain halted as :require_admin_user rendered or redirected
31268
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
31269
+  (1.3ms) ROLLBACK
31270
+  (0.1ms) ROLLBACK
31271
+  (0.1ms) BEGIN
31272
+  (0.1ms) BEGIN
31273
+  (0.2ms) SAVEPOINT active_record_2
31274
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john4doe4@email.com' LIMIT 1
31275
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john4doe4' LIMIT 1
31276
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '8e302513ced2cf083605ea0f2d083b8c0d871cfe3fab58bc477f3d8a8dd5ccaca87d568e6846e60f11f5081689d331a419c4af0331bbd9e9f9ff9ffad5caa792' LIMIT 1
31277
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF4' LIMIT 1
31278
+ 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-09-10 19:00:01', '9bfd26b8fa6acf32039ef98498119c7c20cdb78d26c4451948c523137c138ce571eb4fbef884397263db08d5ac587fc1da7c6202af7d9b2dddc0319f3c596fce', '2012-09-10 19:00:01', '0.0.0.0', 'john4doe4@email.com', 0, 'John4', NULL, NULL, 'Doe4', '2012-09-10 19:00:01', 'john4doe4', 1, 'XcsctxEHKWTsxv1prqsI', 'vkINb63MRqOwFyO6cSfp', '8e302513ced2cf083605ea0f2d083b8c0d871cfe3fab58bc477f3d8a8dd5ccaca87d568e6846e60f11f5081689d331a419c4af0331bbd9e9f9ff9ffad5caa792', 'k3cF4', NULL, NULL, '2012-09-10 19:00:01')
31279
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31280
+  (0.2ms) SAVEPOINT active_record_2
31281
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-09-10 19:00:01', `current_login_at` = '2012-09-10 19:00:01', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 'neZRt5lHe1UNpBWlpAd', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 4
31282
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31283
+ SpudAdminPermission Load (0.5ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 4
31284
+  (0.2ms) SAVEPOINT active_record_2
31285
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31286
+  (0.1ms) SAVEPOINT active_record_2
31287
+  (0.4ms) UPDATE `spud_users` SET `super_admin` = 0, `perishable_token` = '1wUs4uzHMzyNJ9chn4U', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 4
31288
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31289
+ Processing by AnonymousController#index as HTML
31290
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 4 LIMIT 1
31291
+  (0.2ms) SAVEPOINT active_record_2
31292
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 'O9kH0rdUBvOFAbSBXdK', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 4
31293
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31294
+ 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
31295
+ Redirected to http://test.host/
31296
+ Filter chain halted as :require_admin_user rendered or redirected
31297
+ Completed 302 Found in 9ms (ActiveRecord: 1.6ms)
31298
+  (0.9ms) ROLLBACK
31299
+  (0.1ms) ROLLBACK
31300
+  (0.1ms) BEGIN
31301
+  (0.1ms) BEGIN
31302
+  (0.3ms) SAVEPOINT active_record_2
31303
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john5doe5@email.com' LIMIT 1
31304
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john5doe5' LIMIT 1
31305
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '9a2a711a9f83bbe58608f445f6f862726f6d36935d07ee50bfd3594b4f44bda2b2e84c69b975b2ecb252392a103f2f209e8d0a48d9bca06b6de193ceb9a6cb4c' LIMIT 1
31306
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF5' LIMIT 1
31307
+ 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-09-10 19:00:01', 'f4d95444ebd674eb8767ad4ebf0e6255862eb3b06e5a40413a13b0ac3f9fe0915a4d4924e777adba8a424068f410a909d431309dd2ab1573fea1ca0626acc9fb', '2012-09-10 19:00:01', '0.0.0.0', 'john5doe5@email.com', 0, 'John5', NULL, NULL, 'Doe5', '2012-09-10 19:00:01', 'john5doe5', 1, 'PQYI7YAjKjWoaIkSz3GV', 'YzH7XsV9GX78uC9Pp2u', '9a2a711a9f83bbe58608f445f6f862726f6d36935d07ee50bfd3594b4f44bda2b2e84c69b975b2ecb252392a103f2f209e8d0a48d9bca06b6de193ceb9a6cb4c', 'k3cF5', NULL, NULL, '2012-09-10 19:00:01')
31308
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31309
+  (0.2ms) SAVEPOINT active_record_2
31310
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-09-10 19:00:01', `current_login_at` = '2012-09-10 19:00:01', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 'GRoPRsnBrqDxht6sWW0j', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 5
31311
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31312
+  (0.3ms) SAVEPOINT active_record_2
31313
+  (0.5ms) UPDATE `spud_users` SET `super_admin` = 0, `perishable_token` = 'mo9Tzem7A4ubiI6YDqEJ', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 5
31314
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-09-10 19:00:01', 'Blog', NULL, '2012-09-10 19:00:01', 5)
31315
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-09-10 19:00:01', 'Pages', NULL, '2012-09-10 19:00:01', 5)
31316
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31317
+ Processing by Spud::Admin::DashboardController#index as HTML
31318
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 5 LIMIT 1
31319
+  (0.3ms) SAVEPOINT active_record_2
31320
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 'fOZBiOvj4UjO1e2x5je', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 5
31321
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31322
+ SpudAdminPermission Load (0.5ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 5 AND `spud_admin_permissions`.`access` = 1
31323
+ 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
31324
+ Completed 200 OK in 95ms (Views: 75.5ms | ActiveRecord: 5.3ms)
31325
+ SpudAdminPermission Load (0.5ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 5
31326
+  (1.7ms) ROLLBACK
31327
+  (0.1ms) ROLLBACK
31328
+  (0.1ms) BEGIN
31329
+  (0.1ms) BEGIN
31330
+  (0.3ms) SAVEPOINT active_record_2
31331
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john6doe6@email.com' LIMIT 1
31332
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john6doe6' LIMIT 1
31333
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '9a87bc7cc57cfe7bc9fb0032b49997a330d9399c02304ae5614b10513c2cc7220b7766ea64ec80770f00f9d2a71d6f3a61c03336f7c53d3791227324ab80f6ef' LIMIT 1
31334
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF6' LIMIT 1
31335
+ 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-09-10 19:00:01', 'a385c9d998e2a25632a3d86dabf2760b2b8b1a70e3b771cf1ad17ec352b8670d14ca207ad2af343a9ea58f2bbd700c4d9a42f9d26d7fc7656e6f08efd15a0bb4', '2012-09-10 19:00:01', '0.0.0.0', 'john6doe6@email.com', 0, 'John6', NULL, NULL, 'Doe6', '2012-09-10 19:00:01', 'john6doe6', 1, 'x0bylFl7JgYAdYhQFT0p', '8xAQTct4qdoTyfW30Y5', '9a87bc7cc57cfe7bc9fb0032b49997a330d9399c02304ae5614b10513c2cc7220b7766ea64ec80770f00f9d2a71d6f3a61c03336f7c53d3791227324ab80f6ef', 'k3cF6', NULL, NULL, '2012-09-10 19:00:01')
31336
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31337
+  (0.2ms) SAVEPOINT active_record_2
31338
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-09-10 19:00:01', `current_login_at` = '2012-09-10 19:00:01', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 't6vDjBl1cpDZg2zPZE5g', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 6
31339
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31340
+  (0.3ms) SAVEPOINT active_record_2
31341
+  (0.5ms) UPDATE `spud_users` SET `super_admin` = 0, `perishable_token` = 'fymjK1y7Cd60vyIAGD', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 6
31342
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-09-10 19:00:01', 'Blog', NULL, '2012-09-10 19:00:01', 6)
31343
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-09-10 19:00:01', 'Pages', NULL, '2012-09-10 19:00:01', 6)
31344
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31345
+ Processing by Spud::Admin::DashboardController#index as HTML
31346
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 6 LIMIT 1
31347
+  (0.2ms) SAVEPOINT active_record_2
31348
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 'lzpzSkguQp5H3eu2Ho', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 6
31349
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31350
+ 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
31351
+ 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
31352
+ Completed 200 OK in 11ms (Views: 1.4ms | ActiveRecord: 2.1ms)
31353
+  (0.7ms) ROLLBACK
31354
+  (0.1ms) ROLLBACK
31355
+  (0.1ms) BEGIN
31356
+  (0.1ms) BEGIN
31357
+  (0.2ms) SAVEPOINT active_record_2
31358
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john7doe7@email.com' LIMIT 1
31359
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john7doe7' LIMIT 1
31360
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '9d2ddc93ca8e476f62c57d90cd4f976985895cd1e3c7b4d985c5b04cc09ca2e7c2307b2eb36b5601056da0aecfd792d499d1e12219dcb943f23095d7719662c8' LIMIT 1
31361
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF7' LIMIT 1
31362
+ 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-09-10 19:00:01', '66ef42a29f3b5bfd0105d9db3ba5cc9b32f1e05a0344bbfb6751f7e464f0d483004b5e3eb82d57a94e6d1b04a0302fb4274be1e5453b23808a05fb2d0e545b36', '2012-09-10 19:00:01', '0.0.0.0', 'john7doe7@email.com', 0, 'John7', NULL, NULL, 'Doe7', '2012-09-10 19:00:01', 'john7doe7', 1, '9SyKBsGg0hhczPx4Bb4', 'dbywOCoPSkZoU7oQ37r', '9d2ddc93ca8e476f62c57d90cd4f976985895cd1e3c7b4d985c5b04cc09ca2e7c2307b2eb36b5601056da0aecfd792d499d1e12219dcb943f23095d7719662c8', 'k3cF7', NULL, NULL, '2012-09-10 19:00:01')
31363
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31364
+  (0.2ms) SAVEPOINT active_record_2
31365
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-09-10 19:00:01', `current_login_at` = '2012-09-10 19:00:01', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 'O5Unv9QIYSLTLFObtaKJ', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 7
31366
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31367
+  (0.2ms) SAVEPOINT active_record_2
31368
+  (0.4ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = '5jicj5kSDCvRp8SDOZcO', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 7
31369
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-09-10 19:00:01', 'Blog', NULL, '2012-09-10 19:00:01', 7)
31370
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31371
+ Processing by Spud::Admin::DashboardController#index as HTML
31372
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 7 LIMIT 1
31373
+  (0.2ms) SAVEPOINT active_record_2
31374
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 'ZlX2v8OLgwypqSoqMI5c', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 7
31375
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31376
+ SpudAdminPermission Load (0.4ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 7 AND `spud_admin_permissions`.`access` = 1
31377
+ 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
31378
+ Completed 200 OK in 11ms (Views: 1.4ms | ActiveRecord: 2.0ms)
31379
+  (1.0ms) ROLLBACK
31380
+  (0.1ms) ROLLBACK
31381
+  (0.1ms) BEGIN
31382
+  (0.1ms) BEGIN
31383
+  (0.2ms) SAVEPOINT active_record_2
31384
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john8doe8@email.com' LIMIT 1
31385
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john8doe8' LIMIT 1
31386
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '25233578ae642e442665ddae67d18c6180d9cebfbfcd56b203040d2e6cd1e4c05d6d1d41c1dd8c21bcf16027147295a889c82d1363379c26ab67106ecd01d82f' LIMIT 1
31387
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF8' LIMIT 1
31388
+ 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-09-10 19:00:01', '4cbaf060671abe8cc0ddf83bf3c17298a7366675277e24d408ab8d745159f9159800b2532c01545a5349dc21b875cfd0cdfc62cbc0fd84bff46ae5368c6ad601', '2012-09-10 19:00:01', '0.0.0.0', 'john8doe8@email.com', 0, 'John8', NULL, NULL, 'Doe8', '2012-09-10 19:00:01', 'john8doe8', 1, 'CYFYaTJIOn79CfOpYDmz', 'hy4WhAf9CtRwn82owQj', '25233578ae642e442665ddae67d18c6180d9cebfbfcd56b203040d2e6cd1e4c05d6d1d41c1dd8c21bcf16027147295a889c82d1363379c26ab67106ecd01d82f', 'k3cF8', NULL, NULL, '2012-09-10 19:00:01')
31389
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31390
+  (0.2ms) SAVEPOINT active_record_2
31391
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-09-10 19:00:01', `current_login_at` = '2012-09-10 19:00:01', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 'x9WNhqA3ra081hUq9SNv', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 8
31392
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31393
+  (0.2ms) SAVEPOINT active_record_2
31394
+  (0.3ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'bkUgWzEFB09L2pZ2iOux', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 8
31395
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31396
+  (0.2ms) SAVEPOINT active_record_2
31397
+ 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
31398
+ SQL (0.4ms) INSERT INTO `spud_user_settings` (`created_at`, `key`, `spud_user_id`, `updated_at`, `value`) VALUES ('2012-09-10 19:00:01', 'app_order', 8, '2012-09-10 19:00:01', 'Pages,Settings')
31399
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31400
+ Processing by Spud::Admin::DashboardController#index as HTML
31401
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 8 LIMIT 1
31402
+  (0.3ms) SAVEPOINT active_record_2
31403
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 'RmDjgkgLO39uNFLCIH', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 8
31404
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31405
+ 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
31406
+ 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
31407
+ Completed 200 OK in 13ms (Views: 1.3ms | ActiveRecord: 2.1ms)
31408
+  (1.1ms) ROLLBACK
31409
+  (0.2ms) ROLLBACK
31410
+  (0.1ms) BEGIN
31411
+  (0.0ms) BEGIN
31412
+  (0.3ms) SAVEPOINT active_record_2
31413
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john9doe9@email.com' LIMIT 1
31414
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john9doe9' LIMIT 1
31415
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'e1124fe1c1fee6d1584edc87fa45b55c949c8d7f725e1ea719c9efce7502881ab7f960dc4cd4ae835b3a1eb4ffec517623c0472bb7217fc9d9d7933cccc13956' LIMIT 1
31416
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF9' LIMIT 1
31417
+ 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-09-10 19:00:01', '2cf05afe7faedb38d356aeebab0d05677b33a435cfd3e6fee51c59daa7021113c0dd69fa1d29830c928c0070a1000c53f30241cf9b347ff111208b4116a4346d', '2012-09-10 19:00:01', '0.0.0.0', 'john9doe9@email.com', 0, 'John9', NULL, NULL, 'Doe9', '2012-09-10 19:00:01', 'john9doe9', 1, 'yWLbqS1870qgcoDGDUFo', 'YVpjeVIvWcELEWCVtXYi', 'e1124fe1c1fee6d1584edc87fa45b55c949c8d7f725e1ea719c9efce7502881ab7f960dc4cd4ae835b3a1eb4ffec517623c0472bb7217fc9d9d7933cccc13956', 'k3cF9', NULL, NULL, '2012-09-10 19:00:01')
31418
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31419
+  (0.2ms) SAVEPOINT active_record_2
31420
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-09-10 19:00:01', `current_login_at` = '2012-09-10 19:00:01', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = '0Dia7cR83kcbjhCvAiP', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 9
31421
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31422
+  (0.1ms) SAVEPOINT active_record_2
31423
+  (0.4ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'cmqITydW4R63W4NOlw1g', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 9
31424
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-09-10 19:00:01', 'Blog', NULL, '2012-09-10 19:00:01', 9)
31425
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31426
+ Processing by Spud::Admin::DashboardController#switch as HTML
31427
+ Parameters: {"multisite_select"=>nil}
31428
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 9 LIMIT 1
31429
+  (0.2ms) SAVEPOINT active_record_2
31430
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 'VnsPKSejvxV7jmUqpLD', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 9
31431
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31432
+ Redirected to http://test.host/spud/admin
31433
+ Completed 302 Found in 8ms (ActiveRecord: 1.3ms)
31434
+  (1.0ms) ROLLBACK
31435
+  (0.1ms) ROLLBACK
31436
+  (0.1ms) BEGIN
31437
+  (0.1ms) BEGIN
31438
+  (0.1ms) SAVEPOINT active_record_2
31439
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john10doe10@email.com' LIMIT 1
31440
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john10doe10' LIMIT 1
31441
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '604d0494354998e79963e799645ec5b8c81400dbfb6a94358d9e9481c1b4f3ccebe3b418183841f5f474c5fff5f64238ac8c4fb8b7db301f131842b25fb88857' LIMIT 1
31442
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF10' LIMIT 1
31443
+ 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-09-10 19:00:01', 'cbaa15ba96817375ffb2389aa119dc43bbd0b72e8ec56eec39752fd7ec0df5d6752cfd06e86c9f62cc374b33e03bf6f604accb54ddce298b22d1b27aeabe366b', '2012-09-10 19:00:01', '0.0.0.0', 'john10doe10@email.com', 0, 'John10', NULL, NULL, 'Doe10', '2012-09-10 19:00:01', 'john10doe10', 1, 'ItYaRS79iEhMDuABcQJ', '2TbP7JrngQc69myWVkdg', '604d0494354998e79963e799645ec5b8c81400dbfb6a94358d9e9481c1b4f3ccebe3b418183841f5f474c5fff5f64238ac8c4fb8b7db301f131842b25fb88857', 'k3cF10', NULL, NULL, '2012-09-10 19:00:01')
31444
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31445
+  (0.2ms) SAVEPOINT active_record_2
31446
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-09-10 19:00:01', `current_login_at` = '2012-09-10 19:00:01', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 'GyKitAThOUrQ1l8MCgpO', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 10
31447
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31448
+  (0.2ms) SAVEPOINT active_record_2
31449
+  (0.5ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = '5SLdsQBhMmJu0OiqxDeB', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 10
31450
+ SQL (0.4ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-09-10 19:00:01', 'Blog', NULL, '2012-09-10 19:00:01', 10)
31451
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31452
+ Processing by Spud::Admin::DashboardController#switch as HTML
31453
+ Parameters: {"multisite_select"=>nil}
31454
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 10 LIMIT 1
31455
+  (0.3ms) SAVEPOINT active_record_2
31456
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 'veXfXjtwseUHN5q4XeN', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 10
31457
+  (0.3ms) RELEASE SAVEPOINT active_record_2
31458
+ Redirected to http://test.host/spud/admin
31459
+ Completed 302 Found in 8ms (ActiveRecord: 1.6ms)
31460
+  (0.8ms) ROLLBACK
31461
+  (0.1ms) ROLLBACK
31462
+  (0.1ms) BEGIN
31463
+  (0.1ms) BEGIN
31464
+  (0.1ms) SAVEPOINT active_record_2
31465
+ SpudUser Exists (0.6ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john11doe11@email.com' LIMIT 1
31466
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john11doe11' LIMIT 1
31467
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '6ca8d9927d35ce2fa5b6b135ca943429f2757f39bd797f0af7eb1c860cef3b7f2078eae6fe1717cfda51f3bc60f0924cf14e12158cce22ea0d1338e772bb4f94' LIMIT 1
31468
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF11' LIMIT 1
31469
+ 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-09-10 19:00:01', '1b04f76ddaf6d70a312509ab505d6c66450100823f76db1345db6c4634a959026d3d146775ddf78ae7956f2d7fa2fce55a3ce467e6e14a66dadcc32f7dc2f39b', '2012-09-10 19:00:01', '0.0.0.0', 'john11doe11@email.com', 0, 'John11', NULL, NULL, 'Doe11', '2012-09-10 19:00:01', 'john11doe11', 1, '2zuZkxTDmT3ns1GGAGFK', 'o3Tj68f5IcpZ2SnLEZjv', '6ca8d9927d35ce2fa5b6b135ca943429f2757f39bd797f0af7eb1c860cef3b7f2078eae6fe1717cfda51f3bc60f0924cf14e12158cce22ea0d1338e772bb4f94', 'k3cF11', NULL, NULL, '2012-09-10 19:00:01')
31470
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31471
+  (0.2ms) SAVEPOINT active_record_2
31472
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-09-10 19:00:01', `current_login_at` = '2012-09-10 19:00:01', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 'Fsmm3wAq5Jr6Ds2CST2Y', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 11
31473
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31474
+  (0.3ms) SAVEPOINT active_record_2
31475
+  (0.4ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'xrdNdZA4SD4cOdG3MTUA', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 11
31476
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-09-10 19:00:01', 'Blog', NULL, '2012-09-10 19:00:01', 11)
31477
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31478
+ Processing by Spud::Admin::DashboardController#switch as HTML
31479
+ Parameters: {"multisite_select"=>"1"}
31480
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 11 LIMIT 1
31481
+  (0.2ms) SAVEPOINT active_record_2
31482
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 'QU3djgnfN9E0Wwk56NsT', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 11
31483
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31484
+ Redirected to http://test.host/spud/admin
31485
+ Completed 302 Found in 7ms (ActiveRecord: 1.2ms)
31486
+  (0.8ms) ROLLBACK
31487
+  (0.1ms) ROLLBACK
31488
+  (0.1ms) BEGIN
31489
+  (0.1ms) BEGIN
31490
+  (0.2ms) SAVEPOINT active_record_2
31491
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john12doe12@email.com' LIMIT 1
31492
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john12doe12' LIMIT 1
31493
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '7159b3763e2040f5eef424ca43a362fb998cdde41f2a51726264f85a36c9d5f682888dcef7abd9b69b558a5ee40864613883d21036b44f02160e62a5bc6a67f4' LIMIT 1
31494
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF12' LIMIT 1
31495
+ 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-09-10 19:00:01', '1955688545a1619b4c9fd7c2966637585482902fb076eaeb03c82ec84905ce960a64f5c80d0f70c27053bf8b5da061630cdb8bc8b90c04035792624044fe9b7f', '2012-09-10 19:00:01', '0.0.0.0', 'john12doe12@email.com', 0, 'John12', NULL, NULL, 'Doe12', '2012-09-10 19:00:01', 'john12doe12', 1, '92j3Ink4SVmSdCwRdD8Y', 'Q3oOqGVDZykx5dIKIebm', '7159b3763e2040f5eef424ca43a362fb998cdde41f2a51726264f85a36c9d5f682888dcef7abd9b69b558a5ee40864613883d21036b44f02160e62a5bc6a67f4', 'k3cF12', NULL, NULL, '2012-09-10 19:00:01')
31496
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31497
+  (0.2ms) SAVEPOINT active_record_2
31498
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-09-10 19:00:01', `current_login_at` = '2012-09-10 19:00:01', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 'O4vuuAbAfnVz9nRaR5G', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 12
31499
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31500
+  (0.3ms) SAVEPOINT active_record_2
31501
+  (0.5ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'aN7slcASI2lyOgklFr63', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 12
31502
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-09-10 19:00:01', 'Blog', NULL, '2012-09-10 19:00:01', 12)
31503
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31504
+ Processing by Spud::Admin::DashboardController#switch as HTML
31505
+ Parameters: {"multisite_select"=>"1"}
31506
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 12 LIMIT 1
31507
+  (0.2ms) SAVEPOINT active_record_2
31508
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 'OJN4SRN31ZJi2LRfzOr7', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 12
31509
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31510
+ Redirected to http://test.host/spud/admin
31511
+ Completed 302 Found in 7ms (ActiveRecord: 1.2ms)
31512
+  (0.8ms) ROLLBACK
31513
+  (0.0ms) ROLLBACK
31514
+  (0.1ms) BEGIN
31515
+  (0.0ms) BEGIN
31516
+  (0.2ms) SAVEPOINT active_record_2
31517
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john13doe13@email.com' LIMIT 1
31518
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john13doe13' LIMIT 1
31519
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '081b214120b86a0ff088aebfe4090582ff2c4099e4a9a168c02b20826b92728fc4f6e17f6ed3b03e3b19b79015564a324ce3a4ab7844c62125d7c8aa09e94e74' LIMIT 1
31520
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF13' LIMIT 1
31521
+ 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-09-10 19:00:01', '5a33aea518184a80ebed6d3a8659a9db77d4458a06468233f6be5d9c0c5a0bf67fc4f68973ff6ff76e9863a4f60836504c71fd10347e1473ad248a6cb46f4bf7', '2012-09-10 19:00:01', '0.0.0.0', 'john13doe13@email.com', 0, 'John13', NULL, NULL, 'Doe13', '2012-09-10 19:00:01', 'john13doe13', 1, 'v0e92hRekqwnuEGnMO', 'VTh2OHH542T6PFB7WBF', '081b214120b86a0ff088aebfe4090582ff2c4099e4a9a168c02b20826b92728fc4f6e17f6ed3b03e3b19b79015564a324ce3a4ab7844c62125d7c8aa09e94e74', 'k3cF13', NULL, NULL, '2012-09-10 19:00:01')
31522
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31523
+  (0.2ms) SAVEPOINT active_record_2
31524
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-09-10 19:00:01', `current_login_at` = '2012-09-10 19:00:01', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = '1KKUtWRvfJ27seuYJbZ5', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 13
31525
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31526
+  (0.4ms) SAVEPOINT active_record_2
31527
+  (0.5ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'Ft6aIdp64dEIQuXyFboe', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 13
31528
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-09-10 19:00:01', 'Blog', NULL, '2012-09-10 19:00:01', 13)
31529
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31530
+ Processing by Spud::Admin::DashboardController#switch as HTML
31531
+ Parameters: {"multisite_select"=>"1"}
31532
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 13 LIMIT 1
31533
+  (0.3ms) SAVEPOINT active_record_2
31534
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = '3CyXYI1GZqZjYTxgDv6', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 13
31535
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31536
+ Redirected to http://test.host/spud/admin
31537
+ Completed 302 Found in 7ms (ActiveRecord: 1.3ms)
31538
+  (0.9ms) ROLLBACK
31539
+  (0.1ms) ROLLBACK
31540
+  (0.1ms) BEGIN
31541
+  (0.1ms) BEGIN
31542
+  (0.2ms) SAVEPOINT active_record_2
31543
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john14doe14@email.com' LIMIT 1
31544
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john14doe14' LIMIT 1
31545
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '9e2b9f6352c43d717a28d646ae16aac5f418db056c9b6ff8041606962b1981d3e5d314b26f48f554b6d0b01029f67c50f56d0a3f482fc04a968c603427e033ff' LIMIT 1
31546
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF14' LIMIT 1
31547
+ 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-09-10 19:00:01', '42e0569bfcab65579dd70c2113d3468ba9f6b5f43bd55fd52e0226a42996443058a8d4118220d09b5976fea10daa4796b01a80d6c3e51591c49d8eea4a76cfe3', '2012-09-10 19:00:01', '0.0.0.0', 'john14doe14@email.com', 0, 'John14', NULL, NULL, 'Doe14', '2012-09-10 19:00:01', 'john14doe14', 1, 'CzFq3OMeZUJ5YT3J9Yf5', 'GbG915UsrHEdL4g1Nl4K', '9e2b9f6352c43d717a28d646ae16aac5f418db056c9b6ff8041606962b1981d3e5d314b26f48f554b6d0b01029f67c50f56d0a3f482fc04a968c603427e033ff', 'k3cF14', NULL, NULL, '2012-09-10 19:00:01')
31548
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31549
+  (0.3ms) SAVEPOINT active_record_2
31550
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-09-10 19:00:01', `current_login_at` = '2012-09-10 19:00:01', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = '4SnwRFUttrGTZxkTyiU', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 14
31551
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31552
+  (0.2ms) SAVEPOINT active_record_2
31553
+  (0.4ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'PonT0ugfVhbAbMDyjea', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 14
31554
+ SQL (0.2ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-09-10 19:00:01', 'Blog', NULL, '2012-09-10 19:00:01', 14)
31555
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31556
+ Processing by Spud::Admin::DashboardController#switch as HTML
31557
+ Parameters: {"multisite_select"=>"1"}
31558
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 14 LIMIT 1
31559
+  (0.2ms) SAVEPOINT active_record_2
31560
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = '1QzyQYO9uGM10rrIlo4', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 14
31561
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31562
+ Redirected to http://test.host/spud/admin
31563
+ Completed 302 Found in 7ms (ActiveRecord: 1.3ms)
31564
+  (0.8ms) ROLLBACK
31565
+  (0.1ms) ROLLBACK
31566
+  (0.1ms) BEGIN
31567
+  (0.0ms) BEGIN
31568
+  (0.2ms) SAVEPOINT active_record_2
31569
+ 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-09-10 19:00:01', '509b7897dca6e470a9a86c1c4572a93966c31c4015a99de4d8be0d9562e035a1b314892c4315b5bf1d3ec0799867775c49d813f8e189c244e64f5b54997c7b16', NULL, NULL, 'john15doe15@email.com', 0, 'John15', NULL, NULL, 'Doe15', NULL, 'john15doe15', 0, 'S1cKVExtpjLYPOcsU0U', 'cBjFBO0uv0S7FTKpfvG', 'ca93b00cac7a17390819a7e27639afacacdee9c88828d96e003f211feaf260c4c47b053285524706db2666451e3464a357eabb3282e225ca8d998f059448a769', 'k3cF15', 1, NULL, '2012-09-10 19:00:01')
31570
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31571
+  (0.2ms) SAVEPOINT active_record_2
31572
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:01', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 'cEYbeYjpr9XQRvchbxjW', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 15
31573
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31574
+  (0.2ms) SAVEPOINT active_record_2
31575
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john16doe16@email.com' LIMIT 1
31576
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john16doe16' LIMIT 1
31577
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'eafe57bf99e1882589d2f261c3ec69a3fbdd99d3eae19eee34dc44459b2d1ef8a99866df10b9b30c1a55c1d78915d317f4cfeda7a5b8f215438a9f6a8e0595ef' LIMIT 1
31578
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF16' LIMIT 1
31579
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 15 LIMIT 1
31580
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 'saJzRe7I5ZAsv0rKPyRs', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 15
31581
+ 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-09-10 19:00:01', '5b3aaf59d8041dccc5882724f89b3061b573df35ce6b3a49e3d4b9da26bb4fd599743a73c6ff97d79abb815e830d9a184dbb2aea6643a29fde3d0feab27a608b', NULL, NULL, 'john16doe16@email.com', 0, 'John16', NULL, NULL, 'Doe16', NULL, 'john16doe16', 0, 'O6VFa8AemKji5KNKxF', 'fTv86pTj4ipKhMRQfmj', 'eafe57bf99e1882589d2f261c3ec69a3fbdd99d3eae19eee34dc44459b2d1ef8a99866df10b9b30c1a55c1d78915d317f4cfeda7a5b8f215438a9f6a8e0595ef', 'k3cF16', NULL, NULL, '2012-09-10 19:00:01')
31582
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31583
+  (0.2ms) SAVEPOINT active_record_2
31584
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john17doe17@email.com' LIMIT 1
31585
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john17doe17' LIMIT 1
31586
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '8bfca8227aa62db134fe916cd2b620b56edde1bd54dd5f6bdc7418adeec9735cc2d18e27bb73372f7ee0975c0109ba4c565409775fc0e0da12c83da1e19b9224' LIMIT 1
31587
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF17' LIMIT 1
31588
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 15 LIMIT 1
31589
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 'Io1ehRxRadWUO8doHY4', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 15
31590
+ 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-09-10 19:00:01', '2675dd31d286526e537d9e45aa16133e43e2af09986ee317f4b2556a6392f8ecc4d3a7ab34a25d6b677606384069c1f8fd198685920b6d71d794a70eaff577b0', NULL, NULL, 'john17doe17@email.com', 0, 'John17', NULL, NULL, 'Doe17', NULL, 'john17doe17', 0, 'ZdTmgPrhHHUcm7EMdLBL', 'rm4ncyt1savDbJC6GiZ4', '8bfca8227aa62db134fe916cd2b620b56edde1bd54dd5f6bdc7418adeec9735cc2d18e27bb73372f7ee0975c0109ba4c565409775fc0e0da12c83da1e19b9224', 'k3cF17', NULL, NULL, '2012-09-10 19:00:01')
31591
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31592
+ Processing by Spud::Admin::UsersController#index as HTML
31593
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 15 LIMIT 1
31594
+  (0.2ms) SAVEPOINT active_record_2
31595
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 'MirirvxG27ZIk2EcSjZI', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 15
31596
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31597
+ Completed 200 OK in 12ms (Views: 2.8ms | ActiveRecord: 1.3ms)
31598
+  (0.5ms) SELECT COUNT(*) FROM `spud_users` 
31599
+  (0.7ms) ROLLBACK
31600
+  (0.1ms) ROLLBACK
31601
+  (0.1ms) BEGIN
31602
+  (0.1ms) BEGIN
31603
+  (0.2ms) SAVEPOINT active_record_2
31604
+ 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-09-10 19:00:01', 'd2362bd7e1cc9dd6a650c55440690c4dcd23b06238bf3ef800a27d498a7bc6e6a05e1cdd262805f431a004945b13799519707530871f508d1aa467c6eec9cc30', NULL, NULL, 'john18doe18@email.com', 0, 'John18', NULL, NULL, 'Doe18', NULL, 'john18doe18', 0, '8F07l1iyeFhi2JtOStO', '0t7xn0lyWt5kdQX49R9u', 'efb4f6b2d70c9886c8eabf4a809b5f2599028b6ec86bb45c35efab8ecc312965c3481ffdb212ee7c236861fa0212faa076ea6637ef2d90b3fc6c8bd1c0cd6ca0', 'k3cF18', 1, NULL, '2012-09-10 19:00:01')
31605
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31606
+  (0.2ms) SAVEPOINT active_record_2
31607
+  (0.6ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:01', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 'YDMzyqVG9L94ee7Nxi8R', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 18
31608
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31609
+ Processing by Spud::Admin::UsersController#index as HTML
31610
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 18 LIMIT 1
31611
+  (0.2ms) SAVEPOINT active_record_2
31612
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 'XA0wDPdXe2ZZQwk3JnKo', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 18
31613
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31614
+ Completed 200 OK in 8ms (Views: 1.4ms | ActiveRecord: 1.3ms)
31615
+  (0.4ms) SELECT COUNT(*) FROM `spud_users`
31616
+  (0.8ms) ROLLBACK
31617
+  (0.1ms) ROLLBACK
31618
+  (0.1ms) BEGIN
31619
+  (0.1ms) BEGIN
31620
+  (0.2ms) SAVEPOINT active_record_2
31621
+ 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-09-10 19:00:01', 'c8dab1c61684d514c72c567e030b1e6904a7ab7fd9714feee43fdfe7c58feec91cafdb4282187cd2198bbb987cbdbff97f90bfe027c4aa3cfed3ad3d69a21702', NULL, NULL, 'john19doe19@email.com', 0, 'John19', NULL, NULL, 'Doe19', NULL, 'john19doe19', 0, 'g54qk0wahOuJtpzEiv7', 'shtrlEOpV3SRs6bIbxXN', 'f0f6f36b01a986d7c0b7e307b801bdaff4cff19a8849de7fe00d8a4ffd3c3ab634d8dc05a6d876448a79eb03d32ff5ad7a9b7ad10e07f94f38b56cf7571332b9', 'k3cF19', 1, NULL, '2012-09-10 19:00:01')
31622
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31623
+  (0.2ms) SAVEPOINT active_record_2
31624
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:01', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = '8pgzEixOP0J1Nka69z', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 19
31625
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31626
+  (0.3ms) SAVEPOINT active_record_2
31627
+ 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-09-10 19:00:01', '9010c3a7f315c7a4a9185cf51dd2f601426c96dc423c35a0d3e7275f97d89deeaa586b2e36489c13f9e8dbe65f034b6b9a30355979c44442276013df1ae809a4', NULL, NULL, 'john20doe20@email.com', 0, 'John20', NULL, NULL, 'Doe20', NULL, 'john20doe20', 0, 'VwkfDVTRaFqOS701p4nK', 'fA7cNeK5Rr3mBFwR35jk', '0977c3b3e39af65bdd15073ccce3dd42387bf7c268e25f158b7ace995c5141c60af696c4541f37ef0ef998ca0618eb08b7d7daa69d96114b611804340c1cd195', 'k3cF20', 0, NULL, '2012-09-10 19:00:01')
31628
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31629
+  (0.2ms) SAVEPOINT active_record_2
31630
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:01', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 'ZPAUcwkwHm9oLer3pT', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 20
31631
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31632
+ Processing by Spud::Admin::UsersController#index as HTML
31633
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 20 LIMIT 1
31634
+  (0.2ms) SAVEPOINT active_record_2
31635
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 'R9Lf6e2W1tK5zXlwm14r', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 20
31636
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31637
+ 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
31638
+ Redirected to http://test.host/
31639
+ Filter chain halted as :require_admin_user rendered or redirected
31640
+ Completed 302 Found in 8ms (ActiveRecord: 1.8ms)
31641
+  (0.7ms) ROLLBACK
31642
+  (0.1ms) ROLLBACK
31643
+  (0.1ms) BEGIN
31644
+  (0.1ms) BEGIN
31645
+  (0.2ms) SAVEPOINT active_record_2
31646
+ 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-09-10 19:00:01', 'f6c6ea92a6463f92d5e0defc05b2a78c0c962d850650717de3a458dfd27756e403c6ed3dcf21f5f2aa4859e409c9132df132a654cd7b30becb9cfd73ba5ba6b0', NULL, NULL, 'john21doe21@email.com', 0, 'John21', NULL, NULL, 'Doe21', NULL, 'john21doe21', 0, 'U1pTn1V7uYE6I8uOMkH', 'Pl4XDZqJXyVJOHGxRkic', '97e9bd7cdbb329e593122fc4ac161a8c0bf4e170a0375464b429b0f599e2807c14f78b816b71acba559a067c486eaf770d70096bc66a63cfc860e4fd4aed0320', 'k3cF21', 1, NULL, '2012-09-10 19:00:01')
31647
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31648
+  (0.2ms) SAVEPOINT active_record_2
31649
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:01', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 'mSLyeqRysGUdIzmyIhe', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 21
31650
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31651
+  (0.2ms) SAVEPOINT active_record_2
31652
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john22doe22@email.com' LIMIT 1
31653
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john22doe22' LIMIT 1
31654
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '752a34ff0f33ebad5b120910ee463b9e3fffd6f9f3c742aa7b89b2a01e8870c9db9a1a59ab80095b6c24eb4ff4c904b913d9e471cded8189624ef9dfdb6349ae' LIMIT 1
31655
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF22' LIMIT 1
31656
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 21 LIMIT 1
31657
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 'R3ThLP8fTtr56SKdKUNl', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 21
31658
+ 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-09-10 19:00:01', 'f895d532d7e656fb35b6c6480b2ef12e202a47b37f2357211b29a1aa998bc2f3e12a69d3444d03d4aa27145dc7245feec2977224c7a6309bb3d6051bbf0531dd', NULL, NULL, 'john22doe22@email.com', 0, 'John22', NULL, NULL, 'Doe22', NULL, 'john22doe22', 0, 'RMao8iwnDlrWdbIspmb', 'emRtb55PX6D9KaL1qfpc', '752a34ff0f33ebad5b120910ee463b9e3fffd6f9f3c742aa7b89b2a01e8870c9db9a1a59ab80095b6c24eb4ff4c904b913d9e471cded8189624ef9dfdb6349ae', 'k3cF22', 0, NULL, '2012-09-10 19:00:01')
31659
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31660
+  (0.1ms) SAVEPOINT active_record_2
31661
+ SQL (0.4ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-09-10 19:00:01', 'Users', NULL, '2012-09-10 19:00:01', 22)
31662
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31663
+  (0.2ms) SAVEPOINT active_record_2
31664
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:01', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:01', `perishable_token` = 'BQXqO39O5fwSBv8bV', `updated_at` = '2012-09-10 19:00:01' WHERE `spud_users`.`id` = 22
31665
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31666
+ Processing by Spud::Admin::UsersController#index as HTML
31667
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 22 LIMIT 1
31668
+  (0.2ms) SAVEPOINT active_record_2
31669
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = '9e1NABK0sKlegeEvH', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 22
31670
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31671
+ 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
31672
+ Completed 200 OK in 10ms (Views: 1.3ms | ActiveRecord: 1.7ms)
31673
+  (1.1ms) ROLLBACK
31674
+  (0.1ms) ROLLBACK
31675
+  (0.1ms) BEGIN
31676
+  (0.1ms) BEGIN
31677
+  (0.3ms) SAVEPOINT active_record_2
31678
+ 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-09-10 19:00:02', '2764cd16c94e8076365c0972e4b1f67094dd42bc507854a031ef654997864d24977c721d8389891905db0c136c1ef5076629fb9ef74de9368685d7d7f16ae4a9', NULL, NULL, 'john23doe23@email.com', 0, 'John23', NULL, NULL, 'Doe23', NULL, 'john23doe23', 0, 'EdqlCgRisthAVbrQ1Ljz', 'zHYIGVtENADLNdkDKxG', '26d00a8f6455c6af03f7c6f6771219db6e997f24af75cef1de09cef89667a5d051729f0ac91db7bccb83f20fdd7bfd51c655bafdd851eaf9241e11daa1420531', 'k3cF23', 1, NULL, '2012-09-10 19:00:02')
31679
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31680
+  (0.2ms) SAVEPOINT active_record_2
31681
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:02', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'xMquMancoSHdf0MLkeI', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 23
31682
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31683
+  (0.2ms) SAVEPOINT active_record_2
31684
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john24doe24@email.com' LIMIT 1
31685
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john24doe24' LIMIT 1
31686
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '20cb1cb8cc722b667ec3e3ec48e69cb888c3f695806398af5d9f0bf8f9f8b2bfbd8eac0515436b55ba48eaa5cc8dd5e51f1b175b0f8595bdd8aa564436c58536' LIMIT 1
31687
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF24' LIMIT 1
31688
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 23 LIMIT 1
31689
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'kzLZQmvX9QzsSLaPBnPq', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 23
31690
+ 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-09-10 19:00:02', 'abb4739ea2636ad04d5718c3c2acd9d9e7928b9298ef2baa93fd5f862ffa493ccbd62eb2cae25cf3c76ff69d334fa84bde6352ac0f4ebd7c3f1d6252324de0d6', NULL, NULL, 'john24doe24@email.com', 0, 'John24', NULL, NULL, 'Doe24', NULL, 'john24doe24', 0, 'XHdAHfj5G2kU4zmN0VG', '1k3oG1d12T0Lar4YOGh', '20cb1cb8cc722b667ec3e3ec48e69cb888c3f695806398af5d9f0bf8f9f8b2bfbd8eac0515436b55ba48eaa5cc8dd5e51f1b175b0f8595bdd8aa564436c58536', 'k3cF24', 0, NULL, '2012-09-10 19:00:02')
31691
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31692
+  (0.2ms) SAVEPOINT active_record_2
31693
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31694
+  (0.2ms) SAVEPOINT active_record_2
31695
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:02', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'vs3HlQwf9dqHh89HOS7C', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 24
31696
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31697
+ Processing by Spud::Admin::UsersController#index as HTML
31698
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 24 LIMIT 1
31699
+  (0.2ms) SAVEPOINT active_record_2
31700
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'XYXLkyYRmLwZ7ZYCBQQ', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 24
31701
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31702
+ SpudAdminPermission Load (0.4ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 24 AND `spud_admin_permissions`.`access` = 1
31703
+ Redirected to http://test.host/
31704
+ Filter chain halted as :require_admin_user rendered or redirected
31705
+ Completed 302 Found in 8ms (ActiveRecord: 1.5ms)
31706
+  (1.1ms) ROLLBACK
31707
+  (0.2ms) ROLLBACK
31708
+  (0.1ms) BEGIN
31709
+  (0.1ms) BEGIN
31710
+  (0.2ms) SAVEPOINT active_record_2
31711
+ 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-09-10 19:00:02', 'a08b81dc30f89e823b92e92ef9dd9500f177d075b0ee293a44070f501aa5c4241adb3aebcd5c865a9cb9f02113414be82df4d37ef4584044159a9ade65ff9ef9', NULL, NULL, 'john25doe25@email.com', 0, 'John25', NULL, NULL, 'Doe25', NULL, 'john25doe25', 0, '2aN2nNxh5ShIUJCp4QCN', 'L0CMNeP5cu8XLVN9nk3K', 'b29ee9d4869671d2cb51c82d43e276e6ce91d2e9ee0b4808463e8afc1cd98f68411fc45c48584f719047120bdb7142676d745f96136be21e6057c9c769e56241', 'k3cF25', 1, NULL, '2012-09-10 19:00:02')
31712
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31713
+  (0.3ms) SAVEPOINT active_record_2
31714
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:02', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'DIMSygN7sRZWpCOYslDy', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 25
31715
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31716
+  (0.3ms) SAVEPOINT active_record_2
31717
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john26doe26@email.com' LIMIT 1
31718
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john26doe26' LIMIT 1
31719
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '9f52d5122f2089e06a10a6b7f3e114413f301223b08e95fb232928ce623ef5f68eb060ac00e0d952884b7d684fed3fc03c35190bac0b3716439d741252f983ef' LIMIT 1
31720
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF26' LIMIT 1
31721
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 25 LIMIT 1
31722
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'VWystJIbGeOwCxBUyzY', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 25
31723
+ 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-09-10 19:00:02', '41b25180bca377570b179b3ff19abd6bb5cdbeddccc6ad83cff949c4bc8615c4f2ec0030f8ac62d48b8797d1bfabc618bbb5a2b04e7d2bfeeef2397a11d467de', NULL, NULL, 'john26doe26@email.com', 0, 'John26', NULL, NULL, 'Doe26', NULL, 'john26doe26', 0, 'E49TZhIyzTouC9A1fTz', 'jADGMliFXsxxYfA4vZbA', '9f52d5122f2089e06a10a6b7f3e114413f301223b08e95fb232928ce623ef5f68eb060ac00e0d952884b7d684fed3fc03c35190bac0b3716439d741252f983ef', 'k3cF26', 0, NULL, '2012-09-10 19:00:02')
31724
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31725
+  (0.2ms) SAVEPOINT active_record_2
31726
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (0, '2012-09-10 19:00:02', 'Users', NULL, '2012-09-10 19:00:02', 26)
31727
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31728
+  (0.2ms) SAVEPOINT active_record_2
31729
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:02', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = '565jWaMvYUDS1344Ad', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 26
31730
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31731
+ Processing by Spud::Admin::UsersController#index as HTML
31732
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 26 LIMIT 1
31733
+  (0.2ms) SAVEPOINT active_record_2
31734
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'UvIzzrrkbbLls1SDbgL', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 26
31735
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31736
+ 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
31737
+ Redirected to http://test.host/
31738
+ Filter chain halted as :require_admin_user rendered or redirected
31739
+ Completed 302 Found in 10ms (ActiveRecord: 1.7ms)
31740
+  (1.2ms) ROLLBACK
31741
+  (0.1ms) ROLLBACK
31742
+  (0.1ms) BEGIN
31743
+  (0.1ms) BEGIN
31744
+  (0.3ms) SAVEPOINT active_record_2
31745
+ 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-09-10 19:00:02', '0b52762625ebfba7d117e601956902e330a83c047162a916a68217f4b449c9a8153c03787bf0b7d259c690b811da30355a968b02095c67fdacc66739fedca333', NULL, NULL, 'john27doe27@email.com', 0, 'John27', NULL, NULL, 'Doe27', NULL, 'john27doe27', 0, 'ZeLh6agqCv3EOmIgTuA', 'gf7rcxiT1GvYJFPwVM02', '56f9693e1d01e60a2194290d5eaf199924270bd46fd4cd8d1dddb3a60620eb1dd4e4498ba5ad7d1d5b2fdaab370b88da841f88f55625fc6b9750b38c74446103', 'k3cF27', 1, NULL, '2012-09-10 19:00:02')
31746
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31747
+  (0.2ms) SAVEPOINT active_record_2
31748
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:02', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'zbEoqIfH7Mes8nOQvivz', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 27
31749
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31750
+  (0.1ms) SAVEPOINT active_record_2
31751
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john28doe28@email.com' LIMIT 1
31752
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john28doe28' LIMIT 1
31753
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '8283b535933e32d3409204984e59a6a41c0831e865018ca677f57bea512984c030a90400fe66e344f06c220fac39525dca025ed26baf454a222ba549b9cb95e7' LIMIT 1
31754
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF28' LIMIT 1
31755
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 27 LIMIT 1
31756
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'xxF9KXmM6Akz5SsGXvT4', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 27
31757
+ 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-09-10 19:00:02', '28e7bec01cf2b804e18532407773e99f875911e5cdbe8f99fec5931e7da12b8f76e7707e9a32ff94940f15b07aff3241dafd60eefc766f1c2d0c7326a95b376c', NULL, NULL, 'john28doe28@email.com', 0, 'John28', NULL, NULL, 'Doe28', NULL, 'john28doe28', 0, 'cgL9o6wyN0sGEvRhoXVT', 'w4m85CoOhpvVArsEiubi', '8283b535933e32d3409204984e59a6a41c0831e865018ca677f57bea512984c030a90400fe66e344f06c220fac39525dca025ed26baf454a222ba549b9cb95e7', 'k3cF28', 0, NULL, '2012-09-10 19:00:02')
31758
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31759
+  (0.2ms) SAVEPOINT active_record_2
31760
+ SQL (0.4ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (0, '2012-09-10 19:00:02', 'Users', NULL, '2012-09-10 19:00:02', 28)
31761
+ SQL (0.6ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-09-10 19:00:02', 'App2', NULL, '2012-09-10 19:00:02', 28)
31762
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31763
+  (0.2ms) SAVEPOINT active_record_2
31764
+  (0.7ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:02', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'FwR5CGpPxnA7tn70iPPV', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 28
31765
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31766
+ Processing by Spud::Admin::UsersController#index as HTML
31767
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 28 LIMIT 1
31768
+  (0.2ms) SAVEPOINT active_record_2
31769
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = '39aWM67AeMh3DNhIeuN', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 28
31770
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31771
+ 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
31772
+ Redirected to http://test.host/spud/admin
31773
+ Filter chain halted as #<Proc:0x007f8d8c285e30@/Users/gregwoods/Source/Spud/spud_core_admin/lib/spud_core/belongs_to_app.rb:25> rendered or redirected
31774
+ Completed 302 Found in 9ms (ActiveRecord: 1.8ms)
31775
+  (1.1ms) ROLLBACK
31776
+  (0.1ms) ROLLBACK
31777
+  (0.1ms) BEGIN
31778
+  (0.0ms) BEGIN
31779
+  (0.3ms) SAVEPOINT active_record_2
31780
+ 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-09-10 19:00:02', '2272077fdab64c84d1d57c195882d0518410faa44f728f08bb0e678777b21e21e59b1b3a3b6f013a9b69629b1c9f6b0a77179b5d5a4f6432bc0b5faf8b48f931', NULL, NULL, 'john29doe29@email.com', 0, 'John29', NULL, NULL, 'Doe29', NULL, 'john29doe29', 0, 'lebshftWCQnuAI9vecK', 'TR5KZaeBmHQ3g5RcY2Cb', 'e4dfe773168f4fe96d7bf562760f3903c7e60ae2b8cc01685be5f2d542aebd16a858b02cdc0552ebffbd0ba392bf3bc2cc62ef224538ab7ad68fbacf5b47e45e', 'k3cF29', 1, NULL, '2012-09-10 19:00:02')
31781
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31782
+  (0.2ms) SAVEPOINT active_record_2
31783
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:02', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'XGun7MSqmzmvTalrbWv', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 29
31784
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31785
+  (0.2ms) SAVEPOINT active_record_2
31786
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john30doe30@email.com' LIMIT 1
31787
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john30doe30' LIMIT 1
31788
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '419df5219b8f213bdec65cf1a09d256adc78d1b69ad253e78c8723bf19a06ad0962c67cc682138b6f1a04923e270db314621ac5b521b7c5182c4d30a91745009' LIMIT 1
31789
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF30' LIMIT 1
31790
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 29 LIMIT 1
31791
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'a2nk2yE2vUOdGxlSNrP', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 29
31792
+ 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-09-10 19:00:02', '60d42f9393e91b764abf9739205dfdb035f99b651908635164c462182e796133ad39532492c92e08200613d9388aca68b79c8fb1509be0a23b741466b8062722', NULL, NULL, 'john30doe30@email.com', 0, 'John30', NULL, NULL, 'Doe30', NULL, 'john30doe30', 0, 'AquD0D0v3Mlz2W0Nb1xC', 'hI2t3O7w6Ps5vi1LSf', '419df5219b8f213bdec65cf1a09d256adc78d1b69ad253e78c8723bf19a06ad0962c67cc682138b6f1a04923e270db314621ac5b521b7c5182c4d30a91745009', 'k3cF30', NULL, NULL, '2012-09-10 19:00:02')
31793
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31794
+ Processing by Spud::Admin::UsersController#show as HTML
31795
+ Parameters: {"id"=>"30"}
31796
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 29 LIMIT 1
31797
+  (0.2ms) SAVEPOINT active_record_2
31798
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'jRjk6y8LvrVBf13LOn', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 29
31799
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31800
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 30 LIMIT 1
31801
+ Completed 200 OK in 32ms (Views: 20.9ms | ActiveRecord: 1.6ms)
31802
+  (0.9ms) ROLLBACK
31803
+  (0.2ms) ROLLBACK
31804
+  (0.1ms) BEGIN
31805
+  (0.1ms) BEGIN
31806
+  (0.3ms) SAVEPOINT active_record_2
31807
+ 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-09-10 19:00:02', '32f3c5bcfda53b520934784e5eb7e659deaaab54e32484df520355625242d00c5cf3c95333e6db56c29587347130341f4bcb2525d872e7f74f4e5e7da86a33f8', NULL, NULL, 'john31doe31@email.com', 0, 'John31', NULL, NULL, 'Doe31', NULL, 'john31doe31', 0, 'bzx50m2ZboLCcr0u7yas', 'IAL7ftVBtvrvhcKtdyZq', '00027851d466a07ed2136618762e97c9d71c98405f074583959ff8cc1e895bb8f91ec5e59e41d75c6bc282f70d0450c0e23ce222a0daac771587b60caafd776a', 'k3cF31', 1, NULL, '2012-09-10 19:00:02')
31808
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31809
+  (0.2ms) SAVEPOINT active_record_2
31810
+  (0.6ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:02', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'cF3wdFu1DLh585WlO09', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 31
31811
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31812
+  (0.3ms) SAVEPOINT active_record_2
31813
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john32doe32@email.com' LIMIT 1
31814
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john32doe32' LIMIT 1
31815
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '2fd5c84b45ef06a2510d5f1469b833435338cac33e69c6fb9473d9b31b3ff97f5fbd3a4b0ccc1ef203ecf290cc40cdee06c3a430b694cc299256fd2df9d136ee' LIMIT 1
31816
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF32' LIMIT 1
31817
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 31 LIMIT 1
31818
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'kueyqM7f6sP6DHv0iBDj', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 31
31819
+ 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-09-10 19:00:02', '5a833a56700cd8f7c823f9886a9a97df6a12ec9dd9f8e731a971c5ba3643e1b3abdb0907e5be362b3ea632f6b6c7dd98817b7e99924c659e4b4966ea52fd68c4', NULL, NULL, 'john32doe32@email.com', 0, 'John32', NULL, NULL, 'Doe32', NULL, 'john32doe32', 0, 'AYagRmaFCxx8QZ8M7b7', 'abZrbe25eAhMtSeeRW', '2fd5c84b45ef06a2510d5f1469b833435338cac33e69c6fb9473d9b31b3ff97f5fbd3a4b0ccc1ef203ecf290cc40cdee06c3a430b694cc299256fd2df9d136ee', 'k3cF32', NULL, NULL, '2012-09-10 19:00:02')
31820
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31821
+ Processing by Spud::Admin::UsersController#show as HTML
31822
+ Parameters: {"id"=>"32"}
31823
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 31 LIMIT 1
31824
+  (0.2ms) SAVEPOINT active_record_2
31825
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'MCvWSRO4SVwJteGplQZ', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 31
31826
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31827
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 32 LIMIT 1
31828
+ Completed 200 OK in 10ms (Views: 1.3ms | ActiveRecord: 1.8ms)
31829
+  (1.1ms) ROLLBACK
31830
+  (0.1ms) ROLLBACK
31831
+  (0.1ms) BEGIN
31832
+  (0.0ms) BEGIN
31833
+  (0.1ms) SAVEPOINT active_record_2
31834
+ 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-09-10 19:00:02', '2bb8d5eac64ef5d4f49602d7dc0e149132802637d93e0d0d88850ac0e6890ac84a9a7e85c5b29a17512a9e0ba8451a952c48c14106650706e1bbebf884211ba0', NULL, NULL, 'john33doe33@email.com', 0, 'John33', NULL, NULL, 'Doe33', NULL, 'john33doe33', 0, 'LNdoKSWcyXPNrvHUMy7', 'MBLwsmzHn1Saeg24edG', 'd814467fd1f6f0c700b7567bc9ade8030ad1feced88d76ef708d5a1cafeb42ba0ed5143104dcfafef0842d81bf605ac9bce2d013c146a797ef5df82c47fa55c4', 'k3cF33', 1, NULL, '2012-09-10 19:00:02')
31835
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31836
+  (0.2ms) SAVEPOINT active_record_2
31837
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:02', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'OR61YS4Lw2OtQXiejnPY', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 33
31838
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31839
+ Processing by Spud::Admin::UsersController#new as JS
31840
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 33 LIMIT 1
31841
+  (0.3ms) SAVEPOINT active_record_2
31842
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'KXxpjdXP13tzirvyIeHj', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 33
31843
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31844
+ Rendered /Users/gregwoods/Source/Spud/spud_core_admin/app/views/spud/admin/users/_new.html.erb (0.5ms)
31845
+ Completed 200 OK in 35ms (Views: 26.0ms | ActiveRecord: 1.4ms)
31846
+  (0.9ms) ROLLBACK
31847
+  (0.1ms) ROLLBACK
31848
+  (0.1ms) BEGIN
31849
+  (0.1ms) BEGIN
31850
+  (0.3ms) SAVEPOINT active_record_2
31851
+ 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-09-10 19:00:02', 'fc8faf0e7d518dd19b8b95ff6735119e01b4ce864a67ea32c826022a96da7439f967844154bb718ccf5eed7f661fa9c5a916bdd8cbf79841d390c169af5d8b55', NULL, NULL, 'john34doe34@email.com', 0, 'John34', NULL, NULL, 'Doe34', NULL, 'john34doe34', 0, 'KKMxwYUZyWYHo51ilL', 'YHhQZDFliupLd5MtFGL', '52326c410f06ff0dbce16da79b9ab3831705f53935d1fab03016e0c8b4cb3a61e58046a9272ace06632e45dea6c2a820afc4a8b0cd6d419506f19698d4de2476', 'k3cF34', 1, NULL, '2012-09-10 19:00:02')
31852
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31853
+  (0.2ms) SAVEPOINT active_record_2
31854
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:02', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'O0cMhd2Fem2BIjqykTYx', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 34
31855
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31856
+ Processing by Spud::Admin::UsersController#new as JS
31857
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 34 LIMIT 1
31858
+  (0.2ms) SAVEPOINT active_record_2
31859
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'M5OMBxq7GZY8mHSytaR', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 34
31860
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31861
+ Rendered /Users/gregwoods/Source/Spud/spud_core_admin/app/views/spud/admin/users/_new.html.erb (0.4ms)
31862
+ Completed 200 OK in 10ms (Views: 1.3ms | ActiveRecord: 1.3ms)
31863
+  (0.6ms) ROLLBACK
31864
+  (0.1ms) ROLLBACK
31865
+  (0.1ms) BEGIN
31866
+  (0.0ms) BEGIN
31867
+  (0.3ms) SAVEPOINT active_record_2
31868
+ 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-09-10 19:00:02', '9919fdd8a0cd2ab94386e308cc923160b0c1c733a53942c869054a9b7b7f7bed4bcf7bcc5f586bcf4076fadcf6839b01c85c8f73df93a4500dea1830eb8a4e93', NULL, NULL, 'john35doe35@email.com', 0, 'John35', NULL, NULL, 'Doe35', NULL, 'john35doe35', 0, 'l9ugnuTvuaoiymG2Cf4', '1zbylnrBgZBbn1bsUdg', '898f6b76ac1e18fc64b64c54d099a66c0eb6385541b753c6e9b84d73b90da05b8be8cedd4abd65da276f1248ef5e5e723bdf9c323d835157094ffcadbcf46488', 'k3cF35', 1, NULL, '2012-09-10 19:00:02')
31869
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31870
+  (0.2ms) SAVEPOINT active_record_2
31871
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:02', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'lmxiIYRW4taST8z5Zj7', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 35
31872
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31873
+  (0.2ms) SELECT COUNT(*) FROM `spud_users`
31874
+ Processing by Spud::Admin::UsersController#create as HTML
31875
+ Parameters: {"spud_user"=>{"first_name"=>"John36", "last_name"=>"Doe36", "login"=>"john36doe36", "email"=>"john36doe36@email.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF36"}}
31876
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 35 LIMIT 1
31877
+  (0.2ms) SAVEPOINT active_record_2
31878
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'IYgJu1DnVibowUFA2hl7', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 35
31879
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31880
+  (0.1ms) SAVEPOINT active_record_2
31881
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john36doe36@email.com' LIMIT 1
31882
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john36doe36' LIMIT 1
31883
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '8b32ba64209698e3b12449d09915bd06156832d6ed4c9ac789cd12de329b680de09bfb40993e1d0ea4bef62914c0ee067ba792a4ba307d55fc5747f0e9fa78e1' LIMIT 1
31884
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF36' LIMIT 1
31885
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 35 LIMIT 1
31886
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'fSqj1myWGVSbDxvLGps', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 35
31887
+ 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-09-10 19:00:02', '086046a5f4241263316bf2db37958c8ded059a0c697b2edb566b30d4e049a1f319a276a5c30f7256b527a4cdcabfff13e0ea8432747917103ecdeef5856a600a', NULL, NULL, 'john36doe36@email.com', 0, 'John36', NULL, NULL, 'Doe36', NULL, 'john36doe36', 0, 'O0Ig886voErTlZpJ5PlP', 'zYTwvcVcfLRTKT6qQs', '8b32ba64209698e3b12449d09915bd06156832d6ed4c9ac789cd12de329b680de09bfb40993e1d0ea4bef62914c0ee067ba792a4ba307d55fc5747f0e9fa78e1', 'k3cF36', NULL, NULL, '2012-09-10 19:00:02')
31888
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31889
+ Redirected to http://test.host/spud/admin/users
31890
+ Completed 302 Found in 25ms (ActiveRecord: 4.2ms)
31891
+  (0.4ms) SELECT COUNT(*) FROM `spud_users`
31892
+  (1.0ms) ROLLBACK
31893
+  (0.3ms) ROLLBACK
31894
+  (0.1ms) BEGIN
31895
+  (0.1ms) BEGIN
31896
+  (0.3ms) SAVEPOINT active_record_2
31897
+ 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-09-10 19:00:02', '920f0288ea83a6803a5646597c6f14dde379fa387d5e3938b41f073adb95d2d82206d867fdc4e2a6b3de3afe976ac0e6a0771c76b3ef279947fa15e198587669', NULL, NULL, 'john37doe37@email.com', 0, 'John37', NULL, NULL, 'Doe37', NULL, 'john37doe37', 0, '0S9zkuWFMvBu99GtJL8', 'QWF4WmuLnL63PXnzc58', 'db852342e3c301b30721aca8b833c77604f996e06596a79ab41158e27bef19000433832294e3838b98f62ca76ba0c1c5fd60091fc340baa732aa1bedab6a17b4', 'k3cF37', 1, NULL, '2012-09-10 19:00:02')
31898
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31899
+  (0.1ms) SAVEPOINT active_record_2
31900
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:02', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'MjYLMOkVh6SRCN72lvE', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 37
31901
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31902
+  (0.2ms) SELECT COUNT(*) FROM `spud_users` 
31903
+ Processing by Spud::Admin::UsersController#create as HTML
31904
+ Parameters: {"spud_user"=>{"first_name"=>"John38", "last_name"=>"Doe38", "login"=>"john38doe38", "email"=>nil, "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF38"}}
31905
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 37 LIMIT 1
31906
+  (0.2ms) SAVEPOINT active_record_2
31907
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'SBDmHd9KAePk3Ayx448', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 37
31908
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31909
+  (0.2ms) SAVEPOINT active_record_2
31910
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john38doe38' LIMIT 1
31911
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '8155c993c99964917b80e3ad9ce5d1e44fa33f3333bf886b4a54d9e0ab120603feb670340460561773f7429df641a75ea6672bae6b5c84fd42307e2b644ee1bf' LIMIT 1
31912
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF38' LIMIT 1
31913
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_2
31914
+ Completed 200 OK in 80ms (Views: 2.4ms | ActiveRecord: 2.8ms)
31915
+  (0.4ms) SELECT COUNT(*) FROM `spud_users` 
31916
+  (0.7ms) ROLLBACK
31917
+  (0.1ms) ROLLBACK
31918
+  (0.1ms) BEGIN
31919
+  (0.1ms) BEGIN
31920
+  (0.3ms) SAVEPOINT active_record_2
31921
+ 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-09-10 19:00:02', '48f43a9a18a5433beb0c669ff70b0c385e606c579777ef49089a4861ebbe3f1d521b4e1145cc2d7312fd0fa6957e1698667439e6a34ec6d2ff40ab76fbe894ec', NULL, NULL, 'john38doe38@email.com', 0, 'John39', NULL, NULL, 'Doe39', NULL, 'john39doe39', 0, 'uOUZL10iO1LaawJob4QL', '8ewqLe8Exy6sq7bLZLZ', 'eebbeb01fd371a516c60a09a10d2cc32f41a0764a422e6b7c1d12a4dc86dc32bf6171beb9fcfd4baea156e3486b8d6efeb8f4c9a973a4501f1a5585fb3b57ec0', 'k3cF39', 1, NULL, '2012-09-10 19:00:02')
31922
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31923
+  (0.2ms) SAVEPOINT active_record_2
31924
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:02', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'HLaBbj1K3NFomQRGo0a', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 38
31925
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31926
+  (0.4ms) SELECT COUNT(*) FROM `spud_users`
31927
+ Processing by Spud::Admin::UsersController#create as JS
31928
+ Parameters: {"spud_user"=>{"first_name"=>"John40", "last_name"=>"Doe40", "login"=>"john40doe40", "email"=>"john39doe39@email.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF40"}}
31929
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 38 LIMIT 1
31930
+  (0.3ms) SAVEPOINT active_record_2
31931
+  (0.7ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = '4GhP608ZtAWNRJwMM0Ji', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 38
31932
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31933
+  (0.2ms) SAVEPOINT active_record_2
31934
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john39doe39@email.com' LIMIT 1
31935
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john40doe40' LIMIT 1
31936
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '74230c13f6c47bfbd40d44bd6317da3ceab81d5a3fbfd35b86b2f0052164bb4d43873e11b4a07ce5de921505e93748f078c7bdb5042cd08ac8a1d4d236494b70' LIMIT 1
31937
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF40' LIMIT 1
31938
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 38 LIMIT 1
31939
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'XF6R4dW8qcky09Uyad7', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 38
31940
+ 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-09-10 19:00:02', '849e0501d6f29890422ea96f5e5f66a416ab3657d853e8cda30bf7f97e4b79444e73c82f069df926990ebd380d2e1acd1c0147caa44e13bf9d110facad64cd92', NULL, NULL, 'john39doe39@email.com', 0, 'John40', NULL, NULL, 'Doe40', NULL, 'john40doe40', 0, 'p2wKBq2YTmsMHJhEtqA', 'd0urM6C2SJQmMqYFufo9', '74230c13f6c47bfbd40d44bd6317da3ceab81d5a3fbfd35b86b2f0052164bb4d43873e11b4a07ce5de921505e93748f078c7bdb5042cd08ac8a1d4d236494b70', 'k3cF40', NULL, NULL, '2012-09-10 19:00:02')
31941
+  (0.3ms) RELEASE SAVEPOINT active_record_2
31942
+ Completed 200 OK in 30ms (Views: 0.2ms | ActiveRecord: 5.2ms)
31943
+  (0.3ms) SELECT COUNT(*) FROM `spud_users`
31944
+  (0.7ms) ROLLBACK
31945
+  (0.1ms) ROLLBACK
31946
+  (0.1ms) BEGIN
31947
+  (0.1ms) BEGIN
31948
+  (0.2ms) SAVEPOINT active_record_2
31949
+ 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-09-10 19:00:02', '7841bec024ee096f90d6aeed14e0e1c4fdf999ee96dfe284cb2bc64cbb6d00e2981db433ba7022ead67f0a91cbaaf1b8eaf527a5fc6f78a147f69ddb7c7d76a3', NULL, NULL, 'john40doe40@email.com', 0, 'John41', NULL, NULL, 'Doe41', NULL, 'john41doe41', 0, 'EZ0AFE09JVehGEYZAHv', '7aV6zuOkonl8VX5ephV', 'ea5699242d2fb3f65111ab45c2b9f1dbc85f5674ee8a1a4e37bc4cb767bdd50711c6489740d898734b76dc10e76234f583436fbd00fef0141fa41ef53cd46574', 'k3cF41', 1, NULL, '2012-09-10 19:00:02')
31950
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31951
+  (0.3ms) SAVEPOINT active_record_2
31952
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:02', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = '3IhKruzrr7pavYtfvuc', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 40
31953
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31954
+  (0.2ms) SELECT COUNT(*) FROM `spud_users` 
31955
+ Processing by Spud::Admin::UsersController#create as JS
31956
+ Parameters: {"spud_user"=>{"first_name"=>"John42", "last_name"=>"Doe42", "login"=>"john42doe42", "email"=>nil, "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF42"}}
31957
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 40 LIMIT 1
31958
+  (0.3ms) SAVEPOINT active_record_2
31959
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = '3wChN9cIrgKmqndKvDBY', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 40
31960
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31961
+  (0.3ms) SAVEPOINT active_record_2
31962
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john42doe42' LIMIT 1
31963
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '39c636fc8b9bed4896fbed93870da2330249cfe911d2eb6f7a9ab9f13abdc85b14432b63c6f54eb7d63a99a8592373a6f92c638d627a132f81f6e4411b1d846d' LIMIT 1
31964
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF42' LIMIT 1
31965
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
31966
+ Completed 500 Internal Server Error in 16ms (Views: 0.2ms | ActiveRecord: 3.0ms)
31967
+  (0.4ms) SELECT COUNT(*) FROM `spud_users` 
31968
+  (0.7ms) ROLLBACK
31969
+  (0.1ms) ROLLBACK
31970
+  (0.1ms) BEGIN
31971
+  (0.0ms) BEGIN
31972
+  (0.2ms) SAVEPOINT active_record_2
31973
+ 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-09-10 19:00:02', '1a07ae27c654dc8009439e287f43cad63368920faf029135ce932294dd3b93e358aba8484c0d23bc1d433ad6f496747356e389f3b7c1d8f6ebbbba0a181888eb', NULL, NULL, 'john41doe41@email.com', 0, 'John43', NULL, NULL, 'Doe43', NULL, 'john43doe43', 0, 'XmkR3Wx1PP0X4ax5Eb6i', 'QfinYhhahUEp64UrqNB', '921f38309dec35bf3fcedf5792a7482fe0de1bc37c3b692fd73bf7c619a9d7f1771b297520a9d7dd5012dc95b865cdcca32771d9df4eae6203c255f894e7ce7a', 'k3cF43', 1, NULL, '2012-09-10 19:00:02')
31974
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31975
+  (0.2ms) SAVEPOINT active_record_2
31976
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:02', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = '4nOSaftrluXP6GRFg3sq', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 41
31977
+  (0.3ms) RELEASE SAVEPOINT active_record_2
31978
+  (0.2ms) SAVEPOINT active_record_2
31979
+ SpudUser Exists (0.6ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john42doe42@email.com' LIMIT 1
31980
+ SpudUser Exists (0.6ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john44doe44' LIMIT 1
31981
+ SpudUser Exists (1.7ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'c72b9422bb4c71f195af3562b8e3370c31fd5c811ffca9fb7e0328e1f8ee96e2abd1c19f22f515a0861199ff63304c6cb1e2612e6d435bf37daa8d3c82f6d073' LIMIT 1
31982
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF44' LIMIT 1
31983
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 41 LIMIT 1
31984
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = '9hgmgxJ3EPfwn1VXx3j', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 41
31985
+ 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-09-10 19:00:02', '2f0d4bb374daa4c840711f7d2d3e28c7f71fad9e2b7c06e807ac04d94da0ac14e944843703a1bf006841e84804959cda99a9d9eb65d987125c84ffe608c71e35', NULL, NULL, 'john42doe42@email.com', 0, 'John44', NULL, NULL, 'Doe44', NULL, 'john44doe44', 0, 'PY4ax1iz5XNh3ch71zkI', 'v5o3NfETVBjshunrhOYJ', 'c72b9422bb4c71f195af3562b8e3370c31fd5c811ffca9fb7e0328e1f8ee96e2abd1c19f22f515a0861199ff63304c6cb1e2612e6d435bf37daa8d3c82f6d073', 'k3cF44', NULL, NULL, '2012-09-10 19:00:02')
31986
+  (0.2ms) RELEASE SAVEPOINT active_record_2
31987
+ Processing by Spud::Admin::UsersController#edit as HTML
31988
+ Parameters: {"id"=>"42"}
31989
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 41 LIMIT 1
31990
+  (0.3ms) SAVEPOINT active_record_2
31991
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'FgSEjFrHAXxnI9re44XL', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 41
31992
+  (0.1ms) RELEASE SAVEPOINT active_record_2
31993
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 42 LIMIT 1
31994
+ SpudAdminPermission Load (0.3ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 42
31995
+ Completed 200 OK in 17ms (Views: 4.2ms | ActiveRecord: 2.3ms)
31996
+  (0.7ms) ROLLBACK
31997
+  (0.1ms) ROLLBACK
31998
+  (0.1ms) BEGIN
31999
+  (0.1ms) BEGIN
32000
+  (0.2ms) SAVEPOINT active_record_2
32001
+ 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-09-10 19:00:02', 'ff837154a805c3f7be3ebc3ea12bda1116b94d492ca66d71b1a369775bb10377cb1f5f94213b76600f212134f353e1a6a57dd536d6cccc1bcaeb1e93a55c208c', NULL, NULL, 'john43doe43@email.com', 0, 'John45', NULL, NULL, 'Doe45', NULL, 'john45doe45', 0, 'eXRj5elPnZHmdfCCntxN', 'M29ndHLS8XVaSLfeawns', '4e62e8394cfe547f2964d70b910f89470d68128d117271b78496ed5cbed6909b85ea0a882c0269358fac3e41a6613347dfda97f6538788985fdf885cf5fb7d82', 'k3cF45', 1, NULL, '2012-09-10 19:00:02')
32002
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32003
+  (0.2ms) SAVEPOINT active_record_2
32004
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:02', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'yBnQpfNKwWnI0cbbq4', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 43
32005
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32006
+  (0.2ms) SAVEPOINT active_record_2
32007
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john44doe44@email.com' LIMIT 1
32008
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john46doe46' LIMIT 1
32009
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'f7efb35f84de94aee9dbe7b6c03bdbcbac583a82a3bd9c6cfc4450aa398fbe230d3e41ccf53cef86e7ceb2d54a2ff853a4926ee88e56f65493331417d6cf4d90' LIMIT 1
32010
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF46' LIMIT 1
32011
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 43 LIMIT 1
32012
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'qjS7fb6rwImoQWHBUcFl', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 43
32013
+ 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-09-10 19:00:02', '490683fd9f66d2c41a2a910460bcf953fc598707c96179076ad276f5a588389379985363622578e84e477bed95736cdce030a6b115057391dba8e8fc047b6e8c', NULL, NULL, 'john44doe44@email.com', 0, 'John46', NULL, NULL, 'Doe46', NULL, 'john46doe46', 0, '4rjVrhCrgNhYFvQBp4N', 'vBPbjx3LiDhLICYqov', 'f7efb35f84de94aee9dbe7b6c03bdbcbac583a82a3bd9c6cfc4450aa398fbe230d3e41ccf53cef86e7ceb2d54a2ff853a4926ee88e56f65493331417d6cf4d90', 'k3cF46', NULL, NULL, '2012-09-10 19:00:02')
32014
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32015
+ Processing by Spud::Admin::UsersController#edit as JS
32016
+ Parameters: {"id"=>"44"}
32017
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 43 LIMIT 1
32018
+  (0.2ms) SAVEPOINT active_record_2
32019
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = '5BbBg6kydtIHxlkJyvQ', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 43
32020
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32021
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 44 LIMIT 1
32022
+ SpudAdminPermission Load (0.4ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 44
32023
+ Rendered /Users/gregwoods/Source/Spud/spud_core_admin/app/views/spud/admin/users/_edit.html.erb (0.4ms)
32024
+ Completed 200 OK in 13ms (Views: 2.0ms | ActiveRecord: 2.1ms)
32025
+  (1.0ms) ROLLBACK
32026
+  (0.1ms) ROLLBACK
32027
+  (0.1ms) BEGIN
32028
+  (0.0ms) BEGIN
32029
+  (0.3ms) SAVEPOINT active_record_2
32030
+ 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-09-10 19:00:02', 'b7c8de11009204d4d7af4f9a6e23a2ad362d48c3beb7d3ec8de6b2b18c94137cc57d3b37a0170a4e6745357cbdeaf8c300e2f0e8f943de3d02c86c9ef4ef9aa7', NULL, NULL, 'john45doe45@email.com', 0, 'John47', NULL, NULL, 'Doe47', NULL, 'john47doe47', 0, 'mPbJ1YOHLoTqMLTzyTwn', 'AlljphEJOpnwQdpywt7', 'c49e8d6151b5441d1ce43b6e9f1749ff647a0050df555d5a72ae05c36005d57a10d2ba4421e804f23c8f51117b579e85a1a1302328cf10e840492994df1d4236', 'k3cF47', 1, NULL, '2012-09-10 19:00:02')
32031
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32032
+  (0.2ms) SAVEPOINT active_record_2
32033
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:02', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'uwedie3CQwTpWDKDntCf', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 45
32034
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32035
+  (0.2ms) SAVEPOINT active_record_2
32036
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john46doe46@email.com' LIMIT 1
32037
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john48doe48' LIMIT 1
32038
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '7a9d0eeb55c810469db930ccb206e2404f550f8627908eca810f794d45b521335235d8a5fa223e923f7764b0eb7f38bdb464b3518b6e934a839f09bbbcf5b54b' LIMIT 1
32039
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF48' LIMIT 1
32040
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 45 LIMIT 1
32041
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'BndvsZmOxLrWl8RIQfk', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 45
32042
+ 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-09-10 19:00:02', '6ad3d4bbb9e8601be32f359b0bff73bbcbc47f782473da3659126211d90232a00bc87d877dc224ef76d862eca06e7c2cae28e990f2fb03d5253dba6b10d04a1b', NULL, NULL, 'john46doe46@email.com', 0, 'John48', NULL, NULL, 'Doe48', NULL, 'john48doe48', 0, 'ue6vNHgU2uJJNLzNumfy', 'qoC7RmiuZFlm0KsNgGUR', '7a9d0eeb55c810469db930ccb206e2404f550f8627908eca810f794d45b521335235d8a5fa223e923f7764b0eb7f38bdb464b3518b6e934a839f09bbbcf5b54b', 'k3cF48', NULL, NULL, '2012-09-10 19:00:02')
32043
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32044
+ Processing by Spud::Admin::UsersController#update as HTML
32045
+ 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"=>"7a9d0eeb55c810469db930ccb206e2404f550f8627908eca810f794d45b521335235d8a5fa223e923f7764b0eb7f38bdb464b3518b6e934a839f09bbbcf5b54b", "single_access_token"=>"k3cF48", "perishable_token"=>"qoC7RmiuZFlm0KsNgGUR", "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-09-10 19:00:02 UTC", "updated_at"=>"2012-09-10 19:00:02 UTC", "time_zone"=>nil}, "id"=>"46"}
32046
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 45 LIMIT 1
32047
+  (0.1ms) SAVEPOINT active_record_2
32048
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'KURs2vQSK67oLAyPitl', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 45
32049
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32050
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 46 LIMIT 1
32051
+  (0.2ms) SAVEPOINT active_record_2
32052
+  (0.5ms) UPDATE `spud_users` SET `first_name` = 'Adam', `perishable_token` = 'OOCA2G790KwQWUDzEG7', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 46
32053
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32054
+ Redirected to http://test.host/spud/admin/users
32055
+ Completed 302 Found in 19ms (ActiveRecord: 2.5ms)
32056
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 46 LIMIT 1
32057
+  (0.8ms) ROLLBACK
32058
+  (0.1ms) ROLLBACK
32059
+  (0.1ms) BEGIN
32060
+  (0.1ms) BEGIN
32061
+  (0.1ms) SAVEPOINT active_record_2
32062
+ 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-09-10 19:00:02', '699a243d69d9f9fb5f48f9b6da7f68432f71b6778d8575d023315187c25f447956b5f13eb6e2f2875d4c57dcf7c89b5fcdcf8117e4e5205829298297aaad48bb', NULL, NULL, 'john47doe47@email.com', 0, 'John49', NULL, NULL, 'Doe49', NULL, 'john49doe49', 0, 'ZxmyYhoHLGVkZtkfSnkN', '0dDYsGWMakiMpv2spjdt', '0d91337e4db00e0a0c90af1800ce2e51c13ea177984bca234ec5916c2882a3f1a1e3c95db453ce34a01cc2e66042d59559f9e0f58f09b98b3af1df8bba1e3f74', 'k3cF49', 1, NULL, '2012-09-10 19:00:02')
32063
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32064
+  (0.2ms) SAVEPOINT active_record_2
32065
+  (0.6ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:02', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'qxpmxlrJLRvRhoHAP6C1', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 47
32066
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32067
+  (0.2ms) SAVEPOINT active_record_2
32068
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john48doe48@email.com' LIMIT 1
32069
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john50doe50' LIMIT 1
32070
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '2951958e983ace25054d8534d270906407876e4e9613d5e4fcaa2dc8459b16a5a29d4ba0ec6e225629d62bc9e691da69b5e0879967fbd51784c89911b4b00ec9' LIMIT 1
32071
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF50' LIMIT 1
32072
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 47 LIMIT 1
32073
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'iubcjoTzuR8oSgT0I2a', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 47
32074
+ 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-09-10 19:00:02', '6171a82bdf57deaf9b64ac61ea6602ce8ff3258fcad48bd06717d848d7464f888611249ad0b4bc48870a034a3177f2309989de4aaf959626065d5e60757f80bc', NULL, NULL, 'john48doe48@email.com', 0, 'John50', NULL, NULL, 'Doe50', NULL, 'john50doe50', 0, 'CTeuHITm05No99xZOHRO', '19HbMpbph4Z8WYSHC14', '2951958e983ace25054d8534d270906407876e4e9613d5e4fcaa2dc8459b16a5a29d4ba0ec6e225629d62bc9e691da69b5e0879967fbd51784c89911b4b00ec9', 'k3cF50', NULL, NULL, '2012-09-10 19:00:02')
32075
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32076
+ Processing by Spud::Admin::UsersController#update as HTML
32077
+ 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"=>"2951958e983ace25054d8534d270906407876e4e9613d5e4fcaa2dc8459b16a5a29d4ba0ec6e225629d62bc9e691da69b5e0879967fbd51784c89911b4b00ec9", "single_access_token"=>"k3cF50", "perishable_token"=>"19HbMpbph4Z8WYSHC14", "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-09-10 19:00:02 UTC", "updated_at"=>"2012-09-10 19:00:02 UTC", "time_zone"=>nil}, "id"=>"48"}
32078
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 47 LIMIT 1
32079
+  (0.2ms) SAVEPOINT active_record_2
32080
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'vhQGmrH6kIoICV15mRb', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 47
32081
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32082
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 48 LIMIT 1
32083
+  (0.2ms) SAVEPOINT active_record_2
32084
+  (0.7ms) UPDATE `spud_users` SET `first_name` = 'Adam', `perishable_token` = 'YAgbBcHxdOM1jwiy491', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 48
32085
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32086
+ Redirected to http://test.host/spud/admin/users
32087
+ Completed 302 Found in 17ms (ActiveRecord: 2.6ms)
32088
+  (0.8ms) ROLLBACK
32089
+  (0.1ms) ROLLBACK
32090
+  (0.2ms) BEGIN
32091
+  (0.1ms) BEGIN
32092
+  (0.2ms) SAVEPOINT active_record_2
32093
+ 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-09-10 19:00:02', '9413c5c211f45f1838abb2e0bfbb8319064121ca4ddcd572ccd5faf02e43fb9724200665854154f869ddb16e7384c0ce186ddbb5e730bb3b1c8442f18a3fd5b4', NULL, NULL, 'john49doe49@email.com', 0, 'John51', NULL, NULL, 'Doe51', NULL, 'john51doe51', 0, 'UgWYRi8Ac8m6RODbv32', 'vyYo9maq6Dbs2enFdfV9', 'f2b9a190bad68c3293b5ea00214a2d91739c502ee11b8eac42b65e5111e7544cf24e9ed4559fe310d4ca646dbae35fb5ad8edf820b3121ab9020652b7abe1482', 'k3cF51', 1, NULL, '2012-09-10 19:00:02')
32094
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32095
+  (0.2ms) SAVEPOINT active_record_2
32096
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:02', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'JCBcJN93yJHE0x92pcG', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 49
32097
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32098
+  (0.1ms) SAVEPOINT active_record_2
32099
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john50doe50@email.com' LIMIT 1
32100
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john52doe52' LIMIT 1
32101
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'e5bdb9063e6bac2141b97dd88582dc9b75a3450c19fcef0112007416d56d90fdb8e485e2f0bd6818d8f3b545a422613e8227c893dbd27642724bfb5fb684aa85' LIMIT 1
32102
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF52' LIMIT 1
32103
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 49 LIMIT 1
32104
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = '5QMp8vYHDBym7ebYpVxn', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 49
32105
+ 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-09-10 19:00:02', '2cd5ff2b60b168c5aa228ddb2da8d82348f6e0f66c384c0de9784ca253fb048d75caf511d6793cba61555701110c6b219a5449314ae0a51a1fa94a0dbe0b5bd4', NULL, NULL, 'john50doe50@email.com', 0, 'John52', NULL, NULL, 'Doe52', NULL, 'john52doe52', 0, 'QOrJkJMvxbXUDvdjuKP', 'Hgl6TGeBTmu7GOWjASb', 'e5bdb9063e6bac2141b97dd88582dc9b75a3450c19fcef0112007416d56d90fdb8e485e2f0bd6818d8f3b545a422613e8227c893dbd27642724bfb5fb684aa85', 'k3cF52', NULL, NULL, '2012-09-10 19:00:02')
32106
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32107
+  (0.3ms) SELECT COUNT(*) FROM `spud_users`
32108
+ Processing by Spud::Admin::UsersController#destroy as HTML
32109
+ Parameters: {"id"=>"50"}
32110
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 49 LIMIT 1
32111
+  (0.2ms) SAVEPOINT active_record_2
32112
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'L1W2MXBVRSRTBGWKwqFU', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 49
32113
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32114
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 50 LIMIT 1
32115
+  (0.1ms) SAVEPOINT active_record_2
32116
+ SQL (0.3ms) DELETE FROM `spud_users` WHERE `spud_users`.`id` = 50
32117
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32118
+ Redirected to http://test.host/spud/admin/users
32119
+ Completed 302 Found in 13ms (ActiveRecord: 2.0ms)
32120
+  (0.3ms) SELECT COUNT(*) FROM `spud_users` 
32121
+  (0.8ms) ROLLBACK
32122
+  (0.1ms) ROLLBACK
32123
+  (0.1ms) BEGIN
32124
+  (0.1ms) BEGIN
32125
+  (0.3ms) SAVEPOINT active_record_2
32126
+ 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-09-10 19:00:02', 'd2758e794ef5f6c0768dfd8acc2843f899d9e5650c5ef7feb6fba5c83263ef0dad3e10aa14985915521bc0f6f9b467f625001e57e4b442547eb80898b5f32037', NULL, NULL, 'john51doe51@email.com', 0, 'John53', NULL, NULL, 'Doe53', NULL, 'john53doe53', 0, 'Hji9ng1OHKGViE67bOg', 'ZLmFJ52NcT1FVcPih37b', '4983568a5d09455e5c82513ff12e98f3c758d88eeed4cd181f47ce2625e3988c1291ca9b8005ae59a1da9645842d02a5817bb61b2a44f1b19f77c43e581667ad', 'k3cF53', 1, NULL, '2012-09-10 19:00:02')
32127
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32128
+  (0.2ms) SAVEPOINT active_record_2
32129
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:02', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'Q0yn8xgXQTomqLryJkC7', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 51
32130
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32131
+  (0.2ms) SAVEPOINT active_record_2
32132
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john52doe52@email.com' LIMIT 1
32133
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john54doe54' LIMIT 1
32134
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'cb0133880d5602eef85edadf51602a3c2da33d441c04c07b3a9351e2436dada60456e0e751e3f670d121f9f49301722d698cc55a705d9eef72b09ed62e5e180e' LIMIT 1
32135
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF54' LIMIT 1
32136
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 51 LIMIT 1
32137
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'WhBJ3C2xpznKVV68U9Kd', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 51
32138
+ 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-09-10 19:00:02', '703b48db3aec200d95443a781064459d0157ab049afa77a6a62788c18dccf871157f512d0c05437fd726f055e8c881e22d88879685b27eb3b096203e0dc1e4aa', NULL, NULL, 'john52doe52@email.com', 0, 'John54', NULL, NULL, 'Doe54', NULL, 'john54doe54', 0, 'QHL8VYt0m6G9LO9c5kNb', '7fqMcYnlAZYIhW1wxHxG', 'cb0133880d5602eef85edadf51602a3c2da33d441c04c07b3a9351e2436dada60456e0e751e3f670d121f9f49301722d698cc55a705d9eef72b09ed62e5e180e', 'k3cF54', NULL, NULL, '2012-09-10 19:00:02')
32139
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32140
+  (0.6ms) SELECT COUNT(*) FROM `spud_users` 
32141
+ Processing by Spud::Admin::UsersController#destroy as HTML
32142
+ Parameters: {"id"=>"23532"}
32143
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 51 LIMIT 1
32144
+  (0.2ms) SAVEPOINT active_record_2
32145
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:02', `perishable_token` = 'Q39VBZnQb9imsu6JLn86', `updated_at` = '2012-09-10 19:00:02' WHERE `spud_users`.`id` = 51
32146
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32147
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 23532 LIMIT 1
32148
+ Redirected to http://test.host/spud/admin/users
32149
+ Filter chain halted as :load_user rendered or redirected
32150
+ Completed 302 Found in 11ms (ActiveRecord: 1.7ms)
32151
+  (0.4ms) SELECT COUNT(*) FROM `spud_users` 
32152
+  (13.3ms) ROLLBACK
32153
+  (0.1ms) ROLLBACK
32154
+  (0.1ms) BEGIN
32155
+  (0.1ms) BEGIN
32156
+ Processing by Spud::PasswordResetsController#new as HTML
32157
+ Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.0ms)
32158
+  (0.3ms) ROLLBACK
32159
+  (0.1ms) ROLLBACK
32160
+  (0.3ms) BEGIN
32161
+  (0.2ms) BEGIN
32162
+ Processing by Spud::PasswordResetsController#edit as HTML
32163
+ Parameters: {"id"=>"1"}
32164
+ Completed 200 OK in 4ms (Views: 2.4ms | ActiveRecord: 0.0ms)
32165
+  (0.2ms) ROLLBACK
32166
+  (0.0ms) ROLLBACK
32167
+  (0.2ms) BEGIN
32168
+  (0.2ms) BEGIN
32169
+ Processing by Spud::PasswordResetsController#edit as HTML
32170
+ Parameters: {"id"=>"1"}
32171
+ Redirected to http://test.host/spud/user_session/new
32172
+ Filter chain halted as :load_user_using_perishable_token rendered or redirected
32173
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
32174
+  (0.3ms) ROLLBACK
32175
+  (0.1ms) ROLLBACK
32176
+  (0.1ms) BEGIN
32177
+  (0.0ms) BEGIN
32178
+ Processing by Spud::PasswordResetsController#create as HTML
32179
+ Parameters: {"email"=>"john55doe55@email.com"}
32180
+ Redirected to http://test.host/spud/user_session/new
32181
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
32182
+  (0.3ms) ROLLBACK
32183
+  (0.0ms) ROLLBACK
32184
+  (0.1ms) BEGIN
32185
+  (0.1ms) BEGIN
32186
+ Processing by Spud::PasswordResetsController#create as HTML
32187
+ Parameters: {"email"=>"john56doe56@email.com"}
32188
+
32189
+ Sent mail to john56doe56@email.com (111ms)
32190
+ Date: Mon, 10 Sep 2012 15:00:03 -0400
32191
+ From: no-reply@spudengine.com
32192
+ To: john56doe56@email.com
32193
+ Message-ID: <504e38b33a918_56f83fc6c4835ad488726@gregs-macbook.mail>
32194
+ Subject: Forgot Password Request from Spud Site
32195
+ Mime-Version: 1.0
32196
+ Content-Type: multipart/alternative;
32197
+ boundary="--==_mimepart_504e38b32057b_56f83fc6c4835ad48843a";
32198
+ charset=UTF-8
32199
+ Content-Transfer-Encoding: 7bit
32200
+
32201
+
32202
+
32203
+ ----==_mimepart_504e38b32057b_56f83fc6c4835ad48843a
32204
+ Date: Mon, 10 Sep 2012 15:00:03 -0400
32205
+ Mime-Version: 1.0
32206
+ Content-Type: text/plain;
32207
+ charset=UTF-8
32208
+ Content-Transfer-Encoding: 7bit
32209
+ Content-ID: <504e38b327e69_56f83fc6c4835ad4885ad@gregs-macbook.mail>
32210
+
32211
+ Reset Password Request
32212
+ ======================
32213
+
32214
+ 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.
32215
+
32216
+ Otherwise, you may reset your password by clicking on the link below:
32217
+
32218
+ http://test.host/spud/password_resets/jfdlsafhbkvabuadfbds/edit
32219
+
32220
+
32221
+
32222
+ ----==_mimepart_504e38b32057b_56f83fc6c4835ad48843a
32223
+ Date: Mon, 10 Sep 2012 15:00:03 -0400
32224
+ Mime-Version: 1.0
32225
+ Content-Type: text/html;
32226
+ charset=UTF-8
32227
+ Content-Transfer-Encoding: 7bit
32228
+ Content-ID: <504e38b32a75a_56f83fc6c4835ad4886dd@gregs-macbook.mail>
32229
+
32230
+ <!DOCTYPE html>
32231
+ <html>
32232
+ <head>
32233
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
32234
+ </head>
32235
+ <body>
32236
+ <h2>Reset Password Request</h2>
32237
+ <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>
32238
+
32239
+ <p>Otherwise, you may reset your password by clicking on the link below:</p>
32240
+ <p><a href="http://test.host/spud/password_resets/jfdlsafhbkvabuadfbds/edit">http://test.host/spud/password_resets/jfdlsafhbkvabuadfbds/edit</a></p>
32241
+
32242
+ </body>
32243
+ </html>
32244
+
32245
+ ----==_mimepart_504e38b32057b_56f83fc6c4835ad48843a--
32246
+
32247
+ Redirected to http://test.host/spud/user_session/new
32248
+ Completed 302 Found in 281ms (ActiveRecord: 0.0ms)
32249
+  (0.1ms) ROLLBACK
32250
+  (0.1ms) ROLLBACK
32251
+  (0.2ms) BEGIN
32252
+  (0.1ms) BEGIN
32253
+ Processing by Spud::PasswordResetsController#create as HTML
32254
+ Parameters: {"email"=>"invalid@email.com"}
32255
+ Completed 200 OK in 4ms (Views: 2.0ms | ActiveRecord: 0.0ms)
32256
+  (0.3ms) ROLLBACK
32257
+  (0.1ms) ROLLBACK
32258
+  (0.1ms) BEGIN
32259
+  (0.1ms) BEGIN
32260
+ Processing by Spud::PasswordResetsController#update as HTML
32261
+ Parameters: {"spud_user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"}
32262
+  (0.2ms) SAVEPOINT active_record_2
32263
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john57doe57@email.com' LIMIT 1
32264
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john59doe59' LIMIT 1
32265
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'ae039e391af6fc445fde45cc79192a88b732ce904c3cafb4432202d9100f5b3b842af508621dbe32711e9b0abc6bd3ffaf422e4794216e8bda4a6a1513f92252' LIMIT 1
32266
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF59' LIMIT 1
32267
+ 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-09-10 19:00:03', '784fec9454762767a49aa234e618a2b0e8199e2ec38b34a6f40801a6c62e3c168e2c64eb1894ff395898c5726f753e8e4f56a46de1efe70e15368e12fa2297e8', '2012-09-10 19:00:03', '0.0.0.0', 'john57doe57@email.com', 0, 'John59', 1, NULL, NULL, 'Doe59', '2012-09-10 19:00:03', 'john59doe59', 1, 'gXZ0hjd1RKyVwuuzrtgP', 'uPkjFYh7oQl2hUmbeCEz', 'ae039e391af6fc445fde45cc79192a88b732ce904c3cafb4432202d9100f5b3b842af508621dbe32711e9b0abc6bd3ffaf422e4794216e8bda4a6a1513f92252', 'k3cF59', NULL, NULL, '2012-09-10 19:00:03')
32268
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32269
+ Redirected to http://test.host/spud/user_session/new
32270
+ Completed 302 Found in 16ms (ActiveRecord: 2.1ms)
32271
+  (16.2ms) ROLLBACK
32272
+  (0.3ms) ROLLBACK
32273
+  (0.3ms) BEGIN
32274
+  (0.1ms) BEGIN
32275
+ Processing by Spud::PasswordResetsController#update as HTML
32276
+ Parameters: {"spud_user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"}
32277
+  (0.3ms) SAVEPOINT active_record_2
32278
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john58doe58@email.com' LIMIT 1
32279
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john60doe60' LIMIT 1
32280
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '73b3d193517973c8296bce75daab0046854975aa51bbd21d5e88bdd42a20b0b24b5ba3a66963d60ac27eb711ab02a312c7844ffd89444a297de522aed8a57346' LIMIT 1
32281
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF60' LIMIT 1
32282
+  (0.3ms) ROLLBACK TO SAVEPOINT active_record_2
32283
+ Completed 200 OK in 13ms (Views: 1.4ms | ActiveRecord: 2.1ms)
32284
+  (0.3ms) ROLLBACK
32285
+  (0.2ms) ROLLBACK
32286
+  (0.1ms) BEGIN
32287
+  (0.1ms) BEGIN
32288
+ Processing by Spud::SetupController#index as HTML
32289
+  (0.5ms) SELECT COUNT(*) FROM `spud_users` 
32290
+ Completed 200 OK in 46ms (Views: 43.1ms | ActiveRecord: 0.5ms)
32291
+  (0.3ms) ROLLBACK
32292
+  (0.2ms) ROLLBACK
32293
+  (0.1ms) BEGIN
32294
+  (0.1ms) BEGIN
32295
+ Processing by Spud::SetupController#index as HTML
32296
+  (0.5ms) SELECT COUNT(*) FROM `spud_users`
32297
+ Completed 200 OK in 4ms (Views: 1.3ms | ActiveRecord: 0.5ms)
32298
+  (0.2ms) ROLLBACK
32299
+  (0.1ms) ROLLBACK
32300
+  (0.1ms) BEGIN
32301
+  (0.1ms) BEGIN
32302
+ Processing by Spud::SetupController#index as HTML
32303
+  (0.4ms) SELECT COUNT(*) FROM `spud_users` 
32304
+ Completed 200 OK in 4ms (Views: 1.3ms | ActiveRecord: 0.4ms)
32305
+  (0.3ms) ROLLBACK
32306
+  (0.1ms) ROLLBACK
32307
+  (0.1ms) BEGIN
32308
+  (0.1ms) BEGIN
32309
+ Processing by Spud::SetupController#index as HTML
32310
+ Redirected to http://test.host/spud/user_session/new
32311
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
32312
+  (0.2ms) ROLLBACK
32313
+  (0.0ms) ROLLBACK
32314
+  (0.1ms) BEGIN
32315
+  (0.1ms) BEGIN
32316
+ Processing by Spud::SetupController#index as HTML
32317
+ Redirected to http://test.host/spud/user_session/new
32318
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
32319
+  (0.2ms) ROLLBACK
32320
+  (0.1ms) ROLLBACK
32321
+  (0.1ms) BEGIN
32322
+  (0.1ms) BEGIN
32323
+  (0.3ms) SELECT COUNT(*) FROM `spud_users`
32324
+ Processing by Spud::SetupController#index as HTML
32325
+ Parameters: {"first_name"=>"John61", "last_name"=>"Doe61", "login"=>"john61doe61", "email"=>"john59doe59@email.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF61"}
32326
+  (0.4ms) SELECT COUNT(*) FROM `spud_users` 
32327
+  (0.2ms) SAVEPOINT active_record_2
32328
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john59doe59@email.com' LIMIT 1
32329
+ SpudUser Exists (0.7ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john61doe61' LIMIT 1
32330
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '25f7b6880414f23a43512e60e964f286220f4667d98c28d55726fe4c17899c1a316db97b860f0578a1d0c1921db973fe0058b71320be808b0c2170c776c0dbfb' LIMIT 1
32331
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'j9ZAOIqpxncC6dg8P45A' LIMIT 1
32332
+ 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-09-10 19:00:03', 'eff4ad1c7cac8932d5e41293c2e5adb2b5e05a66c6943d8319f03bc7154e27373f443d56a6698ca6cd8349b9593c5afa97cda3ccf8288dfd704eca44d3b1fc3b', '2012-09-10 19:00:03', '0.0.0.0', 'john59doe59@email.com', 0, NULL, NULL, NULL, NULL, '2012-09-10 19:00:03', 'john61doe61', 1, 'CMel082XQlhTYLLkWtz', 'M4ArIY4Nx6ZBwnpGhlOH', '25f7b6880414f23a43512e60e964f286220f4667d98c28d55726fe4c17899c1a316db97b860f0578a1d0c1921db973fe0058b71320be808b0c2170c776c0dbfb', 'j9ZAOIqpxncC6dg8P45A', 1, NULL, '2012-09-10 19:00:03')
32333
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32334
+ Redirected to http://test.host/spud/user_session/new
32335
+ Completed 302 Found in 39ms (ActiveRecord: 3.3ms)
32336
+  (0.4ms) SELECT COUNT(*) FROM `spud_users` 
32337
+  (6.2ms) ROLLBACK
32338
+  (0.2ms) ROLLBACK
32339
+  (0.2ms) BEGIN
32340
+  (0.2ms) BEGIN
32341
+ Processing by Spud::SetupController#index as HTML
32342
+ Parameters: {"first_name"=>"John62", "last_name"=>"Doe62", "login"=>"john62doe62", "email"=>"john60doe60@email.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF62"}
32343
+  (0.6ms) SELECT COUNT(*) FROM `spud_users`
32344
+  (0.3ms) SAVEPOINT active_record_2
32345
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john60doe60@email.com' LIMIT 1
32346
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john62doe62' LIMIT 1
32347
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '9363d82c7ff50e7e6e99ed802adff289db6054950893c572d2d35311a88583bf8078a52ecfaf272c0666cc2cf2ae4024ae9ba2cacc6b8a03554d4fbe2016a980' LIMIT 1
32348
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'GI80KQxJilNBPjqwgoG7' LIMIT 1
32349
+ 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-09-10 19:00:03', '284c48fd9ba2ed3b6ffaa2427fac46d52706eeee9f23005d62e866786166d8a10f248d89e483de6c08ada9819b72d5a3c42e80e67f4100f09d87a10cb4305771', '2012-09-10 19:00:03', '0.0.0.0', 'john60doe60@email.com', 0, NULL, NULL, NULL, NULL, '2012-09-10 19:00:03', 'john62doe62', 1, 'JtVgih6uPhAbqYrstuV', 'nM7IMFzkLGEdUwgelw5', '9363d82c7ff50e7e6e99ed802adff289db6054950893c572d2d35311a88583bf8078a52ecfaf272c0666cc2cf2ae4024ae9ba2cacc6b8a03554d4fbe2016a980', 'GI80KQxJilNBPjqwgoG7', 1, NULL, '2012-09-10 19:00:03')
32350
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32351
+ Redirected to http://test.host/spud/user_session/new
32352
+ Completed 302 Found in 16ms (ActiveRecord: 2.8ms)
32353
+  (0.8ms) ROLLBACK
32354
+  (0.1ms) ROLLBACK
32355
+  (0.1ms) BEGIN
32356
+  (0.1ms) BEGIN
32357
+ Processing by Spud::SetupController#index as HTML
32358
+ Parameters: {"first_name"=>"John63", "last_name"=>"Doe63", "login"=>"john63doe63", "email"=>nil, "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF63"}
32359
+  (0.4ms) SELECT COUNT(*) FROM `spud_users`
32360
+  (0.1ms) SAVEPOINT active_record_2
32361
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john63doe63' LIMIT 1
32362
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'b602549fdd4a84cf338c2ab9d9d48cd3ce55923871a8ab099f4afb7ebcdde73950c0a058605c3832e9a5ef97693dd0c71f454af2620053bd4ba3fcb11230a5bf' LIMIT 1
32363
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'ZGGCW5hvrT8zgzwOs8D' LIMIT 1
32364
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
32365
+ Completed 200 OK in 12ms (Views: 1.3ms | ActiveRecord: 1.8ms)
32366
+  (0.3ms) ROLLBACK
32367
+  (0.1ms) ROLLBACK
32368
+  (0.1ms) BEGIN
32369
+  (0.1ms) BEGIN
32370
+ Processing by Spud::SitemapsController#show as XML
32371
+ Completed 200 OK in 66ms (Views: 64.2ms | ActiveRecord: 0.0ms)
32372
+  (0.2ms) ROLLBACK
32373
+  (0.1ms) ROLLBACK
32374
+  (0.1ms) BEGIN
32375
+  (0.1ms) BEGIN
32376
+ Processing by Spud::SitemapsController#show as HTML
32377
+ Completed 406 Not Acceptable in 1ms (ActiveRecord: 0.0ms)
32378
+  (0.2ms) ROLLBACK
32379
+  (0.1ms) ROLLBACK
32380
+  (0.1ms) BEGIN
32381
+  (0.0ms) BEGIN
32382
+ Processing by Spud::UserSessionsController#new as HTML
32383
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users`
32384
+ NO USERS!
32385
+ Redirected to http://test.host/spud/setup
32386
+ Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
32387
+  (0.2ms) ROLLBACK
32388
+  (0.1ms) ROLLBACK
32389
+  (0.1ms) BEGIN
32390
+  (0.1ms) BEGIN
32391
+  (0.2ms) SAVEPOINT active_record_2
32392
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john61doe61@email.com' LIMIT 1
32393
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john64doe64' LIMIT 1
32394
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '51600653e039faba9d218b0d134c28c13f0e6f48dec057dea80bde4a6168f873d7feeee5f63df42e2feac6dc39f23afe47667d71990e8898c29bdda600a3489d' LIMIT 1
32395
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF64' LIMIT 1
32396
+ 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-09-10 19:00:03', '2e0414110a1ddfb22afc9f64824ebef7c79a2781fc561700b382e38e5a014205d9ba191b3244f81572d024b170c687365c50087cf60c7a4418c25f7d6db95025', '2012-09-10 19:00:03', '0.0.0.0', 'john61doe61@email.com', 0, 'John64', NULL, NULL, 'Doe64', '2012-09-10 19:00:03', 'john64doe64', 1, 'aJsaSNcolkngLRYH3Cs', 'rJEFUG3ijKsnZNqD5yQ', '51600653e039faba9d218b0d134c28c13f0e6f48dec057dea80bde4a6168f873d7feeee5f63df42e2feac6dc39f23afe47667d71990e8898c29bdda600a3489d', 'k3cF64', NULL, NULL, '2012-09-10 19:00:03')
32397
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32398
+  (0.1ms) SAVEPOINT active_record_2
32399
+  (0.4ms) UPDATE `spud_users` SET `perishable_token` = 'GYj2OxNzYvpGUU94dinC', `updated_at` = '2012-09-10 19:00:03' WHERE `spud_users`.`id` = 55
32400
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32401
+ Processing by Spud::UserSessionsController#new as HTML
32402
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` 
32403
+ Completed 200 OK in 18ms (Views: 14.8ms | ActiveRecord: 0.4ms)
32404
+  (0.8ms) ROLLBACK
32405
+  (0.1ms) ROLLBACK
32406
+  (0.1ms) BEGIN
32407
+  (0.0ms) BEGIN
32408
+ Processing by Spud::UserSessionsController#create as HTML
32409
+ Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.0ms)
32410
+  (0.2ms) ROLLBACK
32411
+  (0.1ms) ROLLBACK
32412
+  (0.1ms) BEGIN
32413
+  (0.1ms) BEGIN
32414
+  (0.2ms) SAVEPOINT active_record_2
32415
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john62doe62@email.com' LIMIT 1
32416
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
32417
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '97749a5b25abc189f00d3436a603607b48ae9c8eafb0b0a26f2084d30c59a483794735de6993fb0bf43a045014ea3f05c0a96ecf9b91be3faece304319622c74' LIMIT 1
32418
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF65' LIMIT 1
32419
+ 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-09-10 19:00:03', 'aefbd7b02dff48344d16fedfc0b4ab7bc8f4803d5535b996091db67a397556121baaac88a07a3d84bd16310830c26e2c0370eb9ffb541c4b60249cd06990b456', '2012-09-10 19:00:03', '0.0.0.0', 'john62doe62@email.com', 0, 'John65', NULL, NULL, 'Doe65', '2012-09-10 19:00:03', 'testuser', 1, 'FKGs5ScvXiCOptQMWR7c', 'ML9zLIH8SiR4O6Jud0Y', '97749a5b25abc189f00d3436a603607b48ae9c8eafb0b0a26f2084d30c59a483794735de6993fb0bf43a045014ea3f05c0a96ecf9b91be3faece304319622c74', 'k3cF65', NULL, NULL, '2012-09-10 19:00:03')
32420
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32421
+  (0.1ms) SAVEPOINT active_record_2
32422
+  (0.4ms) UPDATE `spud_users` SET `perishable_token` = 'b0rJZyQM2JNz08yjLNz', `updated_at` = '2012-09-10 19:00:03' WHERE `spud_users`.`id` = 56
32423
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32424
+ Processing by Spud::UserSessionsController#create as HTML
32425
+ Parameters: {"spud_user_session"=>{"login"=>"testuser", "password"=>"[FILTERED]"}}
32426
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE (`spud_users`.login LIKE 'testuser') LIMIT 1
32427
+  (0.2ms) SAVEPOINT active_record_2
32428
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-09-10 19:00:03', `current_login_at` = '2012-09-10 19:00:03', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:03', `perishable_token` = 'knK6ekWMi92SvRcJDAg', `updated_at` = '2012-09-10 19:00:03' WHERE `spud_users`.`id` = 56
32429
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32430
+ Redirected to http://test.host/
32431
+ Completed 302 Found in 10ms (ActiveRecord: 1.3ms)
32432
+  (0.6ms) ROLLBACK
32433
+  (0.1ms) ROLLBACK
32434
+  (0.1ms) BEGIN
32435
+  (0.0ms) BEGIN
32436
+  (0.3ms) SAVEPOINT active_record_2
32437
+ 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-09-10 19:00:03', '722c5d57f883cd37fb8b67d28517e92530ecb69f2e91c51576c1fdafb3e178413e036ccc4d0e8699c01d622e391326d3eaf6689947674d60aab5c0ff3a476d80', NULL, NULL, 'john63doe63@email.com', 0, 'John66', NULL, NULL, 'Doe66', NULL, 'john65doe65', 0, 'EUA6lfxEbGebtjC3Egc', 'y5OuJbAePKstggbhBMom', 'ffaed2cf492827f2551bfb0b5791a24407c5b3e320700725930ec8388c83d84bf96e86630f715490c98d67d518bca131f65e154cb7a524b7fc6245c5bc99dd0c', 'k3cF66', NULL, NULL, '2012-09-10 19:00:03')
32438
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32439
+  (0.2ms) SAVEPOINT active_record_2
32440
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:03', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:03', `perishable_token` = '4LHDYAlsKsvO5AfOwp5r', `updated_at` = '2012-09-10 19:00:03' WHERE `spud_users`.`id` = 57
32441
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32442
+ Processing by Spud::UserSessionsController#destroy as HTML
32443
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 57 LIMIT 1
32444
+  (0.2ms) SAVEPOINT active_record_2
32445
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:03', `perishable_token` = 'bbShkvFHKSKDMBzHySS', `updated_at` = '2012-09-10 19:00:03' WHERE `spud_users`.`id` = 57
32446
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32447
+ Redirected to http://test.host/spud/user_session/new
32448
+ Completed 302 Found in 9ms (ActiveRecord: 1.2ms)
32449
+  (0.9ms) ROLLBACK
32450
+  (0.1ms) ROLLBACK
32451
+  (0.2ms) BEGIN
32452
+  (0.1ms) BEGIN
32453
+  (0.2ms) SAVEPOINT active_record_2
32454
+ 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-09-10 19:00:03', 'd7d34ca61c6d1a4c6e00cc21596ffc18fd42d2875d6093a0dc0b1e1cb75baeb4eab824050aced2f3b9da6b66bc1dae3240f4b460e64cd0db825a8a85d22ecc9d', NULL, NULL, 'john64doe64@email.com', 0, 'John67', NULL, NULL, 'Doe67', NULL, 'john66doe66', 0, 'wmnexvHDtlImeKXGjeUD', 'iRxWq62VYJCLk9wfQmV', 'd88e84fe74a8d2586831293b7299f1b5fc6921c85980ff9a50b74a8e551830faa7faa49d51d4b8631583fee1d7728512e8b9d14f051c4c346946ea9e9ccecdca', 'k3cF67', NULL, NULL, '2012-09-10 19:00:03')
32455
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32456
+  (0.1ms) SAVEPOINT active_record_2
32457
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:03', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:03', `perishable_token` = 'g4sEMcpUzh0buJrtafvG', `updated_at` = '2012-09-10 19:00:03' WHERE `spud_users`.`id` = 58
32458
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32459
+ Processing by Spud::UserSessionsController#destroy as HTML
32460
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 58 LIMIT 1
32461
+  (0.2ms) SAVEPOINT active_record_2
32462
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:03', `perishable_token` = 'v2okDd6ivd8oYND9eIUw', `updated_at` = '2012-09-10 19:00:03' WHERE `spud_users`.`id` = 58
32463
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32464
+ Redirected to http://test.host/
32465
+ Completed 302 Found in 9ms (ActiveRecord: 1.2ms)
32466
+  (0.7ms) ROLLBACK
32467
+  (0.1ms) ROLLBACK
32468
+  (0.1ms) BEGIN
32469
+  (0.1ms) BEGIN
32470
+  (0.3ms) SAVEPOINT active_record_2
32471
+ 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-09-10 19:00:03', '09c75a14b416f5c4db37fcbd2ec27f6fdac913f6f400081ad2d85ae225d04c64b44d73537ea49dc4b3b2b72db5a45d450f6c805bda6e4e4538195c48af9ee50d', NULL, NULL, 'john65doe65@email.com', 0, 'John68', NULL, NULL, 'Doe68', NULL, 'john67doe67', 0, 'vZ0Ex5CTIa2ksjVCztV3', '1kAEy1n5A9J5nLp68ttv', '7691f092322feb2831b99898a6dbda8bc628a026cdc04fd4102ed476604570794261270e07d97438859c8873162ffe23ee9aaba153f52f33f3dfddcf765ecf72', 'k3cF68', NULL, NULL, '2012-09-10 19:00:03')
32472
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32473
+  (0.3ms) SAVEPOINT active_record_2
32474
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:03', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:03', `perishable_token` = 'PuONeEO9sIxjc1fEu5e', `updated_at` = '2012-09-10 19:00:03' WHERE `spud_users`.`id` = 59
32475
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32476
+ Processing by Spud::UsersController#settings as HTML
32477
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 59 LIMIT 1
32478
+  (0.2ms) SAVEPOINT active_record_2
32479
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:03', `perishable_token` = 'YET369ZqUwxps4q2cF83', `updated_at` = '2012-09-10 19:00:03' WHERE `spud_users`.`id` = 59
32480
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32481
+ Completed 200 OK in 11ms (Views: 3.3ms | ActiveRecord: 1.4ms)
32482
+  (0.6ms) ROLLBACK
32483
+  (0.1ms) ROLLBACK
32484
+  (0.1ms) BEGIN
32485
+  (0.1ms) BEGIN
32486
+  (0.3ms) SAVEPOINT active_record_2
32487
+ 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-09-10 19:00:03', '681bb12b510d8fd05bbb815dd47442f84c9dbd824b69c73aacf99c13fb32a6a35366b128bb7dbd8cfa23a12a3c904762467a9cd4478def57a1c41a0ecb4b1f38', NULL, NULL, 'john66doe66@email.com', 0, 'John69', NULL, NULL, 'Doe69', NULL, 'john68doe68', 0, 'VTE9uMH6WQb5q2TSvoU', 'DbFmQ9bWLjp48uwlqyw4', '12bb10c6e35b391e16cd4a9b33da62fdc4ddf5e6ec7988507fbaebf45298250da58bc115801d0ea6cc41d8d17848625140f592e2819bd8449f02037580c5606a', 'k3cF69', NULL, NULL, '2012-09-10 19:00:03')
32488
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32489
+  (0.2ms) SAVEPOINT active_record_2
32490
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:03', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:03', `perishable_token` = 'xvyJXbfTQnpzIPXqji', `updated_at` = '2012-09-10 19:00:03' WHERE `spud_users`.`id` = 60
32491
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32492
+ Processing by Spud::UsersController#settings as HTML
32493
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 60 LIMIT 1
32494
+  (0.3ms) SAVEPOINT active_record_2
32495
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:03', `perishable_token` = 'VwCpnaoUhdnubyMGSbWc', `updated_at` = '2012-09-10 19:00:03' WHERE `spud_users`.`id` = 60
32496
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32497
+ Completed 200 OK in 8ms (Views: 1.5ms | ActiveRecord: 1.4ms)
32498
+  (0.9ms) ROLLBACK
32499
+  (0.1ms) ROLLBACK
32500
+  (0.2ms) BEGIN
32501
+  (0.1ms) BEGIN
32502
+  (0.2ms) SAVEPOINT active_record_2
32503
+ SQL (1.0ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `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-09-10 19:00:03', 'cbd81f07f36b5f782fcc26d4864276509c37333b636deda28f9ae214c3445e74454d9187ee3b2a054bbaf00151d2acf7e65c4db29a9a658f0e36ffdca3caafdc', NULL, NULL, 'john67doe67@email.com', 0, 'John70', NULL, NULL, 'Doe70', NULL, 'john69doe69', 0, 'YjVwSzVPmjiqIboCdCL2', 'HGqUutPNdTlSgcllDUzR', '83303f0e603ddff71a23c7add7d9e2e6eaf3e7fa2826dac51f9bd4400f4cbe9d4eabd3cbeea726534ec66d1635af3ea5024125fa76e83c6df9cf01eb760d73b1', 'k3cF70', NULL, NULL, '2012-09-10 19:00:03')
32504
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32505
+  (0.2ms) SAVEPOINT active_record_2
32506
+  (0.7ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:03', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:03', `perishable_token` = 'cXGHctVAOuvKFoBOF9', `updated_at` = '2012-09-10 19:00:03' WHERE `spud_users`.`id` = 61
32507
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32508
+ Processing by Spud::UsersController#settings as HTML
32509
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 61 LIMIT 1
32510
+  (0.2ms) SAVEPOINT active_record_2
32511
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:03', `perishable_token` = 'JNE7vB9G6R43fI5KEy4', `updated_at` = '2012-09-10 19:00:03' WHERE `spud_users`.`id` = 61
32512
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32513
+ Completed 200 OK in 11ms (Views: 1.8ms | ActiveRecord: 1.3ms)
32514
+  (1.1ms) ROLLBACK
32515
+  (0.2ms) ROLLBACK
32516
+  (0.1ms) BEGIN
32517
+  (0.1ms) BEGIN
32518
+  (0.2ms) SAVEPOINT active_record_2
32519
+ 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-09-10 19:00:03', 'e2a88492e7986384b756ac0b8881000c0489ec82944f3891edea7f2b74ec04486827e60e885d60b38bf5e3005806c4368b618a70215d7770b394129b8828ae7d', NULL, NULL, 'john68doe68@email.com', 0, 'John71', NULL, NULL, 'Doe71', NULL, 'john70doe70', 0, 'hvee5b7shBguAKoyzxr', 'oEefEGBoam8sBxMPpbL', '9a8bd7310cbe4231030fec84d29fd5924823a433308b821e406df2e60be6e2b96f564b6b7c28f8180c55a86540e0059367f18b7b0528f09b1bc942c603315cf4', 'k3cF71', NULL, NULL, '2012-09-10 19:00:03')
32520
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32521
+  (0.2ms) SAVEPOINT active_record_2
32522
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:03', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:03', `perishable_token` = 'OVzqSjY7mtXA7hV3qHx1', `updated_at` = '2012-09-10 19:00:03' WHERE `spud_users`.`id` = 62
32523
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32524
+ Processing by Spud::UsersController#update as HTML
32525
+ Parameters: {"spud_user"=>{"first_name"=>"Mike"}}
32526
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 62 LIMIT 1
32527
+  (0.2ms) SAVEPOINT active_record_2
32528
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:03', `perishable_token` = 'nlXm8aOjndyMbQg8ItX2', `updated_at` = '2012-09-10 19:00:03' WHERE `spud_users`.`id` = 62
32529
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32530
+  (0.1ms) SAVEPOINT active_record_2
32531
+  (0.4ms) UPDATE `spud_users` SET `first_name` = 'Mike', `perishable_token` = 'n05r8IYSha5ld99ZtXl', `updated_at` = '2012-09-10 19:00:03' WHERE `spud_users`.`id` = 62
32532
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32533
+ Redirected to http://test.host/spud/admin
32534
+ Completed 302 Found in 13ms (ActiveRecord: 2.1ms)
32535
+  (1.0ms) ROLLBACK
32536
+  (0.3ms) ROLLBACK
32537
+  (0.1ms) BEGIN
32538
+  (0.1ms) BEGIN
32539
+  (0.2ms) SAVEPOINT active_record_2
32540
+ 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-09-10 19:00:03', '41cdafd20a25e6ad6619c55088ea8bb509fcfc013bd0ceacb9e2d11a76ad1762de4beb97e6c00254d440a040a4aef33681384e688cd97cefb191b0d8e58b4d46', NULL, NULL, 'john69doe69@email.com', 0, 'John72', NULL, NULL, 'Doe72', NULL, 'john71doe71', 0, 'WbRyEMsdLCJPdKUKlZk1', 'Sk6m6M5Wv2X6i7CXDgkf', '1878a678bc1ef69178193b6021a5105b313b05d75f579e58001ef2c968f9d18d8bc0dcab095eb3bf33224877890a417ec21b74dc8ef1bc96306933f176e0c2d7', 'k3cF72', NULL, NULL, '2012-09-10 19:00:03')
32541
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32542
+  (0.1ms) SAVEPOINT active_record_2
32543
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:03', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:03', `perishable_token` = 'R0y49495mqV7lL72Ubo', `updated_at` = '2012-09-10 19:00:03' WHERE `spud_users`.`id` = 63
32544
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32545
+ Processing by Spud::UsersController#update as HTML
32546
+ Parameters: {"spud_user"=>{"first_name"=>"Mike"}}
32547
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 63 LIMIT 1
32548
+  (0.2ms) SAVEPOINT active_record_2
32549
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:03', `perishable_token` = 'nCSF1b7KEkBN02HVN8e', `updated_at` = '2012-09-10 19:00:03' WHERE `spud_users`.`id` = 63
32550
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32551
+  (0.1ms) SAVEPOINT active_record_2
32552
+  (0.6ms) UPDATE `spud_users` SET `first_name` = 'Mike', `perishable_token` = 'E6pHyMYlq2ZugEp5iVB8', `updated_at` = '2012-09-10 19:00:03' WHERE `spud_users`.`id` = 63
32553
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32554
+ Redirected to http://test.host/spud/admin
32555
+ Completed 302 Found in 11ms (ActiveRecord: 2.1ms)
32556
+  (0.8ms) ROLLBACK
32557
+  (0.1ms) ROLLBACK
32558
+  (0.1ms) BEGIN
32559
+  (0.1ms) BEGIN
32560
+  (0.2ms) SAVEPOINT active_record_2
32561
+ 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-09-10 19:00:03', '4c75f33908eb17658e91f77dcf2f960e2688ad3f47197177d042570f29de25b511eb5bcc5b15887064db21b3540736dcd9d8dde419392c87bb06e72f9a092aed', NULL, NULL, 'john70doe70@email.com', 0, 'John73', NULL, NULL, 'Doe73', NULL, 'john72doe72', 0, 'rhz1bFACNNZUzY6rv6Qo', 'VgPzPtYmG6ej6gwZ6650', '7681030e158bab3d81d55f3e542748bf9ab9267ef7ff94403f84e3ca2a364e4bc7c71710474164f50852b1a25d623b47f6aeaf6f4fc336c9db7933455799a72f', 'k3cF73', NULL, NULL, '2012-09-10 19:00:03')
32562
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32563
+  (0.4ms) SAVEPOINT active_record_2
32564
+  (0.7ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:03', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:03', `perishable_token` = 'mq9c6fmeik0FXdL6jae', `updated_at` = '2012-09-10 19:00:03' WHERE `spud_users`.`id` = 64
32565
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32566
+ Processing by Spud::UsersController#update as HTML
32567
+ Parameters: {"spud_user"=>{"password"=>"[FILTERED]"}}
32568
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 64 LIMIT 1
32569
+  (0.2ms) SAVEPOINT active_record_2
32570
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:03', `perishable_token` = 'K41DsAYjThFfMLKwLxba', `updated_at` = '2012-09-10 19:00:03' WHERE `spud_users`.`id` = 64
32571
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32572
+  (0.1ms) SAVEPOINT active_record_2
32573
+ SpudUser Exists (0.6ms) SELECT 1 AS one FROM `spud_users` WHERE (`spud_users`.`persistence_token` = BINARY '59b578fc087c2fb5093973862616fafd3d7754f0b243720b311ba69baf0f508f0dcb26be5e09ef7b914d2220710bba0dfcf5451dfbf2147f4c45791890de7ca9' AND `spud_users`.`id` != 64) LIMIT 1
32574
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_2
32575
+ Completed 200 OK in 16ms (Views: 1.6ms | ActiveRecord: 2.1ms)
32576
+  (0.9ms) ROLLBACK
32577
+  (0.1ms) ROLLBACK
32578
+  (0.1ms) BEGIN
32579
+  (0.1ms) BEGIN
32580
+  (0.2ms) SAVEPOINT active_record_2
32581
+ 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-09-10 19:00:04', 'db74bf2cb12cacd9dde17f52c723d98170645352f23aaa7a220892bf5915cdbc3ff0d2737ce0ca7586ede6b35193037ab84fcaa07fc754d54fc7254942e74413', NULL, NULL, 'john71doe71@email.com', 0, 'John74', NULL, NULL, 'Doe74', NULL, 'john73doe73', 0, '1DyNuFGSgEi4bhajP99', 'OgCl8ZZt50kVuZl9oqfa', '9374fd19e661db4a745fd98f31bdeee83538528a60bad07578e2543345c8138c857bd52ce8068e93af7b2d483fde702ee7cc8668164b6a295fba22b1fd7e848b', 'k3cF74', NULL, NULL, '2012-09-10 19:00:04')
32582
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32583
+  (0.2ms) SAVEPOINT active_record_2
32584
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:04', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:04', `perishable_token` = 'h8R3sQ7MQ0FdfFMfgSYn', `updated_at` = '2012-09-10 19:00:04' WHERE `spud_users`.`id` = 65
32585
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32586
+ Processing by Spud::UsersController#update as HTML
32587
+ Parameters: {"spud_user"=>{"password"=>"[FILTERED]"}}
32588
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 65 LIMIT 1
32589
+  (0.2ms) SAVEPOINT active_record_2
32590
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:04', `perishable_token` = 'nwAnwEkld797LnnOapH', `updated_at` = '2012-09-10 19:00:04' WHERE `spud_users`.`id` = 65
32591
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32592
+  (0.1ms) SAVEPOINT active_record_2
32593
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE (`spud_users`.`persistence_token` = BINARY '75450e6705aa8322d43e52396634e8be818928ce5acdcef32144f265d015788b5be0d087984c869a9e62071e961415b3a937e3261b4dce92ce56c541447d66fd' AND `spud_users`.`id` != 65) LIMIT 1
32594
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_2
32595
+ Completed 200 OK in 12ms (Views: 1.3ms | ActiveRecord: 2.2ms)
32596
+  (0.7ms) ROLLBACK
32597
+  (0.1ms) ROLLBACK
32598
+  (0.1ms) BEGIN
32599
+  (0.1ms) BEGIN
32600
+  (0.2ms) SAVEPOINT active_record_2
32601
+ 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-09-10 19:00:04', 'a7b381d06d4c3fa6b22541c66d0c145e4cffd39a728035203b3555fc8f007bc02c675d8ceec097e7b12f4ec74b0fdf6da3b020124b2103f1afb2ed0660436d7a', NULL, NULL, 'john72doe72@email.com', 0, 'John75', NULL, NULL, 'Doe75', NULL, 'john74doe74', 0, 'mZpLV5LtMOCapnp99QM6', 'zaVpgQ9SahDHM3a2fBSv', '96ef6d39914999ad5827ca8ae00223e2eb7d51d534e562f26020f190f31f173cb2a1bdeec1fb9e582860a0d144fdba7e9877d310d735e5ed622654eed0044485', 'k3cF75', NULL, NULL, '2012-09-10 19:00:04')
32602
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32603
+  (0.2ms) SAVEPOINT active_record_2
32604
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:04', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:04', `perishable_token` = 'QdfM0IizMnAXUPaFf6jR', `updated_at` = '2012-09-10 19:00:04' WHERE `spud_users`.`id` = 66
32605
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32606
+ Processing by Spud::UsersController#update as HTML
32607
+ Parameters: {"spud_user"=>{"password"=>"[FILTERED]"}}
32608
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 66 LIMIT 1
32609
+  (0.2ms) SAVEPOINT active_record_2
32610
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:04', `perishable_token` = 'yesuGwxyWh3ZGr5Yw3ce', `updated_at` = '2012-09-10 19:00:04' WHERE `spud_users`.`id` = 66
32611
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32612
+  (0.1ms) SAVEPOINT active_record_2
32613
+ SpudUser Exists (0.6ms) SELECT 1 AS one FROM `spud_users` WHERE (`spud_users`.`persistence_token` = BINARY 'd0708e6d49a3a468b60e313723940e2eafabfd768fedd80c754cb1551d71a450e7420aac201f3720bd857d3b8066de3b5c2a43ea95b1a590d4c826fbde3651e8' AND `spud_users`.`id` != 66) LIMIT 1
32614
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_2
32615
+ Completed 200 OK in 13ms (Views: 2.0ms | ActiveRecord: 2.0ms)
32616
+  (5.3ms) ROLLBACK
32617
+  (0.1ms) ROLLBACK
32618
+  (0.2ms) BEGIN
32619
+  (0.5ms) BEGIN
32620
+  (0.2ms) SAVEPOINT active_record_2
32621
+ 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-09-10 19:00:04', 'd23887906a54c9cae08717f7f916a6ee7075e4e829fc551c7152c3a509cec66a23b565d900aa8df8454afe83b91613c2ce206ef42936cb617fa2070739d27b78', NULL, NULL, 'john73doe73@email.com', 0, 'John76', NULL, NULL, 'Doe76', NULL, 'john75doe75', 0, 'N2RzVxd0PjPHBomdTxn', '0SuKRIo5OTmsbzm0izC', 'e7d6b1666adbca1aa81dd7c62cb8f7a3d5fa4f1b28dc17db08439140ede321e7677134d171df4b2e8e905db1ce84a1aa0ea0a697b9fc09acaebecc1232c414ca', 'k3cF76', NULL, NULL, '2012-09-10 19:00:04')
32622
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32623
+  (0.2ms) SAVEPOINT active_record_2
32624
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:04', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:04', `perishable_token` = 'BShv0GOYC4vl1vyuJAaW', `updated_at` = '2012-09-10 19:00:04' WHERE `spud_users`.`id` = 67
32625
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32626
+ Processing by Spud::UsersController#save_setting as HTML
32627
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 67 LIMIT 1
32628
+  (0.3ms) SAVEPOINT active_record_2
32629
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:04', `perishable_token` = 'pC0ZFvVlVi5PjMjMNiD4', `updated_at` = '2012-09-10 19:00:04' WHERE `spud_users`.`id` = 67
32630
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32631
+ Completed 500 Internal Server Error in 7ms (Views: 0.6ms | ActiveRecord: 1.2ms)
32632
+  (0.9ms) ROLLBACK
32633
+  (0.1ms) ROLLBACK
32634
+  (0.1ms) BEGIN
32635
+  (0.1ms) BEGIN
32636
+  (0.2ms) SAVEPOINT active_record_2
32637
+ 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-09-10 19:00:04', 'c1b5c4ab30367521ced4efcbe3c41a0fe4e54ec33f0b78f47a64705b71fa129f432cbffac8c6fea5b3ed8afd0f3597c6019af234293f722f5fe0b09a6dacce3c', NULL, NULL, 'john74doe74@email.com', 0, 'John77', NULL, NULL, 'Doe77', NULL, 'john76doe76', 0, 'g4ayXSC3LTabCtj6nK0Y', 'gxQCerzMeSfIvPfVgtv', '85360dd97d3c43f0098ae4f2e05d7eea7e4611ad1753cbfe61af07426533ed9fb9e68085e62d6e688965cb14c20e464632162bf995c3e523dcbcbd85eb90d67d', 'k3cF77', NULL, NULL, '2012-09-10 19:00:04')
32638
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32639
+  (0.3ms) SAVEPOINT active_record_2
32640
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-09-10 19:00:04', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:04', `perishable_token` = 'syALvKGKQwNNQzW8i7iI', `updated_at` = '2012-09-10 19:00:04' WHERE `spud_users`.`id` = 68
32641
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32642
+ Processing by Spud::UsersController#save_setting as HTML
32643
+ Parameters: {"key"=>"test", "value"=>"testval"}
32644
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 68 LIMIT 1
32645
+  (0.3ms) SAVEPOINT active_record_2
32646
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-09-10 19:00:04', `perishable_token` = 'G2lGXjhVO6y3c58bhrf', `updated_at` = '2012-09-10 19:00:04' WHERE `spud_users`.`id` = 68
32647
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32648
+ SpudUserSetting Load (0.3ms) SELECT `spud_user_settings`.* FROM `spud_user_settings` WHERE `spud_user_settings`.`spud_user_id` = 68 AND `spud_user_settings`.`key` = 'test' LIMIT 1
32649
+  (0.2ms) SAVEPOINT active_record_2
32650
+ 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
32651
+ SQL (0.4ms) INSERT INTO `spud_user_settings` (`created_at`, `key`, `spud_user_id`, `updated_at`, `value`) VALUES ('2012-09-10 19:00:04', 'test', 68, '2012-09-10 19:00:04', 'testval')
32652
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32653
+ Completed 200 OK in 13ms (Views: 0.6ms | ActiveRecord: 2.9ms)
32654
+  (1.1ms) ROLLBACK
32655
+  (0.1ms) ROLLBACK
32656
+  (0.2ms) BEGIN
32657
+  (0.1ms) BEGIN
32658
+  (0.1ms) ROLLBACK
32659
+  (0.1ms) ROLLBACK
32660
+  (0.1ms) BEGIN
32661
+  (0.1ms) BEGIN
32662
+  (0.2ms) ROLLBACK
32663
+  (0.1ms) ROLLBACK
32664
+  (0.1ms) BEGIN
32665
+  (0.1ms) BEGIN
32666
+  (0.2ms) ROLLBACK
32667
+  (0.1ms) ROLLBACK
32668
+  (0.2ms) BEGIN
32669
+  (0.1ms) BEGIN
32670
+  (0.1ms) ROLLBACK
32671
+  (0.0ms) ROLLBACK
32672
+  (0.1ms) BEGIN
32673
+  (0.1ms) BEGIN
32674
+  (0.1ms) ROLLBACK
32675
+  (0.1ms) ROLLBACK
32676
+  (0.2ms) BEGIN
32677
+  (0.0ms) BEGIN
32678
+  (0.2ms) ROLLBACK
32679
+  (0.1ms) ROLLBACK
32680
+  (0.1ms) BEGIN
32681
+  (0.1ms) BEGIN
32682
+  (0.2ms) ROLLBACK
32683
+  (0.2ms) ROLLBACK
32684
+  (0.1ms) BEGIN
32685
+  (0.1ms) BEGIN
32686
+  (0.2ms) ROLLBACK
32687
+  (0.2ms) ROLLBACK
32688
+  (0.2ms) BEGIN
32689
+  (0.2ms) BEGIN
32690
+  (0.2ms) ROLLBACK
32691
+  (0.2ms) ROLLBACK
32692
+  (0.2ms) BEGIN
32693
+  (0.1ms) BEGIN
32694
+  (0.2ms) ROLLBACK
32695
+  (0.1ms) ROLLBACK
32696
+  (0.1ms) BEGIN
32697
+  (0.1ms) BEGIN
32698
+  (0.2ms) ROLLBACK
32699
+  (0.1ms) ROLLBACK
32700
+  (0.3ms) BEGIN
32701
+  (0.1ms) BEGIN
32702
+  (0.2ms) ROLLBACK
32703
+  (0.1ms) ROLLBACK
32704
+  (0.1ms) BEGIN
32705
+  (0.0ms) BEGIN
32706
+  (0.2ms) ROLLBACK
32707
+  (0.1ms) ROLLBACK
32708
+  (0.2ms) BEGIN
32709
+  (0.1ms) BEGIN
32710
+  (0.2ms) SAVEPOINT active_record_2
32711
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john75doe75@email.com' LIMIT 1
32712
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john77doe77' LIMIT 1
32713
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '453053025b0eb333664b2d28b362df71d8673bfc65d884d015ea6f2d850f3fa7e6d7f6b99e33dd50e3445affb22cf43d07343c0ad1102a6ca16fc0b029faddda' LIMIT 1
32714
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF78' LIMIT 1
32715
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 68 LIMIT 1
32716
+ 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-09-10 19:00:04', '387be530e87c540ebc192f632706a3599bdbe20de15d413470d68a19eb94833dd00e2b7acad95cbfcf3b7d0c1942c6f2ccbcbbed7d09c7de89b76be8797a2f6f', '2012-09-10 19:00:04', '0.0.0.0', 'john75doe75@email.com', 0, 'John78', NULL, NULL, 'Doe78', '2012-09-10 19:00:04', 'john77doe77', 1, 'LZNGlkzksxQkNz6b9N8X', 'wUiyJzyRYLLEq59ettik', '453053025b0eb333664b2d28b362df71d8673bfc65d884d015ea6f2d850f3fa7e6d7f6b99e33dd50e3445affb22cf43d07343c0ad1102a6ca16fc0b029faddda', 'k3cF78', NULL, NULL, '2012-09-10 19:00:04')
32717
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32718
+  (1.1ms) ROLLBACK
32719
+  (0.1ms) ROLLBACK
32720
+  (0.1ms) BEGIN
32721
+  (0.1ms) BEGIN
32722
+  (0.3ms) SAVEPOINT active_record_2
32723
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john76doe76@email.com' LIMIT 1
32724
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john78doe78' LIMIT 1
32725
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'fbed1096845a9e6313de3de9cb00515ad592b8de36fbe9e170066e07d92739b80e041ad168e2e33c1710673493c27dfd88134f83337e504aef1357c4d5ed2f65' LIMIT 1
32726
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF79' LIMIT 1
32727
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = '453053025b0eb333664b2d28b362df71d8673bfc65d884d015ea6f2d850f3fa7e6d7f6b99e33dd50e3445affb22cf43d07343c0ad1102a6ca16fc0b029faddda' LIMIT 1
32728
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = '453053025b0eb333664b2d28b362df71d8673bfc65d884d015ea6f2d850f3fa7e6d7f6b99e33dd50e3445affb22cf43d07343c0ad1102a6ca16fc0b029faddda' LIMIT 1
32729
+ 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-09-10 19:00:04', '182e645d733ccc7dc42d4ecfa7634fa9ad020738b9b191cef69de62706febcadb5547c7068a4d602b95f501d8dd676d921e1a6facc38963767be76a3da4e4f2b', '2012-09-10 19:00:04', '0.0.0.0', 'john76doe76@email.com', 0, 'John79', NULL, NULL, 'Doe79', '2012-09-10 19:00:04', 'john78doe78', 1, 'kATRzgnpXripbL5CDo0S', 'bBsyJtho4TKcmr9uYQM', 'fbed1096845a9e6313de3de9cb00515ad592b8de36fbe9e170066e07d92739b80e041ad168e2e33c1710673493c27dfd88134f83337e504aef1357c4d5ed2f65', 'k3cF79', NULL, NULL, '2012-09-10 19:00:04')
32730
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32731
+  (0.6ms) ROLLBACK
32732
+  (0.0ms) ROLLBACK
32733
+  (0.1ms) BEGIN
32734
+  (0.1ms) BEGIN
32735
+  (0.1ms) SAVEPOINT active_record_2
32736
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john77doe77@email.com' LIMIT 1
32737
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john79doe79' LIMIT 1
32738
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '25a5da043227dcb5c6fb263aa1227e192a822fba71799396d8d3943b24d350a8ea62ab5203cdd7be3096ab29923ffb6a9749785e103a4dfa92e06ec1da156c6b' LIMIT 1
32739
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF80' LIMIT 1
32740
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = 'fbed1096845a9e6313de3de9cb00515ad592b8de36fbe9e170066e07d92739b80e041ad168e2e33c1710673493c27dfd88134f83337e504aef1357c4d5ed2f65' LIMIT 1
32741
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = 'fbed1096845a9e6313de3de9cb00515ad592b8de36fbe9e170066e07d92739b80e041ad168e2e33c1710673493c27dfd88134f83337e504aef1357c4d5ed2f65' LIMIT 1
32742
+ 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-09-10 19:00:04', 'a572783323c0ca9083c8a4741a1db84255a0e092a4eef86a92f752075fc8808ba456baf69a5b50198aa2dedd785714c44ab54eee1d3a2056d4b7bf61a7eb9a38', '2012-09-10 19:00:04', '0.0.0.0', 'john77doe77@email.com', 0, 'John80', NULL, NULL, 'Doe80', '2012-09-10 19:00:04', 'john79doe79', 1, 'cXEIyqJorllKexEieS9x', 'ueValLVuAErCDZDNnrv', '25a5da043227dcb5c6fb263aa1227e192a822fba71799396d8d3943b24d350a8ea62ab5203cdd7be3096ab29923ffb6a9749785e103a4dfa92e06ec1da156c6b', 'k3cF80', NULL, NULL, '2012-09-10 19:00:04')
32743
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32744
+  (0.6ms) ROLLBACK
32745
+  (0.1ms) ROLLBACK
32746
+  (0.1ms) BEGIN
32747
+  (0.1ms) BEGIN
32748
+  (0.3ms) SAVEPOINT active_record_2
32749
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john78doe78@email.com' LIMIT 1
32750
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john80doe80' LIMIT 1
32751
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'f4c86589bda717db3fa359d2dd10fe2f31f0ec26d03899a3433c9655ea7edeee87b439a73d0ace69787d581f1dca0182803d56eee8d9bec9843e4d7b05aea5eb' LIMIT 1
32752
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF81' LIMIT 1
32753
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = '25a5da043227dcb5c6fb263aa1227e192a822fba71799396d8d3943b24d350a8ea62ab5203cdd7be3096ab29923ffb6a9749785e103a4dfa92e06ec1da156c6b' LIMIT 1
32754
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = '25a5da043227dcb5c6fb263aa1227e192a822fba71799396d8d3943b24d350a8ea62ab5203cdd7be3096ab29923ffb6a9749785e103a4dfa92e06ec1da156c6b' LIMIT 1
32755
+ 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-09-10 19:00:04', 'b773731d82450b0d25e4b80da0f8defc94a08aa03a30a120b6d6f3ffd1ee41ce3d2cde0bd3573909b1dc714f6bb2a451c3826f19dea64d391cecbd2c153ed720', '2012-09-10 19:00:04', '0.0.0.0', 'john78doe78@email.com', 0, 'John81', NULL, NULL, 'Doe81', '2012-09-10 19:00:04', 'john80doe80', 1, 'iH1F6PJ6nYH334B8ifHR', '16ztXTirYgreUFt96p2', 'f4c86589bda717db3fa359d2dd10fe2f31f0ec26d03899a3433c9655ea7edeee87b439a73d0ace69787d581f1dca0182803d56eee8d9bec9843e4d7b05aea5eb', 'k3cF81', NULL, NULL, '2012-09-10 19:00:04')
32756
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32757
+  (0.6ms) ROLLBACK
32758
+  (0.1ms) ROLLBACK
32759
+  (0.1ms) BEGIN
32760
+  (0.1ms) BEGIN
32761
+  (0.2ms) SAVEPOINT active_record_2
32762
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john79doe79@email.com' LIMIT 1
32763
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john81doe81' LIMIT 1
32764
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '1eab158282769725744d98c61f4e9b9f738fee8a5ee3df63ecd73cec4804032f0eab6d297409f2a36527b88940010ec780151a6a412c129a88b98fa8ee420ac6' LIMIT 1
32765
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF82' LIMIT 1
32766
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = 'f4c86589bda717db3fa359d2dd10fe2f31f0ec26d03899a3433c9655ea7edeee87b439a73d0ace69787d581f1dca0182803d56eee8d9bec9843e4d7b05aea5eb' LIMIT 1
32767
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = 'f4c86589bda717db3fa359d2dd10fe2f31f0ec26d03899a3433c9655ea7edeee87b439a73d0ace69787d581f1dca0182803d56eee8d9bec9843e4d7b05aea5eb' LIMIT 1
32768
+ 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-09-10 19:00:04', 'eedb6333dded929e4ada7b2aebc31479183ef0fd9ec8d0b3cb3ab61c224283ef65af42dd9571306844226079cd4c126bb8dd94abfa77e66419555b93c86469c1', '2012-09-10 19:00:04', '0.0.0.0', 'john79doe79@email.com', 0, 'John82', NULL, NULL, 'Doe82', '2012-09-10 19:00:04', 'john81doe81', 1, 'q6cGl678B1ChRLBCBuE', 'Mj6Q3xMZXZlSdnp6thdg', '1eab158282769725744d98c61f4e9b9f738fee8a5ee3df63ecd73cec4804032f0eab6d297409f2a36527b88940010ec780151a6a412c129a88b98fa8ee420ac6', 'k3cF82', NULL, NULL, '2012-09-10 19:00:04')
32769
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32770
+  (0.6ms) ROLLBACK
32771
+  (0.0ms) ROLLBACK
32772
+  (0.1ms) BEGIN
32773
+  (0.1ms) BEGIN
32774
+  (0.1ms) SAVEPOINT active_record_2
32775
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john80doe80@email.com' LIMIT 1
32776
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john82doe82' LIMIT 1
32777
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '1ffd102e195c2f540d44fc055aa56cde5943f5d4bda067f4cff67f0d030e88d7c82f33fa29a3c2fa8ba723369fbcfc0419ed80e366bde5f1ea4d34514f96e6fa' LIMIT 1
32778
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF83' LIMIT 1
32779
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = '1eab158282769725744d98c61f4e9b9f738fee8a5ee3df63ecd73cec4804032f0eab6d297409f2a36527b88940010ec780151a6a412c129a88b98fa8ee420ac6' LIMIT 1
32780
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = '1eab158282769725744d98c61f4e9b9f738fee8a5ee3df63ecd73cec4804032f0eab6d297409f2a36527b88940010ec780151a6a412c129a88b98fa8ee420ac6' LIMIT 1
32781
+ 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-09-10 19:00:04', 'eefaf07690bce255b6cc4c9ad6f8b013ac1bd32b835d42beee4e7d52dd3fb3f860caf140396e80bdda8ae8cdb9e80440171312f0b8eb5ab3c638cfdef5dd941e', '2012-09-10 19:00:04', '0.0.0.0', 'john80doe80@email.com', 0, 'John83', NULL, NULL, 'Doe83', '2012-09-10 19:00:04', 'john82doe82', 1, 'ovdYHAHlvONGnlYb0B1', '410WO5Mn1nSXlN4fyhsy', '1ffd102e195c2f540d44fc055aa56cde5943f5d4bda067f4cff67f0d030e88d7c82f33fa29a3c2fa8ba723369fbcfc0419ed80e366bde5f1ea4d34514f96e6fa', 'k3cF83', NULL, NULL, '2012-09-10 19:00:04')
32782
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32783
+  (0.6ms) ROLLBACK
32784
+  (0.1ms) ROLLBACK
32785
+  (0.1ms) BEGIN
32786
+  (0.1ms) BEGIN
32787
+  (0.2ms) SAVEPOINT active_record_2
32788
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john81doe81@email.com' LIMIT 1
32789
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john83doe83' LIMIT 1
32790
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'da95b600ac6c05bf4c641b27a88ed4f70f4eeff88a3f1638dd93733a69c304e4c5e779727c9086e2b8fdfc346a80612a265e2e1080fe26c9f075ba51baa1d0dc' LIMIT 1
32791
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF84' LIMIT 1
32792
+ 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-09-10 19:00:04', '554d1c0fdb58a8b57b9f039a912166a3eb160d467c7c9bc31e1358a8ea14a4042be2d994b1ff7c3ab0c26adb2dabb69910554be23a27eb9c2a395bef31595518', '2012-09-10 19:00:04', '0.0.0.0', 'john81doe81@email.com', 0, 'John84', NULL, NULL, 'Doe84', '2012-09-10 19:00:04', 'john83doe83', 1, '84nJwHRckoRnqe85rRHQ', 'YPNSbcOn5mqfVrxZQ7', 'da95b600ac6c05bf4c641b27a88ed4f70f4eeff88a3f1638dd93733a69c304e4c5e779727c9086e2b8fdfc346a80612a265e2e1080fe26c9f075ba51baa1d0dc', 'k3cF84', NULL, NULL, '2012-09-10 19:00:04')
32793
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32794
+  (0.1ms) SAVEPOINT active_record_2
32795
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-09-10 19:00:04', `current_login_at` = '2012-09-10 19:00:04', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:04', `perishable_token` = '1PDEQcQqqdwitEnJV6A', `updated_at` = '2012-09-10 19:00:04' WHERE `spud_users`.`id` = 75
32796
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32797
+  (0.9ms) ROLLBACK
32798
+  (0.2ms) ROLLBACK
32799
+  (0.1ms) BEGIN
32800
+  (0.0ms) BEGIN
32801
+  (0.3ms) SAVEPOINT active_record_2
32802
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john82doe82@email.com' LIMIT 1
32803
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john84doe84' LIMIT 1
32804
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '5d4fb516dddd18c2f0160549d11057dac3d80256bd4e0919fcbbab7ce3db9ca71d8dbbd96b42d97136056e841597dea2f2e43abf9e47665b8924e492d8e7e6b7' LIMIT 1
32805
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF85' LIMIT 1
32806
+ 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-09-10 19:00:04', 'b0045d988bcb32725dc6bf8c73b9ad1554403d7f85e5a55505b105b92c5613b41e56ded945de887fb6967505973b262d767f1d89300d22939657b1c067f1488b', '2012-09-10 19:00:04', '0.0.0.0', 'john82doe82@email.com', 0, 'John85', NULL, NULL, 'Doe85', '2012-09-10 19:00:04', 'john84doe84', 1, 'Ji9o164AA5HrEqsPOv5D', 'P939dBFCNcZw7znWKHd0', '5d4fb516dddd18c2f0160549d11057dac3d80256bd4e0919fcbbab7ce3db9ca71d8dbbd96b42d97136056e841597dea2f2e43abf9e47665b8924e492d8e7e6b7', 'k3cF85', NULL, NULL, '2012-09-10 19:00:04')
32807
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32808
+  (0.2ms) SAVEPOINT active_record_2
32809
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-09-10 19:00:04', `current_login_at` = '2012-09-10 19:00:04', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:04', `perishable_token` = 'wfSZcMP1Zww4qaEDmDSs', `updated_at` = '2012-09-10 19:00:04' WHERE `spud_users`.`id` = 76
32810
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32811
+  (0.8ms) ROLLBACK
32812
+  (0.1ms) ROLLBACK
32813
+  (0.1ms) BEGIN
32814
+  (0.1ms) BEGIN
32815
+  (0.3ms) SAVEPOINT active_record_2
32816
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john83doe83@email.com' LIMIT 1
32817
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john85doe85' LIMIT 1
32818
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '2b0c53667f3a0815b2b50271afc1eff8948f131e7716abed8a2fabf1dbc3cb4cf762b26a24ca4393d889d9d4671dbeaf58dce716b8b39ef58483d6f6a8edcbe4' LIMIT 1
32819
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF86' LIMIT 1
32820
+ 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-09-10 19:00:04', 'a77d5648dee0f6785223ab1ca6bad3bb2251b93ab5062353e2e111b432ff3b3ee04cb7cd74332ac5bc86abdb884ae2374d413774eea3ec69f5ff93c62af79f1b', '2012-09-10 19:00:04', '0.0.0.0', 'john83doe83@email.com', 0, 'John86', NULL, NULL, 'Doe86', '2012-09-10 19:00:04', 'john85doe85', 1, 'sLRnrJYkvTx3QXpiU5D', '0iZFTEnRZw2XdKKahT', '2b0c53667f3a0815b2b50271afc1eff8948f131e7716abed8a2fabf1dbc3cb4cf762b26a24ca4393d889d9d4671dbeaf58dce716b8b39ef58483d6f6a8edcbe4', 'k3cF86', NULL, NULL, '2012-09-10 19:00:04')
32821
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32822
+  (0.2ms) SAVEPOINT active_record_2
32823
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-09-10 19:00:04', `current_login_at` = '2012-09-10 19:00:04', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:04', `perishable_token` = 'mDOu12ig0m281DpO6aCK', `updated_at` = '2012-09-10 19:00:04' WHERE `spud_users`.`id` = 77
32824
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32825
+  (0.7ms) ROLLBACK
32826
+  (0.1ms) ROLLBACK
32827
+  (0.2ms) BEGIN
32828
+  (0.2ms) BEGIN
32829
+  (0.2ms) SAVEPOINT active_record_2
32830
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john84doe84@email.com' LIMIT 1
32831
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john86doe86' LIMIT 1
32832
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '99dc11200e84dc39d2dab1f73a296f1c5445ea89efc70f4ddde1392bd1d93248736e29a5fd8891a156f2c490faa01d319ec4f2e0830292323b6167db5b66e54b' LIMIT 1
32833
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF87' LIMIT 1
32834
+ 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-09-10 19:00:04', 'a956e62bd73de1c3858251928e0d6c5ba73eb9974227d18588d07cd4438f78f80009bfb053a01961e6c30dbefbe40a33479ce47c6f920fe5ab2df37ac078e1c2', '2012-09-10 19:00:04', '0.0.0.0', 'john84doe84@email.com', 0, 'John87', NULL, NULL, 'Doe87', '2012-09-10 19:00:04', 'john86doe86', 1, '7XK4HQ7t4ISnyMgsdhEF', 'UlNaGSH9TjKRBTXPmDj', '99dc11200e84dc39d2dab1f73a296f1c5445ea89efc70f4ddde1392bd1d93248736e29a5fd8891a156f2c490faa01d319ec4f2e0830292323b6167db5b66e54b', 'k3cF87', NULL, NULL, '2012-09-10 19:00:04')
32835
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32836
+  (0.1ms) SAVEPOINT active_record_2
32837
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-09-10 19:00:04', `current_login_at` = '2012-09-10 19:00:04', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:04', `perishable_token` = '9Nms1Xcoak4Q2A9yMyN6', `updated_at` = '2012-09-10 19:00:04' WHERE `spud_users`.`id` = 78
32838
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32839
+  (1.0ms) ROLLBACK
32840
+  (0.1ms) ROLLBACK
32841
+  (0.1ms) BEGIN
32842
+  (0.0ms) BEGIN
32843
+  (0.3ms) SAVEPOINT active_record_2
32844
+ SpudUser Exists (0.5ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john85doe85@email.com' LIMIT 1
32845
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john87doe87' LIMIT 1
32846
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '76596580016e80a96795d0ae92831e94d4b88c043622de3e21a9e2c1634b854a83322133eb7c1545ff7595743f5723a3b998d295d659fc1efcf11d9127969995' LIMIT 1
32847
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF88' LIMIT 1
32848
+ 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-09-10 19:00:04', '7d83d086cc26f8819a8f79514aa9e503ae19bfaa94bf2f418b7e71ccb15266bd087db0cbdecbb767fd4be4deebe888361ea68fcbdfd5ac7ac665558763f8abd2', '2012-09-10 19:00:04', '0.0.0.0', 'john85doe85@email.com', 0, 'John88', NULL, NULL, 'Doe88', '2012-09-10 19:00:04', 'john87doe87', 1, 'Mw59m5gVweo6Bn4Z7Aa', 'vat1vsaoK7usclLmW9Ub', '76596580016e80a96795d0ae92831e94d4b88c043622de3e21a9e2c1634b854a83322133eb7c1545ff7595743f5723a3b998d295d659fc1efcf11d9127969995', 'k3cF88', NULL, NULL, '2012-09-10 19:00:04')
32849
+  (0.2ms) RELEASE SAVEPOINT active_record_2
32850
+  (0.2ms) SAVEPOINT active_record_2
32851
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-09-10 19:00:04', `current_login_at` = '2012-09-10 19:00:04', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-09-10 19:00:04', `perishable_token` = 'YqbOQmufK6y632fumVBx', `updated_at` = '2012-09-10 19:00:04' WHERE `spud_users`.`id` = 79
32852
+  (0.1ms) RELEASE SAVEPOINT active_record_2
32853
+  (0.6ms) ROLLBACK
32854
+  (0.1ms) ROLLBACK
32855
+  (0.2ms) BEGIN
32856
+  (0.1ms) BEGIN
32857
+  (0.1ms) ROLLBACK
32858
+  (0.1ms) ROLLBACK
32859
+  (0.1ms) BEGIN
32860
+  (0.1ms) BEGIN
32861
+  (0.1ms) ROLLBACK
32862
+  (0.0ms) ROLLBACK
32863
+  (0.1ms) BEGIN
32864
+  (0.0ms) BEGIN
32865
+  (0.0ms) ROLLBACK
32866
+  (0.0ms) ROLLBACK
32867
+  (0.1ms) BEGIN
32868
+  (0.1ms) BEGIN
32869
+  (0.1ms) ROLLBACK
32870
+  (0.1ms) ROLLBACK
32871
+  (0.1ms) BEGIN
32872
+  (0.0ms) BEGIN
32873
+  (0.2ms) ROLLBACK
32874
+  (0.1ms) ROLLBACK
32875
+  (0.1ms) BEGIN
32876
+  (0.1ms) BEGIN
32877
+  (0.2ms) ROLLBACK
32878
+  (0.1ms) ROLLBACK
32879
+  (0.1ms) BEGIN
32880
+  (0.1ms) BEGIN
32881
+  (0.2ms) ROLLBACK
32882
+  (0.2ms) ROLLBACK
32883
+  (0.1ms) BEGIN
32884
+  (0.1ms) BEGIN
32885
+  (0.2ms) ROLLBACK
32886
+  (0.1ms) ROLLBACK