spud_core 0.8.23 → 0.8.24

Sign up to get free protection for your applications and to get access to all the features.
@@ -76,11 +76,9 @@ class Spud::ApplicationController < ActionController::Base
76
76
  old_cache_directory = Rails.application.config.action_controller.page_cache_directory = File.join(Rails.root,'public')
77
77
  end
78
78
  site_config = Spud::Core.site_config_for_host request.host_with_port
79
- if !site_config.blank?
80
- Rails.application.config.action_controller.page_cache_directory = File.join(old_cache_directory.to_s,site_config[:short_name].to_s)
81
- else
82
- Rails.application.config.action_controller.page_cache_directory = File.join(old_cache_directory.to_s,"main")
83
- end
79
+
80
+ Rails.application.config.action_controller.page_cache_directory = File.join(old_cache_directory.to_s,site_config[:short_name].to_s.downcase)
81
+
84
82
  end
85
83
 
86
84
  yield
@@ -1,5 +1,5 @@
1
1
  module Spud
2
2
  module Core
3
- VERSION = "0.8.23"
3
+ VERSION = "0.8.24"
4
4
  end
5
5
  end
@@ -66285,3 +66285,1694 @@ Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 2.3ms)
66285
66285
   (0.0ms) BEGIN
66286
66286
   (0.2ms) ROLLBACK
66287
66287
   (0.1ms) ROLLBACK
66288
+ Connecting to database specified by database.yml
66289
+  (1.9ms) SELECT @@FOREIGN_KEY_CHECKS
66290
+  (0.2ms) SET FOREIGN_KEY_CHECKS = 0
66291
+  (1.5ms) SELECT DATABASE() as db
66292
+  (4.6ms) select table_name from information_schema.views where table_schema = 'spud_core_test'
66293
+  (3.6ms) TRUNCATE TABLE `spud_admin_permissions`;
66294
+  (1.0ms) TRUNCATE TABLE `spud_user_settings`;
66295
+  (1.2ms) TRUNCATE TABLE `spud_users`;
66296
+  (0.0ms) SET FOREIGN_KEY_CHECKS = 1
66297
+  (0.1ms) BEGIN
66298
+  (0.1ms) BEGIN
66299
+  (0.2ms) SAVEPOINT active_record_2
66300
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john1doe1@email.com' LIMIT 1
66301
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john1doe1' LIMIT 1
66302
+ SpudUser Exists (0.9ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'b5ece9f988de4fc91a38674c6eab727acad5f7e658e513add7a210ee8cd2daac6b1db491d4115aaad7f8433551aed9ecaa68eda0c304d4d53d9eb8f2ebd054cd' LIMIT 1
66303
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF1' LIMIT 1
66304
+ SQL (0.9ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', '5fddd9d6c98e5a7e59dce2faaf4e4eb5bde06e19d4481d0980ec85e554a5bc11d7c00abf6849485ac57738923bc90e01ec079a5fd93d0451060b4f4f8a48bf3f', '2012-08-30 12:30:55', '0.0.0.0', 'john1doe1@email.com', 0, 'John1', NULL, NULL, 'Doe1', '2012-08-30 12:30:55', 'john1doe1', 1, 'HrujBKZNshAeCAf1qi1E', 'oAU0hECf3e3zQrAW2wJ8', 'b5ece9f988de4fc91a38674c6eab727acad5f7e658e513add7a210ee8cd2daac6b1db491d4115aaad7f8433551aed9ecaa68eda0c304d4d53d9eb8f2ebd054cd', 'k3cF1', NULL, NULL, '2012-08-30 12:30:55')
66305
+  (0.2ms) RELEASE SAVEPOINT active_record_2
66306
+  (0.2ms) SAVEPOINT active_record_2
66307
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 12:30:55', `current_login_at` = '2012-08-30 12:30:55', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'SmoRgA6Ws012SaQI3EOo', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 1
66308
+  (0.2ms) RELEASE SAVEPOINT active_record_2
66309
+  (0.1ms) SAVEPOINT active_record_2
66310
+  (0.2ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'iPpIGKBK59zQEg7S7azx', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 1
66311
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66312
+ Processing by AnonymousController#index as HTML
66313
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 1 LIMIT 1
66314
+  (0.2ms) SAVEPOINT active_record_2
66315
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'xMHbVd1QMV9SvpSDXUv', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 1
66316
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66317
+ Rendered text template (0.0ms)
66318
+ Completed 200 OK in 44ms (Views: 10.8ms | ActiveRecord: 0.8ms)
66319
+  (1.2ms) ROLLBACK
66320
+  (0.2ms) ROLLBACK
66321
+  (0.0ms) BEGIN
66322
+  (0.0ms) BEGIN
66323
+  (0.2ms) SAVEPOINT active_record_2
66324
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john2doe2@email.com' LIMIT 1
66325
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john2doe2' LIMIT 1
66326
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '8269a14b75354278810a9ebbc9611b5a1bf1075b4245daaf52db31418f897446129273132517e1edd816118ac73e56e6976200715292e3ca5e5b5e30f0a106ed' LIMIT 1
66327
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF2' LIMIT 1
66328
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', '7f9541dc48ec392bd764c634d95dc723ca677f3292e725bba162cbacd854d0f06b62e5f3bb9e74c9dd95928abc05cd66dff0c983f0afc324f07b42d37917b12e', '2012-08-30 12:30:55', '0.0.0.0', 'john2doe2@email.com', 0, 'John2', NULL, NULL, 'Doe2', '2012-08-30 12:30:55', 'john2doe2', 1, 'rLqDiTmVGooQSwaOQwj5', 'gFrcGgTzZxQIS5D3EIg', '8269a14b75354278810a9ebbc9611b5a1bf1075b4245daaf52db31418f897446129273132517e1edd816118ac73e56e6976200715292e3ca5e5b5e30f0a106ed', 'k3cF2', NULL, NULL, '2012-08-30 12:30:55')
66329
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66330
+  (0.1ms) SAVEPOINT active_record_2
66331
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 12:30:55', `current_login_at` = '2012-08-30 12:30:55', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'SHlK303peq8e37eVgV', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 2
66332
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66333
+  (0.3ms) SAVEPOINT active_record_2
66334
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 12:30:55', 'pages', NULL, '2012-08-30 12:30:55', 2)
66335
+  (0.2ms) RELEASE SAVEPOINT active_record_2
66336
+ Processing by AnonymousController#index as HTML
66337
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 2 LIMIT 1
66338
+  (0.1ms) SAVEPOINT active_record_2
66339
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'BScUG3sdRpz9Y7csRCq1', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 2
66340
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66341
+ SpudAdminPermission Load (0.1ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 2 AND `spud_admin_permissions`.`access` = 1
66342
+ Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.8ms)
66343
+  (0.6ms) ROLLBACK
66344
+  (0.1ms) ROLLBACK
66345
+  (0.1ms) BEGIN
66346
+  (0.0ms) BEGIN
66347
+  (0.1ms) SAVEPOINT active_record_2
66348
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john3doe3@email.com' LIMIT 1
66349
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john3doe3' LIMIT 1
66350
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'd70a43bd36437c81f7c6cc4cbcca1cd3d89dceb993268528cf1177c72040fdfb81678c5186b10de95d1213ab8b34ea4790464d461e63e53523b85d77f0f5d3dd' LIMIT 1
66351
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF3' LIMIT 1
66352
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', '929a35d76290022f7436296867e8785ef946958e7c3576f37f470299eb52137e9433f5562d0a9edb7e8aab5a6228bc427435b65360186e946538e010d1f9c75f', '2012-08-30 12:30:55', '0.0.0.0', 'john3doe3@email.com', 0, 'John3', NULL, NULL, 'Doe3', '2012-08-30 12:30:55', 'john3doe3', 1, '4u7PRIG6zgFXFzhUDIJ', 'm3GAKjuo3haRysgeNszu', 'd70a43bd36437c81f7c6cc4cbcca1cd3d89dceb993268528cf1177c72040fdfb81678c5186b10de95d1213ab8b34ea4790464d461e63e53523b85d77f0f5d3dd', 'k3cF3', NULL, NULL, '2012-08-30 12:30:55')
66353
+  (0.0ms) RELEASE SAVEPOINT active_record_2
66354
+  (0.1ms) SAVEPOINT active_record_2
66355
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 12:30:55', `current_login_at` = '2012-08-30 12:30:55', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'vyIGtiQdKe0XNZkV2O8', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 3
66356
+  (0.0ms) RELEASE SAVEPOINT active_record_2
66357
+ Processing by AnonymousController#index as HTML
66358
+ Redirected to http://test.host/spud/user_session/new
66359
+ Filter chain halted as :require_admin_user rendered or redirected
66360
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
66361
+  (0.5ms) ROLLBACK
66362
+  (0.1ms) ROLLBACK
66363
+  (0.0ms) BEGIN
66364
+  (0.0ms) BEGIN
66365
+  (0.2ms) SAVEPOINT active_record_2
66366
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john4doe4@email.com' LIMIT 1
66367
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john4doe4' LIMIT 1
66368
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '0481730208bd99cccc48b2f92720fda233f00cbe599e9382d228a216ad804349fce8ef895233632ba707025ee980e3cdad3bf05d16da0f367332c0b5d0488a8a' LIMIT 1
66369
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF4' LIMIT 1
66370
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', '68e2130b8cbf9dcc796e20a12bada15db74d6c70df6dbf489587ca93396a839a3be05eee953186b514dba129037dfa04e87383a17b510f9e6f9d73f1a8036bd7', '2012-08-30 12:30:55', '0.0.0.0', 'john4doe4@email.com', 0, 'John4', NULL, NULL, 'Doe4', '2012-08-30 12:30:55', 'john4doe4', 1, 'ArYLe01C1KuXmY4tIMnR', 'epBrJ5897CkUAE7Q8Ser', '0481730208bd99cccc48b2f92720fda233f00cbe599e9382d228a216ad804349fce8ef895233632ba707025ee980e3cdad3bf05d16da0f367332c0b5d0488a8a', 'k3cF4', NULL, NULL, '2012-08-30 12:30:55')
66371
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66372
+  (0.1ms) SAVEPOINT active_record_2
66373
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 12:30:55', `current_login_at` = '2012-08-30 12:30:55', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'swStTufmtNPLGzxzkgSc', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 4
66374
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66375
+ SpudAdminPermission Load (0.3ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 4
66376
+  (0.1ms) SAVEPOINT active_record_2
66377
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66378
+  (0.1ms) SAVEPOINT active_record_2
66379
+  (0.3ms) UPDATE `spud_users` SET `super_admin` = 0, `perishable_token` = 'dG1ypNmc3VGeCrdyvHPF', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 4
66380
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66381
+ Processing by AnonymousController#index as HTML
66382
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 4 LIMIT 1
66383
+  (0.1ms) SAVEPOINT active_record_2
66384
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'BcM9StFkJqGc571S0GEp', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 4
66385
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66386
+ SpudAdminPermission Load (0.1ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 4 AND `spud_admin_permissions`.`access` = 1
66387
+ Redirected to http://test.host/
66388
+ Filter chain halted as :require_admin_user rendered or redirected
66389
+ Completed 302 Found in 5ms (ActiveRecord: 0.8ms)
66390
+  (0.5ms) ROLLBACK
66391
+  (0.0ms) ROLLBACK
66392
+  (0.0ms) BEGIN
66393
+  (0.0ms) BEGIN
66394
+  (0.1ms) SAVEPOINT active_record_2
66395
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john5doe5@email.com' LIMIT 1
66396
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john5doe5' LIMIT 1
66397
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'a6f23d7a63c1b3cdef3bc49925a5461b84960ccfeff14ec0fb56856ca0167c890fc2972b162923b6255f2b808d01f48516f74094bad19379d7a3bcde1f9cdf71' LIMIT 1
66398
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF5' LIMIT 1
66399
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', '941ef48f01bc7e5ae854a605b42a3dca6a9496a82fc5ba78e28e65ee488a8a9b10b81700f5d6c7390ad8caa5fd9368cbb308a5260d5c00b9a5cb28c56f239a7c', '2012-08-30 12:30:55', '0.0.0.0', 'john5doe5@email.com', 0, 'John5', NULL, NULL, 'Doe5', '2012-08-30 12:30:55', 'john5doe5', 1, 'vM1Mp4cTbUU20H58zT', 'wbzXuaYGlYoWLnrnI69u', 'a6f23d7a63c1b3cdef3bc49925a5461b84960ccfeff14ec0fb56856ca0167c890fc2972b162923b6255f2b808d01f48516f74094bad19379d7a3bcde1f9cdf71', 'k3cF5', NULL, NULL, '2012-08-30 12:30:55')
66400
+  (0.0ms) RELEASE SAVEPOINT active_record_2
66401
+  (0.1ms) SAVEPOINT active_record_2
66402
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 12:30:55', `current_login_at` = '2012-08-30 12:30:55', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'aO28aTZuYV3hdZ46sUe', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 5
66403
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66404
+  (0.2ms) SAVEPOINT active_record_2
66405
+  (0.2ms) UPDATE `spud_users` SET `super_admin` = 0, `perishable_token` = 'HgF94BQ9jvxfrmDLoHmZ', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 5
66406
+ SQL (0.1ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 12:30:55', 'Blog', NULL, '2012-08-30 12:30:55', 5)
66407
+ SQL (0.1ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 12:30:55', 'Pages', NULL, '2012-08-30 12:30:55', 5)
66408
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66409
+ Processing by Spud::Admin::DashboardController#index as HTML
66410
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 5 LIMIT 1
66411
+  (0.2ms) SAVEPOINT active_record_2
66412
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'flsxmW3TMrzwuJ4Okt7G', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 5
66413
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66414
+ SpudAdminPermission Load (0.2ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 5 AND `spud_admin_permissions`.`access` = 1
66415
+ SpudUserSetting Load (0.1ms) 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
66416
+ Completed 200 OK in 16ms (Views: 5.7ms | ActiveRecord: 2.2ms)
66417
+ SpudAdminPermission Load (0.3ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 5
66418
+  (0.4ms) ROLLBACK
66419
+  (0.1ms) ROLLBACK
66420
+  (0.1ms) BEGIN
66421
+  (0.0ms) BEGIN
66422
+  (0.1ms) SAVEPOINT active_record_2
66423
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john6doe6@email.com' LIMIT 1
66424
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john6doe6' LIMIT 1
66425
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'e5b726fb0a0df381536c0e7da85e5ebcf0fa624e65237fb0fca93be5a447f42d9182050dffbd3117ec3cac3819f7bdfe2d24bb9371aa05e6900aaf319634623a' LIMIT 1
66426
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF6' LIMIT 1
66427
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', '1f06f5d4a3f1910031855408961501d6359b4837ce1c187479ea694450e1595cee85fc93275ff5c62d6492f5b5bc758b6d3642456ec0693908dfccaa49632496', '2012-08-30 12:30:55', '0.0.0.0', 'john6doe6@email.com', 0, 'John6', NULL, NULL, 'Doe6', '2012-08-30 12:30:55', 'john6doe6', 1, 'GvOB6dzqYlRFnQRPGHUl', '5mP0VVftgNZEca3qGL', 'e5b726fb0a0df381536c0e7da85e5ebcf0fa624e65237fb0fca93be5a447f42d9182050dffbd3117ec3cac3819f7bdfe2d24bb9371aa05e6900aaf319634623a', 'k3cF6', NULL, NULL, '2012-08-30 12:30:55')
66428
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66429
+  (0.1ms) SAVEPOINT active_record_2
66430
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 12:30:55', `current_login_at` = '2012-08-30 12:30:55', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = '0rGcmBWeSPRL0QGqlqLr', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 6
66431
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66432
+  (0.2ms) SAVEPOINT active_record_2
66433
+  (0.2ms) UPDATE `spud_users` SET `super_admin` = 0, `perishable_token` = '0q0Fv316YbAAl1IhD', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 6
66434
+ SQL (0.1ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 12:30:55', 'Blog', NULL, '2012-08-30 12:30:55', 6)
66435
+ SQL (0.1ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 12:30:55', 'Pages', NULL, '2012-08-30 12:30:55', 6)
66436
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66437
+ Processing by Spud::Admin::DashboardController#index as HTML
66438
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 6 LIMIT 1
66439
+  (0.0ms) SAVEPOINT active_record_2
66440
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'ZBv6VC4wnUj1ANLMFFn', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 6
66441
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66442
+ SpudAdminPermission Load (0.2ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 6 AND `spud_admin_permissions`.`access` = 1
66443
+ SpudUserSetting Load (0.2ms) 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
66444
+ Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.9ms)
66445
+  (0.6ms) ROLLBACK
66446
+  (0.2ms) ROLLBACK
66447
+  (0.0ms) BEGIN
66448
+  (0.0ms) BEGIN
66449
+  (0.2ms) SAVEPOINT active_record_2
66450
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john7doe7@email.com' LIMIT 1
66451
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john7doe7' LIMIT 1
66452
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '59133bbbda65f9bc2f4ea73c09eabab5cf2570ea9e94ef5ba5bdb0b8e9b83297122d34299644732e453561f995b9dffb366c149eddb6845e9f7ae03fc3822b46' LIMIT 1
66453
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF7' LIMIT 1
66454
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', 'b8256fd486067f7f5d49ee3085b3b2c3f296d3ac8bea9f7eea932b6be404f30e4a9083be166a9c81f717265701646521b11c1cf2fd7ee05a0c9ecfba77e48568', '2012-08-30 12:30:55', '0.0.0.0', 'john7doe7@email.com', 0, 'John7', NULL, NULL, 'Doe7', '2012-08-30 12:30:55', 'john7doe7', 1, 'dMm44std0k7vob04TOl', 'XQzg3d6sppkeY0ONMmrK', '59133bbbda65f9bc2f4ea73c09eabab5cf2570ea9e94ef5ba5bdb0b8e9b83297122d34299644732e453561f995b9dffb366c149eddb6845e9f7ae03fc3822b46', 'k3cF7', NULL, NULL, '2012-08-30 12:30:55')
66455
+  (0.0ms) RELEASE SAVEPOINT active_record_2
66456
+  (0.1ms) SAVEPOINT active_record_2
66457
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 12:30:55', `current_login_at` = '2012-08-30 12:30:55', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'XNbo5Imyhry8QJyA2145', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 7
66458
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66459
+  (0.1ms) SAVEPOINT active_record_2
66460
+  (0.3ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'vC3MYbEdF4LEswH6lmG0', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 7
66461
+ SQL (0.1ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 12:30:55', 'Blog', NULL, '2012-08-30 12:30:55', 7)
66462
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66463
+ Processing by Spud::Admin::DashboardController#index as HTML
66464
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 7 LIMIT 1
66465
+  (0.1ms) SAVEPOINT active_record_2
66466
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'eW3SkCCwYKeSLt2kZSWF', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 7
66467
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66468
+ SpudAdminPermission Load (0.2ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 7 AND `spud_admin_permissions`.`access` = 1
66469
+ SpudUserSetting Load (0.2ms) 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
66470
+ Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 1.0ms)
66471
+  (0.5ms) ROLLBACK
66472
+  (0.0ms) ROLLBACK
66473
+  (0.0ms) BEGIN
66474
+  (0.0ms) BEGIN
66475
+  (0.1ms) SAVEPOINT active_record_2
66476
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john8doe8@email.com' LIMIT 1
66477
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john8doe8' LIMIT 1
66478
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '2ba116209041d0b41b64ab10ec3bdb4da17a1d25199633630c86698a633e4f81013092a511faf41a0f3332811ef4fc1cd4e8ba60e658321fb5110f06367c9c9f' LIMIT 1
66479
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF8' LIMIT 1
66480
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', '733011da2899053d3b88f56e280842d96f239285d1a63c772263c4d655b845ea7ba41eac8a74641f5ba236650e1493d095e8ac883a6e86a8e46e693a9427d534', '2012-08-30 12:30:55', '0.0.0.0', 'john8doe8@email.com', 0, 'John8', NULL, NULL, 'Doe8', '2012-08-30 12:30:55', 'john8doe8', 1, '5HboRhyc1NaobVovbl', 'hXnAoNGPsDFG3hctOGMc', '2ba116209041d0b41b64ab10ec3bdb4da17a1d25199633630c86698a633e4f81013092a511faf41a0f3332811ef4fc1cd4e8ba60e658321fb5110f06367c9c9f', 'k3cF8', NULL, NULL, '2012-08-30 12:30:55')
66481
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66482
+  (0.2ms) SAVEPOINT active_record_2
66483
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 12:30:55', `current_login_at` = '2012-08-30 12:30:55', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'bMFBtNvglvM7mVK5O7', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 8
66484
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66485
+  (0.1ms) SAVEPOINT active_record_2
66486
+  (0.2ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = '3eWFANUevayLJmNkisUf', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 8
66487
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66488
+  (0.0ms) SAVEPOINT active_record_2
66489
+ SpudUserSetting Exists (0.4ms) 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
66490
+ SQL (0.2ms) INSERT INTO `spud_user_settings` (`created_at`, `key`, `spud_user_id`, `updated_at`, `value`) VALUES ('2012-08-30 12:30:55', 'app_order', 8, '2012-08-30 12:30:55', 'Pages,Settings')
66491
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66492
+ Processing by Spud::Admin::DashboardController#index as HTML
66493
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 8 LIMIT 1
66494
+  (0.1ms) SAVEPOINT active_record_2
66495
+  (0.1ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'KfmElAVuy4vPXpxXDoLK', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 8
66496
+  (0.0ms) RELEASE SAVEPOINT active_record_2
66497
+ SpudAdminPermission Load (0.2ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 8 AND `spud_admin_permissions`.`access` = 1
66498
+ SpudUserSetting Load (0.2ms) 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
66499
+ Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.8ms)
66500
+  (0.4ms) ROLLBACK
66501
+  (0.0ms) ROLLBACK
66502
+  (0.0ms) BEGIN
66503
+  (0.0ms) BEGIN
66504
+  (0.1ms) SAVEPOINT active_record_2
66505
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john9doe9@email.com' LIMIT 1
66506
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john9doe9' LIMIT 1
66507
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'a74ff363318f3153709e3da4ac31e0e0b0f3bc9fcc40249f396c2cca53e2bc7e4eef2141234f8293495e6df0035120887b39c9076dc3104dfe208865067de052' LIMIT 1
66508
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF9' LIMIT 1
66509
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', '611496b00cbd1b231bbcfd0f6d33b783d45e9b501df48b1df05d32e6019f5d0c64fa366d486edfd8eccf25f1067540af9e665907ab842b7b3d1f54cde0eb916b', '2012-08-30 12:30:55', '0.0.0.0', 'john9doe9@email.com', 0, 'John9', NULL, NULL, 'Doe9', '2012-08-30 12:30:55', 'john9doe9', 1, 'WgaJnGmoVTSeQRT0dj', '5U9ksskNKKEgSWWe7wlX', 'a74ff363318f3153709e3da4ac31e0e0b0f3bc9fcc40249f396c2cca53e2bc7e4eef2141234f8293495e6df0035120887b39c9076dc3104dfe208865067de052', 'k3cF9', NULL, NULL, '2012-08-30 12:30:55')
66510
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66511
+  (0.2ms) SAVEPOINT active_record_2
66512
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 12:30:55', `current_login_at` = '2012-08-30 12:30:55', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'lgK2r6hrZCqCnTFTrdVe', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 9
66513
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66514
+  (0.1ms) SAVEPOINT active_record_2
66515
+  (0.3ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'eI2TqDvnTtGs5iIj3AGr', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 9
66516
+ SQL (0.1ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 12:30:55', 'Blog', NULL, '2012-08-30 12:30:55', 9)
66517
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66518
+ Processing by Spud::Admin::DashboardController#switch as HTML
66519
+ Parameters: {"multisite_select"=>nil}
66520
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 9 LIMIT 1
66521
+  (0.2ms) SAVEPOINT active_record_2
66522
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'QU8SP3rnBOY75b9axqzF', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 9
66523
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66524
+ Redirected to http://test.host/spud/admin
66525
+ Completed 302 Found in 5ms (ActiveRecord: 0.7ms)
66526
+  (0.4ms) ROLLBACK
66527
+  (0.0ms) ROLLBACK
66528
+  (0.0ms) BEGIN
66529
+  (0.0ms) BEGIN
66530
+  (0.1ms) SAVEPOINT active_record_2
66531
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john10doe10@email.com' LIMIT 1
66532
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john10doe10' LIMIT 1
66533
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '870d2f5a936aa7db31ebfb7ff04317da4d75cfba6642e5745bd85c3c18cc141d9a8ad450446fc29e0e538757a9d85f2f3bfcb64e626e12e16a2c8ef99ec3627d' LIMIT 1
66534
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF10' LIMIT 1
66535
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', '251eac5f7193679901dd4588b63dca400bd82039803d38991869de2b51842ad6191c5396fb8668513e19814c3458920f152d41c61e65936c3f16f5834c8f755e', '2012-08-30 12:30:55', '0.0.0.0', 'john10doe10@email.com', 0, 'John10', NULL, NULL, 'Doe10', '2012-08-30 12:30:55', 'john10doe10', 1, 'ba8oHlj9phYg786Kpbi', 'V5njz8HsLHcoAjGZKfXy', '870d2f5a936aa7db31ebfb7ff04317da4d75cfba6642e5745bd85c3c18cc141d9a8ad450446fc29e0e538757a9d85f2f3bfcb64e626e12e16a2c8ef99ec3627d', 'k3cF10', NULL, NULL, '2012-08-30 12:30:55')
66536
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66537
+  (0.1ms) SAVEPOINT active_record_2
66538
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 12:30:55', `current_login_at` = '2012-08-30 12:30:55', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'xj2ltZQc65YP2SrPKS3B', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 10
66539
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66540
+  (0.1ms) SAVEPOINT active_record_2
66541
+  (0.3ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = '8VnogInu4gPFVqrYHHoP', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 10
66542
+ SQL (0.2ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 12:30:55', 'Blog', NULL, '2012-08-30 12:30:55', 10)
66543
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66544
+ Processing by Spud::Admin::DashboardController#switch as HTML
66545
+ Parameters: {"multisite_select"=>nil}
66546
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 10 LIMIT 1
66547
+  (0.1ms) SAVEPOINT active_record_2
66548
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'ZqL2TZs4aMBmOV3aNBSd', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 10
66549
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66550
+ Redirected to http://test.host/spud/admin
66551
+ Completed 302 Found in 4ms (ActiveRecord: 0.7ms)
66552
+  (0.5ms) ROLLBACK
66553
+  (0.1ms) ROLLBACK
66554
+  (0.0ms) BEGIN
66555
+  (0.0ms) BEGIN
66556
+  (0.1ms) SAVEPOINT active_record_2
66557
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john11doe11@email.com' LIMIT 1
66558
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john11doe11' LIMIT 1
66559
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '72c1f6342d2f9fab826fa169d5e811001a39eeadb22ce26a28360b56945a73d847d174e941c681f6c39052f2fbd990505706ac96ce9e9c8b006b852d512c4fa1' LIMIT 1
66560
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF11' LIMIT 1
66561
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', '9fbd64089bfde770a2d7b090b11d1b7df08785e8c4823a0ad3fe87e6e41e516f5bfa8b703390c85a3e25160ebae6ec9f4222f66e1f3b48c6f9944072ac79f338', '2012-08-30 12:30:55', '0.0.0.0', 'john11doe11@email.com', 0, 'John11', NULL, NULL, 'Doe11', '2012-08-30 12:30:55', 'john11doe11', 1, 'QxzNUQ8EnnUeACWsRn0', 'ui4sioKWBUCEoAKhJrX2', '72c1f6342d2f9fab826fa169d5e811001a39eeadb22ce26a28360b56945a73d847d174e941c681f6c39052f2fbd990505706ac96ce9e9c8b006b852d512c4fa1', 'k3cF11', NULL, NULL, '2012-08-30 12:30:55')
66562
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66563
+  (0.1ms) SAVEPOINT active_record_2
66564
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 12:30:55', `current_login_at` = '2012-08-30 12:30:55', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'rJtuVBBiQPaZ5zJW4VW', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 11
66565
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66566
+  (0.1ms) SAVEPOINT active_record_2
66567
+  (0.2ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = '9UXMkfuNA15IZab1jVL2', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 11
66568
+ SQL (0.1ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 12:30:55', 'Blog', NULL, '2012-08-30 12:30:55', 11)
66569
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66570
+ Processing by Spud::Admin::DashboardController#switch as HTML
66571
+ Parameters: {"multisite_select"=>"1"}
66572
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 11 LIMIT 1
66573
+  (0.2ms) SAVEPOINT active_record_2
66574
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = '00eVs320s7fJC8D0zTM', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 11
66575
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66576
+ Redirected to http://test.host/spud/admin
66577
+ Completed 302 Found in 4ms (ActiveRecord: 0.8ms)
66578
+  (0.6ms) ROLLBACK
66579
+  (0.0ms) ROLLBACK
66580
+  (0.0ms) BEGIN
66581
+  (0.0ms) BEGIN
66582
+  (0.1ms) SAVEPOINT active_record_2
66583
+ SpudUser Exists (32.6ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john12doe12@email.com' LIMIT 1
66584
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john12doe12' LIMIT 1
66585
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'f9978f8867f4edd8482b4d03b26f4bfa4d3d71a684829b21cacb6de046721cd19e1230a135cfa22ee6004ab70fa310dd6d42758436e63ce731e3aa8ad9fa9e8c' LIMIT 1
66586
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF12' LIMIT 1
66587
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', 'fb7fc65b17accf28b9460c0270d9aee4c9483a165ebdafdff2fe8f3369a79aaa819f6c7d6e61e9e1f76e0c600b33aef2b80f6207e2842802d7ed1820f7937502', '2012-08-30 12:30:55', '0.0.0.0', 'john12doe12@email.com', 0, 'John12', NULL, NULL, 'Doe12', '2012-08-30 12:30:55', 'john12doe12', 1, 'SmupaspYR8FcV99U14', 'pqRH5dFIhOYQ2HLQltEl', 'f9978f8867f4edd8482b4d03b26f4bfa4d3d71a684829b21cacb6de046721cd19e1230a135cfa22ee6004ab70fa310dd6d42758436e63ce731e3aa8ad9fa9e8c', 'k3cF12', NULL, NULL, '2012-08-30 12:30:55')
66588
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66589
+  (0.2ms) SAVEPOINT active_record_2
66590
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 12:30:55', `current_login_at` = '2012-08-30 12:30:55', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = '4KZQF2DInUUmLuLgRaGg', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 12
66591
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66592
+  (0.2ms) SAVEPOINT active_record_2
66593
+  (0.3ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'ky9dwgJHAMiVA94q0dtz', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 12
66594
+ SQL (0.1ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 12:30:55', 'Blog', NULL, '2012-08-30 12:30:55', 12)
66595
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66596
+ Processing by Spud::Admin::DashboardController#switch as HTML
66597
+ Parameters: {"multisite_select"=>"1"}
66598
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 12 LIMIT 1
66599
+  (0.1ms) SAVEPOINT active_record_2
66600
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'coeFjBgbf3yUCUUAqWP', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 12
66601
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66602
+ Redirected to http://test.host/spud/admin
66603
+ Completed 302 Found in 4ms (ActiveRecord: 0.7ms)
66604
+  (0.6ms) ROLLBACK
66605
+  (0.1ms) ROLLBACK
66606
+  (0.0ms) BEGIN
66607
+  (0.0ms) BEGIN
66608
+  (0.2ms) SAVEPOINT active_record_2
66609
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john13doe13@email.com' LIMIT 1
66610
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john13doe13' LIMIT 1
66611
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '53a4733026c5a2aa173270223191a7c2e656cb3ce93d344d458ff4d6c911ee48c95683a12f60ab2f8a481310b55611b770d14a9deca9f440d66abe71b60236e2' LIMIT 1
66612
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF13' LIMIT 1
66613
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', '6a7899f27550386e2ddf460263467c053cd3c15a2e13e9d609e709c90dab3965333fdcc5264f42767609736f7ac9d3fcfec33bfb47b9805b3e81b1cbb7576d0d', '2012-08-30 12:30:55', '0.0.0.0', 'john13doe13@email.com', 0, 'John13', NULL, NULL, 'Doe13', '2012-08-30 12:30:55', 'john13doe13', 1, 'ds5nxzVdYhvWl4wl4Rc', '17ydg4ywp9Yk2Jyli4C', '53a4733026c5a2aa173270223191a7c2e656cb3ce93d344d458ff4d6c911ee48c95683a12f60ab2f8a481310b55611b770d14a9deca9f440d66abe71b60236e2', 'k3cF13', NULL, NULL, '2012-08-30 12:30:55')
66614
+  (0.0ms) RELEASE SAVEPOINT active_record_2
66615
+  (0.2ms) SAVEPOINT active_record_2
66616
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 12:30:55', `current_login_at` = '2012-08-30 12:30:55', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = '9vHI1DKkxaDT3TNegYH', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 13
66617
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66618
+  (0.1ms) SAVEPOINT active_record_2
66619
+  (0.2ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'uF15qKZjCK7p31ykABC', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 13
66620
+ SQL (0.1ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 12:30:55', 'Blog', NULL, '2012-08-30 12:30:55', 13)
66621
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66622
+ Processing by Spud::Admin::DashboardController#switch as HTML
66623
+ Parameters: {"multisite_select"=>"1"}
66624
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 13 LIMIT 1
66625
+  (0.1ms) SAVEPOINT active_record_2
66626
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'cXgvkIa2sago9AyEYgH', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 13
66627
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66628
+ Redirected to http://test.host/spud/admin
66629
+ Completed 302 Found in 4ms (ActiveRecord: 0.7ms)
66630
+  (0.5ms) ROLLBACK
66631
+  (0.2ms) ROLLBACK
66632
+  (0.0ms) BEGIN
66633
+  (0.0ms) BEGIN
66634
+  (0.1ms) SAVEPOINT active_record_2
66635
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john14doe14@email.com' LIMIT 1
66636
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john14doe14' LIMIT 1
66637
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'de663105c821b65705d2a319605cec8aaaabbbd450a8d43026f1b0eae721ae01f97e7ee542eb3225257b12e0a87b57c974ebdb45cdd2ebe01dd44bdec482ae8e' LIMIT 1
66638
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF14' LIMIT 1
66639
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', 'f0e43b9b4ad5b3c5e82de813549949f64500a019440a89ba8e9ca25b86832790cd4b614061c4fa69b8d4a4501e45ace69cf4611fb1cbdb17e0a751178133c594', '2012-08-30 12:30:55', '0.0.0.0', 'john14doe14@email.com', 0, 'John14', NULL, NULL, 'Doe14', '2012-08-30 12:30:55', 'john14doe14', 1, 'UcfeEYV4vTpwzWGX9iWs', 'Jz38sxi9kPXQcOVIHdyC', 'de663105c821b65705d2a319605cec8aaaabbbd450a8d43026f1b0eae721ae01f97e7ee542eb3225257b12e0a87b57c974ebdb45cdd2ebe01dd44bdec482ae8e', 'k3cF14', NULL, NULL, '2012-08-30 12:30:55')
66640
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66641
+  (0.1ms) SAVEPOINT active_record_2
66642
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 12:30:55', `current_login_at` = '2012-08-30 12:30:55', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'VIHeVfVyPNlCMDIcd5hO', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 14
66643
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66644
+  (0.1ms) SAVEPOINT active_record_2
66645
+  (0.3ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'hH0X4IOH4Vu8M9CsNdPN', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 14
66646
+ SQL (0.1ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 12:30:55', 'Blog', NULL, '2012-08-30 12:30:55', 14)
66647
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66648
+ Processing by Spud::Admin::DashboardController#switch as HTML
66649
+ Parameters: {"multisite_select"=>"1"}
66650
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 14 LIMIT 1
66651
+  (0.1ms) SAVEPOINT active_record_2
66652
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'f2uaPsDcL7y99dL5zlFb', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 14
66653
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66654
+ Redirected to http://test.host/spud/admin
66655
+ Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
66656
+  (0.6ms) ROLLBACK
66657
+  (0.1ms) ROLLBACK
66658
+  (0.0ms) BEGIN
66659
+  (0.0ms) BEGIN
66660
+  (0.0ms) SAVEPOINT active_record_2
66661
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', 'c799da06c2108ac47c82f12f1acc2f15f59e410fb508452fbb9d346b28e3a81c5e37f19fdf9c7116a01b391d4c6b9093c3b75dcf74d1f54efa15fd7042b87285', NULL, NULL, 'john15doe15@email.com', 0, 'John15', NULL, NULL, 'Doe15', NULL, 'john15doe15', 0, '6X5uBZmMjXdK4i1hWS', 'F1LL70thvFZnvfJomaJ', 'acb6d59c6602e68f2ad05c6877da0cadd70f732661c51c3ddbf3e007ab7116d98d79768c8f735c76d84089efddf21c855c8365529480eb6a57eedc3b55082523', 'k3cF15', 1, NULL, '2012-08-30 12:30:55')
66662
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66663
+  (0.1ms) SAVEPOINT active_record_2
66664
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:55', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'ajioTl2V5QTXIhH5zbSr', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 15
66665
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66666
+  (0.0ms) SAVEPOINT active_record_2
66667
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john16doe16@email.com' LIMIT 1
66668
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john16doe16' LIMIT 1
66669
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '11800b522d73aecf677953547ada3b4b9423c2d2af26e6795e90efbefcadf5abaa023127ff90f8ffe31c0bee2dfb58b1f8fa85d81bee2ecf267e4aea623e5ddf' LIMIT 1
66670
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF16' LIMIT 1
66671
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 15 LIMIT 1
66672
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'xHOVJcffOffp0UvVicWw', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 15
66673
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', 'f263cfa8eeb9efbdfea6cb9a68bd4dfcbc0eacdf72aea5d62f2a18dae2c6ef366b00d1ee647f67e74494160ec347760ca6a717c444a10df042f1146dbf99223a', NULL, NULL, 'john16doe16@email.com', 0, 'John16', NULL, NULL, 'Doe16', NULL, 'john16doe16', 0, 'V5LbvPllbpa4U23lM88', '2TbwrvS6m3Y0Knckwlqs', '11800b522d73aecf677953547ada3b4b9423c2d2af26e6795e90efbefcadf5abaa023127ff90f8ffe31c0bee2dfb58b1f8fa85d81bee2ecf267e4aea623e5ddf', 'k3cF16', NULL, NULL, '2012-08-30 12:30:55')
66674
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66675
+  (0.1ms) SAVEPOINT active_record_2
66676
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john17doe17@email.com' LIMIT 1
66677
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john17doe17' LIMIT 1
66678
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '16775892941a25db5532fd27548b6bbf011276f0d34037587d95527d4307c5f09d359df8e60b0f0a9a1fcfffbe9a7075503e27722f1b81e5b39f024e5a3ea45a' LIMIT 1
66679
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF17' LIMIT 1
66680
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 15 LIMIT 1
66681
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'd2CohO1mZflUdAR5sqFm', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 15
66682
+ SQL (0.1ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', '0132e7b19130d85992006365e9c51ddc81ed4815fabde686bbaa4caee4c1d755c3eb5f1230368d22b9a33c0d8c92cecd9aa9ecd0cc67ed101ecad90d83a5e16c', NULL, NULL, 'john17doe17@email.com', 0, 'John17', NULL, NULL, 'Doe17', NULL, 'john17doe17', 0, '3Xt7bjDKfAad8TjyJjv', 'mHc7rMvS4mAFRjJWCjnJ', '16775892941a25db5532fd27548b6bbf011276f0d34037587d95527d4307c5f09d359df8e60b0f0a9a1fcfffbe9a7075503e27722f1b81e5b39f024e5a3ea45a', 'k3cF17', NULL, NULL, '2012-08-30 12:30:55')
66683
+  (0.0ms) RELEASE SAVEPOINT active_record_2
66684
+ Processing by Spud::Admin::UsersController#index as HTML
66685
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 15 LIMIT 1
66686
+  (0.2ms) SAVEPOINT active_record_2
66687
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'IEHgG5G1W1YK7zaE26ky', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 15
66688
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66689
+ Completed 200 OK in 8ms (Views: 3.4ms | ActiveRecord: 0.9ms)
66690
+  (0.3ms) SELECT COUNT(*) FROM `spud_users` 
66691
+  (0.6ms) ROLLBACK
66692
+  (0.0ms) ROLLBACK
66693
+  (0.0ms) BEGIN
66694
+  (0.0ms) BEGIN
66695
+  (0.1ms) SAVEPOINT active_record_2
66696
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', 'df740693ef313ac70b626ac2bb750bb2322faf518d8ecd841b6aca272a92f5a5500985a65e4120eea2cd13040f96a8fe512198f243474c6fb63dd00320f48419', NULL, NULL, 'john18doe18@email.com', 0, 'John18', NULL, NULL, 'Doe18', NULL, 'john18doe18', 0, 'G3Ok5Rga7GwFAuLyNM8M', 'ZRavf4t9iqBqW9Oerfrl', '48b9a2a6e6ecb137b55e64eb8a1110b4baaf9dd08c70e7d9e8c5f3259661a4a277e95bf5d81ae02f95cdf19391318b07d1c03a4f3376cba1b3e32f372c3340cf', 'k3cF18', 1, NULL, '2012-08-30 12:30:55')
66697
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66698
+  (0.1ms) SAVEPOINT active_record_2
66699
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:55', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'vfxH7z4jeZifgCHGrBEF', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 18
66700
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66701
+ Processing by Spud::Admin::UsersController#index as HTML
66702
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 18 LIMIT 1
66703
+  (0.2ms) SAVEPOINT active_record_2
66704
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'KEu8uChuPtAUFGCPWnVT', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 18
66705
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66706
+ Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.7ms)
66707
+  (0.2ms) SELECT COUNT(*) FROM `spud_users`
66708
+  (0.7ms) ROLLBACK
66709
+  (0.0ms) ROLLBACK
66710
+  (0.0ms) BEGIN
66711
+  (0.0ms) BEGIN
66712
+  (0.1ms) SAVEPOINT active_record_2
66713
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', 'f3dc5f4bdb4592f4aa11cfb645106ac17c8f66966d38858555fdc2496fdc9abf35f0a747fd1ee472bba256a4e942ecae4a21a7ef8d7ec50f61ace5e361456e84', NULL, NULL, 'john19doe19@email.com', 0, 'John19', NULL, NULL, 'Doe19', NULL, 'john19doe19', 0, 'fCmPeQIHcIcvN6Tp9xw', '34Q8q3Kwy1G3hvxob01', '663d4db585230428695b74fe0bdcd334c6898c5affe41650d35a3ac833fb1f5f687349a5f8a458552f6e293cbac8ad309e34efc1c8cc5ce5a5ca49084b4fb184', 'k3cF19', 1, NULL, '2012-08-30 12:30:55')
66714
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66715
+  (0.1ms) SAVEPOINT active_record_2
66716
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:55', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'oSJSOTzlJui5v6Uplme2', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 19
66717
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66718
+  (0.2ms) SAVEPOINT active_record_2
66719
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', 'eeffbe20c0e39c537b5cc79e2cc986d71d9facfa1183d96e7f08b8866a4d4843e226fa6b188e4fb716e7d953e8f32e6580b34a0fe0c325d69f5e19b984e78b0e', NULL, NULL, 'john20doe20@email.com', 0, 'John20', NULL, NULL, 'Doe20', NULL, 'john20doe20', 0, 'u96we1Rm9K6dKgZjrtEL', 'P4NTE5OtNCbEzUwiZW', '72996e5852fe39776f3076145906f0fe13deadebb832b06ef4df8e83674fce6f2b5c93068d50654deabf7e44b1b8fbfc23014e9f5e340fe633e96cc343daa6ba', 'k3cF20', 0, NULL, '2012-08-30 12:30:55')
66720
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66721
+  (0.1ms) SAVEPOINT active_record_2
66722
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:55', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'bMdFXdKwxol0lC39vqRc', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 20
66723
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66724
+ Processing by Spud::Admin::UsersController#index as HTML
66725
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 20 LIMIT 1
66726
+  (0.1ms) SAVEPOINT active_record_2
66727
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 't6216qMUHeATSKYU3Jk5', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 20
66728
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66729
+ SpudAdminPermission Load (0.1ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 20 AND `spud_admin_permissions`.`access` = 1
66730
+ Redirected to http://test.host/
66731
+ Filter chain halted as :require_admin_user rendered or redirected
66732
+ Completed 302 Found in 5ms (ActiveRecord: 0.8ms)
66733
+  (0.9ms) ROLLBACK
66734
+  (0.1ms) ROLLBACK
66735
+  (0.0ms) BEGIN
66736
+  (0.1ms) BEGIN
66737
+  (0.2ms) SAVEPOINT active_record_2
66738
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', '9b0ce7d0639fbd6dcbf70cb6d7c53b655d533e51f1d257c041f1f4d341ba4138a351e367d2c212538e3b8f4f4c425f6aec717ace86a394c491a0223d35131dc8', NULL, NULL, 'john21doe21@email.com', 0, 'John21', NULL, NULL, 'Doe21', NULL, 'john21doe21', 0, 'Ufs4P4CMpov6bb1FfkF0', 'us7Yan8avUbMPeeXFa', '3d7696ccea4d45cb97b52a010fa3dd0761af2db1494eb6fbd774267151c4dac04b858dd2f30e10d868607bf299df8127cfc4e8e7582af0495a5908001483b98d', 'k3cF21', 1, NULL, '2012-08-30 12:30:55')
66739
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66740
+  (0.1ms) SAVEPOINT active_record_2
66741
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:55', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'tArc1yyOxWakLf3oinsW', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 21
66742
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66743
+  (0.1ms) SAVEPOINT active_record_2
66744
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john22doe22@email.com' LIMIT 1
66745
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john22doe22' LIMIT 1
66746
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'be6862ce21098dcc965a9d8d0da7e19e05b638f92e823bc10abfafce3f488e19b2861e86bb0642cf86b143189ca18093a5272f37fd67036480af8ed87cd34832' LIMIT 1
66747
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF22' LIMIT 1
66748
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 21 LIMIT 1
66749
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = '8JpdfP0UOoBqFh0QyAj', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 21
66750
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', 'ebc00f0059bdfa06f8609ecc85286da635005a1f23ef74db5e25d7206c66364ca4252e5c1a92702c9774ce51532e15416333bfbe7e07a6a8437a7aede4c27ace', NULL, NULL, 'john22doe22@email.com', 0, 'John22', NULL, NULL, 'Doe22', NULL, 'john22doe22', 0, 'XLXmDax1WclDQd4x1beG', '95BSrtHhZaMFs4aYQW5', 'be6862ce21098dcc965a9d8d0da7e19e05b638f92e823bc10abfafce3f488e19b2861e86bb0642cf86b143189ca18093a5272f37fd67036480af8ed87cd34832', 'k3cF22', 0, NULL, '2012-08-30 12:30:55')
66751
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66752
+  (0.1ms) SAVEPOINT active_record_2
66753
+ SQL (0.1ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 12:30:55', 'Users', NULL, '2012-08-30 12:30:55', 22)
66754
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66755
+  (0.1ms) SAVEPOINT active_record_2
66756
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:55', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = '6LWedYnNTMtQ3peaVkw0', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 22
66757
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66758
+ Processing by Spud::Admin::UsersController#index as HTML
66759
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 22 LIMIT 1
66760
+  (0.2ms) SAVEPOINT active_record_2
66761
+  (0.1ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'uGfvuwGPq1LAhNq2nflG', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 22
66762
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66763
+ SpudAdminPermission Load (0.2ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 22 AND `spud_admin_permissions`.`access` = 1
66764
+ Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.8ms)
66765
+  (0.9ms) ROLLBACK
66766
+  (0.0ms) ROLLBACK
66767
+  (0.0ms) BEGIN
66768
+  (0.0ms) BEGIN
66769
+  (0.2ms) SAVEPOINT active_record_2
66770
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', '655cb3b61abd08a0d70853fc20591ee608da129fff80145aca22875d63c293b861d0c951fffc808aa30e96f00e58da251c23fb6141b011ab6d3b59d1c5a6e63f', NULL, NULL, 'john23doe23@email.com', 0, 'John23', NULL, NULL, 'Doe23', NULL, 'john23doe23', 0, 'PtRerEVHiXI6Lo6PFk', 'ljJlDJJQ9xUoADtfLFb', '60546fb2333097b439698db5c77f506190df0c660646b7a20b70ead9bb2310fb443d596b5213cec8ca2e4bad1e9e4db786d20f19b3bf2c9cb1e5dc828a27503d', 'k3cF23', 1, NULL, '2012-08-30 12:30:55')
66771
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66772
+  (0.1ms) SAVEPOINT active_record_2
66773
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:55', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'MdtZmb76ut51kGfHkvvs', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 23
66774
+  (0.0ms) RELEASE SAVEPOINT active_record_2
66775
+  (0.2ms) SAVEPOINT active_record_2
66776
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john24doe24@email.com' LIMIT 1
66777
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john24doe24' LIMIT 1
66778
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'f1fe2c2f4a38bbeec1b5e747fafe39642a711c2abe5ffb7f96e9e95e246f9b0f4ec20dd4977fdca0a231972c88f1266f116abf7685bd37b1d8af4acb6cdeb250' LIMIT 1
66779
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF24' LIMIT 1
66780
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 23 LIMIT 1
66781
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'hrJIQfekrr42n2dTAMid', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 23
66782
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', 'ece1243065668188c4d8a98140933ebf15203d6a027571c422579a64003f9cfb973a87c1b27da75be406c97c1270f70b7120282cf3d7d26bfe65c7602151a81d', NULL, NULL, 'john24doe24@email.com', 0, 'John24', NULL, NULL, 'Doe24', NULL, 'john24doe24', 0, 'D3sxwnKDU0mf6cKjaIXY', 'qS0jlh6pid2DtYLnj0fh', 'f1fe2c2f4a38bbeec1b5e747fafe39642a711c2abe5ffb7f96e9e95e246f9b0f4ec20dd4977fdca0a231972c88f1266f116abf7685bd37b1d8af4acb6cdeb250', 'k3cF24', 0, NULL, '2012-08-30 12:30:55')
66783
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66784
+  (0.1ms) SAVEPOINT active_record_2
66785
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66786
+  (0.1ms) SAVEPOINT active_record_2
66787
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:55', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'A07xMnfUaI4rlq51ijxO', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 24
66788
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66789
+ Processing by Spud::Admin::UsersController#index as HTML
66790
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 24 LIMIT 1
66791
+  (0.1ms) SAVEPOINT active_record_2
66792
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'ZFulE1HSW5rM9YZjzgZ', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 24
66793
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66794
+ SpudAdminPermission Load (0.2ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 24 AND `spud_admin_permissions`.`access` = 1
66795
+ Redirected to http://test.host/
66796
+ Filter chain halted as :require_admin_user rendered or redirected
66797
+ Completed 302 Found in 4ms (ActiveRecord: 0.8ms)
66798
+  (1.0ms) ROLLBACK
66799
+  (0.1ms) ROLLBACK
66800
+  (0.1ms) BEGIN
66801
+  (0.1ms) BEGIN
66802
+  (0.1ms) SAVEPOINT active_record_2
66803
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', 'bd190664b0fc2e1e57e1c35375a777c67cc3c180e0ab604c0b45d01fbd65ad2fed358200269865d82bc3917b5ad9fe37a4382905d2115c7f9810cdff07832e87', NULL, NULL, 'john25doe25@email.com', 0, 'John25', NULL, NULL, 'Doe25', NULL, 'john25doe25', 0, 'QCvG7hE8Ek3knQxWyFjB', 'jqVLT8aQOSlzQFhBNTL', 'eb46ab1332f746d5ee734e9feed93658cc54205e4efe4cf94e13a5ce0f8b8f633d14ad123f9a0f770dc22f308af339204c69d57a74d7ec05265550a228a7c6df', 'k3cF25', 1, NULL, '2012-08-30 12:30:55')
66804
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66805
+  (0.1ms) SAVEPOINT active_record_2
66806
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:55', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'YAUGSS3TNnOQjfl6D', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 25
66807
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66808
+  (0.1ms) SAVEPOINT active_record_2
66809
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john26doe26@email.com' LIMIT 1
66810
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john26doe26' LIMIT 1
66811
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '3aa69e5ec0ba1b61cdba7de7fc009972a61863fec48402e2dc55f6699f56dea4f88c150eb71f6f0364ddbf346f06e551edada2cc6acc16fc949a75f92a1da144' LIMIT 1
66812
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF26' LIMIT 1
66813
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 25 LIMIT 1
66814
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'ZlTIxDf5DdSESFZXKzJ', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 25
66815
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', '3f3944ea012bf142f1e067713736676e0076e578ee2cc370193bf9b3e46445e78887a893dbe327f1455510e4dfe9e1f77b889afd5778024d06a297eed9465e74', NULL, NULL, 'john26doe26@email.com', 0, 'John26', NULL, NULL, 'Doe26', NULL, 'john26doe26', 0, 'zCbTHf6ULSalrmLryO9y', 'ARp5c9kRHe9WSwpTxvC3', '3aa69e5ec0ba1b61cdba7de7fc009972a61863fec48402e2dc55f6699f56dea4f88c150eb71f6f0364ddbf346f06e551edada2cc6acc16fc949a75f92a1da144', 'k3cF26', 0, NULL, '2012-08-30 12:30:55')
66816
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66817
+  (0.1ms) SAVEPOINT active_record_2
66818
+ SQL (0.1ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (0, '2012-08-30 12:30:55', 'Users', NULL, '2012-08-30 12:30:55', 26)
66819
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66820
+  (0.1ms) SAVEPOINT active_record_2
66821
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:55', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'MnNUXn7UqbmStuc5vSa', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 26
66822
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66823
+ Processing by Spud::Admin::UsersController#index as HTML
66824
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 26 LIMIT 1
66825
+  (0.1ms) SAVEPOINT active_record_2
66826
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'kMohwOKacEBd8Muw0xL', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 26
66827
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66828
+ SpudAdminPermission Load (0.2ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 26 AND `spud_admin_permissions`.`access` = 1
66829
+ Redirected to http://test.host/
66830
+ Filter chain halted as :require_admin_user rendered or redirected
66831
+ Completed 302 Found in 4ms (ActiveRecord: 0.8ms)
66832
+  (0.9ms) ROLLBACK
66833
+  (0.2ms) ROLLBACK
66834
+  (0.0ms) BEGIN
66835
+  (0.0ms) BEGIN
66836
+  (0.1ms) SAVEPOINT active_record_2
66837
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', '72522ca95e50bb4cebea83c38226d276d3f6fb71ad58a42d3c5054e92a59ba1de5883230d4d944a717e170fc51613885326600878d80236b1072062d4a5b02db', NULL, NULL, 'john27doe27@email.com', 0, 'John27', NULL, NULL, 'Doe27', NULL, 'john27doe27', 0, 'sMI9LDUPYoAKhyBYMq5', 'o3PRxbkQcA3E8ESyMYH', 'b57aff4997876e4be21206d7916aa724872ccf7007dc76b48798e70a3dba85c7e1581f7e7b82d3e54375eef0c630f55fd35ea10a687f2f48cd245f90181e19b7', 'k3cF27', 1, NULL, '2012-08-30 12:30:55')
66838
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66839
+  (0.1ms) SAVEPOINT active_record_2
66840
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:55', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = '8NWIwbxQlGj4d6DlyY', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 27
66841
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66842
+  (0.1ms) SAVEPOINT active_record_2
66843
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john28doe28@email.com' LIMIT 1
66844
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john28doe28' LIMIT 1
66845
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'a53000dafd65180cc53eaddb2d591cd3dd5c150d713836c544992589377b612d1e76658881cc88fd45a3d9a723654f0d1dc48f725818967bd02ef1d9af13c3ee' LIMIT 1
66846
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF28' LIMIT 1
66847
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 27 LIMIT 1
66848
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'hhleVHnfpZh8T7XreqUC', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 27
66849
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', 'cda69650809279c1c9e78ee285a67536370085be5499b7325f6136b5e832ddf203c8d0d4494e60e33a361db3e7844f0d85c63ca749a5717251deccc8a7c9f0aa', NULL, NULL, 'john28doe28@email.com', 0, 'John28', NULL, NULL, 'Doe28', NULL, 'john28doe28', 0, 'qXmK1YFtJp6r7eOMiliy', '9jwG4K4QyBO3RcP9eADB', 'a53000dafd65180cc53eaddb2d591cd3dd5c150d713836c544992589377b612d1e76658881cc88fd45a3d9a723654f0d1dc48f725818967bd02ef1d9af13c3ee', 'k3cF28', 0, NULL, '2012-08-30 12:30:55')
66850
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66851
+  (0.2ms) SAVEPOINT active_record_2
66852
+ SQL (0.2ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (0, '2012-08-30 12:30:55', 'Users', NULL, '2012-08-30 12:30:55', 28)
66853
+ SQL (0.1ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `scope`, `updated_at`, `user_id`) VALUES (1, '2012-08-30 12:30:55', 'App2', NULL, '2012-08-30 12:30:55', 28)
66854
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66855
+  (0.2ms) SAVEPOINT active_record_2
66856
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:55', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'K49rf81MYvx4EG5Pq51', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 28
66857
+  (0.0ms) RELEASE SAVEPOINT active_record_2
66858
+ Processing by Spud::Admin::UsersController#index as HTML
66859
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 28 LIMIT 1
66860
+  (0.1ms) SAVEPOINT active_record_2
66861
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'jvrOukn6WW95tDXvtfoE', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 28
66862
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66863
+ SpudAdminPermission Load (0.2ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 28 AND `spud_admin_permissions`.`access` = 1
66864
+ Redirected to http://test.host/spud/admin
66865
+ Filter chain halted as #<Proc:0x007f94ac977b40@/Users/davydotcom/projects/ruby/engines/spud_core_admin/lib/spud_core/belongs_to_app.rb:25> rendered or redirected
66866
+ Completed 302 Found in 5ms (ActiveRecord: 0.9ms)
66867
+  (3.1ms) ROLLBACK
66868
+  (0.2ms) ROLLBACK
66869
+  (0.1ms) BEGIN
66870
+  (0.0ms) BEGIN
66871
+  (0.2ms) SAVEPOINT active_record_2
66872
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', '9f44f9dd80fe20b01981cd8b8029e67235358c31c8a2fc8db886f1b621ba2d2ff6e7823a04be1f0facf7ecb59f47e9b6bc5b32465835d3ebb1314b2d267170f4', NULL, NULL, 'john29doe29@email.com', 0, 'John29', NULL, NULL, 'Doe29', NULL, 'john29doe29', 0, 'C9HwMZGbMx3K69eIfu', 'LxQxNSF5cnXFhCE0pi5', '2230b6575864489b10ebc23d87d4e17ea5679ccd67954baa0e4160814a88fdcda68538eb9ca72b49272f8224636d340875a2973ab380eace5db348d92e9ad53f', 'k3cF29', 1, NULL, '2012-08-30 12:30:55')
66873
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66874
+  (0.1ms) SAVEPOINT active_record_2
66875
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:55', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'Y00ycGIUkJOgdBcLyRRa', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 29
66876
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66877
+  (0.1ms) SAVEPOINT active_record_2
66878
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john30doe30@email.com' LIMIT 1
66879
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john30doe30' LIMIT 1
66880
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '2578e4452e303d29cd5fe28eed1c732f4bd3f138bbab73d7b6e386db6f99e06d478fdc97ff736b0b8d00a5cede234d46c8de6d899f0a8ef1cee4e0e8b6d8201b' LIMIT 1
66881
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF30' LIMIT 1
66882
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 29 LIMIT 1
66883
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'HHrLZgPVSdh67Prc88', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 29
66884
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', '73e78f75797428ff2518524356932a57b8b717e1917b2ec81bc83eb98ad4d4bb9e01f16719d761bbb4dc316ebe4f8756a1ad4d73c2ea39c94626c3d2d341a19c', NULL, NULL, 'john30doe30@email.com', 0, 'John30', NULL, NULL, 'Doe30', NULL, 'john30doe30', 0, 'mk2vwMQKPUrMrPaF95Bt', 'RYSxp5JTYRCkNF6m0Ig4', '2578e4452e303d29cd5fe28eed1c732f4bd3f138bbab73d7b6e386db6f99e06d478fdc97ff736b0b8d00a5cede234d46c8de6d899f0a8ef1cee4e0e8b6d8201b', 'k3cF30', NULL, NULL, '2012-08-30 12:30:55')
66885
+  (0.2ms) RELEASE SAVEPOINT active_record_2
66886
+ Processing by Spud::Admin::UsersController#show as HTML
66887
+ Parameters: {"id"=>"30"}
66888
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 29 LIMIT 1
66889
+  (0.2ms) SAVEPOINT active_record_2
66890
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'vlENyEDXspdzpIqalMu', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 29
66891
+  (0.2ms) RELEASE SAVEPOINT active_record_2
66892
+ SpudUser Load (0.1ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 30 LIMIT 1
66893
+ Completed 200 OK in 8ms (Views: 1.6ms | ActiveRecord: 1.2ms)
66894
+  (0.9ms) ROLLBACK
66895
+  (0.2ms) ROLLBACK
66896
+  (0.0ms) BEGIN
66897
+  (0.0ms) BEGIN
66898
+  (0.2ms) SAVEPOINT active_record_2
66899
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', 'bc54a0f9f711a816b987604cc844f11579dc8cf906b8c81e02390a3910cc9446f288e8331fd6cdd3f71ac9588d18922858ed1749d1845f79742d13aff1838b0e', NULL, NULL, 'john31doe31@email.com', 0, 'John31', NULL, NULL, 'Doe31', NULL, 'john31doe31', 0, '9dLm0EdslHWB8PIBBgtE', 'glcJ4q3xSHrWppsml', 'efeafa139a6cef72505c2600425cd355682f2bd5f71f23cb77a6dd8bac6f01e2e2b1654097370d5f720b311e0480367b62baf3d2c0298e67d548fab234bb822b', 'k3cF31', 1, NULL, '2012-08-30 12:30:55')
66900
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66901
+  (0.1ms) SAVEPOINT active_record_2
66902
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:55', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'Bxv0jsAn7HToGnFejXEV', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 31
66903
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66904
+  (0.1ms) SAVEPOINT active_record_2
66905
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john32doe32@email.com' LIMIT 1
66906
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john32doe32' LIMIT 1
66907
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'b7144a30e4ced535e001d3e99267dacc033fe1a17d99f19b5f755615488d272321fc78c4bb1e2e804196ba6ab7a523853e5bfbab7be4a2ef94877f9cad93a89b' LIMIT 1
66908
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF32' LIMIT 1
66909
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 31 LIMIT 1
66910
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'tfSeokupxnZaIRqCo3Ht', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 31
66911
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', 'a2b76fc631ddac591d1ad15daf1d08f9cb6b0cc7781d2f31b580cdb12c96935427779740406e59276de33c4cdc668d3e7afa5a441b50a42f607c4e9f8b4c3141', NULL, NULL, 'john32doe32@email.com', 0, 'John32', NULL, NULL, 'Doe32', NULL, 'john32doe32', 0, 'm4EzZwBJqyCYXZW5hZNv', 'tvUo4pBJFl3TUGV7LxB', 'b7144a30e4ced535e001d3e99267dacc033fe1a17d99f19b5f755615488d272321fc78c4bb1e2e804196ba6ab7a523853e5bfbab7be4a2ef94877f9cad93a89b', 'k3cF32', NULL, NULL, '2012-08-30 12:30:55')
66912
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66913
+ Processing by Spud::Admin::UsersController#show as HTML
66914
+ Parameters: {"id"=>"32"}
66915
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 31 LIMIT 1
66916
+  (0.1ms) SAVEPOINT active_record_2
66917
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = '3FiiZF3UIEHfq58ZeSsO', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 31
66918
+  (0.0ms) RELEASE SAVEPOINT active_record_2
66919
+ SpudUser Load (0.1ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 32 LIMIT 1
66920
+ Completed 200 OK in 38ms (Views: 0.9ms | ActiveRecord: 0.8ms)
66921
+  (1.0ms) ROLLBACK
66922
+  (0.1ms) ROLLBACK
66923
+  (0.0ms) BEGIN
66924
+  (0.0ms) BEGIN
66925
+  (0.1ms) SAVEPOINT active_record_2
66926
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', 'c9a26d31df1a8889c63a916153442d171936b91ad5688bfaaeac572178628081a2b2f8c34e6c9662d0344a47cb23831a5d55d83fa2222429b2bb7b8028b351ec', NULL, NULL, 'john33doe33@email.com', 0, 'John33', NULL, NULL, 'Doe33', NULL, 'john33doe33', 0, 'rDEjyb0tSiTzA5Zmvyf', '5ajCl9H2QeVr9jIemXW', 'e47d5bea4ba8043e9a49414ec673822d96bc8457ea3481a92da95a97deb122187c373ab4a9c539778b292f3a2c3c35697bf5afc6dbfbf7c5a03d793303334c36', 'k3cF33', 1, NULL, '2012-08-30 12:30:55')
66927
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66928
+  (0.1ms) SAVEPOINT active_record_2
66929
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:55', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = '31NGRXCPvwNX0O1wQ8AJ', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 33
66930
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66931
+ Processing by Spud::Admin::UsersController#new as JS
66932
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 33 LIMIT 1
66933
+  (0.2ms) SAVEPOINT active_record_2
66934
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = '587I1kJjf2r0TvBx91rF', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 33
66935
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66936
+ Rendered /Users/davydotcom/projects/ruby/engines/spud_core_admin/app/views/spud/admin/users/_new.html.erb (0.3ms)
66937
+ Completed 200 OK in 11ms (Views: 5.3ms | ActiveRecord: 0.8ms)
66938
+  (0.7ms) ROLLBACK
66939
+  (0.2ms) ROLLBACK
66940
+  (0.0ms) BEGIN
66941
+  (0.0ms) BEGIN
66942
+  (0.2ms) SAVEPOINT active_record_2
66943
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', '2e9067e9ac8578ad4b8ed4b3e69e136f981eba3a81855c3202f12382144661db60117b6b3d36c1dbea23cecb37bc4c99ce0ed7a57af8e95f5f5ba3ac3d9e1aaa', NULL, NULL, 'john34doe34@email.com', 0, 'John34', NULL, NULL, 'Doe34', NULL, 'john34doe34', 0, '0gdbxN591xsJVQHKgL', 'VTHGf68UY5TYSdd32QHE', '904a87d9ea2ce3d430015db8262431c9eafff7f57afd11c199456965618945eb72b6226bbb8e08108516bb2ec611b1fd561de92326e02c40ef27dbba2a68a241', 'k3cF34', 1, NULL, '2012-08-30 12:30:55')
66944
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66945
+  (0.1ms) SAVEPOINT active_record_2
66946
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:55', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'lgUf4WZz5joQcglpxZ', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 34
66947
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66948
+ Processing by Spud::Admin::UsersController#new as JS
66949
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 34 LIMIT 1
66950
+  (0.2ms) SAVEPOINT active_record_2
66951
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'pNjARz2l2XLMZm2pEP', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 34
66952
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66953
+ Rendered /Users/davydotcom/projects/ruby/engines/spud_core_admin/app/views/spud/admin/users/_new.html.erb (0.3ms)
66954
+ Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.7ms)
66955
+  (0.9ms) ROLLBACK
66956
+  (0.1ms) ROLLBACK
66957
+  (0.0ms) BEGIN
66958
+  (0.0ms) BEGIN
66959
+  (0.1ms) SAVEPOINT active_record_2
66960
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', '9b501458380289a76355b9a11cd1522317cbf98b6961675f2fa3f7cb4489a95f3d367ef490407d630283b52dc806eb5f053f0a0cee4f10c316dfbc5e3a0f76c6', NULL, NULL, 'john35doe35@email.com', 0, 'John35', NULL, NULL, 'Doe35', NULL, 'john35doe35', 0, 'kdNeb5m1wOc3UJPiCBr7', 'TnFpA0yrdOEcggmgDE6', '6e759bd061e872e5ace8069e65527b8bd94ca43e0fd16054499e26b4d17d6fbb9f28ac1634aec3c6dcf086ed7306fd8261685faa101fdbd8c9ec1f73cca7a4ed', 'k3cF35', 1, NULL, '2012-08-30 12:30:55')
66961
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66962
+  (0.1ms) SAVEPOINT active_record_2
66963
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:55', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = '4HJf925ISv5jfBvtgpk', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 35
66964
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66965
+  (0.1ms) SELECT COUNT(*) FROM `spud_users`
66966
+ Processing by Spud::Admin::UsersController#create as HTML
66967
+ Parameters: {"spud_user"=>{"first_name"=>"John36", "last_name"=>"Doe36", "login"=>"john36doe36", "email"=>"john36doe36@email.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF36"}}
66968
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 35 LIMIT 1
66969
+  (0.1ms) SAVEPOINT active_record_2
66970
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'WxNHnXgZWet3nhV2kppL', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 35
66971
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66972
+  (0.1ms) SAVEPOINT active_record_2
66973
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john36doe36@email.com' LIMIT 1
66974
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john36doe36' LIMIT 1
66975
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'bc3ff942b3ebfcb9ae46ed865f125934546763045e668db909add0e568b3a1dc711810c7c0dac49c1e0ab32fe596d9aaa840455736776d52d727c391358158bc' LIMIT 1
66976
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF36' LIMIT 1
66977
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 35 LIMIT 1
66978
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'UrnGAUjrMYVOB7yX3Ah', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 35
66979
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', '6d3cff9017860a62ebf46b460ed7a61ed1e29ddee6fe4914b51f1cc6dcecd76fdcc16ba121541729ba3693952a675e7b6c28b2911bb2d85003cc76683a67ac18', NULL, NULL, 'john36doe36@email.com', 0, 'John36', NULL, NULL, 'Doe36', NULL, 'john36doe36', 0, 'rwzoiRtuffNKR8vnZvF', 'E1TZgtYwQdqeDgcQp3I2', 'bc3ff942b3ebfcb9ae46ed865f125934546763045e668db909add0e568b3a1dc711810c7c0dac49c1e0ab32fe596d9aaa840455736776d52d727c391358158bc', 'k3cF36', NULL, NULL, '2012-08-30 12:30:55')
66980
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66981
+ Redirected to http://test.host/spud/admin/users
66982
+ Completed 302 Found in 13ms (ActiveRecord: 2.1ms)
66983
+  (0.2ms) SELECT COUNT(*) FROM `spud_users`
66984
+  (0.7ms) ROLLBACK
66985
+  (0.1ms) ROLLBACK
66986
+  (0.0ms) BEGIN
66987
+  (0.0ms) BEGIN
66988
+  (0.1ms) SAVEPOINT active_record_2
66989
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', '4fcd62fc497124399491f85d2b23199b8707617ca9a8d426250f6019aee6d6b070778bc8bb5606591526390db43fdf63fa0031c3e74d454e540c7cd4d7df0b96', NULL, NULL, 'john37doe37@email.com', 0, 'John37', NULL, NULL, 'Doe37', NULL, 'john37doe37', 0, 'EUeYiySfwPr73nwPYm7', 'L4jR2V6pWhuqXUFyJFd', '1932e8af816f70d637fd4f9911aa772cffdd11b69ba72acb8f4b9bb10ed073d0d54a76e0a7a9fe59434c4f5ef695a31df551080229cab4016cb305c204c0ffab', 'k3cF37', 1, NULL, '2012-08-30 12:30:55')
66990
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66991
+  (0.1ms) SAVEPOINT active_record_2
66992
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:55', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'bixEfYLWh0pMAKyot8AL', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 37
66993
+  (0.1ms) RELEASE SAVEPOINT active_record_2
66994
+  (0.1ms) SELECT COUNT(*) FROM `spud_users` 
66995
+ Processing by Spud::Admin::UsersController#create as HTML
66996
+ Parameters: {"spud_user"=>{"first_name"=>"John38", "last_name"=>"Doe38", "login"=>"john38doe38", "email"=>nil, "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF38"}}
66997
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 37 LIMIT 1
66998
+  (0.2ms) SAVEPOINT active_record_2
66999
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'bBDeGh5BbWl4Rxup8qdq', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 37
67000
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67001
+  (0.1ms) SAVEPOINT active_record_2
67002
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john38doe38' LIMIT 1
67003
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '06f2cd63bdc5c1c7323d5f3771e2a01ccf1049dc2b023d26a9edefd7622fe97bfbdcc2ce963e6f9f28d46eecf4da578030532b28427dccd180e1f01a01b80946' LIMIT 1
67004
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF38' LIMIT 1
67005
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
67006
+ Completed 200 OK in 11ms (Views: 1.7ms | ActiveRecord: 1.5ms)
67007
+  (0.2ms) SELECT COUNT(*) FROM `spud_users` 
67008
+  (0.8ms) ROLLBACK
67009
+  (0.0ms) ROLLBACK
67010
+  (0.1ms) BEGIN
67011
+  (0.1ms) BEGIN
67012
+  (0.1ms) SAVEPOINT active_record_2
67013
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', 'e7c6f7ac09737e0971112ba04dbb411ab7b5ced1f6bab39238a2a220493d0ada50702fa5e3c2e97a5dc9cdf9e8197211a7c7ceaa1728b50bdfc4fcf453809492', NULL, NULL, 'john38doe38@email.com', 0, 'John39', NULL, NULL, 'Doe39', NULL, 'john39doe39', 0, 'Wdcvpz30DMSQCZDBs4CZ', 'dUXn1dJ67YmL5PyUnEq', '555b5545e1bff5b6c3efff7db55abdaa257c9d39de887bc8986ccff84eb2742591c79d60db7d5e2b3a8f08ad42254c8013cd494e37ea05ee3ca982e793a86232', 'k3cF39', 1, NULL, '2012-08-30 12:30:55')
67014
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67015
+  (0.1ms) SAVEPOINT active_record_2
67016
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:55', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = '9VqIynK67umfEFNTl8dW', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 38
67017
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67018
+  (0.2ms) SELECT COUNT(*) FROM `spud_users`
67019
+ Processing by Spud::Admin::UsersController#create as JS
67020
+ Parameters: {"spud_user"=>{"first_name"=>"John40", "last_name"=>"Doe40", "login"=>"john40doe40", "email"=>"john39doe39@email.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF40"}}
67021
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 38 LIMIT 1
67022
+  (0.2ms) SAVEPOINT active_record_2
67023
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'pDFckBKsfTdMHRXbnbc', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 38
67024
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67025
+  (0.1ms) SAVEPOINT active_record_2
67026
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john39doe39@email.com' LIMIT 1
67027
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john40doe40' LIMIT 1
67028
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '0e366f5491b1751bbe54a19ecc5afc83462b0529800416b33c4b9d8d11b122b3825ca020b9839e16f89e4b6f5db536a219f60ea5f61e4cc127da4dfd803d10d4' LIMIT 1
67029
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF40' LIMIT 1
67030
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 38 LIMIT 1
67031
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'wXUJEK99vSUH9fJHP6y', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 38
67032
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', '9fdfc94c031f5bdfc9ed41fd10e754aa00e843afad86b5c757330f6d8db690b6e84b452461eb8e4e4b7fcc32369192aa2bd2b38f8a0db9b04812f6d421f53ef1', NULL, NULL, 'john39doe39@email.com', 0, 'John40', NULL, NULL, 'Doe40', NULL, 'john40doe40', 0, 'U0aI4WNsWC57b1wqjVvO', 'Q95GQP0NTCHRqHMzSmlO', '0e366f5491b1751bbe54a19ecc5afc83462b0529800416b33c4b9d8d11b122b3825ca020b9839e16f89e4b6f5db536a219f60ea5f61e4cc127da4dfd803d10d4', 'k3cF40', NULL, NULL, '2012-08-30 12:30:55')
67033
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67034
+ Completed 200 OK in 13ms (Views: 0.1ms | ActiveRecord: 2.2ms)
67035
+  (0.3ms) SELECT COUNT(*) FROM `spud_users`
67036
+  (1.1ms) ROLLBACK
67037
+  (0.0ms) ROLLBACK
67038
+  (0.0ms) BEGIN
67039
+  (0.0ms) BEGIN
67040
+  (0.2ms) SAVEPOINT active_record_2
67041
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', '19bd43e80d7a364e54f7f17d31eb7f94c93766d77bc898967652c30779967a7fdad68a1b24a90a67420a21ccd14bb4d928e1974ad508a6b06d786978ede52492', NULL, NULL, 'john40doe40@email.com', 0, 'John41', NULL, NULL, 'Doe41', NULL, 'john41doe41', 0, 'vqzB8OR8FLnpO4e9FWd', '2hfvocXm1cJiORgE3PC0', 'a647f43a801b640705ca183931b5c4bba4e4028de25bdccf76c8eb53694d32129c0812dbe2267e97779694169cabd46ee230e9d5627486f069b2ded5dbb61e05', 'k3cF41', 1, NULL, '2012-08-30 12:30:55')
67042
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67043
+  (0.1ms) SAVEPOINT active_record_2
67044
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:55', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'dSvWC35Oaodlg0Ow4PZ', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 40
67045
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67046
+  (0.2ms) SELECT COUNT(*) FROM `spud_users` 
67047
+ Processing by Spud::Admin::UsersController#create as JS
67048
+ Parameters: {"spud_user"=>{"first_name"=>"John42", "last_name"=>"Doe42", "login"=>"john42doe42", "email"=>nil, "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF42"}}
67049
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 40 LIMIT 1
67050
+  (0.2ms) SAVEPOINT active_record_2
67051
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'RkBOGhj2kTN8DyuflVw7', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 40
67052
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67053
+  (0.2ms) SAVEPOINT active_record_2
67054
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john42doe42' LIMIT 1
67055
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'e45f192372d2dbd607192209dac93072348b77e7921a57f655b6bd5d68a887cfbe9589c81ac58e32d0d28d09de46fc064c9a0cd77df909dde35e0a29fe7fa67a' LIMIT 1
67056
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF42' LIMIT 1
67057
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
67058
+ Completed 500 Internal Server Error in 10ms (Views: 0.1ms | ActiveRecord: 1.6ms)
67059
+  (0.1ms) SELECT COUNT(*) FROM `spud_users` 
67060
+  (0.7ms) ROLLBACK
67061
+  (0.0ms) ROLLBACK
67062
+  (0.0ms) BEGIN
67063
+  (0.0ms) BEGIN
67064
+  (0.1ms) SAVEPOINT active_record_2
67065
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', 'bc971bc67b61262f06ede4715aba949c518ab7efcc6a473c31ff517a035295689616969845653a65288f7bf5f1f2905b4030cdc7360bca5787a5cdc99d005cbb', NULL, NULL, 'john41doe41@email.com', 0, 'John43', NULL, NULL, 'Doe43', NULL, 'john43doe43', 0, 'BefHkCYvY8vbFmdaLz', 'VHn0GNIYUxrEBWScBXi', '066278c363f4ed1ef58b31e14fca329dd52b78870641e17826983cba86e51a90d4ad35c27acf65bf6f3cc0108422438a595503005930d05c1d2648e091f2f035', 'k3cF43', 1, NULL, '2012-08-30 12:30:55')
67066
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67067
+  (0.1ms) SAVEPOINT active_record_2
67068
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:55', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = '9ppUQOaOP2MdKBuJ0CnT', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 41
67069
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67070
+  (0.1ms) SAVEPOINT active_record_2
67071
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john42doe42@email.com' LIMIT 1
67072
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john44doe44' LIMIT 1
67073
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '3eb7942604970f3cb90a7b625c98a2a1c05098dbc575780d41884cdf1c015a5e0821eb46bf68b77babb73d6dbcfdae67ec60cd0840a097ee0959555cb2ecc3e7' LIMIT 1
67074
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF44' LIMIT 1
67075
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 41 LIMIT 1
67076
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:55', `perishable_token` = 'VJofsQHQHQYsPtTlATdk', `updated_at` = '2012-08-30 12:30:55' WHERE `spud_users`.`id` = 41
67077
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:55', 'f5ca2c6ef4868f31f0f74f2e6c25895d778dfa0bb78cb0a0e8c3385f74035187c049bb1b778da8be77d55ca2d9603f49d86fab0596cff6943084796c2e7b4507', NULL, NULL, 'john42doe42@email.com', 0, 'John44', NULL, NULL, 'Doe44', NULL, 'john44doe44', 0, 'fdg1zbbnqMNlAFlTyNY', 'Mq2pxYwjnuINrHnOz1Av', '3eb7942604970f3cb90a7b625c98a2a1c05098dbc575780d41884cdf1c015a5e0821eb46bf68b77babb73d6dbcfdae67ec60cd0840a097ee0959555cb2ecc3e7', 'k3cF44', NULL, NULL, '2012-08-30 12:30:55')
67078
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67079
+ Processing by Spud::Admin::UsersController#edit as HTML
67080
+ Parameters: {"id"=>"42"}
67081
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 41 LIMIT 1
67082
+  (0.1ms) SAVEPOINT active_record_2
67083
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'als6DikPoA2fbcdhxhM', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 41
67084
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67085
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 42 LIMIT 1
67086
+ SpudAdminPermission Load (0.1ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 42
67087
+ Completed 200 OK in 8ms (Views: 2.0ms | ActiveRecord: 1.0ms)
67088
+  (0.8ms) ROLLBACK
67089
+  (0.0ms) ROLLBACK
67090
+  (0.0ms) BEGIN
67091
+  (0.1ms) BEGIN
67092
+  (0.1ms) SAVEPOINT active_record_2
67093
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', '498dc24050111ec8a38624d747f5038aae9486deb2d4e28bc9b25d19fd572dbdc2d2f971a4f1905589eee8c2e73a51f8c0d198efd66c083bec942ff19701f426', NULL, NULL, 'john43doe43@email.com', 0, 'John45', NULL, NULL, 'Doe45', NULL, 'john45doe45', 0, 'x4oBC3PSHCTGYjO1rLV', 'O5SFXzRuk7uRToWpGfjS', 'e31aa5b432ea8fab2ed18739ed2ffd2520e8e7d12b445c3c9e58ccb3df7ed37f847a5831a053d89b620d63062201e9e99826b97d6258a307f64d4f23c1d93b44', 'k3cF45', 1, NULL, '2012-08-30 12:30:56')
67094
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67095
+  (0.1ms) SAVEPOINT active_record_2
67096
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:56', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'wJKjDv6ccMGY2WvoCT0', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 43
67097
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67098
+  (0.1ms) SAVEPOINT active_record_2
67099
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john44doe44@email.com' LIMIT 1
67100
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john46doe46' LIMIT 1
67101
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '051d722a93ca9fc2e08418925a28ba2628e4b061c642af4a819ddde8387abe173596986cb12559036fc3cd5b7d81e94657e077389868ba6cba0fc11fc273484a' LIMIT 1
67102
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF46' LIMIT 1
67103
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 43 LIMIT 1
67104
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'ontiVINHAEyHauuuJrV0', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 43
67105
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', '259cd249482992e9562ebfce69775a51226171aa44be1d9edd820da57ef4841440437224861f92be69973f72acfe61cd1fefbcef39d2add531fe2ab96e3c9abd', NULL, NULL, 'john44doe44@email.com', 0, 'John46', NULL, NULL, 'Doe46', NULL, 'john46doe46', 0, '0WijB4eDFzwfDsyAFgg', 'kW6Q4kU6LxqeN5zJNkT', '051d722a93ca9fc2e08418925a28ba2628e4b061c642af4a819ddde8387abe173596986cb12559036fc3cd5b7d81e94657e077389868ba6cba0fc11fc273484a', 'k3cF46', NULL, NULL, '2012-08-30 12:30:56')
67106
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67107
+ Processing by Spud::Admin::UsersController#edit as JS
67108
+ Parameters: {"id"=>"44"}
67109
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 43 LIMIT 1
67110
+  (0.2ms) SAVEPOINT active_record_2
67111
+  (0.1ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'XNX76mIgHk0N7Aumj7SF', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 43
67112
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67113
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 44 LIMIT 1
67114
+ SpudAdminPermission Load (0.1ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 44
67115
+ Rendered /Users/davydotcom/projects/ruby/engines/spud_core_admin/app/views/spud/admin/users/_edit.html.erb (0.3ms)
67116
+ Completed 200 OK in 8ms (Views: 1.7ms | ActiveRecord: 0.9ms)
67117
+  (1.0ms) ROLLBACK
67118
+  (0.1ms) ROLLBACK
67119
+  (0.1ms) BEGIN
67120
+  (0.0ms) BEGIN
67121
+  (0.1ms) SAVEPOINT active_record_2
67122
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', '734a10d5308f6d5bb58df80082e352ce6d43f5ecf04c972c3c1802b62364c45c4fff32be19da7494b08cb44fbfa42b8b3bcb2a7f6b495d697eb8be4edded5c70', NULL, NULL, 'john45doe45@email.com', 0, 'John47', NULL, NULL, 'Doe47', NULL, 'john47doe47', 0, 'QGpKOW52gQ0Zdut6MW14', 'FmbX4RWCxpxiTz1aLFAC', '07320b6e90f5bcca8e19cd53e3afd813ca6ad7a2ee16f7a21fbd02de56b0a6ce77e7c07180de2a331462c6e8277bbf4040e348139501878ef45754a37e5f6d02', 'k3cF47', 1, NULL, '2012-08-30 12:30:56')
67123
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67124
+  (0.1ms) SAVEPOINT active_record_2
67125
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:56', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'V3psTEvdfYwcbSPmrwvW', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 45
67126
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67127
+  (0.1ms) SAVEPOINT active_record_2
67128
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john46doe46@email.com' LIMIT 1
67129
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john48doe48' LIMIT 1
67130
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'c6362e8e18dbebc0395fa3fbf8250b01ab99ddc3952b0e50b60fda778fd74f5cbae42a0961912c3a3cbf033bb86cefddb211b374b930191ff2a89f021ed22b21' LIMIT 1
67131
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF48' LIMIT 1
67132
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 45 LIMIT 1
67133
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'S7TiD0avrDQrRsKVvgfL', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 45
67134
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', 'fd90caa19bc977ecd47440fbdc22427d67cebc247a34ec804e15d9efc70dc1778b012ad8e49ef6073d5e8bf9cbd005701b987335a399ae87113373a38ae2de1f', NULL, NULL, 'john46doe46@email.com', 0, 'John48', NULL, NULL, 'Doe48', NULL, 'john48doe48', 0, 'dSljDX7KMwOLdGTZZE7w', 'XAZRkuWPJhCRrtqnhLR6', 'c6362e8e18dbebc0395fa3fbf8250b01ab99ddc3952b0e50b60fda778fd74f5cbae42a0961912c3a3cbf033bb86cefddb211b374b930191ff2a89f021ed22b21', 'k3cF48', NULL, NULL, '2012-08-30 12:30:56')
67135
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67136
+ Processing by Spud::Admin::UsersController#update as HTML
67137
+ 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"=>"c6362e8e18dbebc0395fa3fbf8250b01ab99ddc3952b0e50b60fda778fd74f5cbae42a0961912c3a3cbf033bb86cefddb211b374b930191ff2a89f021ed22b21", "single_access_token"=>"k3cF48", "perishable_token"=>"XAZRkuWPJhCRrtqnhLR6", "login_count"=>"0", "failed_login_count"=>"0", "last_request_at"=>nil, "current_login_at"=>nil, "last_login_at"=>nil, "current_login_ip"=>nil, "last_login_ip"=>nil, "created_at"=>"2012-08-30 12:30:56 UTC", "updated_at"=>"2012-08-30 12:30:56 UTC", "time_zone"=>nil}, "id"=>"46"}
67138
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 45 LIMIT 1
67139
+  (0.1ms) SAVEPOINT active_record_2
67140
+  (0.1ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'ZRdBlwCAlbpUo6ePBmRj', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 45
67141
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67142
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 46 LIMIT 1
67143
+  (0.1ms) SAVEPOINT active_record_2
67144
+  (0.3ms) UPDATE `spud_users` SET `first_name` = 'Adam', `perishable_token` = '9ha17Q0Z9n9fU1zIM2p0', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 46
67145
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67146
+ Redirected to http://test.host/spud/admin/users
67147
+ Completed 302 Found in 13ms (ActiveRecord: 1.3ms)
67148
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 46 LIMIT 1
67149
+  (0.7ms) ROLLBACK
67150
+  (0.0ms) ROLLBACK
67151
+  (0.0ms) BEGIN
67152
+  (0.0ms) BEGIN
67153
+  (0.2ms) SAVEPOINT active_record_2
67154
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', '1fbbc7ef4bf6d5a75aefe574fd2e66de54e0639e0a9ecd265063cc9f047d4b2b40d6a29d190db0dfebc43de72dbf59596a90149e2d5c5de8963f52cdab049861', NULL, NULL, 'john47doe47@email.com', 0, 'John49', NULL, NULL, 'Doe49', NULL, 'john49doe49', 0, 'dbVqytE0lUSD83edYpi', 'G7GevNKSPA44UeWf07zW', 'ecb21dfa433e399e6cc2f55d61a7bfd07ba12362f2dee0875576cfaa84d6f8600de461865f66c79dc715eac97556af4a3828cc0b725997a448884090ccc3c77b', 'k3cF49', 1, NULL, '2012-08-30 12:30:56')
67155
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67156
+  (0.1ms) SAVEPOINT active_record_2
67157
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:56', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'ats9lnwO6I9HkmyRP5e', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 47
67158
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67159
+  (0.1ms) SAVEPOINT active_record_2
67160
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john48doe48@email.com' LIMIT 1
67161
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john50doe50' LIMIT 1
67162
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '3d596f375f8de82288d97cae6e0fec53c5dcc5823c6244ac44bfc38ceaae7341a4d2b21d5f05753d9f9311ab7612099549ef937b43fc7f290d571ff2a5a7215d' LIMIT 1
67163
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF50' LIMIT 1
67164
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 47 LIMIT 1
67165
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'aBdIqoYnmqCyQAgzBnB', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 47
67166
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', 'e6867614627ecfd800f72f031bec622daaf6814359f8ead2e555a7a0c57a8fb1ce07df38aa8d3774ccf014a585ffa6e08928b6bc8424a48f8f9942f1015b7c2c', NULL, NULL, 'john48doe48@email.com', 0, 'John50', NULL, NULL, 'Doe50', NULL, 'john50doe50', 0, 'G0HhZJC3G4E2PbN5b5k', 'yKUDgtnDnwzWzQHGew9t', '3d596f375f8de82288d97cae6e0fec53c5dcc5823c6244ac44bfc38ceaae7341a4d2b21d5f05753d9f9311ab7612099549ef937b43fc7f290d571ff2a5a7215d', 'k3cF50', NULL, NULL, '2012-08-30 12:30:56')
67167
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67168
+ Processing by Spud::Admin::UsersController#update as HTML
67169
+ 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"=>"3d596f375f8de82288d97cae6e0fec53c5dcc5823c6244ac44bfc38ceaae7341a4d2b21d5f05753d9f9311ab7612099549ef937b43fc7f290d571ff2a5a7215d", "single_access_token"=>"k3cF50", "perishable_token"=>"yKUDgtnDnwzWzQHGew9t", "login_count"=>"0", "failed_login_count"=>"0", "last_request_at"=>nil, "current_login_at"=>nil, "last_login_at"=>nil, "current_login_ip"=>nil, "last_login_ip"=>nil, "created_at"=>"2012-08-30 12:30:56 UTC", "updated_at"=>"2012-08-30 12:30:56 UTC", "time_zone"=>nil}, "id"=>"48"}
67170
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 47 LIMIT 1
67171
+  (0.1ms) SAVEPOINT active_record_2
67172
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'SAlPOjKKkDPoaYIUf7u', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 47
67173
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67174
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 48 LIMIT 1
67175
+  (0.2ms) SAVEPOINT active_record_2
67176
+  (0.2ms) UPDATE `spud_users` SET `first_name` = 'Adam', `perishable_token` = '3e8yvJJO41yJ5b0BPLFh', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 48
67177
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67178
+ Redirected to http://test.host/spud/admin/users
67179
+ Completed 302 Found in 8ms (ActiveRecord: 1.6ms)
67180
+  (1.0ms) ROLLBACK
67181
+  (0.0ms) ROLLBACK
67182
+  (0.0ms) BEGIN
67183
+  (0.0ms) BEGIN
67184
+  (0.0ms) SAVEPOINT active_record_2
67185
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', '897e4951d39af061003803b27ebedf138869627881debd0b852d2e232427ee99b5c58767d6846d46df31aa4c6900dc951f7b4a09016ffcfc5c00c6bf619a16e6', NULL, NULL, 'john49doe49@email.com', 0, 'John51', NULL, NULL, 'Doe51', NULL, 'john51doe51', 0, 'JrIUY1zdW3MZzvxzZiVK', 'dCXRIA6I77YY8t9uqKn', '7ea7be0d80fc4f2b9f0ce8051e5f11e36dc7f7e733bd855043ad907898036c03c1292f0ea304e5c522acbd78209a7d8e5645be14081eda74258152ad02d4701b', 'k3cF51', 1, NULL, '2012-08-30 12:30:56')
67186
+  (0.2ms) RELEASE SAVEPOINT active_record_2
67187
+  (0.1ms) SAVEPOINT active_record_2
67188
+  (32.9ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:56', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'rqpH3l0fk55z4O0fL1', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 49
67189
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67190
+  (0.0ms) SAVEPOINT active_record_2
67191
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john50doe50@email.com' LIMIT 1
67192
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john52doe52' LIMIT 1
67193
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'f75f42b68a3ffc4ccee3a4a4c8c53bd164ef107b2168e2476b44e4e67b7810d1c260f03bb1a3e61fb5d47cc7997dd586c9e77d735feac86d0a15c0ae1d6ebf9d' LIMIT 1
67194
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF52' LIMIT 1
67195
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 49 LIMIT 1
67196
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'k8omGBSpAE3g0mo1we', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 49
67197
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', '707e073406d50b43602bbe6432394e42b26ff8efcd9a1559775f499c32c27346ce318f6e6d572af2a4a045dcc673d8e273cdd8eeabaa66064186e463800859b3', NULL, NULL, 'john50doe50@email.com', 0, 'John52', NULL, NULL, 'Doe52', NULL, 'john52doe52', 0, 'JBX0Ijhu9bkAWPfe4M', 'PnXVaHlta6kP7bnmLZv5', 'f75f42b68a3ffc4ccee3a4a4c8c53bd164ef107b2168e2476b44e4e67b7810d1c260f03bb1a3e61fb5d47cc7997dd586c9e77d735feac86d0a15c0ae1d6ebf9d', 'k3cF52', NULL, NULL, '2012-08-30 12:30:56')
67198
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67199
+  (0.1ms) SELECT COUNT(*) FROM `spud_users`
67200
+ Processing by Spud::Admin::UsersController#destroy as HTML
67201
+ Parameters: {"id"=>"50"}
67202
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 49 LIMIT 1
67203
+  (0.0ms) SAVEPOINT active_record_2
67204
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'i5mmvg0FFeGByfRvqNU2', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 49
67205
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67206
+ SpudUser Load (0.1ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 50 LIMIT 1
67207
+  (0.1ms) SAVEPOINT active_record_2
67208
+ SQL (0.2ms) DELETE FROM `spud_users` WHERE `spud_users`.`id` = 50
67209
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67210
+ Redirected to http://test.host/spud/admin/users
67211
+ Completed 302 Found in 6ms (ActiveRecord: 1.0ms)
67212
+  (0.2ms) SELECT COUNT(*) FROM `spud_users` 
67213
+  (1.0ms) ROLLBACK
67214
+  (0.2ms) ROLLBACK
67215
+  (0.0ms) BEGIN
67216
+  (0.0ms) BEGIN
67217
+  (0.2ms) SAVEPOINT active_record_2
67218
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', '871050d66b0157d80e1766db4ccfe06021eb02eb36eb3e014091950fe813843978688a226a7337f904b7edd2833995777764279ab269496372731a0d3d0f3cbd', NULL, NULL, 'john51doe51@email.com', 0, 'John53', NULL, NULL, 'Doe53', NULL, 'john53doe53', 0, 'FC1tryuCCvytLNZv5', 'u6cXOeDsUMvRvXZiIGz8', '2d9697836b43e2d5556588780d8afd0e8933249c363813319a88af3c728153b605674c9c9477c3f631723c83778fa142827b3a5e8344fec70f2d69e8e58b71f9', 'k3cF53', 1, NULL, '2012-08-30 12:30:56')
67219
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67220
+  (0.1ms) SAVEPOINT active_record_2
67221
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:56', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'jHdb8x3nPN1i5T6xm2Wx', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 51
67222
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67223
+  (0.1ms) SAVEPOINT active_record_2
67224
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john52doe52@email.com' LIMIT 1
67225
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john54doe54' LIMIT 1
67226
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '341ef6f7be8858bb761c59f2f826d99c02207fa1923db7c2bf83c446ac8e8cce41a305ee5e187120bb769e2f8a08c7e4ae132cccfc62b08eda749e4027f6d7f3' LIMIT 1
67227
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF54' LIMIT 1
67228
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 51 LIMIT 1
67229
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'OTli3Oh836QJxIc8Sa7', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 51
67230
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', '06ecda7159325b6645b56817daee7350ddfe141af60ad8822f9104ba70eacd125ed8a958d7209d3df31ff39891cd34f4ad2b3ade914481dfd2022d849337426b', NULL, NULL, 'john52doe52@email.com', 0, 'John54', NULL, NULL, 'Doe54', NULL, 'john54doe54', 0, '4jzgPMbLVLYTqz2qW7Vm', 'j75yLoSj1sCzWO31dRV', '341ef6f7be8858bb761c59f2f826d99c02207fa1923db7c2bf83c446ac8e8cce41a305ee5e187120bb769e2f8a08c7e4ae132cccfc62b08eda749e4027f6d7f3', 'k3cF54', NULL, NULL, '2012-08-30 12:30:56')
67231
+  (0.0ms) RELEASE SAVEPOINT active_record_2
67232
+  (0.1ms) SELECT COUNT(*) FROM `spud_users` 
67233
+ Processing by Spud::Admin::UsersController#destroy as HTML
67234
+ Parameters: {"id"=>"23532"}
67235
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 51 LIMIT 1
67236
+  (0.1ms) SAVEPOINT active_record_2
67237
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'hWXEq98zkO74a1eLe', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 51
67238
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67239
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 23532 LIMIT 1
67240
+ Redirected to http://test.host/spud/admin/users
67241
+ Filter chain halted as :load_user rendered or redirected
67242
+ Completed 302 Found in 4ms (ActiveRecord: 0.8ms)
67243
+  (0.2ms) SELECT COUNT(*) FROM `spud_users` 
67244
+  (0.8ms) ROLLBACK
67245
+  (0.1ms) ROLLBACK
67246
+  (0.0ms) BEGIN
67247
+  (0.0ms) BEGIN
67248
+ Processing by Spud::PasswordResetsController#new as HTML
67249
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
67250
+  (0.1ms) ROLLBACK
67251
+  (0.1ms) ROLLBACK
67252
+  (0.1ms) BEGIN
67253
+  (0.0ms) BEGIN
67254
+ Processing by Spud::PasswordResetsController#edit as HTML
67255
+ Parameters: {"id"=>"1"}
67256
+ Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms)
67257
+  (0.2ms) ROLLBACK
67258
+  (0.1ms) ROLLBACK
67259
+  (0.0ms) BEGIN
67260
+  (0.0ms) BEGIN
67261
+ Processing by Spud::PasswordResetsController#edit as HTML
67262
+ Parameters: {"id"=>"1"}
67263
+ Redirected to http://test.host/spud/user_session/new
67264
+ Filter chain halted as :load_user_using_perishable_token rendered or redirected
67265
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
67266
+  (0.1ms) ROLLBACK
67267
+  (0.1ms) ROLLBACK
67268
+  (0.0ms) BEGIN
67269
+  (0.0ms) BEGIN
67270
+ Processing by Spud::PasswordResetsController#create as HTML
67271
+ Parameters: {"email"=>"john55doe55@email.com"}
67272
+ Redirected to http://test.host/spud/user_session/new
67273
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
67274
+  (0.2ms) ROLLBACK
67275
+  (0.1ms) ROLLBACK
67276
+  (0.1ms) BEGIN
67277
+  (0.0ms) BEGIN
67278
+ Processing by Spud::PasswordResetsController#create as HTML
67279
+ Parameters: {"email"=>"john56doe56@email.com"}
67280
+
67281
+ Sent mail to john56doe56@email.com (30ms)
67282
+ Date: Thu, 30 Aug 2012 08:30:56 -0400
67283
+ From: no-reply@spudengine.com
67284
+ To: john56doe56@email.com
67285
+ Message-ID: <503f5d004b5c5_34e3fca54c35ad819786@Davids-MacBook-Pro.local.mail>
67286
+ Subject: Forgot Password Request from Spud Site
67287
+ Mime-Version: 1.0
67288
+ Content-Type: multipart/alternative;
67289
+ boundary="--==_mimepart_503f5d003c476_34e3fca54c35ad8194cb";
67290
+ charset=UTF-8
67291
+ Content-Transfer-Encoding: 7bit
67292
+
67293
+
67294
+
67295
+ ----==_mimepart_503f5d003c476_34e3fca54c35ad8194cb
67296
+ Date: Thu, 30 Aug 2012 08:30:56 -0400
67297
+ Mime-Version: 1.0
67298
+ Content-Type: text/plain;
67299
+ charset=UTF-8
67300
+ Content-Transfer-Encoding: 7bit
67301
+ Content-ID: <503f5d0047d0b_34e3fca54c35ad81954c@Davids-MacBook-Pro.local.mail>
67302
+
67303
+ Reset Password Request
67304
+ ======================
67305
+
67306
+ 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.
67307
+
67308
+ Otherwise, you may reset your password by clicking on the link below:
67309
+
67310
+ http://test.host/spud/password_resets/jfdlsafhbkvabuadfbds/edit
67311
+
67312
+
67313
+
67314
+ ----==_mimepart_503f5d003c476_34e3fca54c35ad8194cb
67315
+ Date: Thu, 30 Aug 2012 08:30:56 -0400
67316
+ Mime-Version: 1.0
67317
+ Content-Type: text/html;
67318
+ charset=UTF-8
67319
+ Content-Transfer-Encoding: 7bit
67320
+ Content-ID: <503f5d004a006_34e3fca54c35ad8196cb@Davids-MacBook-Pro.local.mail>
67321
+
67322
+ <!DOCTYPE html>
67323
+ <html>
67324
+ <head>
67325
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
67326
+ </head>
67327
+ <body>
67328
+ <h2>Reset Password Request</h2>
67329
+ <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>
67330
+
67331
+ <p>Otherwise, you may reset your password by clicking on the link below:</p>
67332
+ <p><a href="http://test.host/spud/password_resets/jfdlsafhbkvabuadfbds/edit">http://test.host/spud/password_resets/jfdlsafhbkvabuadfbds/edit</a></p>
67333
+
67334
+ </body>
67335
+ </html>
67336
+
67337
+ ----==_mimepart_503f5d003c476_34e3fca54c35ad8194cb--
67338
+
67339
+ Redirected to http://test.host/spud/user_session/new
67340
+ Completed 302 Found in 99ms (ActiveRecord: 0.0ms)
67341
+  (0.2ms) ROLLBACK
67342
+  (0.1ms) ROLLBACK
67343
+  (0.1ms) BEGIN
67344
+  (0.0ms) BEGIN
67345
+ Processing by Spud::PasswordResetsController#create as HTML
67346
+ Parameters: {"email"=>"invalid@email.com"}
67347
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
67348
+  (0.1ms) ROLLBACK
67349
+  (0.1ms) ROLLBACK
67350
+  (0.0ms) BEGIN
67351
+  (0.0ms) BEGIN
67352
+ Processing by Spud::PasswordResetsController#update as HTML
67353
+ Parameters: {"spud_user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"}
67354
+  (0.1ms) SAVEPOINT active_record_2
67355
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john57doe57@email.com' LIMIT 1
67356
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john59doe59' LIMIT 1
67357
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'c1ca5cec8c14719f1cf63163aed12651f5fea10f9c5a425871d41de530f6f2226a2df579ff95b353c81e7a19604f3f7b7895f6863d2b47ec65c964d8dc4331ce' LIMIT 1
67358
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF59' LIMIT 1
67359
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `id`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', '25c7cbf88911860f0eb3e461d86e89ec66e8ea145fd3fb2130571a0d9b41ea4d5b9ddf612e86c1231368b6e2412de75d943535443fa4609d66ef0c1505e4414b', '2012-08-30 12:30:56', '0.0.0.0', 'john57doe57@email.com', 0, 'John59', 1, NULL, NULL, 'Doe59', '2012-08-30 12:30:56', 'john59doe59', 1, 'kWUhcwHsiVhbwlIgALRS', 'f0OdIXzhjQcG8ls1OBL', 'c1ca5cec8c14719f1cf63163aed12651f5fea10f9c5a425871d41de530f6f2226a2df579ff95b353c81e7a19604f3f7b7895f6863d2b47ec65c964d8dc4331ce', 'k3cF59', NULL, NULL, '2012-08-30 12:30:56')
67360
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67361
+ Redirected to http://test.host/spud/user_session/new
67362
+ Completed 302 Found in 8ms (ActiveRecord: 1.2ms)
67363
+  (0.4ms) ROLLBACK
67364
+  (0.0ms) ROLLBACK
67365
+  (0.0ms) BEGIN
67366
+  (0.0ms) BEGIN
67367
+ Processing by Spud::PasswordResetsController#update as HTML
67368
+ Parameters: {"spud_user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"}
67369
+  (0.2ms) SAVEPOINT active_record_2
67370
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john58doe58@email.com' LIMIT 1
67371
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john60doe60' LIMIT 1
67372
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '88aa454621fd8f7383491b61971325e15b8c7a37bbf78dc6a178b315796123723e8baa5f399b1671deb8e6868cad122b740d6836f101dccb2d057839a05c4119' LIMIT 1
67373
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF60' LIMIT 1
67374
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
67375
+ Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 1.1ms)
67376
+  (0.2ms) ROLLBACK
67377
+  (0.1ms) ROLLBACK
67378
+  (0.1ms) BEGIN
67379
+  (0.0ms) BEGIN
67380
+ Processing by Spud::SetupController#index as HTML
67381
+  (0.2ms) SELECT COUNT(*) FROM `spud_users` 
67382
+ Completed 200 OK in 5ms (Views: 2.8ms | ActiveRecord: 0.2ms)
67383
+  (0.3ms) ROLLBACK
67384
+  (0.0ms) ROLLBACK
67385
+  (0.0ms) BEGIN
67386
+  (0.0ms) BEGIN
67387
+ Processing by Spud::SetupController#index as HTML
67388
+  (0.3ms) SELECT COUNT(*) FROM `spud_users`
67389
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.3ms)
67390
+  (0.1ms) ROLLBACK
67391
+  (0.1ms) ROLLBACK
67392
+  (0.0ms) BEGIN
67393
+  (0.0ms) BEGIN
67394
+ Processing by Spud::SetupController#index as HTML
67395
+  (0.2ms) SELECT COUNT(*) FROM `spud_users` 
67396
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.2ms)
67397
+  (0.2ms) ROLLBACK
67398
+  (0.0ms) ROLLBACK
67399
+  (0.0ms) BEGIN
67400
+  (0.0ms) BEGIN
67401
+ Processing by Spud::SetupController#index as HTML
67402
+ Redirected to http://test.host/spud/user_session/new
67403
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
67404
+  (0.2ms) ROLLBACK
67405
+  (0.1ms) ROLLBACK
67406
+  (0.0ms) BEGIN
67407
+  (0.0ms) BEGIN
67408
+ Processing by Spud::SetupController#index as HTML
67409
+ Redirected to http://test.host/spud/user_session/new
67410
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
67411
+  (0.1ms) ROLLBACK
67412
+  (0.1ms) ROLLBACK
67413
+  (0.0ms) BEGIN
67414
+  (0.0ms) BEGIN
67415
+  (0.2ms) SELECT COUNT(*) FROM `spud_users`
67416
+ Processing by Spud::SetupController#index as HTML
67417
+ Parameters: {"first_name"=>"John61", "last_name"=>"Doe61", "login"=>"john61doe61", "email"=>"john59doe59@email.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF61"}
67418
+  (0.2ms) SELECT COUNT(*) FROM `spud_users` 
67419
+  (0.1ms) SAVEPOINT active_record_2
67420
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john59doe59@email.com' LIMIT 1
67421
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john61doe61' LIMIT 1
67422
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'db2d7c0b3c34badf1a4618a3628bfc1fe85263d995fcec88504679ceab74b74ca99f7d4640c57c7ab32f0b9b903710b4faa9fceb9d5aa3cce91ce3f1002cb431' LIMIT 1
67423
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'u6DtYWoKBqZP791h' LIMIT 1
67424
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', '3c3e2d6461f54256cb4e9512ae759f2658bb6fae0635611b0d877669336c215c8fb43133f7c632777c69a1955a529f771894109172e2f0d05ab12f96a25c5d74', '2012-08-30 12:30:56', '0.0.0.0', 'john59doe59@email.com', 0, NULL, NULL, NULL, NULL, '2012-08-30 12:30:56', 'john61doe61', 1, 'NHB1Gb5fBWadlFHXrMw1', 'BNA460PrFiTDYcsVLswq', 'db2d7c0b3c34badf1a4618a3628bfc1fe85263d995fcec88504679ceab74b74ca99f7d4640c57c7ab32f0b9b903710b4faa9fceb9d5aa3cce91ce3f1002cb431', 'u6DtYWoKBqZP791h', 1, NULL, '2012-08-30 12:30:56')
67425
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67426
+ Redirected to http://test.host/spud/user_session/new
67427
+ Completed 302 Found in 9ms (ActiveRecord: 1.5ms)
67428
+  (0.2ms) SELECT COUNT(*) FROM `spud_users` 
67429
+  (0.4ms) ROLLBACK
67430
+  (0.1ms) ROLLBACK
67431
+  (0.0ms) BEGIN
67432
+  (0.0ms) BEGIN
67433
+ Processing by Spud::SetupController#index as HTML
67434
+ Parameters: {"first_name"=>"John62", "last_name"=>"Doe62", "login"=>"john62doe62", "email"=>"john60doe60@email.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF62"}
67435
+  (0.3ms) SELECT COUNT(*) FROM `spud_users`
67436
+  (0.1ms) SAVEPOINT active_record_2
67437
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john60doe60@email.com' LIMIT 1
67438
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john62doe62' LIMIT 1
67439
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'e15ad5cf388ff8d920c9ed71b64e7906199d40ce4e5025b5fb71bedcd80dd024ce7e892b928559f4ae651acec8633da2180b57488bc518f61af15e672783b80c' LIMIT 1
67440
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'a9qp5jgBpyDM7BtnScO' LIMIT 1
67441
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', 'aceef6f892146e5af58f582e4b14cca39401cef2ab4e6ee1a662ab01415fe0b06c92372b057ef8a9485cb7150a8cfeae172f7a5fbe302aca98ae301bcad831c8', '2012-08-30 12:30:56', '0.0.0.0', 'john60doe60@email.com', 0, NULL, NULL, NULL, NULL, '2012-08-30 12:30:56', 'john62doe62', 1, 'Tw4mDcyS6DZRuDZ2FE0i', 'xiDwaqQRG8P8TFGaxtPO', 'e15ad5cf388ff8d920c9ed71b64e7906199d40ce4e5025b5fb71bedcd80dd024ce7e892b928559f4ae651acec8633da2180b57488bc518f61af15e672783b80c', 'a9qp5jgBpyDM7BtnScO', 1, NULL, '2012-08-30 12:30:56')
67442
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67443
+ Redirected to http://test.host/spud/user_session/new
67444
+ Completed 302 Found in 10ms (ActiveRecord: 1.4ms)
67445
+  (0.8ms) ROLLBACK
67446
+  (0.1ms) ROLLBACK
67447
+  (0.0ms) BEGIN
67448
+  (0.0ms) BEGIN
67449
+ Processing by Spud::SetupController#index as HTML
67450
+ Parameters: {"first_name"=>"John63", "last_name"=>"Doe63", "login"=>"john63doe63", "email"=>nil, "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF63"}
67451
+  (0.3ms) SELECT COUNT(*) FROM `spud_users`
67452
+  (0.1ms) SAVEPOINT active_record_2
67453
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john63doe63' LIMIT 1
67454
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '74a47720d0227089c74df18e5c53b226f16993d1bfbbaa79e84110c4a2632a2f3c47edad35ab1a81f98ca155828129e6973f9c196dc4e547507f10ebcb95db7b' LIMIT 1
67455
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'x8zOMe6FnnS2Mq3ZjOe' LIMIT 1
67456
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
67457
+ Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 1.1ms)
67458
+  (0.1ms) ROLLBACK
67459
+  (0.1ms) ROLLBACK
67460
+  (0.0ms) BEGIN
67461
+  (0.0ms) BEGIN
67462
+ Processing by Spud::SitemapsController#show as XML
67463
+ Completed 200 OK in 46ms (Views: 44.5ms | ActiveRecord: 0.0ms)
67464
+  (0.1ms) ROLLBACK
67465
+  (0.1ms) ROLLBACK
67466
+  (0.0ms) BEGIN
67467
+  (0.0ms) BEGIN
67468
+ Processing by Spud::SitemapsController#show as HTML
67469
+ Completed 406 Not Acceptable in 1ms (ActiveRecord: 0.0ms)
67470
+  (0.2ms) ROLLBACK
67471
+  (0.2ms) ROLLBACK
67472
+  (0.0ms) BEGIN
67473
+  (0.0ms) BEGIN
67474
+ Processing by Spud::UserSessionsController#new as HTML
67475
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users`
67476
+ NO USERS!
67477
+ Redirected to http://test.host/spud/setup
67478
+ Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
67479
+  (0.1ms) ROLLBACK
67480
+  (0.1ms) ROLLBACK
67481
+  (0.0ms) BEGIN
67482
+  (0.1ms) BEGIN
67483
+  (0.1ms) SAVEPOINT active_record_2
67484
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john61doe61@email.com' LIMIT 1
67485
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john64doe64' LIMIT 1
67486
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'c873467f41acc51c8d44c3686670be098424f5a3064d4f63a3ee45fbb228328cf3c0abdc626edc26fed014aabc0b40c9497c168c6f280f062be45fcdb49aa06b' LIMIT 1
67487
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF64' LIMIT 1
67488
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', '2dcea170a4fe40707705584b0afd64c8e341fe7d5893e4a6eb24a413b723fe06d4c4216f68dd180db162d0a21357f36a1e9429d5b2249e6b53018742123c449e', '2012-08-30 12:30:56', '0.0.0.0', 'john61doe61@email.com', 0, 'John64', NULL, NULL, 'Doe64', '2012-08-30 12:30:56', 'john64doe64', 1, 'mYgqDcvK9TfQRzr6w012', 'gHEk9fY3VzBuvkM8Pei6', 'c873467f41acc51c8d44c3686670be098424f5a3064d4f63a3ee45fbb228328cf3c0abdc626edc26fed014aabc0b40c9497c168c6f280f062be45fcdb49aa06b', 'k3cF64', NULL, NULL, '2012-08-30 12:30:56')
67489
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67490
+  (0.1ms) SAVEPOINT active_record_2
67491
+  (0.3ms) UPDATE `spud_users` SET `perishable_token` = 'kHDeQ7qcoleneC7X4JYx', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 55
67492
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67493
+ Processing by Spud::UserSessionsController#new as HTML
67494
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` 
67495
+ Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.2ms)
67496
+  (0.5ms) ROLLBACK
67497
+  (0.1ms) ROLLBACK
67498
+  (0.0ms) BEGIN
67499
+  (0.0ms) BEGIN
67500
+ Processing by Spud::UserSessionsController#create as HTML
67501
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
67502
+  (0.2ms) ROLLBACK
67503
+  (0.1ms) ROLLBACK
67504
+  (0.0ms) BEGIN
67505
+  (0.0ms) BEGIN
67506
+  (0.1ms) SAVEPOINT active_record_2
67507
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john62doe62@email.com' LIMIT 1
67508
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'testuser' LIMIT 1
67509
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'e294517ab5da2707e552bdfc976abf2e581b0add33371fe51bae55d62e1d2d01ccaac66b2c039a60e36520eccfd547e5bc6369f48b122eb5afd33a781f1dc9eb' LIMIT 1
67510
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF65' LIMIT 1
67511
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', '577058f8e309822e866ba5f4e41855e0372484f337315f652c42de7b0dac523154f662cff3693dae01a05ffa8c44aa21c0b70b1b65db92096a09f3b1f7196428', '2012-08-30 12:30:56', '0.0.0.0', 'john62doe62@email.com', 0, 'John65', NULL, NULL, 'Doe65', '2012-08-30 12:30:56', 'testuser', 1, 'qZqo6FFw9XOCBKbnwQp9', 'Zne2JhlVY70CJ0ofOoA', 'e294517ab5da2707e552bdfc976abf2e581b0add33371fe51bae55d62e1d2d01ccaac66b2c039a60e36520eccfd547e5bc6369f48b122eb5afd33a781f1dc9eb', 'k3cF65', NULL, NULL, '2012-08-30 12:30:56')
67512
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67513
+  (0.0ms) SAVEPOINT active_record_2
67514
+  (0.2ms) UPDATE `spud_users` SET `perishable_token` = 'gOtXz3WIY94ClFYQaTG4', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 56
67515
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67516
+ Processing by Spud::UserSessionsController#create as HTML
67517
+ Parameters: {"spud_user_session"=>{"login"=>"testuser", "password"=>"[FILTERED]"}}
67518
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE (`spud_users`.login LIKE 'testuser') LIMIT 1
67519
+  (0.2ms) SAVEPOINT active_record_2
67520
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 12:30:56', `current_login_at` = '2012-08-30 12:30:56', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'RPt1L1kLDFf37nbJ3yEq', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 56
67521
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67522
+ Redirected to http://test.host/
67523
+ Completed 302 Found in 6ms (ActiveRecord: 0.8ms)
67524
+  (0.7ms) ROLLBACK
67525
+  (0.0ms) ROLLBACK
67526
+  (0.0ms) BEGIN
67527
+  (0.0ms) BEGIN
67528
+  (0.1ms) SAVEPOINT active_record_2
67529
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', '01b70250e205228cec0aae51b6abb41b8beba28e2ddbe3b0f7db65161ebfa5ce83abbb2580fb06210e3b68310f78789b94db15f7cad0f7586d5a44054432363b', NULL, NULL, 'john63doe63@email.com', 0, 'John66', NULL, NULL, 'Doe66', NULL, 'john65doe65', 0, 'J6HilmbpFej7bBCSlHoz', 'ysxKJAla8xwnZ6ROhNU', '0a64db078d28a67509cfeaad990b253f92b3538ef069ae3e07c7a1177f6086ab7899c99a507651426b58069ad0cafc7bed16426146e31f96168a77da8ef65f5c', 'k3cF66', NULL, NULL, '2012-08-30 12:30:56')
67530
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67531
+  (0.1ms) SAVEPOINT active_record_2
67532
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:56', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'K4NkqcK3qF6KalUDVX4T', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 57
67533
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67534
+ Processing by Spud::UserSessionsController#destroy as HTML
67535
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 57 LIMIT 1
67536
+  (0.1ms) SAVEPOINT active_record_2
67537
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'ZRvhQoNtI9izIrPUP2GQ', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 57
67538
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67539
+ Redirected to http://test.host/spud/user_session/new
67540
+ Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
67541
+  (0.4ms) ROLLBACK
67542
+  (0.0ms) ROLLBACK
67543
+  (0.0ms) BEGIN
67544
+  (0.0ms) BEGIN
67545
+  (0.1ms) SAVEPOINT active_record_2
67546
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', 'fe18f47cd0b0cbe0f69e6607f875b0edd2911a535d5e30c6e41710dfeda176c75d8694f0b43a44096c9e9ffd36c4a266a06ddda4eedf54ebc4c91173935562e5', NULL, NULL, 'john64doe64@email.com', 0, 'John67', NULL, NULL, 'Doe67', NULL, 'john66doe66', 0, 'tVsdZ9wpCYUKFxw2TZ', 'mDiIweVqQoHKD8YmzPQ', '455a12868c3eabf01eae9706ca4a8f7311301401e1e28a21a431a95eda62646ac11560fd5803d024f9ef705ed683448b1158d0b1b69b05cbf8e28c2d05daade1', 'k3cF67', NULL, NULL, '2012-08-30 12:30:56')
67547
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67548
+  (0.1ms) SAVEPOINT active_record_2
67549
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:56', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'yiPYbTUWUCpZuGMFCqkH', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 58
67550
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67551
+ Processing by Spud::UserSessionsController#destroy as HTML
67552
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 58 LIMIT 1
67553
+  (0.1ms) SAVEPOINT active_record_2
67554
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'Xk0fw8AY69dpekSLalEO', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 58
67555
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67556
+ Redirected to http://test.host/
67557
+ Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
67558
+  (1.0ms) ROLLBACK
67559
+  (0.2ms) ROLLBACK
67560
+  (0.1ms) BEGIN
67561
+  (0.1ms) BEGIN
67562
+  (0.2ms) SAVEPOINT active_record_2
67563
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', 'fe609c8a65f16e53e0425e075f64a6575b7f54e5c1483d9b7d278bb7569ff6c2625d3dbf22b47c4bfd0ad9a9a15e374d4dfaf0ba6ed6cab32f38bd90f9e9260d', NULL, NULL, 'john65doe65@email.com', 0, 'John68', NULL, NULL, 'Doe68', NULL, 'john67doe67', 0, 'Zd2PG0sCV50sanzZ2YKL', 'iOz9zDHn4ozNDNea9w7v', 'b4082b3c11bbf32194b4405fec113b47ed5b75913fabf97b5be1888f127d258e5516e859d2b0fc98b893e49623c91d754734a76b28088542f98e7adcf08e8af0', 'k3cF68', NULL, NULL, '2012-08-30 12:30:56')
67564
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67565
+  (0.1ms) SAVEPOINT active_record_2
67566
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:56', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = '2xMsl45jX9WG2ih41M0', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 59
67567
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67568
+ Processing by Spud::UsersController#settings as HTML
67569
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 59 LIMIT 1
67570
+  (0.1ms) SAVEPOINT active_record_2
67571
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = '5vtzrcc4DLZlTmFAK9', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 59
67572
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67573
+ Completed 200 OK in 6ms (Views: 2.0ms | ActiveRecord: 0.7ms)
67574
+  (0.6ms) ROLLBACK
67575
+  (0.1ms) ROLLBACK
67576
+  (0.0ms) BEGIN
67577
+  (0.0ms) BEGIN
67578
+  (0.0ms) SAVEPOINT active_record_2
67579
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', '254a9f34195269f0d08dd62d47e51a5fca2b1ae50daadb3a71dd9e19f79456ce44aee16f0088d18155a2c82c6d28cac67f30e7833c825ef886f2ae919d54ce80', NULL, NULL, 'john66doe66@email.com', 0, 'John69', NULL, NULL, 'Doe69', NULL, 'john68doe68', 0, 'uQdn1KpNWyoaA8eY8Q1', '4nk1nUG577LvKLLhZ3L', 'c48d56b966567987590b98a355775212fd6c3b17888504063b403393a1ac55325dc6a8ba5afcf37995068e952b3a2771042dda168e41336c2196536a117d8471', 'k3cF69', NULL, NULL, '2012-08-30 12:30:56')
67580
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67581
+  (0.1ms) SAVEPOINT active_record_2
67582
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:56', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'G0eQ6YT43L75m5rttIZD', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 60
67583
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67584
+ Processing by Spud::UsersController#settings as HTML
67585
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 60 LIMIT 1
67586
+  (0.1ms) SAVEPOINT active_record_2
67587
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = '7cMxa12caTWlcLca40cp', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 60
67588
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67589
+ Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.6ms)
67590
+  (0.5ms) ROLLBACK
67591
+  (0.1ms) ROLLBACK
67592
+  (0.0ms) BEGIN
67593
+  (0.0ms) BEGIN
67594
+  (0.2ms) SAVEPOINT active_record_2
67595
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', '2e50eff92d2f7b1eaf5c20b337ba84b15c8aa8346288d560a708dc16e0156c668337ae58db0f2e5335600fafc9ddaf655c20db2ae119e2a118d1e51c3d7c5074', NULL, NULL, 'john67doe67@email.com', 0, 'John70', NULL, NULL, 'Doe70', NULL, 'john69doe69', 0, 'ZKBQKrWl2W3JBqcnySBT', 'BkwzpwyMrC7rFVCNsQRX', '8d901afe9ba1864892cd02f2603b74a368067e120c316092ece536517082fc8b4f8ce94676f8d3df903f9f12760a7a000064dde57fe172d186fb1f6fd97c32db', 'k3cF70', NULL, NULL, '2012-08-30 12:30:56')
67596
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67597
+  (0.1ms) SAVEPOINT active_record_2
67598
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:56', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'jQCRQKmDAlvrDMkpQYhJ', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 61
67599
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67600
+ Processing by Spud::UsersController#settings as HTML
67601
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 61 LIMIT 1
67602
+  (0.1ms) SAVEPOINT active_record_2
67603
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'p27wcr9A3cxLUHk4h9t5', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 61
67604
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67605
+ Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.6ms)
67606
+  (1.2ms) ROLLBACK
67607
+  (0.0ms) ROLLBACK
67608
+  (0.0ms) BEGIN
67609
+  (0.0ms) BEGIN
67610
+  (0.1ms) SAVEPOINT active_record_2
67611
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', '0f8a7208126c49a4717dcb80aba19011e3bcf761142c31973e0c2133087c0c66d1d1db590693987d5d349603de7fb34e4f5bb0a86af46b31111af2c1fb584e32', NULL, NULL, 'john68doe68@email.com', 0, 'John71', NULL, NULL, 'Doe71', NULL, 'john70doe70', 0, '4KvXVYS61NvpFiDvSg2', 'uZ5dNbArMyw2McKJWsOv', '8e4b07d7cda9c51a9aea1358f46515ef23e5a43c803c896359779674d997110344d806d897f92820fc29b62a299a8f8659cd758bf8064f840f8827ed63790c50', 'k3cF71', NULL, NULL, '2012-08-30 12:30:56')
67612
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67613
+  (0.1ms) SAVEPOINT active_record_2
67614
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:56', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'arewONs5xRYvXY6s6Vlq', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 62
67615
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67616
+ Processing by Spud::UsersController#update as HTML
67617
+ Parameters: {"spud_user"=>{"first_name"=>"Mike"}}
67618
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 62 LIMIT 1
67619
+  (0.1ms) SAVEPOINT active_record_2
67620
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = '3zImSrjDStlo0FwxRoI', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 62
67621
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67622
+  (0.1ms) SAVEPOINT active_record_2
67623
+  (0.2ms) UPDATE `spud_users` SET `first_name` = 'Mike', `perishable_token` = 'HOZAuHky304lTBc5kNmY', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 62
67624
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67625
+ Redirected to http://test.host/spud/admin
67626
+ Completed 302 Found in 7ms (ActiveRecord: 1.0ms)
67627
+  (0.4ms) ROLLBACK
67628
+  (0.0ms) ROLLBACK
67629
+  (0.0ms) BEGIN
67630
+  (0.0ms) BEGIN
67631
+  (0.2ms) SAVEPOINT active_record_2
67632
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', '66c5a8319712b054c36edebee974f10a73b43fffe85794032b739da26bd200f852bc450b7bc822e0fcb54cc9c5869030a2e31b5a5d318b3419c9d4ca3abbd7cd', NULL, NULL, 'john69doe69@email.com', 0, 'John72', NULL, NULL, 'Doe72', NULL, 'john71doe71', 0, 'LORPqpwuc1cDZurfDfvg', '9o12gObmGvbRhqj4hu7g', '44f93d5e5c1d07629f75a6a102378f38ec6d2f9b54940628f6389ef83e1aef70cb4241221e368f2169844143b70d9ad34e09e3682a5b4cc2812c01ffe20f6767', 'k3cF72', NULL, NULL, '2012-08-30 12:30:56')
67633
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67634
+  (0.1ms) SAVEPOINT active_record_2
67635
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:56', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'P37Bnu3VpjoBk8CswkC1', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 63
67636
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67637
+ Processing by Spud::UsersController#update as HTML
67638
+ Parameters: {"spud_user"=>{"first_name"=>"Mike"}}
67639
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 63 LIMIT 1
67640
+  (0.1ms) SAVEPOINT active_record_2
67641
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'dy6HTMNE14fDEbH8l9Z', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 63
67642
+  (0.4ms) RELEASE SAVEPOINT active_record_2
67643
+  (0.2ms) SAVEPOINT active_record_2
67644
+  (0.2ms) UPDATE `spud_users` SET `first_name` = 'Mike', `perishable_token` = 'D8cDv1tDG9dqXZXXL9lw', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 63
67645
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67646
+ Redirected to http://test.host/spud/admin
67647
+ Completed 302 Found in 6ms (ActiveRecord: 1.5ms)
67648
+  (0.5ms) ROLLBACK
67649
+  (0.0ms) ROLLBACK
67650
+  (0.0ms) BEGIN
67651
+  (0.0ms) BEGIN
67652
+  (0.1ms) SAVEPOINT active_record_2
67653
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', 'fb7675792267cc32af30ac59fc3adf1f085ebd3e2b5a9e52659d2cde81435b10d2edcd1c1d58b52baaa685c19ce60b388476ff4c00ec6ebb5c369040dbad025e', NULL, NULL, 'john70doe70@email.com', 0, 'John73', NULL, NULL, 'Doe73', NULL, 'john72doe72', 0, 'ocUvreNAZArC5DwGmBD', 'PcXPPoOP7S5dXAtrebVX', '3517896913967a5f90ecbb760ba624870f5061305f0ceab300e14bde57301e07ce94d5a6aa7e393b49f88a8da4622c44e84578594666629721f54aee5848a380', 'k3cF73', NULL, NULL, '2012-08-30 12:30:56')
67654
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67655
+  (0.1ms) SAVEPOINT active_record_2
67656
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:56', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'bsLv3sNT2wCTz1eCIy', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 64
67657
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67658
+ Processing by Spud::UsersController#update as HTML
67659
+ Parameters: {"spud_user"=>{"password"=>"[FILTERED]"}}
67660
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 64 LIMIT 1
67661
+  (0.1ms) SAVEPOINT active_record_2
67662
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'QQYBtmEp5pzb5DtjTjHJ', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 64
67663
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67664
+  (0.0ms) SAVEPOINT active_record_2
67665
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE (`spud_users`.`persistence_token` = BINARY '9ec572ce9ea20c2155ca93d080b280b0bfa6c885e91b9639f96b40130b4fac717fced274fcfa9b09334d145202d0c5971cde8d0c708545824220244e9855b861' AND `spud_users`.`id` != 64) LIMIT 1
67666
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_2
67667
+ Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 1.2ms)
67668
+  (1.0ms) ROLLBACK
67669
+  (0.2ms) ROLLBACK
67670
+  (0.1ms) BEGIN
67671
+  (0.0ms) BEGIN
67672
+  (0.1ms) SAVEPOINT active_record_2
67673
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', '6cad68d3704be6a15157f658c4fd6f434e0fba85a96bd81ae7c745b99c97e9a120b47a3fd9f76ab94e4a5f3e07bfc37aea6a5b4ad7e724badc279b4c43302880', NULL, NULL, 'john71doe71@email.com', 0, 'John74', NULL, NULL, 'Doe74', NULL, 'john73doe73', 0, 'uy8tPwdxMfT56MTSpiB', 'cMWdKZktQPGqxOmmBTI7', 'ccd7f513373db354835b37c795236bc938b57e485fc64b6ebb28bd1b5b974a610d4c949f9f5ea9e56b17e64aedf75f34e1e786cea9732a39ca21193bd2f97390', 'k3cF74', NULL, NULL, '2012-08-30 12:30:56')
67674
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67675
+  (0.1ms) SAVEPOINT active_record_2
67676
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:56', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'yCS67O8JmV0dt93ZsPiI', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 65
67677
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67678
+ Processing by Spud::UsersController#update as HTML
67679
+ Parameters: {"spud_user"=>{"password"=>"[FILTERED]"}}
67680
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 65 LIMIT 1
67681
+  (0.1ms) SAVEPOINT active_record_2
67682
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'q84l48QLjeNuA0PVrdq', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 65
67683
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67684
+  (0.0ms) SAVEPOINT active_record_2
67685
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE (`spud_users`.`persistence_token` = BINARY '7893dc5a339e5a9cb337a778e9732a5347ab83bc68bc5261c50f05302a0b5c1671f925920271a6057c4f7768005b4bd87414d6a1b6941ef8a97a2e4e77a2b0ad' AND `spud_users`.`id` != 65) LIMIT 1
67686
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
67687
+ Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 1.0ms)
67688
+  (1.0ms) ROLLBACK
67689
+  (0.1ms) ROLLBACK
67690
+  (0.1ms) BEGIN
67691
+  (0.1ms) BEGIN
67692
+  (0.2ms) SAVEPOINT active_record_2
67693
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', '425819af6b73a159538872a5e04b88eb386f9dd968bf03b880f3f683f90e05c7bc9f766dc9962a5c9f232fed3c84b9a3157bc70d7b6447964f41e285678172e8', NULL, NULL, 'john72doe72@email.com', 0, 'John75', NULL, NULL, 'Doe75', NULL, 'john74doe74', 0, 'g1iNPuVJPTPTA1mv8F', 'xaYOwGsNXhN4UkxZkGY', '5308fea3d833cb5de2764b44fb6ee7f41232636ce370b59abfffd3430a04f9baf03fc263e94c929a60c05467e36fa39c97b287923ec5f33a9ed59ed2608fd80a', 'k3cF75', NULL, NULL, '2012-08-30 12:30:56')
67694
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67695
+  (0.1ms) SAVEPOINT active_record_2
67696
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:56', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'wRNxGVX0eks7JIDXh5c', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 66
67697
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67698
+ Processing by Spud::UsersController#update as HTML
67699
+ Parameters: {"spud_user"=>{"password"=>"[FILTERED]"}}
67700
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 66 LIMIT 1
67701
+  (0.1ms) SAVEPOINT active_record_2
67702
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'GNZXlVbOOqfpIU27S0Qq', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 66
67703
+  (0.0ms) RELEASE SAVEPOINT active_record_2
67704
+  (0.0ms) SAVEPOINT active_record_2
67705
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE (`spud_users`.`persistence_token` = BINARY 'bb19ae9841076d848b211e438508e6b07431ddc9f28d51459474f4b58c11bf0ca4aa8dd25b07240a01963a0e0dd40b58ccbb401240a829457c8db87a2c622a35' AND `spud_users`.`id` != 66) LIMIT 1
67706
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
67707
+ Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 1.0ms)
67708
+  (0.8ms) ROLLBACK
67709
+  (0.1ms) ROLLBACK
67710
+  (0.1ms) BEGIN
67711
+  (0.1ms) BEGIN
67712
+  (0.2ms) SAVEPOINT active_record_2
67713
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', '88322f393b93a55d7b957c20f52605494fb9fdb4a22acc3ba2517739a1342aab2a01b4967d2a549bc5d24f1214ce6064f751d9e0249da5ac6731ff2d2f7520f3', NULL, NULL, 'john73doe73@email.com', 0, 'John76', NULL, NULL, 'Doe76', NULL, 'john75doe75', 0, 'UHXZaqW37WE6LPq1HzBW', 'Miiw6Ng9fAxdtoqRFFDt', 'f631e0ebef2e4f2dc12ed5ce5f888f31e17a7f6c189ec29384b8be12d98bb9ec0cde3e407890fab36e05462e35a383ee2c810047c941af51d6b412518a3bc2a2', 'k3cF76', NULL, NULL, '2012-08-30 12:30:56')
67714
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67715
+  (0.1ms) SAVEPOINT active_record_2
67716
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:56', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'Hu1lmPoVCPNEWZexH0OJ', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 67
67717
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67718
+ Processing by Spud::UsersController#save_setting as HTML
67719
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 67 LIMIT 1
67720
+  (0.1ms) SAVEPOINT active_record_2
67721
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'Ab0oNA3O5fnvj3m9y6', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 67
67722
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67723
+ Completed 500 Internal Server Error in 4ms (Views: 0.3ms | ActiveRecord: 0.7ms)
67724
+  (1.1ms) ROLLBACK
67725
+  (0.1ms) ROLLBACK
67726
+  (0.0ms) BEGIN
67727
+  (0.0ms) BEGIN
67728
+  (0.1ms) SAVEPOINT active_record_2
67729
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', '403b56cf5da9480fbf6e04e17466c68900586d754f719aa07c750e609efba30a62b3b0c97ca21070b54abe545976b5c0988249d69ae9f51a4d8db6ff20f50a7b', NULL, NULL, 'john74doe74@email.com', 0, 'John77', NULL, NULL, 'Doe77', NULL, 'john76doe76', 0, '3F0JbDxyzYH4VPBKGnn', 'oWxHt6aINqREhbbSADuH', '60f65f2116ac5a5a0c5fbb9ebcffb0c2715b6159b7b4bb9a2edb1c420d8ac0923feab1e8a02e780a65cb19b05d7dbcfccd70620c5f199a84eebfcf365bac9e4d', 'k3cF77', NULL, NULL, '2012-08-30 12:30:56')
67730
+  (0.0ms) RELEASE SAVEPOINT active_record_2
67731
+  (0.1ms) SAVEPOINT active_record_2
67732
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-08-30 12:30:56', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'WFrxPJv30BEIPjtuOZCv', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 68
67733
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67734
+ Processing by Spud::UsersController#save_setting as HTML
67735
+ Parameters: {"key"=>"test", "value"=>"testval"}
67736
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 68 LIMIT 1
67737
+  (0.1ms) SAVEPOINT active_record_2
67738
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'gLejdwIx6mhyF7DXuCi', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 68
67739
+  (0.0ms) RELEASE SAVEPOINT active_record_2
67740
+ 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
67741
+  (0.1ms) SAVEPOINT active_record_2
67742
+ SpudUserSetting Exists (0.2ms) 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
67743
+ SQL (0.1ms) INSERT INTO `spud_user_settings` (`created_at`, `key`, `spud_user_id`, `updated_at`, `value`) VALUES ('2012-08-30 12:30:56', 'test', 68, '2012-08-30 12:30:56', 'testval')
67744
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67745
+ Completed 200 OK in 7ms (Views: 0.3ms | ActiveRecord: 1.4ms)
67746
+  (0.4ms) ROLLBACK
67747
+  (0.0ms) ROLLBACK
67748
+  (0.0ms) BEGIN
67749
+  (0.1ms) BEGIN
67750
+  (0.1ms) ROLLBACK
67751
+  (0.0ms) ROLLBACK
67752
+  (0.0ms) BEGIN
67753
+  (0.1ms) BEGIN
67754
+  (0.0ms) ROLLBACK
67755
+  (0.1ms) ROLLBACK
67756
+  (0.0ms) BEGIN
67757
+  (0.1ms) BEGIN
67758
+  (0.1ms) ROLLBACK
67759
+  (0.0ms) ROLLBACK
67760
+  (0.0ms) BEGIN
67761
+  (0.1ms) BEGIN
67762
+  (0.0ms) ROLLBACK
67763
+  (0.0ms) ROLLBACK
67764
+  (0.0ms) BEGIN
67765
+  (0.0ms) BEGIN
67766
+  (0.0ms) ROLLBACK
67767
+  (0.0ms) ROLLBACK
67768
+  (0.0ms) BEGIN
67769
+  (0.0ms) BEGIN
67770
+  (0.2ms) ROLLBACK
67771
+  (0.1ms) ROLLBACK
67772
+  (0.1ms) BEGIN
67773
+  (0.1ms) BEGIN
67774
+  (0.1ms) ROLLBACK
67775
+  (0.1ms) ROLLBACK
67776
+  (0.1ms) BEGIN
67777
+  (0.1ms) BEGIN
67778
+  (0.2ms) ROLLBACK
67779
+  (0.1ms) ROLLBACK
67780
+  (0.1ms) BEGIN
67781
+  (0.0ms) BEGIN
67782
+  (0.2ms) ROLLBACK
67783
+  (0.1ms) ROLLBACK
67784
+  (0.0ms) BEGIN
67785
+  (0.0ms) BEGIN
67786
+  (0.1ms) ROLLBACK
67787
+  (0.1ms) ROLLBACK
67788
+  (0.0ms) BEGIN
67789
+  (0.0ms) BEGIN
67790
+  (0.1ms) ROLLBACK
67791
+  (0.0ms) ROLLBACK
67792
+  (0.0ms) BEGIN
67793
+  (0.0ms) BEGIN
67794
+  (0.1ms) ROLLBACK
67795
+  (0.0ms) ROLLBACK
67796
+  (0.0ms) BEGIN
67797
+  (0.0ms) BEGIN
67798
+  (0.1ms) ROLLBACK
67799
+  (0.1ms) ROLLBACK
67800
+  (0.0ms) BEGIN
67801
+  (0.0ms) BEGIN
67802
+  (0.1ms) SAVEPOINT active_record_2
67803
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john75doe75@email.com' LIMIT 1
67804
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john77doe77' LIMIT 1
67805
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '4f1f5e1d9ebe97226bc932d0277fe1d5f82c32b22bf9eb160691ac5751cb109cce121cb730124779b800ad5987f49d710ead59dd87ca7f16bf0d5d22e2f71648' LIMIT 1
67806
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF78' LIMIT 1
67807
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 68 LIMIT 1
67808
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', '9d9db163c48430a7dd7a93410878894029b91be5baec06fefa48f0be7cdfd81deed9a6528fd66be58e7b3a00f4efeb5f3f545db360acded8fe2432d1bd0579f2', '2012-08-30 12:30:56', '0.0.0.0', 'john75doe75@email.com', 0, 'John78', NULL, NULL, 'Doe78', '2012-08-30 12:30:56', 'john77doe77', 1, 'bO064euue5Kq7gUZJ8', 'IsULjqTvOp7hCYPZJ', '4f1f5e1d9ebe97226bc932d0277fe1d5f82c32b22bf9eb160691ac5751cb109cce121cb730124779b800ad5987f49d710ead59dd87ca7f16bf0d5d22e2f71648', 'k3cF78', NULL, NULL, '2012-08-30 12:30:56')
67809
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67810
+  (1.0ms) ROLLBACK
67811
+  (0.0ms) ROLLBACK
67812
+  (0.0ms) BEGIN
67813
+  (0.0ms) BEGIN
67814
+  (0.1ms) SAVEPOINT active_record_2
67815
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john76doe76@email.com' LIMIT 1
67816
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john78doe78' LIMIT 1
67817
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'eeb2be302efa98632815234be745daa32b8bbc69941afb496ad1d2156b9b239490042d32d4de78c126735c785c734ad4a3de54f0570d5162473ee68c183ec38a' LIMIT 1
67818
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF79' LIMIT 1
67819
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = '4f1f5e1d9ebe97226bc932d0277fe1d5f82c32b22bf9eb160691ac5751cb109cce121cb730124779b800ad5987f49d710ead59dd87ca7f16bf0d5d22e2f71648' LIMIT 1
67820
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = '4f1f5e1d9ebe97226bc932d0277fe1d5f82c32b22bf9eb160691ac5751cb109cce121cb730124779b800ad5987f49d710ead59dd87ca7f16bf0d5d22e2f71648' LIMIT 1
67821
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', 'd70366fc4296527899826a09897da208ab3536de5e953c3660f66698534ae24c29b46dfbcfab9ae5ec080c185f212e6ae71c65aa6c3df97135ea02541954de30', '2012-08-30 12:30:56', '0.0.0.0', 'john76doe76@email.com', 0, 'John79', NULL, NULL, 'Doe79', '2012-08-30 12:30:56', 'john78doe78', 1, 'KnalUNiqq9rgkI7ahsTt', 'rP3Mxew42lioS8PCifP', 'eeb2be302efa98632815234be745daa32b8bbc69941afb496ad1d2156b9b239490042d32d4de78c126735c785c734ad4a3de54f0570d5162473ee68c183ec38a', 'k3cF79', NULL, NULL, '2012-08-30 12:30:56')
67822
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67823
+  (0.4ms) ROLLBACK
67824
+  (0.0ms) ROLLBACK
67825
+  (0.0ms) BEGIN
67826
+  (0.0ms) BEGIN
67827
+  (0.1ms) SAVEPOINT active_record_2
67828
+ SpudUser Exists (0.3ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john77doe77@email.com' LIMIT 1
67829
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john79doe79' LIMIT 1
67830
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '04571157fb8774a2a3f06ca0aa01954b93d4e35c0e9f728f7858716af15c6d007a5830d1b7840974eca78c32ab0112367a3af2307aec081bb576ee2ad3294c53' LIMIT 1
67831
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF80' LIMIT 1
67832
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = 'eeb2be302efa98632815234be745daa32b8bbc69941afb496ad1d2156b9b239490042d32d4de78c126735c785c734ad4a3de54f0570d5162473ee68c183ec38a' LIMIT 1
67833
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = 'eeb2be302efa98632815234be745daa32b8bbc69941afb496ad1d2156b9b239490042d32d4de78c126735c785c734ad4a3de54f0570d5162473ee68c183ec38a' LIMIT 1
67834
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', 'e2076d831aa47d57371f2a40953c01e13b201dbe91d10db9f326ef0e86e3219154fdf6dd920803dc9c6506440bee390e034d2dac8538eeb40e78ae41c8e6c9e1', '2012-08-30 12:30:56', '0.0.0.0', 'john77doe77@email.com', 0, 'John80', NULL, NULL, 'Doe80', '2012-08-30 12:30:56', 'john79doe79', 1, 'YWuG9XZ95om6CslvUwjN', '3u7cEifMM6kQ6CnUhU3W', '04571157fb8774a2a3f06ca0aa01954b93d4e35c0e9f728f7858716af15c6d007a5830d1b7840974eca78c32ab0112367a3af2307aec081bb576ee2ad3294c53', 'k3cF80', NULL, NULL, '2012-08-30 12:30:56')
67835
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67836
+  (0.3ms) ROLLBACK
67837
+  (0.0ms) ROLLBACK
67838
+  (0.1ms) BEGIN
67839
+  (0.0ms) BEGIN
67840
+  (0.1ms) SAVEPOINT active_record_2
67841
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john78doe78@email.com' LIMIT 1
67842
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john80doe80' LIMIT 1
67843
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'a551842df544da5717e39225dfca226cdbefd9a7df5e24885a0c1c2a40be671439cfcdf248265bc33fdb141d7bdabe47eb562b767b88f3c3843eca999bf1a847' LIMIT 1
67844
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF81' LIMIT 1
67845
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = '04571157fb8774a2a3f06ca0aa01954b93d4e35c0e9f728f7858716af15c6d007a5830d1b7840974eca78c32ab0112367a3af2307aec081bb576ee2ad3294c53' LIMIT 1
67846
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = '04571157fb8774a2a3f06ca0aa01954b93d4e35c0e9f728f7858716af15c6d007a5830d1b7840974eca78c32ab0112367a3af2307aec081bb576ee2ad3294c53' LIMIT 1
67847
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', '6fd682eb668458c632200127ed34ab1958d9a8af2b9fa407e6d9292e7b8e82e7aac9de9fd83b4b1ee7ad449f3411cfce8e2ee6ae067474eadf84dd804412a358', '2012-08-30 12:30:56', '0.0.0.0', 'john78doe78@email.com', 0, 'John81', NULL, NULL, 'Doe81', '2012-08-30 12:30:56', 'john80doe80', 1, 'pYD3jurt7UEgiOCLhdOI', 'OKjmWFqsyH6ODUCJf96G', 'a551842df544da5717e39225dfca226cdbefd9a7df5e24885a0c1c2a40be671439cfcdf248265bc33fdb141d7bdabe47eb562b767b88f3c3843eca999bf1a847', 'k3cF81', NULL, NULL, '2012-08-30 12:30:56')
67848
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67849
+  (0.4ms) ROLLBACK
67850
+  (0.1ms) ROLLBACK
67851
+  (0.0ms) BEGIN
67852
+  (0.0ms) BEGIN
67853
+  (0.1ms) SAVEPOINT active_record_2
67854
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john79doe79@email.com' LIMIT 1
67855
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john81doe81' LIMIT 1
67856
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '9406f90181655242227818dc8bd63511ee6044bbd8dbfd0802c1911026b2f8dfdfd0c0ef13383e26970e72652186fbf4e43ad93dd3e92b212036aa27e4d3c86d' LIMIT 1
67857
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF82' LIMIT 1
67858
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = 'a551842df544da5717e39225dfca226cdbefd9a7df5e24885a0c1c2a40be671439cfcdf248265bc33fdb141d7bdabe47eb562b767b88f3c3843eca999bf1a847' LIMIT 1
67859
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = 'a551842df544da5717e39225dfca226cdbefd9a7df5e24885a0c1c2a40be671439cfcdf248265bc33fdb141d7bdabe47eb562b767b88f3c3843eca999bf1a847' LIMIT 1
67860
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', '4e4b9aa86a0057eb970cab1454be47816f782d709d595ab1c3d2c07566eacc0f194a817859ecd0c29576426b7f237e37bf525aaedd1950d4bd02225716f93630', '2012-08-30 12:30:56', '0.0.0.0', 'john79doe79@email.com', 0, 'John82', NULL, NULL, 'Doe82', '2012-08-30 12:30:56', 'john81doe81', 1, '2FXso5sYiupFvtYD1Zpl', 'P9IADiPbRbZ8xrIkh5Wd', '9406f90181655242227818dc8bd63511ee6044bbd8dbfd0802c1911026b2f8dfdfd0c0ef13383e26970e72652186fbf4e43ad93dd3e92b212036aa27e4d3c86d', 'k3cF82', NULL, NULL, '2012-08-30 12:30:56')
67861
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67862
+  (0.3ms) ROLLBACK
67863
+  (0.0ms) ROLLBACK
67864
+  (0.0ms) BEGIN
67865
+  (0.0ms) BEGIN
67866
+  (0.2ms) SAVEPOINT active_record_2
67867
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john80doe80@email.com' LIMIT 1
67868
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john82doe82' LIMIT 1
67869
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '67b1dd91558fb9402b8fe643311c2afc52d4d38ba3fcaf918b55c3f2f497bcaf036f8c0b5e447670aa32f5198619aa56807e25a2e0238e820c1aa7d2acf64721' LIMIT 1
67870
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF83' LIMIT 1
67871
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = '9406f90181655242227818dc8bd63511ee6044bbd8dbfd0802c1911026b2f8dfdfd0c0ef13383e26970e72652186fbf4e43ad93dd3e92b212036aa27e4d3c86d' LIMIT 1
67872
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`persistence_token` = '9406f90181655242227818dc8bd63511ee6044bbd8dbfd0802c1911026b2f8dfdfd0c0ef13383e26970e72652186fbf4e43ad93dd3e92b212036aa27e4d3c86d' LIMIT 1
67873
+ SQL (0.4ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', 'c1fff98fd235253e69e51ad7029d20b1d83ecd794f98e23c73a4f06e658781349206af2b46f2981cfa766dc64ec7235aee8a7fcfd64fd0e86ad7f8ba97139170', '2012-08-30 12:30:56', '0.0.0.0', 'john80doe80@email.com', 0, 'John83', NULL, NULL, 'Doe83', '2012-08-30 12:30:56', 'john82doe82', 1, 'lVti7ZVWaQp5UYAD1O', 'zwuOoEbTtxnKtrt0ISr', '67b1dd91558fb9402b8fe643311c2afc52d4d38ba3fcaf918b55c3f2f497bcaf036f8c0b5e447670aa32f5198619aa56807e25a2e0238e820c1aa7d2acf64721', 'k3cF83', NULL, NULL, '2012-08-30 12:30:56')
67874
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67875
+  (0.6ms) ROLLBACK
67876
+  (0.0ms) ROLLBACK
67877
+  (0.0ms) BEGIN
67878
+  (0.0ms) BEGIN
67879
+  (0.1ms) SAVEPOINT active_record_2
67880
+ SpudUser Exists (0.4ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john81doe81@email.com' LIMIT 1
67881
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john83doe83' LIMIT 1
67882
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '4a3856228825a1b9ba01df0ed8301f10bf54de0b4d4127b27f94cf84002ff3f0948863210dcc1daf6f2542c882a886b86d3f8be2f76b4bafe709d53a84be32a0' LIMIT 1
67883
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF84' LIMIT 1
67884
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', 'bdf9b08eab9e7d6d7df1d9499602da623795afbd058e283801e89966704312a64a8544ae1774622a9f8d801c546738fbdd31ad0bdc219829206a16b6452a1f31', '2012-08-30 12:30:56', '0.0.0.0', 'john81doe81@email.com', 0, 'John84', NULL, NULL, 'Doe84', '2012-08-30 12:30:56', 'john83doe83', 1, 'Ri86skZr26Rmmwyd88n', 'KjCj9nU5XcfwlS5WgXZ', '4a3856228825a1b9ba01df0ed8301f10bf54de0b4d4127b27f94cf84002ff3f0948863210dcc1daf6f2542c882a886b86d3f8be2f76b4bafe709d53a84be32a0', 'k3cF84', NULL, NULL, '2012-08-30 12:30:56')
67885
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67886
+  (0.1ms) SAVEPOINT active_record_2
67887
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 12:30:56', `current_login_at` = '2012-08-30 12:30:56', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'YfYh4Qhskkoqgb2F8MU', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 75
67888
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67889
+  (0.4ms) ROLLBACK
67890
+  (0.0ms) ROLLBACK
67891
+  (0.0ms) BEGIN
67892
+  (0.0ms) BEGIN
67893
+  (0.1ms) SAVEPOINT active_record_2
67894
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john82doe82@email.com' LIMIT 1
67895
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john84doe84' LIMIT 1
67896
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '2f8b202fc824a0b6f2b85b94bded1a5a3e56866e9262e5a80b90fb8ea16a29766fa7ffea56a9a53872b88887c18063ce31aae00b0bd5a654414ec4645d3867f4' LIMIT 1
67897
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF85' LIMIT 1
67898
+ SQL (0.2ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', '30f6ec6392ae4ff400957ff1924431e9a6c8d4cbc4209c815676a742bd51ede0b4de5ac072caa37470a15ac90b3377fc65b5bc292d79019280edcef23f73d7b0', '2012-08-30 12:30:56', '0.0.0.0', 'john82doe82@email.com', 0, 'John85', NULL, NULL, 'Doe85', '2012-08-30 12:30:56', 'john84doe84', 1, 'INRvb0108EQMzjqvULwv', 'KMe2DjA77xJUAAj2FKFx', '2f8b202fc824a0b6f2b85b94bded1a5a3e56866e9262e5a80b90fb8ea16a29766fa7ffea56a9a53872b88887c18063ce31aae00b0bd5a654414ec4645d3867f4', 'k3cF85', NULL, NULL, '2012-08-30 12:30:56')
67899
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67900
+  (0.1ms) SAVEPOINT active_record_2
67901
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 12:30:56', `current_login_at` = '2012-08-30 12:30:56', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'KOmp7LYPWLQEgexbIU0k', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 76
67902
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67903
+  (0.6ms) ROLLBACK
67904
+  (0.0ms) ROLLBACK
67905
+  (0.0ms) BEGIN
67906
+  (0.0ms) BEGIN
67907
+  (0.1ms) SAVEPOINT active_record_2
67908
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john83doe83@email.com' LIMIT 1
67909
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john85doe85' LIMIT 1
67910
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'c6f05c936c332777bfa734ece46fe32170b8eefec06e726dc6d8eeb97a9b7b934d16c1c55bcdf559e903215caabd4bd75f7afe6a80dc0c19f10117cd2e818452' LIMIT 1
67911
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF86' LIMIT 1
67912
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', 'c47b8b025503a218b44938dd234bdb4a22b5b2eafaf017494b55fa840073670a9019b168fd9d800b4d456f11510e4470824491e9259aa39ff029226fb20ed335', '2012-08-30 12:30:56', '0.0.0.0', 'john83doe83@email.com', 0, 'John86', NULL, NULL, 'Doe86', '2012-08-30 12:30:56', 'john85doe85', 1, 'x0vLtKvOKICKjAQRsuDX', 'BjfMykSBv2p083rtmC1', 'c6f05c936c332777bfa734ece46fe32170b8eefec06e726dc6d8eeb97a9b7b934d16c1c55bcdf559e903215caabd4bd75f7afe6a80dc0c19f10117cd2e818452', 'k3cF86', NULL, NULL, '2012-08-30 12:30:56')
67913
+  (0.0ms) RELEASE SAVEPOINT active_record_2
67914
+  (0.0ms) SAVEPOINT active_record_2
67915
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 12:30:56', `current_login_at` = '2012-08-30 12:30:56', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'oj5gxNfhPDXMtQnGKlN', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 77
67916
+  (0.0ms) RELEASE SAVEPOINT active_record_2
67917
+  (0.3ms) ROLLBACK
67918
+  (0.0ms) ROLLBACK
67919
+  (0.0ms) BEGIN
67920
+  (0.0ms) BEGIN
67921
+  (0.2ms) SAVEPOINT active_record_2
67922
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john84doe84@email.com' LIMIT 1
67923
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john86doe86' LIMIT 1
67924
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '8aa2e8d51061991405f9e803e51534149371243758e639abc1d39a0f7e5eb61179004c4aeb7055afecc1899c13b5dc6a93f554dc702a901c1127c762376d53f8' LIMIT 1
67925
+ SpudUser Exists (0.1ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF87' LIMIT 1
67926
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', '32b07d986cbfb999648aed54f27066ffa917f9ee0444f6fc1a26dba22bb4809e2a901393127a78a56aab982f33d9499c2644759a676e6ca7e6e7216ae73e94f5', '2012-08-30 12:30:56', '0.0.0.0', 'john84doe84@email.com', 0, 'John87', NULL, NULL, 'Doe87', '2012-08-30 12:30:56', 'john86doe86', 1, 'dzP98a903hfr2TSarHr', 'SJj1jzZrLVfWVTqIbEs', '8aa2e8d51061991405f9e803e51534149371243758e639abc1d39a0f7e5eb61179004c4aeb7055afecc1899c13b5dc6a93f554dc702a901c1127c762376d53f8', 'k3cF87', NULL, NULL, '2012-08-30 12:30:56')
67927
+  (0.2ms) RELEASE SAVEPOINT active_record_2
67928
+  (0.1ms) SAVEPOINT active_record_2
67929
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 12:30:56', `current_login_at` = '2012-08-30 12:30:56', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'ietE9Zl1hiWRTLM2LxV', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 78
67930
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67931
+  (0.5ms) ROLLBACK
67932
+  (0.0ms) ROLLBACK
67933
+  (0.0ms) BEGIN
67934
+  (0.0ms) BEGIN
67935
+  (0.1ms) SAVEPOINT active_record_2
67936
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`email` = 'john85doe85@email.com' LIMIT 1
67937
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`login` = 'john87doe87' LIMIT 1
67938
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'b17aada48d3ffec3b77d861e17f477883bc503df7341bee1eb79d6398f733194b91f5542a6940551cbe0867e1ea540deb4bafdfcff23483fc4e903c74765d901' LIMIT 1
67939
+ SpudUser Exists (0.2ms) SELECT 1 AS one FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF88' LIMIT 1
67940
+ SQL (0.3ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `time_zone`, `updated_at`) VALUES ('2012-08-30 12:30:56', 'cca8cd035b3e1f3aa0000d493051665da128ce470b986c50ef05b4c0bb65470175898258961a6276e081724c81b943905a7a78983e2ddc0b046857a7374a1b49', '2012-08-30 12:30:56', '0.0.0.0', 'john85doe85@email.com', 0, 'John88', NULL, NULL, 'Doe88', '2012-08-30 12:30:56', 'john87doe87', 1, 'LCkzAGPc7nxbcUzJXxWF', 'WP3qBYfVoLVzkCJirH9V', 'b17aada48d3ffec3b77d861e17f477883bc503df7341bee1eb79d6398f733194b91f5542a6940551cbe0867e1ea540deb4bafdfcff23483fc4e903c74765d901', 'k3cF88', NULL, NULL, '2012-08-30 12:30:56')
67941
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67942
+  (0.2ms) SAVEPOINT active_record_2
67943
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-08-30 12:30:56', `current_login_at` = '2012-08-30 12:30:56', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-08-30 12:30:56', `perishable_token` = 'kuUBeUklRWXmR9ksLd3', `updated_at` = '2012-08-30 12:30:56' WHERE `spud_users`.`id` = 79
67944
+  (0.1ms) RELEASE SAVEPOINT active_record_2
67945
+  (0.4ms) ROLLBACK
67946
+  (0.0ms) ROLLBACK
67947
+  (0.0ms) BEGIN
67948
+  (0.0ms) BEGIN
67949
+  (0.0ms) ROLLBACK
67950
+  (0.0ms) ROLLBACK
67951
+  (0.0ms) BEGIN
67952
+  (0.0ms) BEGIN
67953
+  (0.0ms) ROLLBACK
67954
+  (0.0ms) ROLLBACK
67955
+  (0.0ms) BEGIN
67956
+  (0.0ms) BEGIN
67957
+  (0.0ms) ROLLBACK
67958
+  (0.0ms) ROLLBACK
67959
+  (0.1ms) BEGIN
67960
+  (0.0ms) BEGIN
67961
+  (0.0ms) ROLLBACK
67962
+  (0.1ms) ROLLBACK
67963
+  (0.1ms) BEGIN
67964
+  (0.1ms) BEGIN
67965
+  (0.1ms) ROLLBACK
67966
+  (0.0ms) ROLLBACK
67967
+  (0.0ms) BEGIN
67968
+  (0.0ms) BEGIN
67969
+  (0.1ms) ROLLBACK
67970
+  (0.0ms) ROLLBACK
67971
+  (0.0ms) BEGIN
67972
+  (0.0ms) BEGIN
67973
+  (0.1ms) ROLLBACK
67974
+  (0.1ms) ROLLBACK
67975
+  (0.0ms) BEGIN
67976
+  (0.0ms) BEGIN
67977
+  (0.1ms) ROLLBACK
67978
+  (0.1ms) ROLLBACK