spud_core 0.7.2 → 0.7.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13788,3 +13788,2916 @@ Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.1ms)
13788
13788
   (0.0ms) BEGIN
13789
13789
   (0.1ms) ROLLBACK
13790
13790
   (0.0ms) ROLLBACK
13791
+  (0.5ms) SELECT @@FOREIGN_KEY_CHECKS
13792
+  (0.4ms) SET FOREIGN_KEY_CHECKS = 0
13793
+  (11.0ms) SELECT DATABASE() as db
13794
+  (3.4ms) select table_name from information_schema.views where table_schema = 'spud_core_test'
13795
+  (49.2ms) TRUNCATE TABLE `spud_admin_permissions`;
13796
+  (2.3ms) TRUNCATE TABLE `spud_users`;
13797
+  (0.3ms) SET FOREIGN_KEY_CHECKS = 1
13798
+  (0.3ms) BEGIN
13799
+  (0.2ms) BEGIN
13800
+  (0.3ms) SAVEPOINT active_record_2
13801
+ SpudUser Exists (0.8ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john1doe1@email.com' LIMIT 1
13802
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john1doe1' LIMIT 1
13803
+ SpudUser Exists (0.5ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '2a73d06a6cbeb39f58b468db3a2cbfe9996deecda1d58edae7b0b7a54291ddfa94f51fe2261edce2369234c46742def788330515744b8571cca0036ece1c2ec3' LIMIT 1
13804
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF1' LIMIT 1
13805
+ SQL (0.7ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:48:43', 'ad9eb2016375dcbf85422441f8e24e4f71beb949cbea5f88676555602e82b0567c5f4d2c8730b7c57ca90b68823b187e9f7717e05dacffbee7d6af30cd38bd1d', '2012-03-15 12:48:43', '0.0.0.0', 'john1doe1@email.com', 0, 'John1', NULL, NULL, 'Doe1', '2012-03-15 12:48:43', 'john1doe1', 1, 'AD4znvESjTgVRDliCdp', 'Dfrix5BP9dbEUwVrzp', '2a73d06a6cbeb39f58b468db3a2cbfe9996deecda1d58edae7b0b7a54291ddfa94f51fe2261edce2369234c46742def788330515744b8571cca0036ece1c2ec3', 'k3cF1', NULL, '2012-03-15 12:48:43')
13806
+  (0.3ms) RELEASE SAVEPOINT active_record_2
13807
+  (0.3ms) SAVEPOINT active_record_2
13808
+  (0.6ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-03-15 12:48:43', `current_login_at` = '2012-03-15 12:48:43', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:43', `perishable_token` = '6wQuenm4vlk1UDH3Ibx8', `updated_at` = '2012-03-15 12:48:43' WHERE `spud_users`.`id` = 1
13809
+  (0.3ms) RELEASE SAVEPOINT active_record_2
13810
+  (0.3ms) SAVEPOINT active_record_2
13811
+  (0.4ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'qjihw0AsFCKUZfbn2N4', `updated_at` = '2012-03-15 12:48:43' WHERE `spud_users`.`id` = 1
13812
+  (0.1ms) RELEASE SAVEPOINT active_record_2
13813
+ Processing by TestController#index as HTML
13814
+ SpudUser Load (0.8ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 1 LIMIT 1
13815
+  (0.3ms) SAVEPOINT active_record_2
13816
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:43', `perishable_token` = 'taCe8wB1BFTplaSsLfKF', `updated_at` = '2012-03-15 12:48:43' WHERE `spud_users`.`id` = 1
13817
+  (0.3ms) RELEASE SAVEPOINT active_record_2
13818
+ Rendered text template (0.0ms)
13819
+ Completed 200 OK in 84ms (Views: 43.1ms | ActiveRecord: 1.9ms)
13820
+  (1.2ms) ROLLBACK
13821
+  (0.1ms) ROLLBACK
13822
+  (0.2ms) BEGIN
13823
+  (0.2ms) BEGIN
13824
+  (0.3ms) SAVEPOINT active_record_2
13825
+ SpudUser Exists (0.6ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john2doe2@email.com' LIMIT 1
13826
+ SpudUser Exists (0.5ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john2doe2' LIMIT 1
13827
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '62f8468ef1c94bd73e6439931b6be13f64c484f691dff32fa3533f5499081cee846a871cd4f23336c64bd57e15907e9fcfc40ceec7cfe57955327106cf162940' LIMIT 1
13828
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF2' LIMIT 1
13829
+ SQL (0.5ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:48:44', 'f8b59d6bd2d63bdf784eb4aff7b797ff1087b1b372a82dd0acf6c84a3da6e9af9b5fc5f80f34e8fdc8efb3bfa3d8ad897bd251c83ed95525525e9a48c927e91d', '2012-03-15 12:48:44', '0.0.0.0', 'john2doe2@email.com', 0, 'John2', NULL, NULL, 'Doe2', '2012-03-15 12:48:44', 'john2doe2', 1, 'n26BFd13JTL2ogMZtdhM', 'YfGzyfDnyRK31QGTRUY', '62f8468ef1c94bd73e6439931b6be13f64c484f691dff32fa3533f5499081cee846a871cd4f23336c64bd57e15907e9fcfc40ceec7cfe57955327106cf162940', 'k3cF2', NULL, '2012-03-15 12:48:44')
13830
+  (0.3ms) RELEASE SAVEPOINT active_record_2
13831
+  (0.3ms) SAVEPOINT active_record_2
13832
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-03-15 12:48:44', `current_login_at` = '2012-03-15 12:48:44', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'D56UlmC3sgtGatveeO4D', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 2
13833
+  (0.1ms) RELEASE SAVEPOINT active_record_2
13834
+  (0.2ms) SAVEPOINT active_record_2
13835
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `updated_at`, `user_id`) VALUES (1, '2012-03-15 12:48:44', 'pages', '2012-03-15 12:48:44', 2)
13836
+  (0.1ms) RELEASE SAVEPOINT active_record_2
13837
+ Processing by TestController#index as HTML
13838
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 2 LIMIT 1
13839
+  (0.2ms) SAVEPOINT active_record_2
13840
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'RWEVD9i9JHKbrCkH7ag', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 2
13841
+  (0.2ms) RELEASE SAVEPOINT active_record_2
13842
+ SpudAdminPermission Load (0.3ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 2 AND `spud_admin_permissions`.`access` = 1
13843
+ Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 1.6ms)
13844
+  (0.6ms) ROLLBACK
13845
+  (0.1ms) ROLLBACK
13846
+  (0.0ms) BEGIN
13847
+  (0.0ms) BEGIN
13848
+  (0.1ms) SAVEPOINT active_record_2
13849
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john3doe3@email.com' LIMIT 1
13850
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john3doe3' LIMIT 1
13851
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'c60129096c0fee06be1ba654300b9ba00fa54ee2b1a873c30561b085639182a35fab33830e60df5cc2d6b4a06d1569d694a499a6c3ed9132bf7504d6c92204b1' LIMIT 1
13852
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF3' LIMIT 1
13853
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', '1fff001e69072bd40296298768aee4605420c7b51c914c16035d38b80e1384fc80569474d6dcd8985f8c82c73d91b793e74328b8cb6f6997a0418624710192f7', '2012-03-15 12:48:44', '0.0.0.0', 'john3doe3@email.com', 0, 'John3', NULL, NULL, 'Doe3', '2012-03-15 12:48:44', 'john3doe3', 1, 'TdpyuoJpr0CckSI1GH', 'uuGlVozlJcvkKYFfw3', 'c60129096c0fee06be1ba654300b9ba00fa54ee2b1a873c30561b085639182a35fab33830e60df5cc2d6b4a06d1569d694a499a6c3ed9132bf7504d6c92204b1', 'k3cF3', NULL, '2012-03-15 12:48:44')
13854
+  (0.1ms) RELEASE SAVEPOINT active_record_2
13855
+  (0.1ms) SAVEPOINT active_record_2
13856
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-03-15 12:48:44', `current_login_at` = '2012-03-15 12:48:44', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'C7W5uWThLsVeVujQNrkR', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 3
13857
+  (0.1ms) RELEASE SAVEPOINT active_record_2
13858
+ Processing by TestController#index as HTML
13859
+ Redirected to http://test.host/spud/user_session/new
13860
+ Filter chain halted as :require_admin_user rendered or redirected
13861
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
13862
+  (0.6ms) ROLLBACK
13863
+  (0.0ms) ROLLBACK
13864
+  (0.0ms) BEGIN
13865
+  (0.0ms) BEGIN
13866
+  (0.2ms) SAVEPOINT active_record_2
13867
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john4doe4@email.com' LIMIT 1
13868
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john4doe4' LIMIT 1
13869
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'a35048ac59a264ce78e65709f17a9e147af65db472a1968b79ecd0af524e59ee2f6825177922e5b572be251822d67ad62b3ae3b7edd3705ff436a897e16e3196' LIMIT 1
13870
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF4' LIMIT 1
13871
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', '9578862ef59e22c036cfd77b7874e5dbed69e38d5e38af1d9e6a3d05cf9220cf260a891be1b2cb5939286cdbf0f516acddd37419998c33a1d7adcfd0ae33eba5', '2012-03-15 12:48:44', '0.0.0.0', 'john4doe4@email.com', 0, 'John4', NULL, NULL, 'Doe4', '2012-03-15 12:48:44', 'john4doe4', 1, 'Sz2aTKsAvRVVhvvdgRLp', 'rmFaw3WktKsm5B52XNV', 'a35048ac59a264ce78e65709f17a9e147af65db472a1968b79ecd0af524e59ee2f6825177922e5b572be251822d67ad62b3ae3b7edd3705ff436a897e16e3196', 'k3cF4', NULL, '2012-03-15 12:48:44')
13872
+  (0.1ms) RELEASE SAVEPOINT active_record_2
13873
+  (0.1ms) SAVEPOINT active_record_2
13874
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-03-15 12:48:44', `current_login_at` = '2012-03-15 12:48:44', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'frNXCJtNBQoXanonOkFq', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 4
13875
+  (0.1ms) RELEASE SAVEPOINT active_record_2
13876
+ SpudAdminPermission Load (0.1ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 4
13877
+  (0.1ms) SAVEPOINT active_record_2
13878
+  (0.0ms) RELEASE SAVEPOINT active_record_2
13879
+  (0.0ms) SAVEPOINT active_record_2
13880
+  (0.2ms) UPDATE `spud_users` SET `super_admin` = 0, `perishable_token` = 'b4AYfShfGTbUTSDFaJ91', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 4
13881
+  (0.1ms) RELEASE SAVEPOINT active_record_2
13882
+ Processing by TestController#index as HTML
13883
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 4 LIMIT 1
13884
+  (0.1ms) SAVEPOINT active_record_2
13885
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'aQQa314qyxh0jc1Pb8', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 4
13886
+  (0.1ms) RELEASE SAVEPOINT active_record_2
13887
+ SpudAdminPermission Load (0.2ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 4 AND `spud_admin_permissions`.`access` = 1
13888
+ Redirected to http://test.host/
13889
+ Filter chain halted as :require_admin_user rendered or redirected
13890
+ Completed 302 Found in 4ms (ActiveRecord: 0.8ms)
13891
+  (0.7ms) ROLLBACK
13892
+  (0.1ms) ROLLBACK
13893
+  (0.1ms) BEGIN
13894
+  (0.2ms) BEGIN
13895
+  (0.3ms) SAVEPOINT active_record_2
13896
+ SpudUser Exists (0.6ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john5doe5@email.com' LIMIT 1
13897
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john5doe5' LIMIT 1
13898
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'ac8d64af6aa932bbacf2077a52bbe9ff0b7366b667b0f6d2608301a879ce930656481b4f550cabafa2007991062b49ff2cc41864307086713e149379651ff213' LIMIT 1
13899
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF5' LIMIT 1
13900
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', '1f594520c83eeae85049a11bd6e76d1a1814e11ed98614ace2a295a04478247d0e40a780c7eca9301cf0f0f46f59654070c73a1cbee557d9633a5ca321613118', '2012-03-15 12:48:44', '0.0.0.0', 'john5doe5@email.com', 0, 'John5', NULL, NULL, 'Doe5', '2012-03-15 12:48:44', 'john5doe5', 1, 'SKlqCpfoPHwspTRFbZSg', 'O0oqPZILyBrr762THUs', 'ac8d64af6aa932bbacf2077a52bbe9ff0b7366b667b0f6d2608301a879ce930656481b4f550cabafa2007991062b49ff2cc41864307086713e149379651ff213', 'k3cF5', NULL, '2012-03-15 12:48:44')
13901
+  (0.1ms) RELEASE SAVEPOINT active_record_2
13902
+  (0.1ms) SAVEPOINT active_record_2
13903
+  (0.8ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-03-15 12:48:44', `current_login_at` = '2012-03-15 12:48:44', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'bCu14lvW6vgytvaHVXrA', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 5
13904
+  (0.3ms) RELEASE SAVEPOINT active_record_2
13905
+  (0.3ms) SAVEPOINT active_record_2
13906
+  (0.5ms) UPDATE `spud_users` SET `super_admin` = 0, `perishable_token` = '3jmBo0dDeKV0pACYRofu', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 5
13907
+ SQL (0.4ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `updated_at`, `user_id`) VALUES (1, '2012-03-15 12:48:44', 'Blog', '2012-03-15 12:48:44', 5)
13908
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `updated_at`, `user_id`) VALUES (1, '2012-03-15 12:48:44', 'Pages', '2012-03-15 12:48:44', 5)
13909
+  (0.1ms) RELEASE SAVEPOINT active_record_2
13910
+ Processing by Spud::Admin::DashboardController#index as HTML
13911
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 5 LIMIT 1
13912
+  (0.1ms) SAVEPOINT active_record_2
13913
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'mY5cKeWFeRoUB44YYE', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 5
13914
+  (0.1ms) RELEASE SAVEPOINT active_record_2
13915
+ 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
13916
+ Completed 200 OK in 30ms (Views: 25.6ms | ActiveRecord: 1.1ms)
13917
+ SpudAdminPermission Load (0.5ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 5
13918
+  (0.9ms) ROLLBACK
13919
+  (0.1ms) ROLLBACK
13920
+  (0.1ms) BEGIN
13921
+  (0.1ms) BEGIN
13922
+  (0.2ms) SAVEPOINT active_record_2
13923
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john6doe6@email.com' LIMIT 1
13924
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john6doe6' LIMIT 1
13925
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '143e44da441e1ff521701bde0bf9eb1a7c58f56c6b2301d544285b26018420c63cc90cfe0d3ab40d2586a49a2d37de42aa14d61b15de0f75358de0f7bb23c63c' LIMIT 1
13926
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF6' LIMIT 1
13927
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', '57d96271811eaf1de13ded624e94c5c95d550efead119686925233bbf0a00952b7aa71ca8a7cc8b662bc36a92473effeedfdf60d2c84263fed72fa2cc5d9aa06', '2012-03-15 12:48:44', '0.0.0.0', 'john6doe6@email.com', 0, 'John6', NULL, NULL, 'Doe6', '2012-03-15 12:48:44', 'john6doe6', 1, 'n2nDYvsMSdvCNUHrKZS', 'ddEHZoYRisu76bwho8O', '143e44da441e1ff521701bde0bf9eb1a7c58f56c6b2301d544285b26018420c63cc90cfe0d3ab40d2586a49a2d37de42aa14d61b15de0f75358de0f7bb23c63c', 'k3cF6', NULL, '2012-03-15 12:48:44')
13928
+  (0.2ms) RELEASE SAVEPOINT active_record_2
13929
+  (0.1ms) SAVEPOINT active_record_2
13930
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-03-15 12:48:44', `current_login_at` = '2012-03-15 12:48:44', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'uP7rtRJvRk054oxil1m', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 6
13931
+  (0.1ms) RELEASE SAVEPOINT active_record_2
13932
+  (0.1ms) SAVEPOINT active_record_2
13933
+  (0.2ms) UPDATE `spud_users` SET `super_admin` = 0, `perishable_token` = 'InwO2aihhyemBKy3', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 6
13934
+ SQL (0.2ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `updated_at`, `user_id`) VALUES (1, '2012-03-15 12:48:44', 'Blog', '2012-03-15 12:48:44', 6)
13935
+ SQL (0.2ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `updated_at`, `user_id`) VALUES (1, '2012-03-15 12:48:44', 'Pages', '2012-03-15 12:48:44', 6)
13936
+  (0.1ms) RELEASE SAVEPOINT active_record_2
13937
+ Processing by Spud::Admin::DashboardController#index as HTML
13938
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 6 LIMIT 1
13939
+  (0.2ms) SAVEPOINT active_record_2
13940
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = '6f7cOQVxel4VF3FmQCUX', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 6
13941
+  (0.1ms) RELEASE SAVEPOINT active_record_2
13942
+ 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
13943
+ Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 1.1ms)
13944
+  (0.8ms) ROLLBACK
13945
+  (0.1ms) ROLLBACK
13946
+  (0.1ms) BEGIN
13947
+  (0.2ms) BEGIN
13948
+  (0.2ms) SAVEPOINT active_record_2
13949
+ SpudUser Exists (0.6ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john7doe7@email.com' LIMIT 1
13950
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john7doe7' LIMIT 1
13951
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'a48dd35547761384726b2e58b6e8f224693e20535f953e1aff3e991d0ff5488a14bc9ea654583f04cfdd13ab3317e53fcf4269dde81c62bf9809bedd8ffb3c3c' LIMIT 1
13952
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF7' LIMIT 1
13953
+ SQL (0.5ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:48:44', '2fb3672863385155dc54fea8941fdd5bd08246c18f3aaee29ecd078d8ae34bd283c1efbc5900d89ea2305542f66f691b49cba33070bdbab704a1cc2949652608', '2012-03-15 12:48:44', '0.0.0.0', 'john7doe7@email.com', 0, 'John7', NULL, NULL, 'Doe7', '2012-03-15 12:48:44', 'john7doe7', 1, 'dzHGRlv9XaXK8cyArdE8', 'bOZwUfbZLLByYinxkyB', 'a48dd35547761384726b2e58b6e8f224693e20535f953e1aff3e991d0ff5488a14bc9ea654583f04cfdd13ab3317e53fcf4269dde81c62bf9809bedd8ffb3c3c', 'k3cF7', NULL, '2012-03-15 12:48:44')
13954
+  (0.3ms) RELEASE SAVEPOINT active_record_2
13955
+  (0.3ms) SAVEPOINT active_record_2
13956
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-03-15 12:48:44', `current_login_at` = '2012-03-15 12:48:44', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'uGeUTYuoWbuEnBKYVRA', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 7
13957
+  (0.0ms) RELEASE SAVEPOINT active_record_2
13958
+  (0.1ms) SAVEPOINT active_record_2
13959
+  (0.2ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'g17eno7tJZmOe74wr0V', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 7
13960
+ SQL (0.1ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `updated_at`, `user_id`) VALUES (1, '2012-03-15 12:48:44', 'Blog', '2012-03-15 12:48:44', 7)
13961
+  (0.1ms) RELEASE SAVEPOINT active_record_2
13962
+ Processing by Spud::Admin::DashboardController#index as HTML
13963
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 7 LIMIT 1
13964
+  (0.1ms) SAVEPOINT active_record_2
13965
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'QyTP6BkCjBRpcqwdC2r', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 7
13966
+  (0.1ms) RELEASE SAVEPOINT active_record_2
13967
+ 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
13968
+ Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.8ms)
13969
+  (0.7ms) ROLLBACK
13970
+  (0.1ms) ROLLBACK
13971
+  (0.1ms) BEGIN
13972
+  (0.0ms) BEGIN
13973
+  (0.1ms) SAVEPOINT active_record_2
13974
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', '0b0a84ec9b4562632129843820e35d5a550c27e0df01fe9f1ae523f336948f24146de15a01ce3f40af257b6fad661811296064c6966a2a21de3d28ac9120e2f6', NULL, NULL, 'john8doe8@email.com', 0, 'John8', NULL, NULL, 'Doe8', NULL, 'john8doe8', 0, 'QdAS1VtzbBTx3OH0HVM', 'uCyivGd9DIOIhZIefFH', 'c07119eb9c20200addce0468826b5cb5539c7b96333d7461f38ae402e1fd9ba8c15a89f9b829c53c1360b2e1722b8ed4bde4bcc508d70737a2c4a3e15e4cbbe5', 'k3cF8', 1, '2012-03-15 12:48:44')
13975
+  (0.1ms) RELEASE SAVEPOINT active_record_2
13976
+  (0.1ms) SAVEPOINT active_record_2
13977
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:48:44', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'xq7JyvdD8n4GBzSkSJX', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 8
13978
+  (0.1ms) RELEASE SAVEPOINT active_record_2
13979
+  (0.1ms) SAVEPOINT active_record_2
13980
+ SpudUser Exists (0.5ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john9doe9@email.com' LIMIT 1
13981
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john9doe9' LIMIT 1
13982
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'ec2c9bd3305fa596399b2d17b5e49631e31c1a6c3ed0ad3b3fce1a66054565c28b319a65f746069a33e328b660056b867d544e9f73f00b5e8ea0be6946122a96' LIMIT 1
13983
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF9' LIMIT 1
13984
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 8 LIMIT 1
13985
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'Z2h5A8SxLJpq2amC3Zj', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 8
13986
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', '1c2998f141eb3fe22e7ce734e635fceb3b5920b1ac58b2b124656c331c8fdcc4475f6c66773f3429ee557482ea69c4435e5a137800af7d4ac1384754424b9703', NULL, NULL, 'john9doe9@email.com', 0, 'John9', NULL, NULL, 'Doe9', NULL, 'john9doe9', 0, 'MICbWi7lPCaFG55ezYWq', 'd0MPAv2T4IPSwrPa0sVv', 'ec2c9bd3305fa596399b2d17b5e49631e31c1a6c3ed0ad3b3fce1a66054565c28b319a65f746069a33e328b660056b867d544e9f73f00b5e8ea0be6946122a96', 'k3cF9', NULL, '2012-03-15 12:48:44')
13987
+  (0.3ms) RELEASE SAVEPOINT active_record_2
13988
+  (0.3ms) SAVEPOINT active_record_2
13989
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john10doe10@email.com' LIMIT 1
13990
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john10doe10' LIMIT 1
13991
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'b815f7da318ac379c22b35c93859fc1222cda91cdc6cd7c10adc3ba8a81bd833829c93c47117324f593b956a1e7c942b2845dac19e3f7ab952ca95ed8b609910' LIMIT 1
13992
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF10' LIMIT 1
13993
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 8 LIMIT 1
13994
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'qELGpDawTDFmayNcgyM', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 8
13995
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', '700dc07a20493c9cbcd770404301ed2c854d3e902f954bdce914c3e8bb43c2ec4faf383b9bd0348f20f46ac98156ce502a9d4667fc030f10726dde6e6a9edd6d', NULL, NULL, 'john10doe10@email.com', 0, 'John10', NULL, NULL, 'Doe10', NULL, 'john10doe10', 0, 'Ntx8FMLNNkrXlDCdBnWZ', '4XNPjWNnULfs2ldnKzH', 'b815f7da318ac379c22b35c93859fc1222cda91cdc6cd7c10adc3ba8a81bd833829c93c47117324f593b956a1e7c942b2845dac19e3f7ab952ca95ed8b609910', 'k3cF10', NULL, '2012-03-15 12:48:44')
13996
+  (0.1ms) RELEASE SAVEPOINT active_record_2
13997
+ Processing by Spud::Admin::UsersController#index as HTML
13998
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 8 LIMIT 1
13999
+  (0.2ms) SAVEPOINT active_record_2
14000
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'fqzF1HCDeRZt69M7DnF', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 8
14001
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14002
+ Completed 200 OK in 18ms (Views: 14.0ms | ActiveRecord: 1.0ms)
14003
+  (0.4ms) SELECT COUNT(*) FROM `spud_users`
14004
+  (0.9ms) ROLLBACK
14005
+  (0.1ms) ROLLBACK
14006
+  (0.1ms) BEGIN
14007
+  (0.1ms) BEGIN
14008
+  (0.2ms) SAVEPOINT active_record_2
14009
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', 'ff7e04b6e3cf2b558540a3a9b0ad35174b554e79941bc9b47510228a35c6b080c67d63ad09236622fb6eacceb8ffda2fbaeeb0c327705f6054e798820f7cf504', NULL, NULL, 'john11doe11@email.com', 0, 'John11', NULL, NULL, 'Doe11', NULL, 'john11doe11', 0, 'hM9DcCzIgO39mvC9lL0V', 'yuUjSnFt0sM0h3cMQfp', 'bcad37b60f12e45e2e664cdb2d319dffd959f59486bda5db10961b2df8c940942c1e96cf5ecacecfe6330bacd67010db9e178cdcc9accd9cea7acdc5a9c9cbc9', 'k3cF11', 1, '2012-03-15 12:48:44')
14010
+  (0.2ms) RELEASE SAVEPOINT active_record_2
14011
+  (0.2ms) SAVEPOINT active_record_2
14012
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:48:44', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'cb94xD0cdOvytsCG9m1', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 11
14013
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14014
+ Processing by Spud::Admin::UsersController#index as HTML
14015
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 11 LIMIT 1
14016
+  (0.2ms) SAVEPOINT active_record_2
14017
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'Ob9wZkt7J3Mf0ENSlJ', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 11
14018
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14019
+ Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.8ms)
14020
+  (0.2ms) SELECT COUNT(*) FROM `spud_users` 
14021
+  (0.5ms) ROLLBACK
14022
+  (0.1ms) ROLLBACK
14023
+  (0.0ms) BEGIN
14024
+  (0.0ms) BEGIN
14025
+  (0.1ms) SAVEPOINT active_record_2
14026
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', 'b2fb3af2799d309c778cf3c177b5c7452d0b79b3a17a33d81e65c7a28e177470014155c87b142bc3fddf2a4c37fcaa487edc1bc8a9c41fa44283e69bde119946', NULL, NULL, 'john12doe12@email.com', 0, 'John12', NULL, NULL, 'Doe12', NULL, 'john12doe12', 0, '0QTBWyMcrNNwbYUw9uO5', 'aHHhkuNQib4leV0JtjyJ', 'ec2f5cdc34bba0754ba05c4c67c29cba172e7f3868348582164b950e3115d05deb37415664d567ee28a7037142288f34f408fd50abc533ff5fcf37623d16a856', 'k3cF12', 1, '2012-03-15 12:48:44')
14027
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14028
+  (0.1ms) SAVEPOINT active_record_2
14029
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:48:44', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = '4E3rmP4OER9Jrj7DWJI', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 12
14030
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14031
+  (0.1ms) SAVEPOINT active_record_2
14032
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', 'ca570725e9af3754a17d6d89d912ca5c600d0a27e26c16065ecd9a4a349c7186d4f0235e918e378affa9b28fc35913f450cdd2a4c8129b01fe8eed00b9094d65', NULL, NULL, 'john13doe13@email.com', 0, 'John13', NULL, NULL, 'Doe13', NULL, 'john13doe13', 0, 'tMPF8t96fBjHgWHupkLR', 'nrI8BGB32Ed0W52oSvf', 'c4b48850278620d7b34a9a528e8205edacf332cdf6606645bac7c8b1a0318446233d50de4f9470e0ae2efdc935b37ba18e29db9c8f78dac6a44c2337d9c54edc', 'k3cF13', 0, '2012-03-15 12:48:44')
14033
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14034
+  (0.1ms) SAVEPOINT active_record_2
14035
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:48:44', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'cqixoFnHrTCK3WQSWvQ', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 13
14036
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14037
+ Processing by Spud::Admin::UsersController#index as HTML
14038
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 13 LIMIT 1
14039
+  (0.1ms) SAVEPOINT active_record_2
14040
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'yQ4sVliQgh5igYAkAR1w', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 13
14041
+  (0.0ms) RELEASE SAVEPOINT active_record_2
14042
+ SpudAdminPermission Load (0.2ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 13 AND `spud_admin_permissions`.`access` = 1
14043
+ Redirected to http://test.host/
14044
+ Filter chain halted as :require_admin_user rendered or redirected
14045
+ Completed 302 Found in 4ms (ActiveRecord: 0.7ms)
14046
+  (0.8ms) ROLLBACK
14047
+  (0.1ms) ROLLBACK
14048
+  (0.1ms) BEGIN
14049
+  (0.1ms) BEGIN
14050
+  (0.1ms) SAVEPOINT active_record_2
14051
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', '89d27677dd677e09ae073a255701f3099a6eac0be1d5cfc7ec687fe8c16b56539f8a5d6b97e22eec88212b1aaaeb0a268e50aee76bb8fffd17b349a111e0b424', NULL, NULL, 'john14doe14@email.com', 0, 'John14', NULL, NULL, 'Doe14', NULL, 'john14doe14', 0, 'ueUiwaa3QNpghCDkWNyC', 'IWNDqftEVaP8RtDfQI5', '79961c5d1156d66094b3a6dc1e7b0f600e37491ac8cb1fdd3f96073dff0cc70772c899c7580eeee5f2b25053e4565f495369a0db1c2a8682a220092d298919b8', 'k3cF14', 1, '2012-03-15 12:48:44')
14052
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14053
+  (0.1ms) SAVEPOINT active_record_2
14054
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:48:44', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 's6LSreeG1khQARrqGsn', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 14
14055
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14056
+  (0.1ms) SAVEPOINT active_record_2
14057
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john15doe15@email.com' LIMIT 1
14058
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john15doe15' LIMIT 1
14059
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '17c94f06acaa4cd01e39fd42de9f7586a8abcb5b7a1e85bd660699ebddfef4e635d1fa38e8eeb62a1bb6c9249d312bf6b7229fad76bd59ce8fbe74059650e7c9' LIMIT 1
14060
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF15' LIMIT 1
14061
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 14 LIMIT 1
14062
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'nDd5vzv2mHbmUk5EQqZV', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 14
14063
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', '070b6d9d78ad353f00026a1fbde44739f0333177a37317e69e4f10950a4aa0a443d8794801093dbebab1ddd75959e40a31d52d3172aa23c66591459da9707ce3', NULL, NULL, 'john15doe15@email.com', 0, 'John15', NULL, NULL, 'Doe15', NULL, 'john15doe15', 0, 'ZP9WWvcAwYkhQIHeheNa', '7ztPHInwSjUaLmm6pCf', '17c94f06acaa4cd01e39fd42de9f7586a8abcb5b7a1e85bd660699ebddfef4e635d1fa38e8eeb62a1bb6c9249d312bf6b7229fad76bd59ce8fbe74059650e7c9', 'k3cF15', 0, '2012-03-15 12:48:44')
14064
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14065
+  (0.1ms) SAVEPOINT active_record_2
14066
+ SQL (0.1ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `updated_at`, `user_id`) VALUES (1, '2012-03-15 12:48:44', 'Users', '2012-03-15 12:48:44', 15)
14067
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14068
+ Processing by Spud::Admin::UsersController#index as HTML
14069
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 14 LIMIT 1
14070
+  (0.1ms) SAVEPOINT active_record_2
14071
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'v4xr9bQYqNiScahvJkUG', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 14
14072
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14073
+ Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.6ms)
14074
+  (0.7ms) ROLLBACK
14075
+  (0.1ms) ROLLBACK
14076
+  (0.1ms) BEGIN
14077
+  (0.2ms) BEGIN
14078
+  (0.3ms) SAVEPOINT active_record_2
14079
+ SQL (0.6ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:48:44', '71c1d61426797db8e15cecec2ada47d592b2fde2472f02b31325bcda8f1ea37075cc34f141616981495b193a6e780ab7e5a03af2a6e3ef4894db0f02df928d49', NULL, NULL, 'john16doe16@email.com', 0, 'John16', NULL, NULL, 'Doe16', NULL, 'john16doe16', 0, 'a3AU6xOaU5tHJ6BVyAr', 'lh08hlCZYd0dJ259l7UR', '5c748423dd6f2e98d642eac3d7a97004de457f15a0a2f6a29aff0a9f9ca9434467f712897b0f5d403fce86f42c21053adfac0dcb7e04a759a4149aee40dadc6d', 'k3cF16', 1, '2012-03-15 12:48:44')
14080
+  (0.3ms) RELEASE SAVEPOINT active_record_2
14081
+  (0.2ms) SAVEPOINT active_record_2
14082
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:48:44', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = '3lvYlY9LtKTBWX1wE', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 16
14083
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14084
+  (0.1ms) SAVEPOINT active_record_2
14085
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john17doe17@email.com' LIMIT 1
14086
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john17doe17' LIMIT 1
14087
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'a355f0fa3fefb747b726561fdbca7e9bf9a2d4452f4bdf2477d57a24d58cc6181c0513fcb4fc566b0ba1c2b9a25176051f05a5bb236e74c163e36deef00a38e4' LIMIT 1
14088
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF17' LIMIT 1
14089
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 16 LIMIT 1
14090
+  (0.6ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'dFtkCxT6gPa6JrZcsKO5', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 16
14091
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', '1d71f36366298fc68aebe5f65c23e3f104dc464e72090d41f4f923f6ca86becefc8bb642556cd153559e17fd76e4a08f48bc94e358570c71ca3f65d166b3e94a', NULL, NULL, 'john17doe17@email.com', 0, 'John17', NULL, NULL, 'Doe17', NULL, 'john17doe17', 0, '2X0641GWaEIaOt9sBnss', 'KHJZKiC74R55gj5eka0S', 'a355f0fa3fefb747b726561fdbca7e9bf9a2d4452f4bdf2477d57a24d58cc6181c0513fcb4fc566b0ba1c2b9a25176051f05a5bb236e74c163e36deef00a38e4', 'k3cF17', 0, '2012-03-15 12:48:44')
14092
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14093
+  (0.1ms) SAVEPOINT active_record_2
14094
+ SQL (0.2ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `updated_at`, `user_id`) VALUES (0, '2012-03-15 12:48:44', 'Users', '2012-03-15 12:48:44', 17)
14095
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14096
+ Processing by Spud::Admin::UsersController#index as HTML
14097
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 16 LIMIT 1
14098
+  (0.3ms) SAVEPOINT active_record_2
14099
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'NoEvNeKWq7QkCLIDAUL', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 16
14100
+  (0.3ms) RELEASE SAVEPOINT active_record_2
14101
+ Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 1.6ms)
14102
+  (1.1ms) ROLLBACK
14103
+  (0.1ms) ROLLBACK
14104
+  (0.0ms) BEGIN
14105
+  (0.0ms) BEGIN
14106
+  (0.1ms) SAVEPOINT active_record_2
14107
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', '39b2cf45120323df5c8cd283b8ab61b3824450bf142ed467f7571f283d4cbf50f9aa021309729e917eb91e69a56e05ec049cf0d2e155a4ce517c582eccb27539', NULL, NULL, 'john18doe18@email.com', 0, 'John18', NULL, NULL, 'Doe18', NULL, 'john18doe18', 0, 'PebLBZneonIUfyeQ0d9', 'UYGbdeo5vtoVpxoRza9', 'b71e120aeff5beaa9adf869a3e00a6db185aa5fd6ad6c3e1c048e14f50bc16b75ab6c4d5b493350b0ab3c827104a043e6cf3aff3095710576fe79c1396e28ff3', 'k3cF18', 1, '2012-03-15 12:48:44')
14108
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14109
+  (0.1ms) SAVEPOINT active_record_2
14110
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:48:44', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'bLNHXszsmVshYi7vKC', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 18
14111
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14112
+  (0.0ms) SAVEPOINT active_record_2
14113
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john19doe19@email.com' LIMIT 1
14114
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john19doe19' LIMIT 1
14115
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'f8cc75ceab1c8423cf9ce27048c7661453060e0d0edf6f4995d80e65f76c1bac8e6683ab9e1204a8161d44b122569434182d87ffa9e10e825181074e93731b89' LIMIT 1
14116
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF19' LIMIT 1
14117
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 18 LIMIT 1
14118
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'Xj4pFcCD01OVePch6ej', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 18
14119
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', 'b7c3504330ed774306479723f7fd97ba0aa0fd7eaaddaabf2ed61819ccd23f9f4ea49b127ea0678af70f912366e37f5113a3ae368c1746b00f59288539b8caf4', NULL, NULL, 'john19doe19@email.com', 0, 'John19', NULL, NULL, 'Doe19', NULL, 'john19doe19', 0, 'dHlj2mzm4sim8WBYOsc', 'M3xFjuiAQdqsa1xHjq', 'f8cc75ceab1c8423cf9ce27048c7661453060e0d0edf6f4995d80e65f76c1bac8e6683ab9e1204a8161d44b122569434182d87ffa9e10e825181074e93731b89', 'k3cF19', NULL, '2012-03-15 12:48:44')
14120
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14121
+ Processing by Spud::Admin::UsersController#show as HTML
14122
+ Parameters: {"id"=>"19"}
14123
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 18 LIMIT 1
14124
+  (0.1ms) SAVEPOINT active_record_2
14125
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'jxOgK1lUsLuUY5440ur', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 18
14126
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14127
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 19 LIMIT 1
14128
+ Completed 200 OK in 6ms (Views: 1.7ms | ActiveRecord: 0.8ms)
14129
+  (0.7ms) ROLLBACK
14130
+  (0.1ms) ROLLBACK
14131
+  (0.1ms) BEGIN
14132
+  (0.2ms) BEGIN
14133
+  (0.3ms) SAVEPOINT active_record_2
14134
+ SQL (0.6ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:48:44', '0cbf17c463f788adf7862e143d9012152e4558de99e2b9e9054a7d6049d6a1835f75e508c981fad10b6ba4079ad353da0d7407a42b27c307a9fc23dada183c83', NULL, NULL, 'john20doe20@email.com', 0, 'John20', NULL, NULL, 'Doe20', NULL, 'john20doe20', 0, 'EZu7cr4iyuCWSm0ZbXN', 'Q8rkULIiIQLn6qFnTkUL', '55fb52c3df966499ee0da6d769750fb966c8d5937dc55bc6c01666db1cc69f2262c81bcfa9909d6b91943f016f3060d3a2300c00941f568106cfd886cf5cabcd', 'k3cF20', 1, '2012-03-15 12:48:44')
14135
+  (0.3ms) RELEASE SAVEPOINT active_record_2
14136
+  (0.1ms) SAVEPOINT active_record_2
14137
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:48:44', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'fkpqng2GA3eWvEJ8tlq', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 20
14138
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14139
+  (0.1ms) SAVEPOINT active_record_2
14140
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john21doe21@email.com' LIMIT 1
14141
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john21doe21' LIMIT 1
14142
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'd352f988c68e5ee6af38d09ef80d3cba17abb0d8979b753195056990ecac3ac980bc0345b0432dadcc451379f49ba5ae655df07d50a82636b9a217fc89b3b014' LIMIT 1
14143
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF21' LIMIT 1
14144
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 20 LIMIT 1
14145
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'FQAkYITs6N64ee5VrYV', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 20
14146
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', '7ae094a55e0da4a4959dd658f85fa3e81ad5eecfc9b2dcf95e043fc1533f709f2a92d2ec96599ecadf2e74695fed6f5244f31ca223d3b37d73b51730123fd945', NULL, NULL, 'john21doe21@email.com', 0, 'John21', NULL, NULL, 'Doe21', NULL, 'john21doe21', 0, 'rlSLoIkCtAdUd58uXjH', 'LWeckLHZegNwWVMuPvg', 'd352f988c68e5ee6af38d09ef80d3cba17abb0d8979b753195056990ecac3ac980bc0345b0432dadcc451379f49ba5ae655df07d50a82636b9a217fc89b3b014', 'k3cF21', NULL, '2012-03-15 12:48:44')
14147
+  (0.2ms) RELEASE SAVEPOINT active_record_2
14148
+ Processing by Spud::Admin::UsersController#show as HTML
14149
+ Parameters: {"id"=>"21"}
14150
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 20 LIMIT 1
14151
+  (0.2ms) SAVEPOINT active_record_2
14152
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'UrNxFoxvmzdeMUxg2eWm', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 20
14153
+  (0.2ms) RELEASE SAVEPOINT active_record_2
14154
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 21 LIMIT 1
14155
+ Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 1.6ms)
14156
+  (10.6ms) ROLLBACK
14157
+  (0.3ms) ROLLBACK
14158
+  (0.3ms) BEGIN
14159
+  (0.3ms) BEGIN
14160
+  (0.3ms) SAVEPOINT active_record_2
14161
+ SQL (0.7ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:48:44', '86132d418e7832b6160fee2a2534076f626d25c3fba96f773c6c3c2edc0f9785b065418efe4f1fbd89a138e97f9c24d9c7939cfdace87d2d077db5283aa01ea5', NULL, NULL, 'john22doe22@email.com', 0, 'John22', NULL, NULL, 'Doe22', NULL, 'john22doe22', 0, 'PXrloha0xjuDmByV9td', 'emRrh6A2n9h2Ga99BAt5', '65183590534dc789ab5de2adaa04d61b347f31ab52d1bae7e22e37fe14e4a0c165192efde2a5642c0a2343e772076dcad44a61a9c4bf910e376692e8dad5c783', 'k3cF22', 1, '2012-03-15 12:48:44')
14162
+  (0.3ms) RELEASE SAVEPOINT active_record_2
14163
+  (0.3ms) SAVEPOINT active_record_2
14164
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:48:44', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'Fd0uWbYJeFnOHP8t98r', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 22
14165
+  (0.2ms) RELEASE SAVEPOINT active_record_2
14166
+ Processing by Spud::Admin::UsersController#new as JS
14167
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 22 LIMIT 1
14168
+  (0.3ms) SAVEPOINT active_record_2
14169
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'c3VFQhoxgDFYGYElN3Ws', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 22
14170
+  (0.2ms) RELEASE SAVEPOINT active_record_2
14171
+ Rendered /Users/davydotcom/projects/ruby/engines/spud_core_admin/app/views/spud/admin/users/_new.html.erb (0.4ms)
14172
+ Completed 200 OK in 23ms (Views: 17.3ms | ActiveRecord: 1.3ms)
14173
+  (1.6ms) ROLLBACK
14174
+  (0.2ms) ROLLBACK
14175
+  (0.1ms) BEGIN
14176
+  (0.1ms) BEGIN
14177
+  (0.2ms) SAVEPOINT active_record_2
14178
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', 'c8ead040b80e57e7333e6e5e11e1a8da7e4436e52d83e451b11e226a9db81afc65dea137a9b9f51ef1b508307d7746426e6f8594714acbab32937a0bf9d81256', NULL, NULL, 'john23doe23@email.com', 0, 'John23', NULL, NULL, 'Doe23', NULL, 'john23doe23', 0, '8jBIuDJCdWSDpIICKdFe', '3YabrDxhzM4vTAjU8I1', 'b3b871a5caed5468e496cf29e23f9e53cb926a9f077305bee2f6345fe18dfd4e2c04c1c5765afaeb90a205244dca3265c71d93cce9b6dc1836e1355f6db7a507', 'k3cF23', 1, '2012-03-15 12:48:44')
14179
+  (0.2ms) RELEASE SAVEPOINT active_record_2
14180
+  (0.2ms) SAVEPOINT active_record_2
14181
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:48:44', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'BFJxeslYHkTaMcTK8Hx', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 23
14182
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14183
+ Processing by Spud::Admin::UsersController#new as JS
14184
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 23 LIMIT 1
14185
+  (0.2ms) SAVEPOINT active_record_2
14186
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = '1VnjbXDoWnpI1mSytRNX', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 23
14187
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14188
+ Rendered /Users/davydotcom/projects/ruby/engines/spud_core_admin/app/views/spud/admin/users/_new.html.erb (0.2ms)
14189
+ Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.9ms)
14190
+  (1.1ms) ROLLBACK
14191
+  (0.2ms) ROLLBACK
14192
+  (0.1ms) BEGIN
14193
+  (0.0ms) BEGIN
14194
+  (0.2ms) SAVEPOINT active_record_2
14195
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', '6e5b93b27348609b9ed31c8220a1176ba9fb6d71b1f44ca3db2a6c58650b03db1886d401c2a83a36822ca616e83b94b7777ca5833e24b64187480a92ec225cb5', NULL, NULL, 'john24doe24@email.com', 0, 'John24', NULL, NULL, 'Doe24', NULL, 'john24doe24', 0, 'iqVmLLjx2WMHUaFA9Ww2', 'S6G4VZmTc7gvjCCn3ahQ', '01286c3a0817507cdfa3c14431b86275b754e5c907a2c71fdd6a7e2eeeac5ad4101ec4cc870b3c6952cc96667043b69bbd4f9f4bb8a5f17bc5ba251f1912d3c5', 'k3cF24', 1, '2012-03-15 12:48:44')
14196
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14197
+  (0.1ms) SAVEPOINT active_record_2
14198
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:48:44', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'dJeHBf6yDESHl3UJri0', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 24
14199
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14200
+  (0.1ms) SELECT COUNT(*) FROM `spud_users` 
14201
+ Processing by Spud::Admin::UsersController#create as HTML
14202
+ Parameters: {"spud_user"=>{"first_name"=>"John25", "last_name"=>"Doe25", "login"=>"john25doe25", "email"=>"john25doe25@email.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF25"}}
14203
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 24 LIMIT 1
14204
+  (0.3ms) SAVEPOINT active_record_2
14205
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = '4j9SIUNI0RcuAc0TEXH', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 24
14206
+  (0.3ms) RELEASE SAVEPOINT active_record_2
14207
+  (0.2ms) SAVEPOINT active_record_2
14208
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john25doe25@email.com' LIMIT 1
14209
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john25doe25' LIMIT 1
14210
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'd36a36fcd59df4b8d0fe07fece8b0c9dbbd2222d57b8a68f3a11811ff54ae1b604569ecf32a99f652c11d91e36c39c7c16e29fb9cc7c0182cd34fd4ee971ec49' LIMIT 1
14211
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF25' LIMIT 1
14212
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 24 LIMIT 1
14213
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = '73d94Q6wRML8vl2hpvN1', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 24
14214
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', '45c4980151c7f90c2c896ab84da41fffe4a2a4cd6803db09b7d9d1752d4a678416070d4064a7e714dc28f14639fd6a7a992a0d7aa1e96020f9721b7f16ddad78', NULL, NULL, 'john25doe25@email.com', 0, 'John25', NULL, NULL, 'Doe25', NULL, 'john25doe25', 0, 'KaWGeV99qKBLXTExY2e5', 'y4bpKKkSklg5EchhGob', 'd36a36fcd59df4b8d0fe07fece8b0c9dbbd2222d57b8a68f3a11811ff54ae1b604569ecf32a99f652c11d91e36c39c7c16e29fb9cc7c0182cd34fd4ee971ec49', 'k3cF25', NULL, '2012-03-15 12:48:44')
14215
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14216
+ Redirected to http://test.host/spud/admin/users
14217
+ Completed 302 Found in 44ms (ActiveRecord: 3.5ms)
14218
+  (0.3ms) SELECT COUNT(*) FROM `spud_users` 
14219
+  (1.0ms) ROLLBACK
14220
+  (0.0ms) ROLLBACK
14221
+  (0.0ms) BEGIN
14222
+  (0.0ms) BEGIN
14223
+  (0.1ms) SAVEPOINT active_record_2
14224
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', '00a2aaf8c447fea81b69164fa28f5ccb5ca73e3908295a5e577773b829888fce01c9cb95592753976b321a48c872dc885f729e0f438c393c260ab851f9c5c0ad', NULL, NULL, 'john26doe26@email.com', 0, 'John26', NULL, NULL, 'Doe26', NULL, 'john26doe26', 0, 'udRU25gY1f05Y9vCdXqZ', '7wgdEsgGUJrMuqZWAKfM', '76c86e5aac302879e117869acdde2d4af044801ef097b2fd4982d287c4ac4fa9fc06eaabf196572d4562c40940d6e6dd497aabffc4745515425b7004a1a49d03', 'k3cF26', 1, '2012-03-15 12:48:44')
14225
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14226
+  (0.1ms) SAVEPOINT active_record_2
14227
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:48:44', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'nS9Kcr4T0p4ZRfaNQJWq', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 26
14228
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14229
+  (0.1ms) SELECT COUNT(*) FROM `spud_users`
14230
+ Processing by Spud::Admin::UsersController#create as HTML
14231
+ Parameters: {"spud_user"=>{"first_name"=>"John27", "last_name"=>"Doe27", "login"=>"john27doe27", "email"=>nil, "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF27"}}
14232
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 26 LIMIT 1
14233
+  (0.1ms) SAVEPOINT active_record_2
14234
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'zKWpsSqQ31PdkUFBK4EB', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 26
14235
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14236
+  (0.1ms) SAVEPOINT active_record_2
14237
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john27doe27' LIMIT 1
14238
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '72eaec4d8b40f4f4d4372582c7868977c9c7a9b906b8e7614972451362dd22d44fd6481c5dc725f0ef4c77ee9ee69a3cf0bc87d7b7117e2e830634bc6e7ac9e3' LIMIT 1
14239
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF27' LIMIT 1
14240
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
14241
+ Completed 200 OK in 9ms (Views: 1.7ms | ActiveRecord: 1.3ms)
14242
+  (0.2ms) SELECT COUNT(*) FROM `spud_users`
14243
+  (0.7ms) ROLLBACK
14244
+  (0.1ms) ROLLBACK
14245
+  (0.0ms) BEGIN
14246
+  (0.0ms) BEGIN
14247
+  (0.1ms) SAVEPOINT active_record_2
14248
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', 'a659c3334a6d1adfd540219282ee07926841a57bc96e607a8203602dbfcd089dc6fbf39d0f51eb63862bb2c29d8e8a6ebe3c190d0a4593a2e2b8f23f34c01a29', NULL, NULL, 'john27doe27@email.com', 0, 'John28', NULL, NULL, 'Doe28', NULL, 'john28doe28', 0, 'OcQDYsIPW0s84ubvGG0j', 'WohDIskH7At00vSAzxpU', '622fbf5ed3f1b2584c5ae5bf4b6e86e9bc51eb208445a2033afc9a449c40b19cc7c72d1ada3b9a9256554cf158889e42ca4dd2b0e7b105660e7c6abc546ceada', 'k3cF28', 1, '2012-03-15 12:48:44')
14249
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14250
+  (0.1ms) SAVEPOINT active_record_2
14251
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:48:44', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = '6KnoHnqysDU0NFJKPp9', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 27
14252
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14253
+  (0.1ms) SELECT COUNT(*) FROM `spud_users` 
14254
+ Processing by Spud::Admin::UsersController#create as JS
14255
+ Parameters: {"spud_user"=>{"first_name"=>"John29", "last_name"=>"Doe29", "login"=>"john29doe29", "email"=>"john28doe28@email.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF29"}}
14256
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 27 LIMIT 1
14257
+  (0.1ms) SAVEPOINT active_record_2
14258
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'FTlNlzASYvP6yAaB7f7q', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 27
14259
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14260
+  (0.1ms) SAVEPOINT active_record_2
14261
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john28doe28@email.com' LIMIT 1
14262
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john29doe29' LIMIT 1
14263
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'aa62c0d9390630e57f3ebade2ab08fec4205b765a01e4e73a54db3577a237addee31e7fbb42b087ea9dea32eed7f24126d022bb8a72776a1921f664dcfbbf22d' LIMIT 1
14264
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF29' LIMIT 1
14265
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 27 LIMIT 1
14266
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'l2GCwkDKhTki2OQXU2o', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 27
14267
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', '22264e0ebe9059fb3f6cd025bcbc120427dfee79dcb40791cf38fd703a85add98d0887af186aed48ac770015497fe5ff096e60564d1b12c209ac5ce3ce5d5724', NULL, NULL, 'john28doe28@email.com', 0, 'John29', NULL, NULL, 'Doe29', NULL, 'john29doe29', 0, 'lHvVkFoMZ5itVvSTtSGp', 'p8sqqsoEeoUV1JBlsEVu', 'aa62c0d9390630e57f3ebade2ab08fec4205b765a01e4e73a54db3577a237addee31e7fbb42b087ea9dea32eed7f24126d022bb8a72776a1921f664dcfbbf22d', 'k3cF29', NULL, '2012-03-15 12:48:44')
14268
+  (0.0ms) RELEASE SAVEPOINT active_record_2
14269
+ Completed 200 OK in 11ms (Views: 0.1ms | ActiveRecord: 2.8ms)
14270
+  (0.2ms) SELECT COUNT(*) FROM `spud_users` 
14271
+  (0.8ms) ROLLBACK
14272
+  (0.2ms) ROLLBACK
14273
+  (0.0ms) BEGIN
14274
+  (0.1ms) BEGIN
14275
+  (0.1ms) SAVEPOINT active_record_2
14276
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', '074f66a003b5f4a01560164c0b7c9c062a8105edc99391fe053909765eb605326ca6c7a20e3a5204fc1af6d3e10db62724e5d3013b0174210e4adbcd901ab3be', NULL, NULL, 'john29doe29@email.com', 0, 'John30', NULL, NULL, 'Doe30', NULL, 'john30doe30', 0, 'fIlT5LkYpSmVNVDQaQ4l', 'ZXKaxfFJbHSHx1zmIXYv', '6cb207a402a70c2d86a691b0fe140e06a920cdfcf145172fd518c45eb4ba47285b689d58387003e4bd958d2a0d9b2960f585edbe010cbae982373777a370c566', 'k3cF30', 1, '2012-03-15 12:48:44')
14277
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14278
+  (0.1ms) SAVEPOINT active_record_2
14279
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:48:44', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = '1Bqe9gscXTUjSxWwjmF0', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 29
14280
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14281
+  (0.1ms) SELECT COUNT(*) FROM `spud_users`
14282
+ Processing by Spud::Admin::UsersController#create as JS
14283
+ Parameters: {"spud_user"=>{"first_name"=>"John31", "last_name"=>"Doe31", "login"=>"john31doe31", "email"=>nil, "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF31"}}
14284
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 29 LIMIT 1
14285
+  (0.1ms) SAVEPOINT active_record_2
14286
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = '4IUX0VZE39ohvkWjGxAO', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 29
14287
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14288
+  (0.1ms) SAVEPOINT active_record_2
14289
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john31doe31' LIMIT 1
14290
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'ac4793cba0e5661b052f7e4d9b1d6ec564817ff30175f3e3ab77d9bee49f58890442bd51af044be163ef3cc6dadae162a18cadc5d09aae2e368f4acd7e58cd5f' LIMIT 1
14291
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF31' LIMIT 1
14292
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
14293
+ Completed 500 Internal Server Error in 7ms (Views: 0.1ms | ActiveRecord: 1.3ms)
14294
+  (0.2ms) SELECT COUNT(*) FROM `spud_users`
14295
+  (1.0ms) ROLLBACK
14296
+  (0.0ms) ROLLBACK
14297
+  (0.0ms) BEGIN
14298
+  (0.1ms) BEGIN
14299
+  (0.1ms) SAVEPOINT active_record_2
14300
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', '142dd41ceb3de175205979e7d2ab4e5c4f4018544d7f238edda985f73407fc3ce317fe2f202e3be0e4d673aa1d966938f81b772c82c44e7f33a89ef97130bdac', NULL, NULL, 'john30doe30@email.com', 0, 'John32', NULL, NULL, 'Doe32', NULL, 'john32doe32', 0, '4bEvCVSpvydKv0xglT5', '04zti4d1OTG21arIQo4', '36d2eaed0d30ceb4eac669e52e7ef311befa50ff3d6428eeb897add75fecd1220b7c4ef363d911dd56b48e451e18434a5e332a07d4f19016b28251ba7e67cfd8', 'k3cF32', 1, '2012-03-15 12:48:44')
14301
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14302
+  (0.1ms) SAVEPOINT active_record_2
14303
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:48:44', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'uRyEzBR9268r8AEv4Bvn', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 30
14304
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14305
+  (0.1ms) SAVEPOINT active_record_2
14306
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john31doe31@email.com' LIMIT 1
14307
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john33doe33' LIMIT 1
14308
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'a6ed56b838493a5ca79a233b262fed1b65ec02c11e0ac1d2f3ec32a86273a11dfac1c2c00e2ddc73a6fe2faa969dcc761c322407900f49578cb6e3593caf469d' LIMIT 1
14309
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF33' LIMIT 1
14310
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 30 LIMIT 1
14311
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'WVMtKg0aMzpDpmNFrhkU', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 30
14312
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', 'b9c61362f6490e24559cb78d131ac1f3cf29354f97257c6ac4b88c894ec781d778f54f1ed9e0728c06d9e5eb3c3bc1037dad73d4df361e3f7ec58eaf9a712cc6', NULL, NULL, 'john31doe31@email.com', 0, 'John33', NULL, NULL, 'Doe33', NULL, 'john33doe33', 0, 'i4sn7H9LmIyGhXO3yiy', 'OslZEFB1OCqItjNgFtuX', 'a6ed56b838493a5ca79a233b262fed1b65ec02c11e0ac1d2f3ec32a86273a11dfac1c2c00e2ddc73a6fe2faa969dcc761c322407900f49578cb6e3593caf469d', 'k3cF33', NULL, '2012-03-15 12:48:44')
14313
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14314
+ Processing by Spud::Admin::UsersController#edit as HTML
14315
+ Parameters: {"id"=>"31"}
14316
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 30 LIMIT 1
14317
+  (0.1ms) SAVEPOINT active_record_2
14318
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'w5cf0RTAREiK6psE383v', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 30
14319
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14320
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 31 LIMIT 1
14321
+ SpudAdminPermission Load (0.1ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 31
14322
+ Completed 200 OK in 7ms (Views: 1.8ms | ActiveRecord: 0.9ms)
14323
+  (1.0ms) ROLLBACK
14324
+  (0.1ms) ROLLBACK
14325
+  (0.0ms) BEGIN
14326
+  (0.0ms) BEGIN
14327
+  (0.1ms) SAVEPOINT active_record_2
14328
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', '8cf2825904b22ca4f826d58f44c221496c78e9bf0e7d87700cfbfaddfe4d0f27a06d93e1bb23139af6233391788ffb4171854ecc0430a0d946b8b26deb668dad', NULL, NULL, 'john32doe32@email.com', 0, 'John34', NULL, NULL, 'Doe34', NULL, 'john34doe34', 0, 'bcu5c7hg8505KVhfF1K', 'ij4Ls8jodclUp2EJYge', '23c9ce75000f5c9987b31e6f9cf92e87479dc37c163def4ac6c9c99c3a8b3a28d9134c722bde0b345cf15d9e4a26bfea4c30c9bb81c5229177bc2e5e467a9312', 'k3cF34', 1, '2012-03-15 12:48:44')
14329
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14330
+  (0.1ms) SAVEPOINT active_record_2
14331
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:48:44', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'R3bbHm7KMAXCtMHKnnxl', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 32
14332
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14333
+  (0.1ms) SAVEPOINT active_record_2
14334
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john33doe33@email.com' LIMIT 1
14335
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john35doe35' LIMIT 1
14336
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'dd1480b968b4b5c98e314049a1f941d31b36cb60154ad72750ba3764d51c0bc2c3a1036f55fcf5323ceb471a05edf55cf72b35defe334377038a20fac5f31d91' LIMIT 1
14337
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF35' LIMIT 1
14338
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 32 LIMIT 1
14339
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = '4WCEb51INxOgPyc7dLy3', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 32
14340
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', '746f37fcd1434a02def14293354d5035417581e1881612f7a96455e787d78a40284e1ae6ab7af45b9a383564c9a73e96276e28253158748138eb7225ea0f405e', NULL, NULL, 'john33doe33@email.com', 0, 'John35', NULL, NULL, 'Doe35', NULL, 'john35doe35', 0, 'FeKi8MlYxqm7cuT3rbIL', 'BRehCky8NnWEpCrYLW8', 'dd1480b968b4b5c98e314049a1f941d31b36cb60154ad72750ba3764d51c0bc2c3a1036f55fcf5323ceb471a05edf55cf72b35defe334377038a20fac5f31d91', 'k3cF35', NULL, '2012-03-15 12:48:44')
14341
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14342
+ Processing by Spud::Admin::UsersController#edit as JS
14343
+ Parameters: {"id"=>"33"}
14344
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 32 LIMIT 1
14345
+  (0.1ms) SAVEPOINT active_record_2
14346
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'LkN0vjGX85rjaTphWorY', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 32
14347
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14348
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 33 LIMIT 1
14349
+ SpudAdminPermission Load (0.3ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 33
14350
+ Rendered /Users/davydotcom/projects/ruby/engines/spud_core_admin/app/views/spud/admin/users/_edit.html.erb (0.2ms)
14351
+ Completed 200 OK in 6ms (Views: 1.7ms | ActiveRecord: 1.3ms)
14352
+  (1.3ms) ROLLBACK
14353
+  (0.1ms) ROLLBACK
14354
+  (0.0ms) BEGIN
14355
+  (0.0ms) BEGIN
14356
+  (0.1ms) SAVEPOINT active_record_2
14357
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', '233fcd4d4bf06b870ea7595ef8f7c349ef6f938ff600c1707a6fdd04978c460c7bdfb2b784c2d7e166076fed05821722ba4108eb3bcb7bf18c05c82ae032e1cf', NULL, NULL, 'john34doe34@email.com', 0, 'John36', NULL, NULL, 'Doe36', NULL, 'john36doe36', 0, 'jd07RZFL8tCU1RuIF0a7', '0V0Iti35Aj0MOaMhfTx', 'd7428e60ba425b59682127cffc561a27efba783f7797c5bcbd8cede85e905841fae5d7bcbbcd3df971cda5eb3419f16d321e039ac6deef62fb21248ea24d4e0a', 'k3cF36', 1, '2012-03-15 12:48:44')
14358
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14359
+  (0.2ms) SAVEPOINT active_record_2
14360
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:48:44', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'aHMh3bPvHUl35dJizrd', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 34
14361
+  (0.3ms) RELEASE SAVEPOINT active_record_2
14362
+  (0.2ms) SAVEPOINT active_record_2
14363
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john35doe35@email.com' LIMIT 1
14364
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john37doe37' LIMIT 1
14365
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'ee2359a04cd60fed5c25b263d8fea2e55032c3a0f2a748d4ccafdba9134de45c4cba3a4878a03daa330bd52dd29c30d01b19f840d16ec6e7f9d448131836f768' LIMIT 1
14366
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF37' LIMIT 1
14367
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 34 LIMIT 1
14368
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'IAtUttajeLSqQYsaOi9u', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 34
14369
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', 'd7acb8dd2656860e118d986470e44e4085c7cb688073c435d7b08dcb6bcd01d3bb81623e84edca3fa2d275e1081ed95dfdc559a4001e9385333b35dbc0e303fb', NULL, NULL, 'john35doe35@email.com', 0, 'John37', NULL, NULL, 'Doe37', NULL, 'john37doe37', 0, '00TpX60RCh29r2alZn8', 'gJFS9Tn4Mkk85YcBi1xb', 'ee2359a04cd60fed5c25b263d8fea2e55032c3a0f2a748d4ccafdba9134de45c4cba3a4878a03daa330bd52dd29c30d01b19f840d16ec6e7f9d448131836f768', 'k3cF37', NULL, '2012-03-15 12:48:44')
14370
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14371
+ Processing by Spud::Admin::UsersController#update as HTML
14372
+ Parameters: {"spud_user"=>{"id"=>"35", "first_name"=>"Adam", "last_name"=>"Doe37", "super_admin"=>nil, "login"=>"john37doe37", "email"=>"john35doe35@email.com", "crypted_password"=>"[FILTERED]", "password_salt"=>"[FILTERED]", "persistence_token"=>"ee2359a04cd60fed5c25b263d8fea2e55032c3a0f2a748d4ccafdba9134de45c4cba3a4878a03daa330bd52dd29c30d01b19f840d16ec6e7f9d448131836f768", "single_access_token"=>"k3cF37", "perishable_token"=>"gJFS9Tn4Mkk85YcBi1xb", "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-03-15 12:48:44 UTC", "updated_at"=>"2012-03-15 12:48:44 UTC"}, "id"=>"35"}
14373
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 34 LIMIT 1
14374
+  (0.1ms) SAVEPOINT active_record_2
14375
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = '7MuwbdMjWogmm8OlKSG', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 34
14376
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14377
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 35 LIMIT 1
14378
+ Completed 500 Internal Server Error in 4ms
14379
+  (0.9ms) ROLLBACK
14380
+  (0.0ms) ROLLBACK
14381
+  (0.1ms) BEGIN
14382
+  (0.1ms) BEGIN
14383
+  (0.1ms) SAVEPOINT active_record_2
14384
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', '97aeaf98a0f55d78575ca1c98080bbee0d1731770b33e33671c81e58fb221f9877de051d444ff6ccff011b7ce94d58441a0258168428964882d974e5fb7dd44c', NULL, NULL, 'john36doe36@email.com', 0, 'John38', NULL, NULL, 'Doe38', NULL, 'john38doe38', 0, '4Mjx9b6HUAUgr1EaMM', '1GhUhWE18CUR0tybgv3L', 'decebeb9b55e17c9c7e975fda13b066798e2285ab0408f73996c85860237cd1b49cbb318cf7c2a193b540968d94429f14c2bf0ae5e6c109bd1ad8325f4f4559b', 'k3cF38', 1, '2012-03-15 12:48:44')
14385
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14386
+  (0.1ms) SAVEPOINT active_record_2
14387
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:48:44', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'KMgBQ32nHqwGbb5p9o', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 36
14388
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14389
+  (0.1ms) SAVEPOINT active_record_2
14390
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john37doe37@email.com' LIMIT 1
14391
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john39doe39' LIMIT 1
14392
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '8b110c849a15919101ae1d0a92f886c486b35baed824acedd1f8d92293a40b4976e15f381bce2361c91d49791e657b6a3dc170fa530817ce32b3f6d593be4aae' LIMIT 1
14393
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF39' LIMIT 1
14394
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 36 LIMIT 1
14395
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = '1iSiZGz8qO5za97Jz52q', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 36
14396
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', '9f93eefa358e2e918846087714ecb68f47ae3d185e5a66036184db1c6fa9aad8221614df042360997366722d7e85ccf4526cdca4180c27ebda67aab05f194bee', NULL, NULL, 'john37doe37@email.com', 0, 'John39', NULL, NULL, 'Doe39', NULL, 'john39doe39', 0, 'RIWMJZWVdf9MkXYtqyK', 'wNVouZdQhiphTggVCy', '8b110c849a15919101ae1d0a92f886c486b35baed824acedd1f8d92293a40b4976e15f381bce2361c91d49791e657b6a3dc170fa530817ce32b3f6d593be4aae', 'k3cF39', NULL, '2012-03-15 12:48:44')
14397
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14398
+ Processing by Spud::Admin::UsersController#update as HTML
14399
+ Parameters: {"spud_user"=>{"id"=>"37", "first_name"=>"Adam", "last_name"=>"Doe39", "super_admin"=>nil, "login"=>"john39doe39", "email"=>"john37doe37@email.com", "crypted_password"=>"[FILTERED]", "password_salt"=>"[FILTERED]", "persistence_token"=>"8b110c849a15919101ae1d0a92f886c486b35baed824acedd1f8d92293a40b4976e15f381bce2361c91d49791e657b6a3dc170fa530817ce32b3f6d593be4aae", "single_access_token"=>"k3cF39", "perishable_token"=>"wNVouZdQhiphTggVCy", "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-03-15 12:48:44 UTC", "updated_at"=>"2012-03-15 12:48:44 UTC"}, "id"=>"37"}
14400
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 36 LIMIT 1
14401
+  (0.1ms) SAVEPOINT active_record_2
14402
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'MCzZX8pFCI9fqmYsCg1X', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 36
14403
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14404
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 37 LIMIT 1
14405
+ Completed 500 Internal Server Error in 3ms
14406
+  (0.8ms) ROLLBACK
14407
+  (0.0ms) ROLLBACK
14408
+  (0.1ms) BEGIN
14409
+  (0.2ms) BEGIN
14410
+  (0.3ms) SAVEPOINT active_record_2
14411
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', '89b1521853b349261ea89312e04a8b88399a2130f9b59c5f604ebf523406faef4b070e7a7eb9c90367b1964d67857ded0443c8ca8983c33b3993dc07d56b9553', NULL, NULL, 'john38doe38@email.com', 0, 'John40', NULL, NULL, 'Doe40', NULL, 'john40doe40', 0, '5Oj4MWASDZpQOAOyJgIe', 'FAWvWu1Bd2YQHSQN8b', '63d7c59fc9a2416d2d945496f1dab0cf019a23f2a800770bca6a7af9b4de380d0b522fd3ef88a92679b5c078b5bc8d3d9e9bb02331a0360cf2316eb9bcf08f30', 'k3cF40', 1, '2012-03-15 12:48:44')
14412
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14413
+  (0.1ms) SAVEPOINT active_record_2
14414
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:48:44', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'L7rYueDfkOYS992AAAZw', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 38
14415
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14416
+  (0.1ms) SAVEPOINT active_record_2
14417
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john39doe39@email.com' LIMIT 1
14418
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john41doe41' LIMIT 1
14419
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '3cf2461e20dccb8b00a2c9520d4a85d4737554e5de35283c71e49fadd2293f184d7e0c701ac2f3fa6d391e076652054a033039c8d96c050d8c2aae40ea036bcc' LIMIT 1
14420
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF41' LIMIT 1
14421
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 38 LIMIT 1
14422
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'crxnnqf19ajdhcUF4jcW', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 38
14423
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', 'c99cca18efbe998b02384b733f281865f21573c2e777a5d090c8c1c4ec417e8428701a2711da6b535c79391fb871c2b17cc44bf4b968c88671fbcd3fd2560855', NULL, NULL, 'john39doe39@email.com', 0, 'John41', NULL, NULL, 'Doe41', NULL, 'john41doe41', 0, 'bJnfD43YP0qA4vUrsdv', 'VlpuM8xkzUxIAMTiwnO0', '3cf2461e20dccb8b00a2c9520d4a85d4737554e5de35283c71e49fadd2293f184d7e0c701ac2f3fa6d391e076652054a033039c8d96c050d8c2aae40ea036bcc', 'k3cF41', NULL, '2012-03-15 12:48:44')
14424
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14425
+  (0.1ms) SELECT COUNT(*) FROM `spud_users`
14426
+ Processing by Spud::Admin::UsersController#destroy as HTML
14427
+ Parameters: {"id"=>"39"}
14428
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 38 LIMIT 1
14429
+  (0.1ms) SAVEPOINT active_record_2
14430
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = '9rAroWZkoyfjWJpQcxG', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 38
14431
+  (0.0ms) RELEASE SAVEPOINT active_record_2
14432
+ SpudUser Load (0.1ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 39 LIMIT 1
14433
+  (0.0ms) SAVEPOINT active_record_2
14434
+ SQL (0.1ms) DELETE FROM `spud_users` WHERE `spud_users`.`id` = 39
14435
+  (0.0ms) RELEASE SAVEPOINT active_record_2
14436
+ Redirected to http://test.host/spud/admin/users
14437
+ Completed 302 Found in 5ms (ActiveRecord: 0.9ms)
14438
+  (0.1ms) SELECT COUNT(*) FROM `spud_users` 
14439
+  (0.9ms) ROLLBACK
14440
+  (0.0ms) ROLLBACK
14441
+  (0.0ms) BEGIN
14442
+  (0.0ms) BEGIN
14443
+  (0.1ms) SAVEPOINT active_record_2
14444
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', 'ad48784bc593d192d06d36876db775f9c8deeae654a3d349b0bf9f958e67dfc8acb3138daa7af4aac8c5da3b3191754eb383abd3cd261d6019f91b15c59bbc8d', NULL, NULL, 'john40doe40@email.com', 0, 'John42', NULL, NULL, 'Doe42', NULL, 'john42doe42', 0, 'DuR7Y9YGxfRwKpQFoEvG', 'NGcsgFbXRhwONuLwzK', 'ad61a88a9631aaf0520a7b0b3eff667ed86e4704ac83f7d94643e17542f89f5cc9c0b5fc6060344e091cf4e31295eeaf1edc0998297a0992c2cbca3ca1f9b074', 'k3cF42', 1, '2012-03-15 12:48:44')
14445
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14446
+  (0.1ms) SAVEPOINT active_record_2
14447
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:48:44', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'MLMCOsZF7JTVTREfQU6', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 40
14448
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14449
+  (0.1ms) SAVEPOINT active_record_2
14450
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john41doe41@email.com' LIMIT 1
14451
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john43doe43' LIMIT 1
14452
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '6fc022aa91aa79b99c0876b7ce54f8ab841fd4315146219ca5357a617ab0ed1efc9c7415d9d6dcfa0b7d38b0fbfb0325ecdd11bd91081f5f58f2391e0d758e4b' LIMIT 1
14453
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF43' LIMIT 1
14454
+ SpudUser Load (0.1ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 40 LIMIT 1
14455
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'D2KCYsGuETKoMx0VnCj', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 40
14456
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', '331486e9dc216fa0d9c471e25a4ad74090921a59d77aa33d5f7186a1becfb9998cd35d8fae34a0910c2574f518a176d2f8aa283cb0d6e197e70c5ef6ad3650b2', NULL, NULL, 'john41doe41@email.com', 0, 'John43', NULL, NULL, 'Doe43', NULL, 'john43doe43', 0, 'QCIBrZLqZUWqToWWe5jA', '03hr4qJvGqaVNjIldOh', '6fc022aa91aa79b99c0876b7ce54f8ab841fd4315146219ca5357a617ab0ed1efc9c7415d9d6dcfa0b7d38b0fbfb0325ecdd11bd91081f5f58f2391e0d758e4b', 'k3cF43', NULL, '2012-03-15 12:48:44')
14457
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14458
+  (0.1ms) SELECT COUNT(*) FROM `spud_users` 
14459
+ Processing by Spud::Admin::UsersController#destroy as HTML
14460
+ Parameters: {"id"=>"23532"}
14461
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 40 LIMIT 1
14462
+  (0.1ms) SAVEPOINT active_record_2
14463
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'vYZGle4FHtElRsOjdi', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 40
14464
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14465
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 23532 LIMIT 1
14466
+ Redirected to http://test.host/spud/admin/users
14467
+ Filter chain halted as :load_user rendered or redirected
14468
+ Completed 302 Found in 4ms (ActiveRecord: 1.4ms)
14469
+  (0.3ms) SELECT COUNT(*) FROM `spud_users` 
14470
+  (1.3ms) ROLLBACK
14471
+  (0.1ms) ROLLBACK
14472
+  (0.1ms) BEGIN
14473
+  (0.2ms) BEGIN
14474
+ Processing by Spud::SetupController#index as HTML
14475
+  (0.4ms) SELECT COUNT(*) FROM `spud_users`
14476
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.4ms)
14477
+  (0.3ms) ROLLBACK
14478
+  (0.2ms) ROLLBACK
14479
+  (0.1ms) BEGIN
14480
+  (0.1ms) BEGIN
14481
+ Processing by Spud::SetupController#index as HTML
14482
+  (0.3ms) SELECT COUNT(*) FROM `spud_users` 
14483
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.3ms)
14484
+  (0.1ms) ROLLBACK
14485
+  (0.1ms) ROLLBACK
14486
+  (0.2ms) BEGIN
14487
+  (0.1ms) BEGIN
14488
+ Processing by Spud::SetupController#index as HTML
14489
+  (0.2ms) SELECT COUNT(*) FROM `spud_users`
14490
+ Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.2ms)
14491
+  (0.2ms) ROLLBACK
14492
+  (0.1ms) ROLLBACK
14493
+  (0.1ms) BEGIN
14494
+  (0.0ms) BEGIN
14495
+ Processing by Spud::SetupController#index as HTML
14496
+ Redirected to http://test.host/
14497
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
14498
+  (0.1ms) ROLLBACK
14499
+  (0.0ms) ROLLBACK
14500
+  (0.1ms) BEGIN
14501
+  (0.1ms) BEGIN
14502
+ Processing by Spud::SetupController#index as HTML
14503
+ Redirected to http://test.host/
14504
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
14505
+  (0.1ms) ROLLBACK
14506
+  (0.1ms) ROLLBACK
14507
+  (0.0ms) BEGIN
14508
+  (0.0ms) BEGIN
14509
+  (0.2ms) SELECT COUNT(*) FROM `spud_users` 
14510
+ Processing by Spud::SetupController#index as HTML
14511
+ Parameters: {"first_name"=>"John44", "last_name"=>"Doe44", "login"=>"john44doe44", "email"=>"john42doe42@email.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF44"}
14512
+  (0.2ms) SELECT COUNT(*) FROM `spud_users`
14513
+  (0.1ms) SAVEPOINT active_record_2
14514
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john42doe42@email.com' LIMIT 1
14515
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john44doe44' LIMIT 1
14516
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'bd1a7fdc665df622e7604b033559c4e1b21cae9f5ec477583035801824fa28bc7e188903c08e8c00cae344c5392f51ce92a256983cc9bcf48f1b3ef5e79300c6' LIMIT 1
14517
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'FoQvlwfC1DYtGnDuV14d' LIMIT 1
14518
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', 'aed8b553c54a7eca866989582d6f819e51222269dcd797a944c98715f7d1c864f577bc1a82cae534db9405379d44c7c7d8d8c38275ecbbc132bb6abe80f79ffd', '2012-03-15 12:48:44', '0.0.0.0', 'john42doe42@email.com', 0, NULL, NULL, NULL, NULL, '2012-03-15 12:48:44', 'john44doe44', 1, 'SfIbwfJHszGHVY95NKCQ', 'CVHdpIkP2INuNra7wBA', 'bd1a7fdc665df622e7604b033559c4e1b21cae9f5ec477583035801824fa28bc7e188903c08e8c00cae344c5392f51ce92a256983cc9bcf48f1b3ef5e79300c6', 'FoQvlwfC1DYtGnDuV14d', 1, '2012-03-15 12:48:44')
14519
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14520
+ Redirected to http://test.host/spud/admin
14521
+ Completed 302 Found in 7ms (ActiveRecord: 1.2ms)
14522
+  (0.2ms) SELECT COUNT(*) FROM `spud_users`
14523
+  (0.6ms) ROLLBACK
14524
+  (0.1ms) ROLLBACK
14525
+  (0.0ms) BEGIN
14526
+  (0.0ms) BEGIN
14527
+ Processing by Spud::SetupController#index as HTML
14528
+ Parameters: {"first_name"=>"John45", "last_name"=>"Doe45", "login"=>"john45doe45", "email"=>"john43doe43@email.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF45"}
14529
+  (0.2ms) SELECT COUNT(*) FROM `spud_users` 
14530
+  (0.3ms) SAVEPOINT active_record_2
14531
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john43doe43@email.com' LIMIT 1
14532
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john45doe45' LIMIT 1
14533
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '2f96e260e980d0c7ba641dc5c8bf7918437579979c5e7cfec317ca523a56dfc894c38d3405315a5062898a50f2e484ba4e542900e96e3b0d61342e58048e8545' LIMIT 1
14534
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'mPH2QP5lPBXbUeJvegE' LIMIT 1
14535
+ SQL (0.6ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:48:44', '1494987569e2b9df2a2e02ab7de46f1a6eed97a16b2b4b362f9792128d789a9424cf25e7006715a335cd7eb4c50b33d01f92e9fa1478c3db192f65d842761d6c', '2012-03-15 12:48:44', '0.0.0.0', 'john43doe43@email.com', 0, NULL, NULL, NULL, NULL, '2012-03-15 12:48:44', 'john45doe45', 1, '7l0lqkE7VcwTFreIerKR', 'tmZbnX8klcvR3aajTsPs', '2f96e260e980d0c7ba641dc5c8bf7918437579979c5e7cfec317ca523a56dfc894c38d3405315a5062898a50f2e484ba4e542900e96e3b0d61342e58048e8545', 'mPH2QP5lPBXbUeJvegE', 1, '2012-03-15 12:48:44')
14536
+  (0.3ms) RELEASE SAVEPOINT active_record_2
14537
+ Redirected to http://test.host/spud/admin
14538
+ Completed 302 Found in 8ms (ActiveRecord: 2.1ms)
14539
+  (0.6ms) ROLLBACK
14540
+  (0.1ms) ROLLBACK
14541
+  (0.0ms) BEGIN
14542
+  (0.0ms) BEGIN
14543
+ Processing by Spud::SetupController#index as HTML
14544
+ Parameters: {"first_name"=>"John46", "last_name"=>"Doe46", "login"=>"john46doe46", "email"=>nil, "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF46"}
14545
+  (0.2ms) SELECT COUNT(*) FROM `spud_users` 
14546
+  (0.1ms) SAVEPOINT active_record_2
14547
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john46doe46' LIMIT 1
14548
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'b20d3e6fd37812ade83f76561240d9648e64da686e5d28ac1a07f880fdc19b8c4f16098c04526f82a3116db438abcf2ef21fb259359afb1db93e19be6973213c' LIMIT 1
14549
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'DrFcLKik7VUGU61gwxP6' LIMIT 1
14550
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
14551
+ Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.9ms)
14552
+  (0.2ms) ROLLBACK
14553
+  (0.2ms) ROLLBACK
14554
+  (0.0ms) BEGIN
14555
+  (0.0ms) BEGIN
14556
+ Processing by Spud::SitemapsController#show as XML
14557
+ Completed 200 OK in 84ms (Views: 83.7ms | ActiveRecord: 0.0ms)
14558
+  (0.3ms) ROLLBACK
14559
+  (0.2ms) ROLLBACK
14560
+  (0.1ms) BEGIN
14561
+  (0.2ms) BEGIN
14562
+ Processing by Spud::SitemapsController#show as HTML
14563
+ Completed 406 Not Acceptable in 0ms (ActiveRecord: 0.0ms)
14564
+  (0.3ms) ROLLBACK
14565
+  (0.2ms) ROLLBACK
14566
+  (0.1ms) BEGIN
14567
+  (0.0ms) BEGIN
14568
+  (0.1ms) SAVEPOINT active_record_2
14569
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', '141bb20af6f0d6ad90818b21b1be49223797aec508627e2c9221c721f20c9dc6fd83fcaa12ec807529a513d7361aa0f41450cedb36c77d069b864f47baf71a27', NULL, NULL, 'john44doe44@email.com', 0, 'John47', NULL, NULL, 'Doe47', NULL, 'john47doe47', 0, 'JpegF0OwQ82sFahWBOSk', 'rMO7064F6HBmkPmHyFA', '54929c55a7dd5d6b0adcb55abe9d10b008956153868cefb16b6fcff5b0a3f4bc7afa238ec386cb96923e8ca04d4560cc246386f11df8e8a6929d60c0360aa08f', 'k3cF47', NULL, '2012-03-15 12:48:44')
14570
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14571
+  (0.1ms) SAVEPOINT active_record_2
14572
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:48:44', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'Vggn2tBcUaulqdOsGTCy', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 44
14573
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14574
+ Processing by Spud::UsersController#settings as HTML
14575
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 44 LIMIT 1
14576
+  (0.1ms) SAVEPOINT active_record_2
14577
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = '2J5ShBaW7tjybioYGov', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 44
14578
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14579
+ Completed 200 OK in 5ms (Views: 1.5ms | ActiveRecord: 0.7ms)
14580
+  (9.9ms) ROLLBACK
14581
+  (0.3ms) ROLLBACK
14582
+  (0.1ms) BEGIN
14583
+  (0.2ms) BEGIN
14584
+  (0.3ms) SAVEPOINT active_record_2
14585
+ SQL (0.5ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:48:44', 'c638afc71373b336a01fd4dadb86cf252a7ed114b828e496edef5c3a93a5c3c7a95b6d3f7ed6e7de5a6077e972dc3f0f6aa9c5babae66ac01cd9c84e582df8af', NULL, NULL, 'john45doe45@email.com', 0, 'John48', NULL, NULL, 'Doe48', NULL, 'john48doe48', 0, 'oNJ5pxSxnCE2TCxzgSU', 'Gf7brocQnEkXhlZYu6GB', '92fb5324730b00e925ecc070af949aa9140d44d6042417ece8217b68d59c26618d245101df56996e24a18ee26c62e79183b68d43f8d2ebbccef97c207b249da6', 'k3cF48', NULL, '2012-03-15 12:48:44')
14586
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14587
+  (0.2ms) SAVEPOINT active_record_2
14588
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:48:44', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'DlZmiN0bWmPOKxL8crI', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 45
14589
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14590
+ Processing by Spud::UsersController#settings as HTML
14591
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 45 LIMIT 1
14592
+  (0.2ms) SAVEPOINT active_record_2
14593
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'A8C9kYI4utDJWpIPJY', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 45
14594
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14595
+ Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.9ms)
14596
+  (1.1ms) ROLLBACK
14597
+  (0.2ms) ROLLBACK
14598
+  (0.1ms) BEGIN
14599
+  (0.1ms) BEGIN
14600
+  (0.3ms) SAVEPOINT active_record_2
14601
+ SQL (0.6ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:48:44', 'c638446c6511c0420721194cabbc62e6f15261a5e37379a06e6b8b329dc911f1177d8f0db8c79c9eb02213b606c9496010db9dd6089031f2a4ff033a66b23a5d', NULL, NULL, 'john46doe46@email.com', 0, 'John49', NULL, NULL, 'Doe49', NULL, 'john49doe49', 0, 'valFUjHTF7w7u3hFAA0W', 'qUPT10ztSR01bfe3glc', '5284efe574c116522a47046f726e3edeed8816b1f7bf9c1ee3559b21c6fdf0a8bc9537a8d489b578f81e2d500aa75a7965f5305ff120ac1bc91994f5bd462b50', 'k3cF49', NULL, '2012-03-15 12:48:44')
14602
+  (0.3ms) RELEASE SAVEPOINT active_record_2
14603
+  (0.2ms) SAVEPOINT active_record_2
14604
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:48:44', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'mbom6uKQxzpbKkh6Lp9', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 46
14605
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14606
+ Processing by Spud::UsersController#settings as HTML
14607
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 46 LIMIT 1
14608
+  (0.3ms) SAVEPOINT active_record_2
14609
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = '07lovEJTjjBD4VloVeG', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 46
14610
+  (0.3ms) RELEASE SAVEPOINT active_record_2
14611
+ Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 1.4ms)
14612
+  (1.0ms) ROLLBACK
14613
+  (0.3ms) ROLLBACK
14614
+  (0.1ms) BEGIN
14615
+  (0.0ms) BEGIN
14616
+  (0.1ms) SAVEPOINT active_record_2
14617
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', 'a09a1c1b2b99d2148c054afae740ddfeff8a0dbb235a62db473a308503028c19418b06fcd3448165aa3a2c5d5065df02af379c9f1d386703994332ff1ae5f26e', NULL, NULL, 'john47doe47@email.com', 0, 'John50', NULL, NULL, 'Doe50', NULL, 'john50doe50', 0, '1hQQXK8TcfTbuoz4bYrQ', 'r36ptczeWc54QrhGYfh', 'c7e12afb2e1864f6dc46ed5bd8850beeeb5dbd9450e33ff00da71b7099d917de5eb375ea7b2683dee7de71a95fa0ce73cd7f8914c0b17e579a48ac98522149ee', 'k3cF50', NULL, '2012-03-15 12:48:44')
14618
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14619
+  (0.1ms) SAVEPOINT active_record_2
14620
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:48:44', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'unc8lhcAeXHVTHWR6M', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 47
14621
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14622
+ Processing by Spud::UsersController#update as HTML
14623
+ Parameters: {"spud_user"=>{"first_name"=>"Mike"}}
14624
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 47 LIMIT 1
14625
+  (0.1ms) SAVEPOINT active_record_2
14626
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'GJ4bkDz7l4fJf37eUgGx', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 47
14627
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14628
+  (0.1ms) SAVEPOINT active_record_2
14629
+  (0.2ms) UPDATE `spud_users` SET `first_name` = 'Mike', `perishable_token` = 'Y7R9wnQrWS5qaunrQKo', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 47
14630
+  (0.0ms) RELEASE SAVEPOINT active_record_2
14631
+ Redirected to http://test.host/spud/admin
14632
+ Completed 302 Found in 5ms (ActiveRecord: 0.9ms)
14633
+  (0.7ms) ROLLBACK
14634
+  (0.0ms) ROLLBACK
14635
+  (0.0ms) BEGIN
14636
+  (0.0ms) BEGIN
14637
+  (0.1ms) SAVEPOINT active_record_2
14638
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', '62f8065e1559e04fb3a99b06d6e865cb908568612f9060499667640c484539a7ef1f9accbffb891aabda40f02663dd8b3a70b78db8cd0f2dffd2081889f4ccf1', NULL, NULL, 'john48doe48@email.com', 0, 'John51', NULL, NULL, 'Doe51', NULL, 'john51doe51', 0, 'fdTkk9CFGKLxMV5kxWWI', 'JYG2D5zTkKNdj8q3XsCi', '2794b8632ed214984c38ee8e59c6560a7c69683ce800a496aa7ab8609f0c402020bc99092eaff3dc06c9865069bdd1a35286ab49d77885185b48c4bac37fd3b2', 'k3cF51', NULL, '2012-03-15 12:48:44')
14639
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14640
+  (0.1ms) SAVEPOINT active_record_2
14641
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:48:44', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'vW1kEp07d3mAX3WSUXX5', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 48
14642
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14643
+ Processing by Spud::UsersController#update as HTML
14644
+ Parameters: {"spud_user"=>{"first_name"=>"Mike"}}
14645
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 48 LIMIT 1
14646
+  (0.3ms) SAVEPOINT active_record_2
14647
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'YIKy7RImiawEvPnlfq2', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 48
14648
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14649
+  (0.0ms) SAVEPOINT active_record_2
14650
+  (0.2ms) UPDATE `spud_users` SET `first_name` = 'Mike', `perishable_token` = 'l7E8de6i6qsups316UAi', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 48
14651
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14652
+ Redirected to http://test.host/spud/admin
14653
+ Completed 302 Found in 5ms (ActiveRecord: 1.1ms)
14654
+  (0.8ms) ROLLBACK
14655
+  (0.0ms) ROLLBACK
14656
+  (0.0ms) BEGIN
14657
+  (0.0ms) BEGIN
14658
+  (0.1ms) SAVEPOINT active_record_2
14659
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', 'b4b50121e349aed8fab8a3e52aafde92ae2b8acfe909ae8eeccf214a3a71db1a1a72754b9dda9ccb14d23bd08eea45567cf359447e17dfcd3e18775bb01fdf84', NULL, NULL, 'john49doe49@email.com', 0, 'John52', NULL, NULL, 'Doe52', NULL, 'john52doe52', 0, 'TAOWHWuFWmgVR0PfNLm', 'medZg0h2HJs3o0L4WST9', '1249eaa73d1edcca2d59785eae8d43484a4b2be193dc20308918366554a014d74d276f7c2643cfe6fa98881935b942ecad3cf6611aff0dc780b46df9f3128367', 'k3cF52', NULL, '2012-03-15 12:48:44')
14660
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14661
+  (0.1ms) SAVEPOINT active_record_2
14662
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:48:44', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = '1f0M4zEepyi1zyftmM4R', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 49
14663
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14664
+ Processing by Spud::UsersController#update as HTML
14665
+ Parameters: {"spud_user"=>{"password"=>"[FILTERED]"}}
14666
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 49 LIMIT 1
14667
+  (0.1ms) SAVEPOINT active_record_2
14668
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = '8qKBBRA9bmiOJsQhgFW', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 49
14669
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14670
+  (0.1ms) SAVEPOINT active_record_2
14671
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE (`spud_users`.`persistence_token` = BINARY '5a7d17acfd51a229557a5715326c9db906705ce1bd85647af6a8309343be83520682b39b92e0c6c6fb4e84ef3710c1d196453bc2cfa025d99e52bb3c53c85a48' AND `spud_users`.`id` != 49) LIMIT 1
14672
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
14673
+ Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 1.1ms)
14674
+  (0.6ms) ROLLBACK
14675
+  (0.1ms) ROLLBACK
14676
+  (0.2ms) BEGIN
14677
+  (0.2ms) BEGIN
14678
+  (0.1ms) SAVEPOINT active_record_2
14679
+ 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`, `updated_at`) VALUES ('2012-03-15 12:48:44', 'ceeba6990206502ef8bbe23896f798ebf45367697d86c3f0e23d36d2edcc88c166d77333bb0cb3ce32c9f1e5bdacfaa40e81d8d0a962df8760c6cb3f636456c3', NULL, NULL, 'john50doe50@email.com', 0, 'John53', NULL, NULL, 'Doe53', NULL, 'john53doe53', 0, 'gBpnFb2xP5YyWsD7s0', 'IVzBiITrg40L5n4zYi3C', 'cec808c4fc882c34b2551fc1f86c53b5ec243ed5bf3e7794768a4c0f39c9de39fa2f2315dc9bb0d9b3aa27967de20f58e784393485b107916077a108478c8d4d', 'k3cF53', NULL, '2012-03-15 12:48:44')
14680
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14681
+  (0.1ms) SAVEPOINT active_record_2
14682
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:48:44', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'T3HhdEChgCK0fiWpIQl', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 50
14683
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14684
+ Processing by Spud::UsersController#update as HTML
14685
+ Parameters: {"spud_user"=>{"password"=>"[FILTERED]"}}
14686
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 50 LIMIT 1
14687
+  (0.1ms) SAVEPOINT active_record_2
14688
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'L2rovBx0CwoQPBdyGr', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 50
14689
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14690
+  (0.1ms) SAVEPOINT active_record_2
14691
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE (`spud_users`.`persistence_token` = BINARY '63334b39cb1561909becd100a4687b243494a9a1764d81a0df767d07938bf4bd1bf4427a687a18d18af169f29de1edf3157d0371e9f70777f5de20a69ab471ae' AND `spud_users`.`id` != 50) LIMIT 1
14692
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
14693
+ Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.1ms)
14694
+  (1.1ms) ROLLBACK
14695
+  (0.1ms) ROLLBACK
14696
+  (0.2ms) BEGIN
14697
+  (0.1ms) BEGIN
14698
+  (0.3ms) SAVEPOINT active_record_2
14699
+ SQL (0.6ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:48:44', 'bddbe7e2b858c3d229bee978b440b67fafa4e0f792b508711e8977792d0619ec1fadd79190a8c5855565db7d274288987acff1dbfe28dae5e66146ed6b70c9a4', NULL, NULL, 'john51doe51@email.com', 0, 'John54', NULL, NULL, 'Doe54', NULL, 'john54doe54', 0, '3eQtArUwweKbNXQrnJUf', 'trmpzSFpTGJPI4h8qM0', '06f5e97f0b7d37a9cdb7bcf745a4791dfe541216ae3723f207bd98c59642e8e68e7632e27569fa51d9abfa6a4e3df38225dd68fe9f4943c374a591f8b75426a3', 'k3cF54', NULL, '2012-03-15 12:48:44')
14700
+  (0.3ms) RELEASE SAVEPOINT active_record_2
14701
+  (0.1ms) SAVEPOINT active_record_2
14702
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:48:44', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = 'KLUxZw56JzXa54Ta75o', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 51
14703
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14704
+ Processing by Spud::UsersController#update as HTML
14705
+ Parameters: {"spud_user"=>{"password"=>"[FILTERED]"}}
14706
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 51 LIMIT 1
14707
+  (0.1ms) SAVEPOINT active_record_2
14708
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:48:44', `perishable_token` = '22m4z1terT2scic3tjdn', `updated_at` = '2012-03-15 12:48:44' WHERE `spud_users`.`id` = 51
14709
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14710
+  (0.1ms) SAVEPOINT active_record_2
14711
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE (`spud_users`.`persistence_token` = BINARY '6016618cc1ef9f4b8b654268f2f6e28c0f38b0a4730bc69cf66eb48fb66c0ba30ca664fe09b3776ef302ff5cf9034aeb96514ec4e16f6d6e3eb1901933ee80c7' AND `spud_users`.`id` != 51) LIMIT 1
14712
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
14713
+ Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.1ms)
14714
+  (1.1ms) ROLLBACK
14715
+  (0.1ms) ROLLBACK
14716
+  (0.1ms) BEGIN
14717
+  (0.1ms) BEGIN
14718
+  (0.0ms) ROLLBACK
14719
+  (0.0ms) ROLLBACK
14720
+  (0.0ms) BEGIN
14721
+  (0.0ms) BEGIN
14722
+  (0.4ms) ROLLBACK
14723
+  (0.2ms) ROLLBACK
14724
+  (0.2ms) BEGIN
14725
+  (0.2ms) BEGIN
14726
+  (0.3ms) ROLLBACK
14727
+  (0.2ms) ROLLBACK
14728
+  (0.1ms) BEGIN
14729
+  (0.2ms) BEGIN
14730
+  (0.1ms) ROLLBACK
14731
+  (0.2ms) ROLLBACK
14732
+  (0.1ms) BEGIN
14733
+  (0.1ms) BEGIN
14734
+  (0.1ms) ROLLBACK
14735
+  (0.1ms) ROLLBACK
14736
+  (0.1ms) BEGIN
14737
+  (0.2ms) BEGIN
14738
+  (0.1ms) ROLLBACK
14739
+  (0.1ms) ROLLBACK
14740
+  (0.1ms) BEGIN
14741
+  (0.0ms) BEGIN
14742
+  (0.1ms) ROLLBACK
14743
+  (0.1ms) ROLLBACK
14744
+  (0.0ms) BEGIN
14745
+  (0.0ms) BEGIN
14746
+  (0.1ms) ROLLBACK
14747
+  (0.1ms) ROLLBACK
14748
+  (0.0ms) BEGIN
14749
+  (0.0ms) BEGIN
14750
+  (0.1ms) ROLLBACK
14751
+  (0.1ms) ROLLBACK
14752
+  (0.1ms) BEGIN
14753
+  (0.0ms) BEGIN
14754
+  (0.1ms) ROLLBACK
14755
+  (0.1ms) ROLLBACK
14756
+  (0.4ms) SELECT @@FOREIGN_KEY_CHECKS
14757
+  (0.3ms) SET FOREIGN_KEY_CHECKS = 0
14758
+  (0.3ms) SELECT DATABASE() as db
14759
+  (1.2ms) select table_name from information_schema.views where table_schema = 'spud_core_test'
14760
+  (48.7ms) TRUNCATE TABLE `spud_admin_permissions`;
14761
+  (2.5ms) TRUNCATE TABLE `spud_users`;
14762
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
14763
+  (0.2ms) BEGIN
14764
+  (0.2ms) BEGIN
14765
+  (0.3ms) SAVEPOINT active_record_2
14766
+ SpudUser Exists (0.7ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john1doe1@email.com' LIMIT 1
14767
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john1doe1' LIMIT 1
14768
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'fc76689fd9759610eff254980d7b11e724768d9808517f7b30c3a06fd929a46f7dc75dada6800add7ce8cea23cbdaa4ffeb158aac86a2f2f611e119123b6609e' LIMIT 1
14769
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF1' LIMIT 1
14770
+ SQL (0.6ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:49:24', 'b446f17d14f3867f323248adb1dd71b58b66bbdba9dc5aa979bbcb566e9747c616ed376371c4882b79b2f1304f49aa7f438554038c5e000a05dc3c5b1d458667', '2012-03-15 12:49:24', '0.0.0.0', 'john1doe1@email.com', 0, 'John1', NULL, NULL, 'Doe1', '2012-03-15 12:49:24', 'john1doe1', 1, 'NZgIwBQlbsmfzWekQyte', 'NQQ8ekJILbaL1IOtYUx', 'fc76689fd9759610eff254980d7b11e724768d9808517f7b30c3a06fd929a46f7dc75dada6800add7ce8cea23cbdaa4ffeb158aac86a2f2f611e119123b6609e', 'k3cF1', NULL, '2012-03-15 12:49:24')
14771
+  (0.3ms) RELEASE SAVEPOINT active_record_2
14772
+  (0.3ms) SAVEPOINT active_record_2
14773
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-03-15 12:49:24', `current_login_at` = '2012-03-15 12:49:24', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'k39JGmBDrKnEzbIEjUme', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 1
14774
+  (0.3ms) RELEASE SAVEPOINT active_record_2
14775
+  (0.3ms) SAVEPOINT active_record_2
14776
+  (0.4ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'aQ0sl5GRCrEzEFGmGu', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 1
14777
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14778
+ Processing by TestController#index as HTML
14779
+ SpudUser Load (0.7ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 1 LIMIT 1
14780
+  (0.3ms) SAVEPOINT active_record_2
14781
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'OzGQyreSDnhjhdp0YTGc', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 1
14782
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14783
+ Rendered text template (0.0ms)
14784
+ Completed 200 OK in 14ms (Views: 7.5ms | ActiveRecord: 1.2ms)
14785
+  (1.6ms) ROLLBACK
14786
+  (0.3ms) ROLLBACK
14787
+  (0.1ms) BEGIN
14788
+  (0.2ms) BEGIN
14789
+  (0.1ms) SAVEPOINT active_record_2
14790
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john2doe2@email.com' LIMIT 1
14791
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john2doe2' LIMIT 1
14792
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'd50dd81db96f1b19e3a0e02fe25b9e961c28066bc95650f69e5486b1148613a830316cfbb150372afa98bc6df0c6ff4edfca7a51aa8ced8d04585f52c9089bf8' LIMIT 1
14793
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF2' LIMIT 1
14794
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:24', 'c10d653c44443c897ad410b384b608ad15eadb57ad8b37b3fc5059856c79825566a6a1099be8c7d6fbec8127caad1bb75fb5054b6d75e6fb38b6554b23d52e1d', '2012-03-15 12:49:24', '0.0.0.0', 'john2doe2@email.com', 0, 'John2', NULL, NULL, 'Doe2', '2012-03-15 12:49:24', 'john2doe2', 1, 'WRYNFhe8IlFvwlt31YKO', 'xmFpfWdmiDnFQRSdgWhG', 'd50dd81db96f1b19e3a0e02fe25b9e961c28066bc95650f69e5486b1148613a830316cfbb150372afa98bc6df0c6ff4edfca7a51aa8ced8d04585f52c9089bf8', 'k3cF2', NULL, '2012-03-15 12:49:24')
14795
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14796
+  (0.1ms) SAVEPOINT active_record_2
14797
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-03-15 12:49:24', `current_login_at` = '2012-03-15 12:49:24', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'u9Mvv62BEGeEaY4itg73', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 2
14798
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14799
+  (0.2ms) SAVEPOINT active_record_2
14800
+ SQL (0.5ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `updated_at`, `user_id`) VALUES (1, '2012-03-15 12:49:24', 'pages', '2012-03-15 12:49:24', 2)
14801
+  (0.0ms) RELEASE SAVEPOINT active_record_2
14802
+ Processing by TestController#index as HTML
14803
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 2 LIMIT 1
14804
+  (0.3ms) SAVEPOINT active_record_2
14805
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'URTTQhLtBJC8dL7MyXv', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 2
14806
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14807
+ SpudAdminPermission Load (0.4ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 2 AND `spud_admin_permissions`.`access` = 1
14808
+ Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 1.6ms)
14809
+  (1.5ms) ROLLBACK
14810
+  (0.1ms) ROLLBACK
14811
+  (0.1ms) BEGIN
14812
+  (0.1ms) BEGIN
14813
+  (0.3ms) SAVEPOINT active_record_2
14814
+ SpudUser Exists (0.6ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john3doe3@email.com' LIMIT 1
14815
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john3doe3' LIMIT 1
14816
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '712a4bf781f1a7fa7f68d3c2da3343dd55aca64ac29d950b2bb0466fb0ffcbea3cc42334bcf2d75de94cf30756a3fc59acb612b1492a94132e8d75486dad3d32' LIMIT 1
14817
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF3' LIMIT 1
14818
+ SQL (0.5ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:49:24', 'f6955762a2149557f4a98bf6e4c7e1d6c542aee8ea51dc06841ddf07a9b141da8acca5f7d5f5a66bbbdb46591030d890836b96e4c3d61ee99c6773c4ad0974ca', '2012-03-15 12:49:24', '0.0.0.0', 'john3doe3@email.com', 0, 'John3', NULL, NULL, 'Doe3', '2012-03-15 12:49:24', 'john3doe3', 1, 'q2DEnTdmVnG2WuGn1P6R', 'Gw3IsWjMmgCRVFNzgbPd', '712a4bf781f1a7fa7f68d3c2da3343dd55aca64ac29d950b2bb0466fb0ffcbea3cc42334bcf2d75de94cf30756a3fc59acb612b1492a94132e8d75486dad3d32', 'k3cF3', NULL, '2012-03-15 12:49:24')
14819
+  (0.3ms) RELEASE SAVEPOINT active_record_2
14820
+  (0.2ms) SAVEPOINT active_record_2
14821
+  (20.9ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-03-15 12:49:24', `current_login_at` = '2012-03-15 12:49:24', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'ISCVDLtN9MvySNOaQDov', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 3
14822
+  (0.3ms) RELEASE SAVEPOINT active_record_2
14823
+ Processing by TestController#index as HTML
14824
+ Redirected to http://test.host/spud/user_session/new
14825
+ Filter chain halted as :require_admin_user rendered or redirected
14826
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
14827
+  (0.8ms) ROLLBACK
14828
+  (0.2ms) ROLLBACK
14829
+  (0.1ms) BEGIN
14830
+  (0.2ms) BEGIN
14831
+  (0.2ms) SAVEPOINT active_record_2
14832
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john4doe4@email.com' LIMIT 1
14833
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john4doe4' LIMIT 1
14834
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '49cd6194909827a39976cfc6021ecca2128620fe81f24292cd47968dabbede22d54fe36b0d55a11dc0d0af4240d2232a576bc6bce55a8610df33cb00642ebb35' LIMIT 1
14835
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF4' LIMIT 1
14836
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:24', '3c3e2a928a4f4a46510e493fb0116478eaf4a3c2b53f602a6a4c2fb4efac11f1e63c48677419c4d7af208d1c51afdc2d1754df3159b6623577f94d5efc564b14', '2012-03-15 12:49:24', '0.0.0.0', 'john4doe4@email.com', 0, 'John4', NULL, NULL, 'Doe4', '2012-03-15 12:49:24', 'john4doe4', 1, '7BJJPucvuXfcSvh8l9', 'j8NIXEZDj2PIOAX4iVIM', '49cd6194909827a39976cfc6021ecca2128620fe81f24292cd47968dabbede22d54fe36b0d55a11dc0d0af4240d2232a576bc6bce55a8610df33cb00642ebb35', 'k3cF4', NULL, '2012-03-15 12:49:24')
14837
+  (0.2ms) RELEASE SAVEPOINT active_record_2
14838
+  (0.1ms) SAVEPOINT active_record_2
14839
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-03-15 12:49:24', `current_login_at` = '2012-03-15 12:49:24', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'kE6DaQxJyNlCsiv8KERy', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 4
14840
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14841
+ SpudAdminPermission Load (0.2ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 4
14842
+  (0.1ms) SAVEPOINT active_record_2
14843
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14844
+  (0.1ms) SAVEPOINT active_record_2
14845
+  (0.3ms) UPDATE `spud_users` SET `super_admin` = 0, `perishable_token` = 'GEzFKIo7zdPTh4mytWq', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 4
14846
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14847
+ Processing by TestController#index as HTML
14848
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 4 LIMIT 1
14849
+  (0.3ms) SAVEPOINT active_record_2
14850
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'nJhi2b6znh1omWkfVP0', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 4
14851
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14852
+ SpudAdminPermission Load (0.3ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 4 AND `spud_admin_permissions`.`access` = 1
14853
+ Redirected to http://test.host/
14854
+ Filter chain halted as :require_admin_user rendered or redirected
14855
+ Completed 302 Found in 5ms (ActiveRecord: 1.7ms)
14856
+  (1.1ms) ROLLBACK
14857
+  (0.1ms) ROLLBACK
14858
+  (0.0ms) BEGIN
14859
+  (0.0ms) BEGIN
14860
+  (0.0ms) SAVEPOINT active_record_2
14861
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john5doe5@email.com' LIMIT 1
14862
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john5doe5' LIMIT 1
14863
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '6801c18912c576e2d36479f31d3a06898e79b262c49e2ff19c4242b1d5c41239ccba25676b601dc024aa664c71eb99a3512fd17e39e774670fac232706c5f296' LIMIT 1
14864
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF5' LIMIT 1
14865
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:24', '6a8ca93d0e4353b1056fd73bea5399f3818f763f3b764cb26490b33d02372bcbf219b1022c9daf433a13a04af9fd05ab5feb3ea4e207466fc9b0b8fb84c14ed0', '2012-03-15 12:49:24', '0.0.0.0', 'john5doe5@email.com', 0, 'John5', NULL, NULL, 'Doe5', '2012-03-15 12:49:24', 'john5doe5', 1, 'Unnns0FGYqeE3mroaC6y', 'OflUd1gLaA2MjOQpkTe', '6801c18912c576e2d36479f31d3a06898e79b262c49e2ff19c4242b1d5c41239ccba25676b601dc024aa664c71eb99a3512fd17e39e774670fac232706c5f296', 'k3cF5', NULL, '2012-03-15 12:49:24')
14866
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14867
+  (0.1ms) SAVEPOINT active_record_2
14868
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-03-15 12:49:24', `current_login_at` = '2012-03-15 12:49:24', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = '9uo3LpK6lUm3Ud0eQ13C', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 5
14869
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14870
+  (0.1ms) SAVEPOINT active_record_2
14871
+  (0.2ms) UPDATE `spud_users` SET `super_admin` = 0, `perishable_token` = 'M52j5biBbpI7w74UXOn2', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 5
14872
+ SQL (0.1ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `updated_at`, `user_id`) VALUES (1, '2012-03-15 12:49:24', 'Blog', '2012-03-15 12:49:24', 5)
14873
+ SQL (0.1ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `updated_at`, `user_id`) VALUES (1, '2012-03-15 12:49:24', 'Pages', '2012-03-15 12:49:24', 5)
14874
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14875
+ Processing by Spud::Admin::DashboardController#index as HTML
14876
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 5 LIMIT 1
14877
+  (0.1ms) SAVEPOINT active_record_2
14878
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'Pbytc8wlFeUcYtOpP4ja', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 5
14879
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14880
+ 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
14881
+ Completed 200 OK in 8ms (Views: 3.7ms | ActiveRecord: 0.9ms)
14882
+ SpudAdminPermission Load (0.5ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 5
14883
+  (1.4ms) ROLLBACK
14884
+  (0.1ms) ROLLBACK
14885
+  (0.1ms) BEGIN
14886
+  (0.1ms) BEGIN
14887
+  (0.1ms) SAVEPOINT active_record_2
14888
+ SpudUser Exists (0.5ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john6doe6@email.com' LIMIT 1
14889
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john6doe6' LIMIT 1
14890
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '653f2d0c85d3946d294cd52a986a9db9bf68035e12e5a7f834603c958392ed5fca3d08d927f2f21fb43a4e1f9fa9ddac34c2f39526990694f4bd3a3aa7228f29' LIMIT 1
14891
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF6' LIMIT 1
14892
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:24', '0f67698b9d4fdf6e1c68834d0ed268cbdc9a9d0eea19955640dfae425034124ef15b6b25017209331cf705d13dc5164019fd74956f857cdaf44e21d6e1e1874e', '2012-03-15 12:49:24', '0.0.0.0', 'john6doe6@email.com', 0, 'John6', NULL, NULL, 'Doe6', '2012-03-15 12:49:24', 'john6doe6', 1, 'ouyPSEYSA0gcYOfoBrT', 'QbHsmHgRvgDFkQfY1D', '653f2d0c85d3946d294cd52a986a9db9bf68035e12e5a7f834603c958392ed5fca3d08d927f2f21fb43a4e1f9fa9ddac34c2f39526990694f4bd3a3aa7228f29', 'k3cF6', NULL, '2012-03-15 12:49:24')
14893
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14894
+  (0.1ms) SAVEPOINT active_record_2
14895
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-03-15 12:49:24', `current_login_at` = '2012-03-15 12:49:24', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'ctYNnXBlSQLr15sEOIex', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 6
14896
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14897
+  (0.1ms) SAVEPOINT active_record_2
14898
+  (0.2ms) UPDATE `spud_users` SET `super_admin` = 0, `perishable_token` = 'yv9udsewRxJjyRmXA5', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 6
14899
+ SQL (0.1ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `updated_at`, `user_id`) VALUES (1, '2012-03-15 12:49:24', 'Blog', '2012-03-15 12:49:24', 6)
14900
+ SQL (0.1ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `updated_at`, `user_id`) VALUES (1, '2012-03-15 12:49:24', 'Pages', '2012-03-15 12:49:24', 6)
14901
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14902
+ Processing by Spud::Admin::DashboardController#index as HTML
14903
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 6 LIMIT 1
14904
+  (0.1ms) SAVEPOINT active_record_2
14905
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'yJcZR8Od0RIU7beVz5CN', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 6
14906
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14907
+ SpudAdminPermission Load (0.1ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 6 AND `spud_admin_permissions`.`access` = 1
14908
+ Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.7ms)
14909
+  (1.1ms) ROLLBACK
14910
+  (0.1ms) ROLLBACK
14911
+  (0.1ms) BEGIN
14912
+  (0.1ms) BEGIN
14913
+  (0.3ms) SAVEPOINT active_record_2
14914
+ SpudUser Exists (0.6ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john7doe7@email.com' LIMIT 1
14915
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john7doe7' LIMIT 1
14916
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '313d03f326730b9b48d7ca0390c1af6fb07f727ab3b0ef1c4fe852e6c7c1f4485db95eda19a3d081969fac038949ddaa89f7932a21ca357d02ce6833cc947969' LIMIT 1
14917
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF7' LIMIT 1
14918
+ SQL (0.5ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:49:24', '57f3d2183ea10cfd0788f2dd7e35dd50d7600bdeb723191583a0f133b8eb546f2e4556756a83287484f4d8f0b4f29802f5887c18b62a8f71c0decb28ef9c3d53', '2012-03-15 12:49:24', '0.0.0.0', 'john7doe7@email.com', 0, 'John7', NULL, NULL, 'Doe7', '2012-03-15 12:49:24', 'john7doe7', 1, 'ip3AjOf4MxnDgQrJqxtX', 'RfHbf0y3qsKA3pilV9ee', '313d03f326730b9b48d7ca0390c1af6fb07f727ab3b0ef1c4fe852e6c7c1f4485db95eda19a3d081969fac038949ddaa89f7932a21ca357d02ce6833cc947969', 'k3cF7', NULL, '2012-03-15 12:49:24')
14919
+  (0.3ms) RELEASE SAVEPOINT active_record_2
14920
+  (0.3ms) SAVEPOINT active_record_2
14921
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-03-15 12:49:24', `current_login_at` = '2012-03-15 12:49:24', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'uwWMPq0WUcpJrjDzaL', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 7
14922
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14923
+  (0.1ms) SAVEPOINT active_record_2
14924
+  (0.5ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'PJROGJA1K64DdDMKBPb', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 7
14925
+ SQL (0.3ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `updated_at`, `user_id`) VALUES (1, '2012-03-15 12:49:24', 'Blog', '2012-03-15 12:49:24', 7)
14926
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14927
+ Processing by Spud::Admin::DashboardController#index as HTML
14928
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 7 LIMIT 1
14929
+  (0.2ms) SAVEPOINT active_record_2
14930
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'mVst4Gzirciw49e0xoCw', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 7
14931
+  (0.2ms) RELEASE SAVEPOINT active_record_2
14932
+ SpudAdminPermission Load (0.3ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 7 AND `spud_admin_permissions`.`access` = 1
14933
+ Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 1.6ms)
14934
+  (0.8ms) ROLLBACK
14935
+  (0.0ms) ROLLBACK
14936
+  (0.0ms) BEGIN
14937
+  (0.0ms) BEGIN
14938
+  (0.2ms) SAVEPOINT active_record_2
14939
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:24', 'c8c3ae41604512fb81f0fd3ee5d84ce43242d02a30b199618a9eff28efb1cc18dfeaa4ddf761ad50c8fc4f6e8805ad890b633ab22dd1677cc2e67a64c7cd4673', NULL, NULL, 'john8doe8@email.com', 0, 'John8', NULL, NULL, 'Doe8', NULL, 'john8doe8', 0, 'HoWKHpI7jKCzmT3dKvw8', 'ezFG5ReishbH9mYgTxYC', '8b6c282b617de88e8bd411caaa546401a1577ee6c209b63ff2bac98d036f211bab7af167f2e51c4e08e5fb24f2312d16da9c73061f88e92e6ca9660e1b244d82', 'k3cF8', 1, '2012-03-15 12:49:24')
14940
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14941
+  (0.1ms) SAVEPOINT active_record_2
14942
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:49:24', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'CE9oXLaMjvegaOsRwovG', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 8
14943
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14944
+  (0.1ms) SAVEPOINT active_record_2
14945
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john9doe9@email.com' LIMIT 1
14946
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john9doe9' LIMIT 1
14947
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'fe3b4113c7dd508256346daba293345c00161d0165df04d7711ba15e8a777ac99eb2923bf0a61733fe52c02f96ccaefabefa3e8a071eb23f250132275aee5c1a' LIMIT 1
14948
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF9' LIMIT 1
14949
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 8 LIMIT 1
14950
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'dmpW4Kt3dcCtGM8UEnt', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 8
14951
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:24', '030818385cc0a8d4906711a1775914ef8067dcb5ddabe3390df94e0e1ab4be230c1ecd678344007aadfaa13fb817e7ce36c109125300a7f736291ff5431f598f', NULL, NULL, 'john9doe9@email.com', 0, 'John9', NULL, NULL, 'Doe9', NULL, 'john9doe9', 0, 'okvKLbGLU9m93YCba', '0xxEd4IoK23Ns0Hcwpp', 'fe3b4113c7dd508256346daba293345c00161d0165df04d7711ba15e8a777ac99eb2923bf0a61733fe52c02f96ccaefabefa3e8a071eb23f250132275aee5c1a', 'k3cF9', NULL, '2012-03-15 12:49:24')
14952
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14953
+  (0.1ms) SAVEPOINT active_record_2
14954
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john10doe10@email.com' LIMIT 1
14955
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john10doe10' LIMIT 1
14956
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '518977274feae7296ed71fdf6d10552018274c8cab80a0adbb3158330dd7d57fb15830c0dc50608e541322e49c78bb737108eadef600e7a534129edaa7ca90c6' LIMIT 1
14957
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF10' LIMIT 1
14958
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 8 LIMIT 1
14959
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = '5HPYaBQKdyPOY4dS03eb', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 8
14960
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:24', 'fc16897ab65be64cfff9f977206aef091388a57168ff0a2fe1cd14db9d4cebd0828c8c265b8e45216044cf49ef765fcb74422a44997924b8f67c71ad107ccd0b', NULL, NULL, 'john10doe10@email.com', 0, 'John10', NULL, NULL, 'Doe10', NULL, 'john10doe10', 0, 'sv3WiVbgumImVylWOzf', '0R4jghKB1MIZVCmPoAS', '518977274feae7296ed71fdf6d10552018274c8cab80a0adbb3158330dd7d57fb15830c0dc50608e541322e49c78bb737108eadef600e7a534129edaa7ca90c6', 'k3cF10', NULL, '2012-03-15 12:49:24')
14961
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14962
+ Processing by Spud::Admin::UsersController#index as HTML
14963
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 8 LIMIT 1
14964
+  (0.1ms) SAVEPOINT active_record_2
14965
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = '4yLgWxNLHhTeDV7QRd', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 8
14966
+  (0.0ms) RELEASE SAVEPOINT active_record_2
14967
+ Completed 200 OK in 6ms (Views: 1.9ms | ActiveRecord: 0.6ms)
14968
+  (0.2ms) SELECT COUNT(*) FROM `spud_users`
14969
+  (1.1ms) ROLLBACK
14970
+  (0.1ms) ROLLBACK
14971
+  (0.1ms) BEGIN
14972
+  (0.2ms) BEGIN
14973
+  (0.3ms) SAVEPOINT active_record_2
14974
+ SQL (0.6ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:49:24', '8d11857fc53121c0558e805010d72042754f4d8635bb9576f0cd7c14ebe5f82e7f8104bd3ba3530aeecb94798849b1d6172a4b5446859078096877c5b729ab5a', NULL, NULL, 'john11doe11@email.com', 0, 'John11', NULL, NULL, 'Doe11', NULL, 'john11doe11', 0, 'fN3iNKauRU2EwBgL3', 'Gzn7zRJxgTlnF095n3Hz', 'c831353733de1a37232c486f386647dd5515127b9104f347333aad6e3b02983c7adaa32703a04564b6b7b665eee4d25a69e447630318d8d5cb7f36814073ff96', 'k3cF11', 1, '2012-03-15 12:49:24')
14975
+  (0.3ms) RELEASE SAVEPOINT active_record_2
14976
+  (0.3ms) SAVEPOINT active_record_2
14977
+  (0.6ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:49:24', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = '2Av8jff64z7HbR9LLQOj', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 11
14978
+  (0.3ms) RELEASE SAVEPOINT active_record_2
14979
+ Processing by Spud::Admin::UsersController#index as HTML
14980
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 11 LIMIT 1
14981
+  (0.3ms) SAVEPOINT active_record_2
14982
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'eo66Z9p96rvRK4GdA02H', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 11
14983
+  (0.3ms) RELEASE SAVEPOINT active_record_2
14984
+ Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 1.4ms)
14985
+  (0.2ms) SELECT COUNT(*) FROM `spud_users` 
14986
+  (0.9ms) ROLLBACK
14987
+  (0.0ms) ROLLBACK
14988
+  (0.1ms) BEGIN
14989
+  (0.2ms) BEGIN
14990
+  (0.3ms) SAVEPOINT active_record_2
14991
+ SQL (0.6ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:49:24', 'b32ddfdd3dba10a3a9a24147190d94192438d74eb8dfc006dd699c5a250fcbc6f0dbee6811a4e2077a3f668bc0341e1962554c3f9bf1d4340bce6a1df8ce9bae', NULL, NULL, 'john12doe12@email.com', 0, 'John12', NULL, NULL, 'Doe12', NULL, 'john12doe12', 0, 'zcK76GO6GKxO2r50YZb', 'cutM4mDNOzl0QWEAKT1F', '202f8323f340da25bc4b008de997c9a83d7abe49472250e90cceaa465c5ec54b8d1f4d88cd0779b5bab8b062dc311a514f9602f3d424750d321a754c44a75c91', 'k3cF12', 1, '2012-03-15 12:49:24')
14992
+  (0.3ms) RELEASE SAVEPOINT active_record_2
14993
+  (0.2ms) SAVEPOINT active_record_2
14994
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:49:24', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'ZXBKZxInM5XiJ04gS2R', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 12
14995
+  (0.1ms) RELEASE SAVEPOINT active_record_2
14996
+  (0.1ms) SAVEPOINT active_record_2
14997
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:24', '3c2d39e35d02a7f1b15b64c24c8d7d56986225c8fed5cb32dce94c89bc289b75ec3d6e7a413812fee4405cc90ac910be41cfb4f265d65f1a38876de31145eb22', NULL, NULL, 'john13doe13@email.com', 0, 'John13', NULL, NULL, 'Doe13', NULL, 'john13doe13', 0, 'mwUrQIZQiqryWIZdn2yh', 'lt8j5hCJp6JHgahkAtyZ', '5833435ff6b412cb8ad1a0a273316a38e337eae692b6e606d30f51881afac0526888e31feef3b4cf730b93e5d8a047abbecc8bd18e74bc36287b894008f90e6c', 'k3cF13', 0, '2012-03-15 12:49:24')
14998
+  (0.2ms) RELEASE SAVEPOINT active_record_2
14999
+  (0.1ms) SAVEPOINT active_record_2
15000
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:49:24', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = '4Cb6uWe2CKMkz3t9Bonb', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 13
15001
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15002
+ Processing by Spud::Admin::UsersController#index as HTML
15003
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 13 LIMIT 1
15004
+  (0.1ms) SAVEPOINT active_record_2
15005
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = '6JreNhuJJNunwBfJMvz', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 13
15006
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15007
+ SpudAdminPermission Load (0.3ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 13 AND `spud_admin_permissions`.`access` = 1
15008
+ Redirected to http://test.host/
15009
+ Filter chain halted as :require_admin_user rendered or redirected
15010
+ Completed 302 Found in 5ms (ActiveRecord: 1.4ms)
15011
+  (1.3ms) ROLLBACK
15012
+  (0.0ms) ROLLBACK
15013
+  (0.0ms) BEGIN
15014
+  (0.0ms) BEGIN
15015
+  (0.1ms) SAVEPOINT active_record_2
15016
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:24', '9d911b716f61426ad3e40d7ae3889fa1dd8ead6b182d7def190368e5cac711782cc99a3e097fe79e78116f8bc0dbcb62505c8b6917fb02a46d8059dcce296ad4', NULL, NULL, 'john14doe14@email.com', 0, 'John14', NULL, NULL, 'Doe14', NULL, 'john14doe14', 0, 'lhBOb67bmfAdJgsrRfH', 'Rn7FxNvN7TeAWY6pOdgq', '67eca3f3172bf4d87ac3eb5499843d5ad3257fa16ea48a67eb70aca57b83153ff626543a453cb7fdb543020c6fdeb1c68ab9cb292736227bdcc1708bfb1404bd', 'k3cF14', 1, '2012-03-15 12:49:24')
15017
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15018
+  (0.1ms) SAVEPOINT active_record_2
15019
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:49:24', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'y5VRYSttHpW6uEAMlIkl', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 14
15020
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15021
+  (0.1ms) SAVEPOINT active_record_2
15022
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john15doe15@email.com' LIMIT 1
15023
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john15doe15' LIMIT 1
15024
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '7af22702b9d2095e76349b85756c2509591a9aff16e95291f4eef1001953f6a921e7c83bef580918080f1167ea6f570a052b926048ecff3a61b8e544c72daaf5' LIMIT 1
15025
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF15' LIMIT 1
15026
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 14 LIMIT 1
15027
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = '1xq69cHHxXcmzPD4oIVA', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 14
15028
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:24', 'd124f43e97cb0fcb9846a4c9028c64784f837100d488f797cf8b1400654b19d04a605a0659dfe5f976c5be2090e2f97c10f2f4a602d968dad145c38008edebb1', NULL, NULL, 'john15doe15@email.com', 0, 'John15', NULL, NULL, 'Doe15', NULL, 'john15doe15', 0, 'VBg5qzjbvXBHNBWWrZR5', 'pYhrd7OKBJsiGTDGDE7', '7af22702b9d2095e76349b85756c2509591a9aff16e95291f4eef1001953f6a921e7c83bef580918080f1167ea6f570a052b926048ecff3a61b8e544c72daaf5', 'k3cF15', 0, '2012-03-15 12:49:24')
15029
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15030
+  (0.1ms) SAVEPOINT active_record_2
15031
+ SQL (0.1ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `updated_at`, `user_id`) VALUES (1, '2012-03-15 12:49:24', 'Users', '2012-03-15 12:49:24', 15)
15032
+  (0.2ms) RELEASE SAVEPOINT active_record_2
15033
+ Processing by Spud::Admin::UsersController#index as HTML
15034
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 14 LIMIT 1
15035
+  (0.1ms) SAVEPOINT active_record_2
15036
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'cwYj4tu5xxpG8P8J0C', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 14
15037
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15038
+ Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.6ms)
15039
+  (0.9ms) ROLLBACK
15040
+  (0.0ms) ROLLBACK
15041
+  (0.0ms) BEGIN
15042
+  (0.0ms) BEGIN
15043
+  (0.1ms) SAVEPOINT active_record_2
15044
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:24', '9ae025b6885dcc15b5fc8e04a7f6ddf41746b9aa1985e2afa7b5356f9f536ef7fceed81021bfe3b328d946bce32ee720f9274f14e36c27a632a915f5f7d73755', NULL, NULL, 'john16doe16@email.com', 0, 'John16', NULL, NULL, 'Doe16', NULL, 'john16doe16', 0, '79N4pRWYzh57yRCQXYqH', 'OgKVSKDdvJM8MGihmuM', '6eb56e4329136904c6488eab57ca5227738c529db04e34a9b67d721cb654ab9a082f341f1e33f19b0bde1638154137c228503efb912dc73de9b4928f829c6d08', 'k3cF16', 1, '2012-03-15 12:49:24')
15045
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15046
+  (0.1ms) SAVEPOINT active_record_2
15047
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:49:24', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = '704wlryph833tDf7hAy', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 16
15048
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15049
+  (0.1ms) SAVEPOINT active_record_2
15050
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john17doe17@email.com' LIMIT 1
15051
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john17doe17' LIMIT 1
15052
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '4627fad2898a17e74d43f68c8b36ae28db013fe1fe17e8916d3826b7c6d0ee40eca83cb786a2eb8e7288e5b890e68f6eab214b05824b74d87ecae1c28e932ced' LIMIT 1
15053
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF17' LIMIT 1
15054
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 16 LIMIT 1
15055
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'Wh5LEViWxVcXNHK14qp', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 16
15056
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:24', '7d078624ed5246cffb53bbbc7cdacde27f31315d5f46ecf20fd7fde8ffca30c9eca758bf1f82f51c206418f5c30a0c88c37162f296bd00a19a354fcd7a80437e', NULL, NULL, 'john17doe17@email.com', 0, 'John17', NULL, NULL, 'Doe17', NULL, 'john17doe17', 0, '0aQCqnvXzaeNZ7Ff6NEa', '0VCi63V3hFfo6NbaaPCb', '4627fad2898a17e74d43f68c8b36ae28db013fe1fe17e8916d3826b7c6d0ee40eca83cb786a2eb8e7288e5b890e68f6eab214b05824b74d87ecae1c28e932ced', 'k3cF17', 0, '2012-03-15 12:49:24')
15057
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15058
+  (0.1ms) SAVEPOINT active_record_2
15059
+ SQL (0.1ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `updated_at`, `user_id`) VALUES (0, '2012-03-15 12:49:24', 'Users', '2012-03-15 12:49:24', 17)
15060
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15061
+ Processing by Spud::Admin::UsersController#index as HTML
15062
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 16 LIMIT 1
15063
+  (0.1ms) SAVEPOINT active_record_2
15064
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'Ae49OzInYGxoTy3O04Q', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 16
15065
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15066
+ Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.6ms)
15067
+  (1.1ms) ROLLBACK
15068
+  (0.1ms) ROLLBACK
15069
+  (0.0ms) BEGIN
15070
+  (0.0ms) BEGIN
15071
+  (0.1ms) SAVEPOINT active_record_2
15072
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:24', 'fd306a1f39545e0322eaee21c4d3e799c256d0828cfbe550576a5c29a2292dad65216cc9a254c8c54edce02425242556edc838636aeb83b7fcb058be5680f55e', NULL, NULL, 'john18doe18@email.com', 0, 'John18', NULL, NULL, 'Doe18', NULL, 'john18doe18', 0, '4GODi0tchzevrxhReq2', 'HASK037smjPrstR327wT', '1da3b479597840de6f7f96cd560f8d4db239ea49f9d5aaf44b35c1a3b0f2e474fcf7f325890ebc45b04557c506a663e93254ec55751a0ba85cb646a30ebfcc39', 'k3cF18', 1, '2012-03-15 12:49:24')
15073
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15074
+  (0.1ms) SAVEPOINT active_record_2
15075
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:49:24', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = '0w4eKzAcCKDgNISX0b82', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 18
15076
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15077
+  (0.1ms) SAVEPOINT active_record_2
15078
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john19doe19@email.com' LIMIT 1
15079
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john19doe19' LIMIT 1
15080
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'b26406f43d7829806fe364fccdb73a1b77fdd7abaa7c0defa399248125e9fee3657e1bf86f1d8cca5b1dc80bfd6356a37626b3a7cce247c8a3362f8aa6a836e9' LIMIT 1
15081
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF19' LIMIT 1
15082
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 18 LIMIT 1
15083
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = '55Af5DJw9D1Pn4K2JuMZ', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 18
15084
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:24', '3565d7202caf211b3f082e927a0af2dc1962a326829c542510c0188633ec553f1ea044ed75c17ffbd0a98e3a7ef020e8df0210ce5302f99d9aa0f67d6dc6194d', NULL, NULL, 'john19doe19@email.com', 0, 'John19', NULL, NULL, 'Doe19', NULL, 'john19doe19', 0, 'toaAv9DiD9Nbne4UmnIx', 'LwNiXZUkN5dDuq9QpGP', 'b26406f43d7829806fe364fccdb73a1b77fdd7abaa7c0defa399248125e9fee3657e1bf86f1d8cca5b1dc80bfd6356a37626b3a7cce247c8a3362f8aa6a836e9', 'k3cF19', NULL, '2012-03-15 12:49:24')
15085
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15086
+ Processing by Spud::Admin::UsersController#show as HTML
15087
+ Parameters: {"id"=>"19"}
15088
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 18 LIMIT 1
15089
+  (0.1ms) SAVEPOINT active_record_2
15090
+  (0.1ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'IlAbXjuKdn0O5i4v3YSW', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 18
15091
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15092
+ SpudUser Load (0.1ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 19 LIMIT 1
15093
+ Completed 200 OK in 5ms (Views: 1.3ms | ActiveRecord: 0.7ms)
15094
+  (0.9ms) ROLLBACK
15095
+  (0.0ms) ROLLBACK
15096
+  (0.0ms) BEGIN
15097
+  (0.0ms) BEGIN
15098
+  (0.1ms) SAVEPOINT active_record_2
15099
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:24', '4e29c99a7b11aff8238737e3bd0dae9fdb13605f7837878d184c5d7a7db26dcc82449ac3f5ba2a95130380f0904a2d3de8aa2f2bdf427e5833a1b443e8ee68d5', NULL, NULL, 'john20doe20@email.com', 0, 'John20', NULL, NULL, 'Doe20', NULL, 'john20doe20', 0, 'owUeiMqepgOou9vZHMT', 'QhEifpmkYjwPX6MVoQD', 'bcb5db2aec55bb4aec2f02ce43f26f766764b290c21bd602f613105c03fbc94747078ac2f8727fa9b3da65e985626638715f15c249f738c7995e553d73f79056', 'k3cF20', 1, '2012-03-15 12:49:24')
15100
+  (0.2ms) RELEASE SAVEPOINT active_record_2
15101
+  (0.1ms) SAVEPOINT active_record_2
15102
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:49:24', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'I79TriEQuzmIJFyCvqI', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 20
15103
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15104
+  (0.1ms) SAVEPOINT active_record_2
15105
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john21doe21@email.com' LIMIT 1
15106
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john21doe21' LIMIT 1
15107
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '754c52e6168a38a88c0c3b9c66ed1edb6ad93cdcfeaf63b01d7c3e1b78bc30a84390af1052e6b908e73c9a4298b6fde36939c7c88fbce927b6fb5d023b765837' LIMIT 1
15108
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF21' LIMIT 1
15109
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 20 LIMIT 1
15110
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'd9ehQb0FZKcsxRQsrx0', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 20
15111
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:24', 'b98dedfb4e144e9ad512dea61af66b809139f4e8f206185aef2bbdc16ffd1e22169251e5d4428329c9e424aa64200e228ab9efb0f713a17503091f312acce01a', NULL, NULL, 'john21doe21@email.com', 0, 'John21', NULL, NULL, 'Doe21', NULL, 'john21doe21', 0, 'wVX1329SCBO0YVcXS8jG', '8TqaqvusM3qLXxs7MSBI', '754c52e6168a38a88c0c3b9c66ed1edb6ad93cdcfeaf63b01d7c3e1b78bc30a84390af1052e6b908e73c9a4298b6fde36939c7c88fbce927b6fb5d023b765837', 'k3cF21', NULL, '2012-03-15 12:49:24')
15112
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15113
+ Processing by Spud::Admin::UsersController#show as HTML
15114
+ Parameters: {"id"=>"21"}
15115
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 20 LIMIT 1
15116
+  (0.1ms) SAVEPOINT active_record_2
15117
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'T0DKWQMnFoZH4ahVjGlu', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 20
15118
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15119
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 21 LIMIT 1
15120
+ Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.8ms)
15121
+  (13.6ms) ROLLBACK
15122
+  (0.3ms) ROLLBACK
15123
+  (0.2ms) BEGIN
15124
+  (0.2ms) BEGIN
15125
+  (0.3ms) SAVEPOINT active_record_2
15126
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:24', '167770dc03e5bd486b8ff1b28d1536552f2f0798c6536f6f7b0f6f14666569307c366c065a9a8c500ad6ac62ec34fc8a3fbe6b09f9d5500b5b4e8fc44c36fc17', NULL, NULL, 'john22doe22@email.com', 0, 'John22', NULL, NULL, 'Doe22', NULL, 'john22doe22', 0, 'ZlBp81LuPSjnNbOiK5Xm', 'J9fx8uDiIV0tleAoRy', '2e541ebe483b1e685e6ad8110a52cad955b62e65b95bd6efcad7618ef321ba867e4ec5afbd510eff06f48f70e44b1c8449beb17d422830e171ac35047d6b021a', 'k3cF22', 1, '2012-03-15 12:49:24')
15127
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15128
+  (0.2ms) SAVEPOINT active_record_2
15129
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:49:24', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'pGTslDVTGX9rv8GuV', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 22
15130
+  (0.2ms) RELEASE SAVEPOINT active_record_2
15131
+ Processing by Spud::Admin::UsersController#new as JS
15132
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 22 LIMIT 1
15133
+  (0.3ms) SAVEPOINT active_record_2
15134
+  (0.6ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'SqCd0dkH2lNT3KNFD4m6', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 22
15135
+  (0.3ms) RELEASE SAVEPOINT active_record_2
15136
+ Rendered /Users/davydotcom/projects/ruby/engines/spud_core_admin/app/views/spud/admin/users/_new.html.erb (0.2ms)
15137
+ Completed 200 OK in 9ms (Views: 3.1ms | ActiveRecord: 1.5ms)
15138
+  (1.1ms) ROLLBACK
15139
+  (0.0ms) ROLLBACK
15140
+  (0.2ms) BEGIN
15141
+  (0.2ms) BEGIN
15142
+  (0.1ms) SAVEPOINT active_record_2
15143
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:24', '5bfc54b7d04aa45c6943bb8ade5c66ba1ed8b59cdff2e0b9ec09beba23816ae9e59294d4b1c70b6cee09b9a86e4ce9f55946c314ec8fe2f14bb4fb27fc780ef7', NULL, NULL, 'john23doe23@email.com', 0, 'John23', NULL, NULL, 'Doe23', NULL, 'john23doe23', 0, '5tk8jl5rR2KNiglF1jwq', 'JRQJzVy384U5dXyaS7Ow', 'a5d53e0c196e1024e490ceb8a01678b6215a053187c3cf99f719c2c5fa131820158a10407263d2776bbbdd1f267c8515924e3ae0a452893757070564224d2605', 'k3cF23', 1, '2012-03-15 12:49:24')
15144
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15145
+  (0.2ms) SAVEPOINT active_record_2
15146
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:49:24', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'rgvhCdQ0mdHpHevsViiZ', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 23
15147
+  (0.2ms) RELEASE SAVEPOINT active_record_2
15148
+ Processing by Spud::Admin::UsersController#new as JS
15149
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 23 LIMIT 1
15150
+  (0.1ms) SAVEPOINT active_record_2
15151
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'EpA5n3jkxIgfGhm50xl3', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 23
15152
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15153
+ Rendered /Users/davydotcom/projects/ruby/engines/spud_core_admin/app/views/spud/admin/users/_new.html.erb (0.2ms)
15154
+ Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.7ms)
15155
+  (0.9ms) ROLLBACK
15156
+  (0.0ms) ROLLBACK
15157
+  (0.1ms) BEGIN
15158
+  (0.1ms) BEGIN
15159
+  (0.3ms) SAVEPOINT active_record_2
15160
+ SQL (0.6ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:49:24', 'fa92d11b84a84c5ce28fe460d5cba4eaa1e62430682c3ce749a33552c0dddf68f8220ff0d1e627a0a4b1bc08d7dbb29c67e356cb61cbcb345e4277017e9c5cea', NULL, NULL, 'john24doe24@email.com', 0, 'John24', NULL, NULL, 'Doe24', NULL, 'john24doe24', 0, '72nIUWmMZsyUOjZ4S2t', '8CFQjbbVoCaOzYPNrwJc', '5ad2e7ffc1476992673d2c11342970be34471791effc57a8c53d0f7eb4eb8b57667e42f688dc849eff5657b61f994287e5273a5f8f9a928507db830bdfc18856', 'k3cF24', 1, '2012-03-15 12:49:24')
15161
+  (0.3ms) RELEASE SAVEPOINT active_record_2
15162
+  (0.1ms) SAVEPOINT active_record_2
15163
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:49:24', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = '7O2IfyuJi25jwId1mKaU', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 24
15164
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15165
+  (0.3ms) SELECT COUNT(*) FROM `spud_users` 
15166
+ Processing by Spud::Admin::UsersController#create as HTML
15167
+ Parameters: {"spud_user"=>{"first_name"=>"John25", "last_name"=>"Doe25", "login"=>"john25doe25", "email"=>"john25doe25@email.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF25"}}
15168
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 24 LIMIT 1
15169
+  (0.3ms) SAVEPOINT active_record_2
15170
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'sUhfv77z2HgOsAv0mL5', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 24
15171
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15172
+  (0.1ms) SAVEPOINT active_record_2
15173
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john25doe25@email.com' LIMIT 1
15174
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john25doe25' LIMIT 1
15175
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '34a1855fc80c888a619c6937f31b4e274b8f997825fdc80a89d503cf9b2d26c83bbd00ee9c8089142c983218994b9e3f6cef7cb98cd268d4a322eff045f6fd13' LIMIT 1
15176
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF25' LIMIT 1
15177
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 24 LIMIT 1
15178
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'pllQhrQbIZ7a6fN3C1', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 24
15179
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:24', '2d14f1d9312d9b04b97ef9730ebd32c19b2c33c97a3df1b4430a7aa68ff78a5519eaec86330fcb65af87bd1d9fd907f5afdfa234918113fba61bc373ca3c63e3', NULL, NULL, 'john25doe25@email.com', 0, 'John25', NULL, NULL, 'Doe25', NULL, 'john25doe25', 0, 'gfzEmXVIcXWXiJlV7', '8nbgpjb72c6t4QyUZSkW', '34a1855fc80c888a619c6937f31b4e274b8f997825fdc80a89d503cf9b2d26c83bbd00ee9c8089142c983218994b9e3f6cef7cb98cd268d4a322eff045f6fd13', 'k3cF25', NULL, '2012-03-15 12:49:24')
15180
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15181
+ Redirected to http://test.host/spud/admin/users
15182
+ Completed 302 Found in 11ms (ActiveRecord: 2.3ms)
15183
+  (0.2ms) SELECT COUNT(*) FROM `spud_users` 
15184
+  (0.9ms) ROLLBACK
15185
+  (0.0ms) ROLLBACK
15186
+  (0.0ms) BEGIN
15187
+  (0.0ms) BEGIN
15188
+  (0.1ms) SAVEPOINT active_record_2
15189
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:24', 'b5417dc3a93ac65548dec8d7f225d7414363cdeea0a762f08633d5e4f890f5f740a23daf4e7193eb2d286bb7a565667dc8ea02c16ef88df02beb89a1d1b83233', NULL, NULL, 'john26doe26@email.com', 0, 'John26', NULL, NULL, 'Doe26', NULL, 'john26doe26', 0, 'GPMjX4cPgub1RQ2LeX76', 'WUygXDpxsOlWMq5W3Lv', '34ae5e6e851a0ee23f3b186073490b4eea69455d137d446eed895412a9fb9cbdf80655aff9f3c2e7194210d341ecca126941c2504be7d97900513978ab8fc368', 'k3cF26', 1, '2012-03-15 12:49:24')
15190
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15191
+  (0.1ms) SAVEPOINT active_record_2
15192
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:49:24', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = '4sYiQcG7lUC1PNiJCkX', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 26
15193
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15194
+  (0.1ms) SELECT COUNT(*) FROM `spud_users`
15195
+ Processing by Spud::Admin::UsersController#create as HTML
15196
+ Parameters: {"spud_user"=>{"first_name"=>"John27", "last_name"=>"Doe27", "login"=>"john27doe27", "email"=>nil, "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF27"}}
15197
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 26 LIMIT 1
15198
+  (0.1ms) SAVEPOINT active_record_2
15199
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:24', `perishable_token` = 'AiniEFyNETM1dY0dyP6r', `updated_at` = '2012-03-15 12:49:24' WHERE `spud_users`.`id` = 26
15200
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15201
+  (0.1ms) SAVEPOINT active_record_2
15202
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john27doe27' LIMIT 1
15203
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '6079c801156fb9b2eb054c95cd6c479aecdba0541d4c6584fcceaedf737ad8ab857a124ea88375ff66e0366fdcd6a9dd73b3aadd02302f0d6f3bc3917626bf68' LIMIT 1
15204
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF27' LIMIT 1
15205
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
15206
+ Completed 200 OK in 9ms (Views: 1.2ms | ActiveRecord: 1.4ms)
15207
+  (0.2ms) SELECT COUNT(*) FROM `spud_users`
15208
+  (1.1ms) ROLLBACK
15209
+  (0.1ms) ROLLBACK
15210
+  (0.0ms) BEGIN
15211
+  (0.0ms) BEGIN
15212
+  (0.1ms) SAVEPOINT active_record_2
15213
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:25', '7ad0f734726851586b6549df1206135314eac6bd0e1fc6545e52385dac0a2c6381b89f6497a917c44153790716e6a483f8ca29ffa9c01c94d01807bf246c12ba', NULL, NULL, 'john27doe27@email.com', 0, 'John28', NULL, NULL, 'Doe28', NULL, 'john28doe28', 0, 'H5Befy1qA8XlkwmJNSVk', 'Yl53nzqvQsoDWaAZRZH', '58867cfe1a8c20420176c19ab6cd9d9bb178753d030ba03d03498e74abfda20483a425c93e07c68838e5fc75f1188210131d53e8c527dcd6c7c52db4ecda0e40', 'k3cF28', 1, '2012-03-15 12:49:25')
15214
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15215
+  (0.1ms) SAVEPOINT active_record_2
15216
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:49:25', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'x0Y2jiPqPUe7ydH94q', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 27
15217
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15218
+  (0.1ms) SELECT COUNT(*) FROM `spud_users` 
15219
+ Processing by Spud::Admin::UsersController#create as JS
15220
+ Parameters: {"spud_user"=>{"first_name"=>"John29", "last_name"=>"Doe29", "login"=>"john29doe29", "email"=>"john28doe28@email.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF29"}}
15221
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 27 LIMIT 1
15222
+  (0.1ms) SAVEPOINT active_record_2
15223
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'TVrocP4aCHmndCVN1yvI', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 27
15224
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15225
+  (0.1ms) SAVEPOINT active_record_2
15226
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john28doe28@email.com' LIMIT 1
15227
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john29doe29' LIMIT 1
15228
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '65da79c5a8a308e971d6c72fe4cb5922f61e713f454dc3c37e4c966098a6406c70e6308dc5ae1fea2abeeb845e043edc61725eb0f5cfbe2f2adc2cd3a9598fb7' LIMIT 1
15229
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF29' LIMIT 1
15230
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 27 LIMIT 1
15231
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'wHso05qq4iltz7XPIXS', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 27
15232
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:25', '745a86c559f43611d79f02e5fafc851c538facee8f21407b204cdccbb533047705b398149a4594818fe5a63ee7bef6208f0d14d7af5d81c8bec1683f83312bad', NULL, NULL, 'john28doe28@email.com', 0, 'John29', NULL, NULL, 'Doe29', NULL, 'john29doe29', 0, '4ifUbpvMw9xOfNn0Jyk8', 'N8qMaACP6m245ZSF2Rp9', '65da79c5a8a308e971d6c72fe4cb5922f61e713f454dc3c37e4c966098a6406c70e6308dc5ae1fea2abeeb845e043edc61725eb0f5cfbe2f2adc2cd3a9598fb7', 'k3cF29', NULL, '2012-03-15 12:49:25')
15233
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15234
+ Completed 200 OK in 15ms (Views: 0.1ms | ActiveRecord: 2.7ms)
15235
+  (0.2ms) SELECT COUNT(*) FROM `spud_users` 
15236
+  (0.7ms) ROLLBACK
15237
+  (0.1ms) ROLLBACK
15238
+  (0.0ms) BEGIN
15239
+  (0.0ms) BEGIN
15240
+  (0.3ms) SAVEPOINT active_record_2
15241
+ SQL (0.6ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:49:25', 'e74b36ce2f57d54af3a065ed312a3bb700ff354beec65fccba6d38e4ad93c39caf371f2cbdb3d84e6999d401bbae6c2c1d726c137b2d3be620c9cb3230e2be45', NULL, NULL, 'john29doe29@email.com', 0, 'John30', NULL, NULL, 'Doe30', NULL, 'john30doe30', 0, 'zqdO60HsDVtWK6ETvprl', 'jgGVnCe75srn90EKJ44t', 'e05d0f235dfb71746489f5ee7410f71aafe95f5eb72e1cf227c17d25d516f0a5411a4c8fa961d7276f576d1900747e1e25e616b1d3bd0094a4e8edb97c0e527a', 'k3cF30', 1, '2012-03-15 12:49:25')
15242
+  (0.3ms) RELEASE SAVEPOINT active_record_2
15243
+  (0.2ms) SAVEPOINT active_record_2
15244
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:49:25', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'Tc1YPdIsKR7I1GaukfVI', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 29
15245
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15246
+  (0.2ms) SELECT COUNT(*) FROM `spud_users`
15247
+ Processing by Spud::Admin::UsersController#create as JS
15248
+ Parameters: {"spud_user"=>{"first_name"=>"John31", "last_name"=>"Doe31", "login"=>"john31doe31", "email"=>nil, "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF31"}}
15249
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 29 LIMIT 1
15250
+  (0.3ms) SAVEPOINT active_record_2
15251
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'NuDDKPnExrXOrT2Beji', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 29
15252
+  (0.3ms) RELEASE SAVEPOINT active_record_2
15253
+  (0.1ms) SAVEPOINT active_record_2
15254
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john31doe31' LIMIT 1
15255
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '128dea5c57635e72a1e5241f2c3957ba7b7780611487d3919b27ac598a20d7618d65a3d11034005939a3892d33eb14663124cad1342813f5115526b289db8dae' LIMIT 1
15256
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF31' LIMIT 1
15257
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
15258
+ Completed 500 Internal Server Error in 8ms (Views: 0.1ms | ActiveRecord: 2.5ms)
15259
+  (0.2ms) SELECT COUNT(*) FROM `spud_users`
15260
+  (0.8ms) ROLLBACK
15261
+  (0.1ms) ROLLBACK
15262
+  (0.0ms) BEGIN
15263
+  (0.0ms) BEGIN
15264
+  (0.1ms) SAVEPOINT active_record_2
15265
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:25', 'a7789974f375eaf9b2325e325fd9b5282e63787030906d337cdec0f44d8db999f1bba6a008eff626219771a337d28925420050e6ddbcf13ebc77f82955162c72', NULL, NULL, 'john30doe30@email.com', 0, 'John32', NULL, NULL, 'Doe32', NULL, 'john32doe32', 0, 'Q5xR9YihlIJoEsHkvx', '1oneKuZpzpens04QKISZ', '2bb2f353cdb24d7746c8f9f919cfe72086a8778988fb38f9958f290f4a4cd9fb7dc8869ab76fbf14fc08ebdca745da47cf5d89247e6b7d9541e0e97050fc9a20', 'k3cF32', 1, '2012-03-15 12:49:25')
15266
+  (0.2ms) RELEASE SAVEPOINT active_record_2
15267
+  (0.1ms) SAVEPOINT active_record_2
15268
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:49:25', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = '3slXLyqGBnd6nSD38VW', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 30
15269
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15270
+  (0.1ms) SAVEPOINT active_record_2
15271
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john31doe31@email.com' LIMIT 1
15272
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john33doe33' LIMIT 1
15273
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'cb80eaf7e6afa21d49d24c45bccb35690f97c129a7faa02e5137eed5d29cca4083b185626a26687d267ccf7a3585284eb8a857121f72363ea974665ae8afdc31' LIMIT 1
15274
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF33' LIMIT 1
15275
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 30 LIMIT 1
15276
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'qYxCPpsZFVs9Fs51CgO', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 30
15277
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:25', '37dd01cf95251115a64033f3425b37a01309cedf768c0706508ff0773613ebf3c87f329a06c79a9923e2049e9beb2616adecc66f34c2afdd63c5218952f141f1', NULL, NULL, 'john31doe31@email.com', 0, 'John33', NULL, NULL, 'Doe33', NULL, 'john33doe33', 0, 'ofBuI6eJcTv7SAP9gD', 'uqtgQd7i5wSoWgScdaHJ', 'cb80eaf7e6afa21d49d24c45bccb35690f97c129a7faa02e5137eed5d29cca4083b185626a26687d267ccf7a3585284eb8a857121f72363ea974665ae8afdc31', 'k3cF33', NULL, '2012-03-15 12:49:25')
15278
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15279
+ Processing by Spud::Admin::UsersController#edit as HTML
15280
+ Parameters: {"id"=>"31"}
15281
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 30 LIMIT 1
15282
+  (0.1ms) SAVEPOINT active_record_2
15283
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'lg6lXbf3yPA2MvtbEX', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 30
15284
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15285
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 31 LIMIT 1
15286
+ SpudAdminPermission Load (0.1ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 31
15287
+ Completed 200 OK in 7ms (Views: 1.3ms | ActiveRecord: 0.9ms)
15288
+  (0.9ms) ROLLBACK
15289
+  (0.0ms) ROLLBACK
15290
+  (0.1ms) BEGIN
15291
+  (0.0ms) BEGIN
15292
+  (0.1ms) SAVEPOINT active_record_2
15293
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:25', 'ad1f8cb8a936321072d95ea58c5e91831ac5ce21a4c8bad277b7ce7f847cdc8a08dad1febe6e1a76c605bac53b7b761b4ab46cde301737c831a9a939927b0eb4', NULL, NULL, 'john32doe32@email.com', 0, 'John34', NULL, NULL, 'Doe34', NULL, 'john34doe34', 0, 'uXlY2cf1Ak8J2rOSjl4', 'HB7tfsiNH9LnQTWGoam', '02e160e47e9be03ec49e6b8c4b6c3dbbc6a674856ea484518047174a4a2393c49d7a394114fceba73043a6433959077a0dd1c0914ad9a3bbc72a0b87bc40f874', 'k3cF34', 1, '2012-03-15 12:49:25')
15294
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15295
+  (0.1ms) SAVEPOINT active_record_2
15296
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:49:25', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'uMZI4QgdhUFUgTiVEWG', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 32
15297
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15298
+  (0.0ms) SAVEPOINT active_record_2
15299
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john33doe33@email.com' LIMIT 1
15300
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john35doe35' LIMIT 1
15301
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '2b2696237b1ab0e2f062baf225172c45967699eebe6eaba1f094ce5638b0bd04852003a0c39dacf9ae3900523f007b0f4be26f9192b475e0564b0c5de08b492b' LIMIT 1
15302
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF35' LIMIT 1
15303
+ SpudUser Load (0.1ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 32 LIMIT 1
15304
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'a3X8jXwxrQTXVsQzquFR', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 32
15305
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:25', '2a6cafc6f69279e3983592c3286a9e56daa0ea546f7c5f81ccc44dd65bc030653cd1767e9adc0be952cb7ca9db5db05e48d9711f6bf882f1d53498551e755cab', NULL, NULL, 'john33doe33@email.com', 0, 'John35', NULL, NULL, 'Doe35', NULL, 'john35doe35', 0, 'a3Yba1pFesOmHKuBLSp', '9i7lDAqRC2QacNIstk9x', '2b2696237b1ab0e2f062baf225172c45967699eebe6eaba1f094ce5638b0bd04852003a0c39dacf9ae3900523f007b0f4be26f9192b475e0564b0c5de08b492b', 'k3cF35', NULL, '2012-03-15 12:49:25')
15306
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15307
+ Processing by Spud::Admin::UsersController#edit as JS
15308
+ Parameters: {"id"=>"33"}
15309
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 32 LIMIT 1
15310
+  (0.1ms) SAVEPOINT active_record_2
15311
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'wogLCBM1z8Lu5DcpuF', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 32
15312
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15313
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 33 LIMIT 1
15314
+ SpudAdminPermission Load (0.1ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 33
15315
+ Rendered /Users/davydotcom/projects/ruby/engines/spud_core_admin/app/views/spud/admin/users/_edit.html.erb (0.2ms)
15316
+ Completed 200 OK in 5ms (Views: 1.2ms | ActiveRecord: 0.9ms)
15317
+  (1.0ms) ROLLBACK
15318
+  (0.1ms) ROLLBACK
15319
+  (0.4ms) BEGIN
15320
+  (0.3ms) BEGIN
15321
+  (0.3ms) SAVEPOINT active_record_2
15322
+ SQL (0.6ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:49:25', 'd9f8a2c53fbb72556df579e9bf1f5c3b50d2ff33bc099e2724549679ffc31bd4750b04a8521435b24d051ed046698d0ef0a10c86d30b45473cfea535b922a292', NULL, NULL, 'john34doe34@email.com', 0, 'John36', NULL, NULL, 'Doe36', NULL, 'john36doe36', 0, 'cPZKf6eczczXQtRbdFOR', 'n6QBbUKNeouP8WGCVZnf', 'a265428f3783e8cd68647a8618972f4ee42dce334ede0803e8da84b2ff8ab37dc780f544f73edf69b416afd13b9453f1071fbf9aa49de5b85a8b51082817186b', 'k3cF36', 1, '2012-03-15 12:49:25')
15323
+  (0.3ms) RELEASE SAVEPOINT active_record_2
15324
+  (0.1ms) SAVEPOINT active_record_2
15325
+  (0.6ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:49:25', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'Yn3Gm8kXXnouRin3adju', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 34
15326
+  (0.3ms) RELEASE SAVEPOINT active_record_2
15327
+  (0.3ms) SAVEPOINT active_record_2
15328
+ SpudUser Exists (0.5ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john35doe35@email.com' LIMIT 1
15329
+ SpudUser Exists (0.5ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john37doe37' LIMIT 1
15330
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '301aab048512e3513f9f5164f420aa9bdcc1f2dd7dcd3fd2a1e0f2719a879df9c8938d5302e67eb69f0c7e4d3e465a3e0cc3e806bde79cc7d3e25b623c0bc7fa' LIMIT 1
15331
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF37' LIMIT 1
15332
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 34 LIMIT 1
15333
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = '1dRAhjDOoExT8e0aJxk3', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 34
15334
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:25', '446fac1f21236c7e4a16624568836933e133873f527c3783d630d5a54ec883a1f91da1d9911bac1c313946959a6b91a96abaab42b9e37ad746f309e23b4afc9c', NULL, NULL, 'john35doe35@email.com', 0, 'John37', NULL, NULL, 'Doe37', NULL, 'john37doe37', 0, 'paFu1J8mU6PM2ZPxHO', 'oxrff07VsYaJKOGwT2n', '301aab048512e3513f9f5164f420aa9bdcc1f2dd7dcd3fd2a1e0f2719a879df9c8938d5302e67eb69f0c7e4d3e465a3e0cc3e806bde79cc7d3e25b623c0bc7fa', 'k3cF37', NULL, '2012-03-15 12:49:25')
15335
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15336
+ Processing by Spud::Admin::UsersController#update as HTML
15337
+ Parameters: {"spud_user"=>{"id"=>"35", "first_name"=>"Adam", "last_name"=>"Doe37", "super_admin"=>nil, "login"=>"john37doe37", "email"=>"john35doe35@email.com", "crypted_password"=>"[FILTERED]", "password_salt"=>"[FILTERED]", "persistence_token"=>"301aab048512e3513f9f5164f420aa9bdcc1f2dd7dcd3fd2a1e0f2719a879df9c8938d5302e67eb69f0c7e4d3e465a3e0cc3e806bde79cc7d3e25b623c0bc7fa", "single_access_token"=>"k3cF37", "perishable_token"=>"oxrff07VsYaJKOGwT2n", "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-03-15 12:49:25 UTC", "updated_at"=>"2012-03-15 12:49:25 UTC"}, "id"=>"35"}
15338
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 34 LIMIT 1
15339
+  (0.3ms) SAVEPOINT active_record_2
15340
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'r8BsRulLibZLvRbPwf', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 34
15341
+  (0.2ms) RELEASE SAVEPOINT active_record_2
15342
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 35 LIMIT 1
15343
+  (0.3ms) SAVEPOINT active_record_2
15344
+  (0.7ms) UPDATE `spud_users` SET `first_name` = 'Adam', `perishable_token` = 'fTZLaiCrJLmrsB4Rxi5D', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 35
15345
+  (0.3ms) RELEASE SAVEPOINT active_record_2
15346
+ Redirected to http://test.host/spud/admin/users
15347
+ Completed 302 Found in 19ms (ActiveRecord: 3.3ms)
15348
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 35 LIMIT 1
15349
+  (1.0ms) ROLLBACK
15350
+  (0.1ms) ROLLBACK
15351
+  (0.1ms) BEGIN
15352
+  (0.1ms) BEGIN
15353
+  (0.1ms) SAVEPOINT active_record_2
15354
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:25', '8447200b21210282220eb807f5bb017383cf1f3bdef59364396ffd5ae3cebd694e1e0118701f649b20203846c5cf56d1b47b177d030b48e2063eb9439ef4f3de', NULL, NULL, 'john36doe36@email.com', 0, 'John38', NULL, NULL, 'Doe38', NULL, 'john38doe38', 0, 'XdoRHMC70nbHR7Arnj8S', 'KSVSNImfm1VjzW6nmK', '6909ad81b527edf289fc41b03ae9ce86add173b73b32e885a4eb9a0c1a62ee681b136fab65cb79c3d04e33ec80ef139bf371987204be02f22527138102290b83', 'k3cF38', 1, '2012-03-15 12:49:25')
15355
+  (0.2ms) RELEASE SAVEPOINT active_record_2
15356
+  (0.2ms) SAVEPOINT active_record_2
15357
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:49:25', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'nYA1D6ydPbNzQAtrGYTg', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 36
15358
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15359
+  (0.1ms) SAVEPOINT active_record_2
15360
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john37doe37@email.com' LIMIT 1
15361
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john39doe39' LIMIT 1
15362
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '9e8f54f4430ed899628645cdfd51d5bad170810ea7614700a30848aec6398a341abae3f0c5886a55a7dce04008ca083b290950b375145c4c09cdf605243ceee2' LIMIT 1
15363
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF39' LIMIT 1
15364
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 36 LIMIT 1
15365
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = '0J37KzpO53aMeLcZj', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 36
15366
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:25', '132c8e9b4319cc030bac26201bc79e271b887be9d9fca51c129c9855a417576d503de41db0976402908a70d1e8ce695495b57b6a69f565738e37523409cb881c', NULL, NULL, 'john37doe37@email.com', 0, 'John39', NULL, NULL, 'Doe39', NULL, 'john39doe39', 0, 'itdfdfua7sw4jpfZtLZD', 'nwSvBvnXtC2uaq23PEcp', '9e8f54f4430ed899628645cdfd51d5bad170810ea7614700a30848aec6398a341abae3f0c5886a55a7dce04008ca083b290950b375145c4c09cdf605243ceee2', 'k3cF39', NULL, '2012-03-15 12:49:25')
15367
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15368
+ Processing by Spud::Admin::UsersController#update as HTML
15369
+ Parameters: {"spud_user"=>{"id"=>"37", "first_name"=>"Adam", "last_name"=>"Doe39", "super_admin"=>nil, "login"=>"john39doe39", "email"=>"john37doe37@email.com", "crypted_password"=>"[FILTERED]", "password_salt"=>"[FILTERED]", "persistence_token"=>"9e8f54f4430ed899628645cdfd51d5bad170810ea7614700a30848aec6398a341abae3f0c5886a55a7dce04008ca083b290950b375145c4c09cdf605243ceee2", "single_access_token"=>"k3cF39", "perishable_token"=>"nwSvBvnXtC2uaq23PEcp", "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-03-15 12:49:25 UTC", "updated_at"=>"2012-03-15 12:49:25 UTC"}, "id"=>"37"}
15370
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 36 LIMIT 1
15371
+  (0.1ms) SAVEPOINT active_record_2
15372
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = '3CytQz1dmUe3f6UULQd', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 36
15373
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15374
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 37 LIMIT 1
15375
+  (0.1ms) SAVEPOINT active_record_2
15376
+  (0.2ms) UPDATE `spud_users` SET `first_name` = 'Adam', `perishable_token` = 'aTXBAlKdkzNt9YapwCG', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 37
15377
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15378
+ Redirected to http://test.host/spud/admin/users
15379
+ Completed 302 Found in 6ms (ActiveRecord: 1.2ms)
15380
+  (0.9ms) ROLLBACK
15381
+  (0.0ms) ROLLBACK
15382
+  (0.0ms) BEGIN
15383
+  (0.0ms) BEGIN
15384
+  (0.1ms) SAVEPOINT active_record_2
15385
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:25', 'e927bac48b8ea39410508f571d3b54dde244077fe964cad231c3ad0fc26c7a2f4b663ebc17c39a2d639bb123ff89a0d0943fa3de4b3d20835d8f93acaf46b716', NULL, NULL, 'john38doe38@email.com', 0, 'John40', NULL, NULL, 'Doe40', NULL, 'john40doe40', 0, '4vwmHGYEc4WpABAy9HMw', '12GZZoLlYPHy0jTpjyi', '668bbda8d78f19c9f8450bac8a21e3f1a71727aa4347c3f391e2643f9210196b673860333f8d8a233b58e9031fe736d5e37641fda8ace7560c5bbe9a8cb228e8', 'k3cF40', 1, '2012-03-15 12:49:25')
15386
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15387
+  (0.1ms) SAVEPOINT active_record_2
15388
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:49:25', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'X74GrSGZ6G7pNCHMEd8s', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 38
15389
+  (0.0ms) RELEASE SAVEPOINT active_record_2
15390
+  (0.0ms) SAVEPOINT active_record_2
15391
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john39doe39@email.com' LIMIT 1
15392
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john41doe41' LIMIT 1
15393
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '1a969544ae049d19a73d433fb223d0e65cb77d5bb04258f9739037b6158d805f5c443bedbf903f81dbf8e0076f1a5a5d31ff8c8b54ba4746f44fa96b2ba63606' LIMIT 1
15394
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF41' LIMIT 1
15395
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 38 LIMIT 1
15396
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'lI0UhCwqWRjW792tOREz', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 38
15397
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:25', 'd7d03ae1df0f29c809da25d76c4acda86912cc7c0eb2a1badfbe808b50f8384029a05b14c48d631f396dc7a78a450bb2913466ba144e0636e5574a98d2bca121', NULL, NULL, 'john39doe39@email.com', 0, 'John41', NULL, NULL, 'Doe41', NULL, 'john41doe41', 0, '1FvCkZBb9Mm39dw9M3mX', 'zxjWhBdrbBsOybGmLn', '1a969544ae049d19a73d433fb223d0e65cb77d5bb04258f9739037b6158d805f5c443bedbf903f81dbf8e0076f1a5a5d31ff8c8b54ba4746f44fa96b2ba63606', 'k3cF41', NULL, '2012-03-15 12:49:25')
15398
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15399
+  (0.1ms) SELECT COUNT(*) FROM `spud_users` 
15400
+ Processing by Spud::Admin::UsersController#destroy as HTML
15401
+ Parameters: {"id"=>"39"}
15402
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 38 LIMIT 1
15403
+  (0.1ms) SAVEPOINT active_record_2
15404
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'AVZoLSEMEq3p7nXysSs4', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 38
15405
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15406
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 39 LIMIT 1
15407
+  (0.1ms) SAVEPOINT active_record_2
15408
+ SQL (0.1ms) DELETE FROM `spud_users` WHERE `spud_users`.`id` = 39
15409
+  (0.0ms) RELEASE SAVEPOINT active_record_2
15410
+ Redirected to http://test.host/spud/admin/users
15411
+ Completed 302 Found in 5ms (ActiveRecord: 1.0ms)
15412
+  (0.1ms) SELECT COUNT(*) FROM `spud_users`
15413
+  (1.0ms) ROLLBACK
15414
+  (0.0ms) ROLLBACK
15415
+  (0.0ms) BEGIN
15416
+  (0.0ms) BEGIN
15417
+  (0.1ms) SAVEPOINT active_record_2
15418
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:25', '4fa475743a604e359b827b6e6ce480e208e29ae45e76fe2092845c612b62e5456d08250463579c5b3b853a4d6b564f36115c41b6346c44263974c82a0460f031', NULL, NULL, 'john40doe40@email.com', 0, 'John42', NULL, NULL, 'Doe42', NULL, 'john42doe42', 0, '8L1p7EQmOZ3CcxoP8eV7', 'WAI3M0t1KH79V4g2YClw', '48bbaf3003aa8accb2621b8e02ab57485a403b5702473b2aa62b6284bb554dd40ccf485f0e1690b70e536be6331d9643daf9ad66566f7d38418d1c72ba7ee69c', 'k3cF42', 1, '2012-03-15 12:49:25')
15419
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15420
+  (0.1ms) SAVEPOINT active_record_2
15421
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:49:25', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'uP5zxzMyHHOppVA7FMZ', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 40
15422
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15423
+  (0.1ms) SAVEPOINT active_record_2
15424
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john41doe41@email.com' LIMIT 1
15425
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john43doe43' LIMIT 1
15426
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'b1cc0a93015acaff51c3a695be118eb4ce85ae64da3b1ba1c9f9591bbe87a9361a0cbfc90015334ec8a01ef605049f64ddc930456081852a31089ed947d64a98' LIMIT 1
15427
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF43' LIMIT 1
15428
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 40 LIMIT 1
15429
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'SY52KVMgwEW9xvZVT7p', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 40
15430
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:25', 'dd9177042f685a905deeaa786fa31fa7e3bd1a1ad2e275dcc4247086acc8ba917fdf1dbacfe19d84f2f523d43f089d7febded93369f14bc5dbe9cae0b31e14fe', NULL, NULL, 'john41doe41@email.com', 0, 'John43', NULL, NULL, 'Doe43', NULL, 'john43doe43', 0, 's5ImaT1FCbTFq2T3Km9', 'Rsa0wE9nQfgTATzN6Pf', 'b1cc0a93015acaff51c3a695be118eb4ce85ae64da3b1ba1c9f9591bbe87a9361a0cbfc90015334ec8a01ef605049f64ddc930456081852a31089ed947d64a98', 'k3cF43', NULL, '2012-03-15 12:49:25')
15431
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15432
+  (0.1ms) SELECT COUNT(*) FROM `spud_users`
15433
+ Processing by Spud::Admin::UsersController#destroy as HTML
15434
+ Parameters: {"id"=>"23532"}
15435
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 40 LIMIT 1
15436
+  (0.1ms) SAVEPOINT active_record_2
15437
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'SnEIZC0ElI1oAHnM4g3', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 40
15438
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15439
+ SpudUser Load (0.1ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 23532 LIMIT 1
15440
+ Redirected to http://test.host/spud/admin/users
15441
+ Filter chain halted as :load_user rendered or redirected
15442
+ Completed 302 Found in 3ms (ActiveRecord: 0.7ms)
15443
+  (0.1ms) SELECT COUNT(*) FROM `spud_users`
15444
+  (6.6ms) ROLLBACK
15445
+  (0.3ms) ROLLBACK
15446
+  (0.3ms) BEGIN
15447
+  (0.3ms) BEGIN
15448
+ Processing by Spud::SetupController#index as HTML
15449
+  (0.5ms) SELECT COUNT(*) FROM `spud_users` 
15450
+ Completed 200 OK in 5ms (Views: 2.9ms | ActiveRecord: 0.5ms)
15451
+  (0.3ms) ROLLBACK
15452
+  (0.1ms) ROLLBACK
15453
+  (0.1ms) BEGIN
15454
+  (0.1ms) BEGIN
15455
+ Processing by Spud::SetupController#index as HTML
15456
+  (0.2ms) SELECT COUNT(*) FROM `spud_users`
15457
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms)
15458
+  (0.2ms) ROLLBACK
15459
+  (0.1ms) ROLLBACK
15460
+  (0.1ms) BEGIN
15461
+  (0.1ms) BEGIN
15462
+ Processing by Spud::SetupController#index as HTML
15463
+  (0.2ms) SELECT COUNT(*) FROM `spud_users` 
15464
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.2ms)
15465
+  (0.1ms) ROLLBACK
15466
+  (0.1ms) ROLLBACK
15467
+  (0.0ms) BEGIN
15468
+  (0.0ms) BEGIN
15469
+ Processing by Spud::SetupController#index as HTML
15470
+ Redirected to http://test.host/
15471
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
15472
+  (0.1ms) ROLLBACK
15473
+  (0.1ms) ROLLBACK
15474
+  (0.0ms) BEGIN
15475
+  (0.0ms) BEGIN
15476
+ Processing by Spud::SetupController#index as HTML
15477
+ Redirected to http://test.host/
15478
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
15479
+  (0.1ms) ROLLBACK
15480
+  (0.1ms) ROLLBACK
15481
+  (0.0ms) BEGIN
15482
+  (0.0ms) BEGIN
15483
+  (0.1ms) SELECT COUNT(*) FROM `spud_users`
15484
+ Processing by Spud::SetupController#index as HTML
15485
+ Parameters: {"first_name"=>"John44", "last_name"=>"Doe44", "login"=>"john44doe44", "email"=>"john42doe42@email.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF44"}
15486
+  (0.4ms) SELECT COUNT(*) FROM `spud_users` 
15487
+  (0.3ms) SAVEPOINT active_record_2
15488
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john42doe42@email.com' LIMIT 1
15489
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john44doe44' LIMIT 1
15490
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'fdcb3580aae7a165e2699615f89277f37113ff6f629385cbcb2965536f11c6151cb15ba4f458e57523475a6ffad9289884edb10b2f08d0817420aa4276fb53f6' LIMIT 1
15491
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'wN074hZzLGSaelJMARav' LIMIT 1
15492
+ SQL (0.5ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:49:25', '99552b54d62b91055e716ca673c9e7c8dbf9328d8de766809e961b7fec610ec82abfa3276d0f1220cb9a3cc221ef20e49bcc560424f7cfa606bed6c7e5711e00', '2012-03-15 12:49:25', '0.0.0.0', 'john42doe42@email.com', 0, NULL, NULL, NULL, NULL, '2012-03-15 12:49:25', 'john44doe44', 1, '5hVwl9JznCFJ7yBByyR', '4zxDD0bVJonSk4tXTW', 'fdcb3580aae7a165e2699615f89277f37113ff6f629385cbcb2965536f11c6151cb15ba4f458e57523475a6ffad9289884edb10b2f08d0817420aa4276fb53f6', 'wN074hZzLGSaelJMARav', 1, '2012-03-15 12:49:25')
15493
+  (0.3ms) RELEASE SAVEPOINT active_record_2
15494
+ Redirected to http://test.host/spud/admin
15495
+ Completed 302 Found in 9ms (ActiveRecord: 2.6ms)
15496
+  (0.4ms) SELECT COUNT(*) FROM `spud_users` 
15497
+  (0.8ms) ROLLBACK
15498
+  (0.1ms) ROLLBACK
15499
+  (0.1ms) BEGIN
15500
+  (0.1ms) BEGIN
15501
+ Processing by Spud::SetupController#index as HTML
15502
+ Parameters: {"first_name"=>"John45", "last_name"=>"Doe45", "login"=>"john45doe45", "email"=>"john43doe43@email.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF45"}
15503
+  (0.2ms) SELECT COUNT(*) FROM `spud_users`
15504
+  (0.2ms) SAVEPOINT active_record_2
15505
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john43doe43@email.com' LIMIT 1
15506
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john45doe45' LIMIT 1
15507
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '761c8c8075d2173de44d70f6c8728468a08725b048bcddb27ccfefd23d04e0c0961a85b4cadcfc24c6be00786f182d3a9a22cf6cf980fe02f804a3317f087168' LIMIT 1
15508
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'jGnyNSjH0BkBtqKFMdD' LIMIT 1
15509
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:25', '45510227ec2434cf9ac4de5f2ca6509e21788d8a4970be0fba9fdc7eb90a50a7d20c6888594462a1e79fe4352d17f53219c632dd032651e03d66ceaad42ebb2b', '2012-03-15 12:49:25', '0.0.0.0', 'john43doe43@email.com', 0, NULL, NULL, NULL, NULL, '2012-03-15 12:49:25', 'john45doe45', 1, '2tYgYTO14IH8f8f40MhK', 'doZ2s51JvsKhOkqhgxl', '761c8c8075d2173de44d70f6c8728468a08725b048bcddb27ccfefd23d04e0c0961a85b4cadcfc24c6be00786f182d3a9a22cf6cf980fe02f804a3317f087168', 'jGnyNSjH0BkBtqKFMdD', 1, '2012-03-15 12:49:25')
15510
+  (0.2ms) RELEASE SAVEPOINT active_record_2
15511
+ Redirected to http://test.host/spud/admin
15512
+ Completed 302 Found in 11ms (ActiveRecord: 1.6ms)
15513
+  (0.6ms) ROLLBACK
15514
+  (0.1ms) ROLLBACK
15515
+  (0.2ms) BEGIN
15516
+  (0.1ms) BEGIN
15517
+ Processing by Spud::SetupController#index as HTML
15518
+ Parameters: {"first_name"=>"John46", "last_name"=>"Doe46", "login"=>"john46doe46", "email"=>nil, "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF46"}
15519
+  (0.5ms) SELECT COUNT(*) FROM `spud_users`
15520
+  (0.3ms) SAVEPOINT active_record_2
15521
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john46doe46' LIMIT 1
15522
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '57d2407d5ee4b1d275d480d9873278b2a0ede897416cd9bf3e0036b11592b5aad183e449c65a31470d36a0ed187d2f11bb7bf7ceb5516b95867c839d96f909dc' LIMIT 1
15523
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'pZV2HSy1Pujx3qoFSMoe' LIMIT 1
15524
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
15525
+ Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.3ms)
15526
+  (0.1ms) ROLLBACK
15527
+  (0.1ms) ROLLBACK
15528
+  (0.1ms) BEGIN
15529
+  (0.1ms) BEGIN
15530
+ Processing by Spud::SitemapsController#show as XML
15531
+ Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
15532
+  (0.3ms) ROLLBACK
15533
+  (0.1ms) ROLLBACK
15534
+  (0.1ms) BEGIN
15535
+  (0.1ms) BEGIN
15536
+ Processing by Spud::SitemapsController#show as HTML
15537
+ Completed 406 Not Acceptable in 0ms (ActiveRecord: 0.0ms)
15538
+  (0.3ms) ROLLBACK
15539
+  (0.1ms) ROLLBACK
15540
+  (0.1ms) BEGIN
15541
+  (0.1ms) BEGIN
15542
+  (0.1ms) SAVEPOINT active_record_2
15543
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:25', 'bad4df810c3d4d32fe66ef48bbb70f0fff00ffe910280449e33241ecf000d79b3a215ff3cf8eb1ef33c354b7ef372d937135421e849897390e68725158f7581c', NULL, NULL, 'john44doe44@email.com', 0, 'John47', NULL, NULL, 'Doe47', NULL, 'john47doe47', 0, 'gTrSlX8ktW4wpavmrFMy', '4w1KdzHmTWUxaK4p', '2d4eb6e99b21d1f68f6619815d57b5f34cc90b2c784ad0078381bc6148374060082a4841ec1b49137ea87e3dfe288a3eb3ff9e45f89381f34d31f53a0ad3a305', 'k3cF47', NULL, '2012-03-15 12:49:25')
15544
+  (0.2ms) RELEASE SAVEPOINT active_record_2
15545
+  (0.1ms) SAVEPOINT active_record_2
15546
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:49:25', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'aqxaH9PX0XLV95ij2hU3', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 44
15547
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15548
+ Processing by Spud::UsersController#settings as HTML
15549
+ SpudUser Load (0.6ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 44 LIMIT 1
15550
+  (0.3ms) SAVEPOINT active_record_2
15551
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'VMrfCENMlomX60j9hcs', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 44
15552
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15553
+ Completed 200 OK in 7ms (Views: 3.0ms | ActiveRecord: 1.3ms)
15554
+  (1.3ms) ROLLBACK
15555
+  (0.1ms) ROLLBACK
15556
+  (0.1ms) BEGIN
15557
+  (0.1ms) BEGIN
15558
+  (0.2ms) SAVEPOINT active_record_2
15559
+ SQL (0.7ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:49:25', '607a6d4c42e2c0cf9ebf6baf293261ef30b78746fc53c00ee9b6d9d205b19577427db57e63dfc81302a8ab92b46e694dfd19035cb67e28d17fe5e8e0f4731126', NULL, NULL, 'john45doe45@email.com', 0, 'John48', NULL, NULL, 'Doe48', NULL, 'john48doe48', 0, 'kPzcLQ3xr1cKYSfs2gek', 'PyXQXI2EDU3PiA9OA41', 'c1212ee33c521928119699c72d192c7a848db080594d0634166edf94be3781514c1fb7cd696767306430ce38a0c834d6190236076f22210701419eea3166191b', 'k3cF48', NULL, '2012-03-15 12:49:25')
15560
+  (0.3ms) RELEASE SAVEPOINT active_record_2
15561
+  (0.2ms) SAVEPOINT active_record_2
15562
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:49:25', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'vbfEXLjvSdB7Ap7F2', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 45
15563
+  (0.2ms) RELEASE SAVEPOINT active_record_2
15564
+ Processing by Spud::UsersController#settings as HTML
15565
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 45 LIMIT 1
15566
+  (0.2ms) SAVEPOINT active_record_2
15567
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'kZcMBxaPg0fRMwxRuHpQ', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 45
15568
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15569
+ Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.8ms)
15570
+  (1.1ms) ROLLBACK
15571
+  (0.1ms) ROLLBACK
15572
+  (0.0ms) BEGIN
15573
+  (0.0ms) BEGIN
15574
+  (0.1ms) SAVEPOINT active_record_2
15575
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:25', 'e00f3003568a93b3036f80db814d0f8911208653476e73f8705d7e02d4374e1188939d0900bff36269338073222ca580b3eb6fa96a313065eb550058346a7ea1', NULL, NULL, 'john46doe46@email.com', 0, 'John49', NULL, NULL, 'Doe49', NULL, 'john49doe49', 0, 'cKoH3aeZJEEPB8uD3kpE', 'oYTNhPBj2XlFdQyNgDEr', '51d681cd778f7e5d4489e0235fa3b0fc8211b0bd978edaba1aa8e2f78c7ffed47369723c1c4099411cc6594338bafc315b6cc7a9ba2f031e2e6feb70955fe005', 'k3cF49', NULL, '2012-03-15 12:49:25')
15576
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15577
+  (0.1ms) SAVEPOINT active_record_2
15578
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:49:25', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'KNsZvTkt8cG8d0EyQma6', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 46
15579
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15580
+ Processing by Spud::UsersController#settings as HTML
15581
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 46 LIMIT 1
15582
+  (0.1ms) SAVEPOINT active_record_2
15583
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = '69MSQx8MsR78B5eBRmf', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 46
15584
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15585
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.6ms)
15586
+  (0.7ms) ROLLBACK
15587
+  (0.1ms) ROLLBACK
15588
+  (0.0ms) BEGIN
15589
+  (0.0ms) BEGIN
15590
+  (0.1ms) SAVEPOINT active_record_2
15591
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:25', '25d0d416ad664b328d11cd575909a59cdffee6572810b3eabf5b9b108357748bfe9aca393d084cdf548c54155d4b6c1defafce3a21e9ffbcbfb40f5c41a4823e', NULL, NULL, 'john47doe47@email.com', 0, 'John50', NULL, NULL, 'Doe50', NULL, 'john50doe50', 0, 'aOuhkcj0REZefRhhqWL', '7zQJDRbDO1Bsvh3XFZT1', '6bd16654f12c425a36100935e0d7cd43b0122036ba5ba735579671c151a46996c9ddfdf44dd957c9d13c6a9f5267beb518a64913233bc0cb81ff1951f990e02f', 'k3cF50', NULL, '2012-03-15 12:49:25')
15592
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15593
+  (0.1ms) SAVEPOINT active_record_2
15594
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:49:25', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = '2Ktw2vtVjJGbbRi42B0c', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 47
15595
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15596
+ Processing by Spud::UsersController#update as HTML
15597
+ Parameters: {"spud_user"=>{"first_name"=>"Mike"}}
15598
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 47 LIMIT 1
15599
+  (0.1ms) SAVEPOINT active_record_2
15600
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = '0kC4YA8RC65u3Iu1OF', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 47
15601
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15602
+  (0.1ms) SAVEPOINT active_record_2
15603
+  (0.2ms) UPDATE `spud_users` SET `first_name` = 'Mike', `perishable_token` = 'r00QcCzRQnNFLAbdCv', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 47
15604
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15605
+ Redirected to http://test.host/spud/admin
15606
+ Completed 302 Found in 5ms (ActiveRecord: 0.9ms)
15607
+  (0.9ms) ROLLBACK
15608
+  (0.0ms) ROLLBACK
15609
+  (0.0ms) BEGIN
15610
+  (0.0ms) BEGIN
15611
+  (0.1ms) SAVEPOINT active_record_2
15612
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:25', '67972ba0e7c69aecec705f153997ee281a9033f308a171e9cd14cba6251c0eb36abb3e639e531b5b221f8daab6858b94ba02ff3ac4f2268369f8f6bfd5e95b9a', NULL, NULL, 'john48doe48@email.com', 0, 'John51', NULL, NULL, 'Doe51', NULL, 'john51doe51', 0, 'rpi68x637p1Yr0Nz9Tzd', 'gvI5U4fszmMfTmSboodB', 'a90c708300cdcfa52ca8ab678c21fe74fb6cf4eab438dfed38c3b374144a195759776923fc9ec3ca7a22a9c7f695237d9a04c691b50cc22888316c45cba24723', 'k3cF51', NULL, '2012-03-15 12:49:25')
15613
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15614
+  (0.1ms) SAVEPOINT active_record_2
15615
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:49:25', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'Aq9BiXAR8gmeDSCsowj', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 48
15616
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15617
+ Processing by Spud::UsersController#update as HTML
15618
+ Parameters: {"spud_user"=>{"first_name"=>"Mike"}}
15619
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 48 LIMIT 1
15620
+  (0.1ms) SAVEPOINT active_record_2
15621
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'g7hGFzhIL6DTIzGq3RBb', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 48
15622
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15623
+  (0.1ms) SAVEPOINT active_record_2
15624
+  (0.4ms) UPDATE `spud_users` SET `first_name` = 'Mike', `perishable_token` = '2AjplV1fHxVlloJxV', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 48
15625
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15626
+ Redirected to http://test.host/spud/admin
15627
+ Completed 302 Found in 5ms (ActiveRecord: 1.4ms)
15628
+  (1.4ms) ROLLBACK
15629
+  (0.0ms) ROLLBACK
15630
+  (0.0ms) BEGIN
15631
+  (0.0ms) BEGIN
15632
+  (0.1ms) SAVEPOINT active_record_2
15633
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:25', '98fb7c6a5379e94ebc0a48225bdf3f8e685e022ec33018f8ca24736992f53f36fe03062d9658ccd88681bd04b6bc0ea023ec36d7966fae4aee4164d93caf18f6', NULL, NULL, 'john49doe49@email.com', 0, 'John52', NULL, NULL, 'Doe52', NULL, 'john52doe52', 0, 'hgtIFarlFIUarbosR8Xr', 'LaK87EQIFRf1ncZlPZJ4', 'efdd61412da31b218697be27ad53e978c1cef1390da5ba56a1ab3265dbc265d5392eb42f19950f3ace303e6a5abad9d88ad9232ec9a9a90b1c6c3822272ee07a', 'k3cF52', NULL, '2012-03-15 12:49:25')
15634
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15635
+  (0.1ms) SAVEPOINT active_record_2
15636
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:49:25', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'e3Gjcm3PVX0FAFMwV9ax', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 49
15637
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15638
+ Processing by Spud::UsersController#update as HTML
15639
+ Parameters: {"spud_user"=>{"password"=>"[FILTERED]"}}
15640
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 49 LIMIT 1
15641
+  (0.3ms) SAVEPOINT active_record_2
15642
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'n1tl3Ic1FBrOPQS5lHP', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 49
15643
+  (0.3ms) RELEASE SAVEPOINT active_record_2
15644
+  (0.1ms) SAVEPOINT active_record_2
15645
+ SpudUser Exists (0.5ms) SELECT 1 FROM `spud_users` WHERE (`spud_users`.`persistence_token` = BINARY 'b05698e5d1d2b746a7ed23b18c4a629d3ac0daadaadbb911cb12b37c3e0a146178f74b98b432632681a9ab2af57fb25490751b7e396ad317c263bba1847ba8b8' AND `spud_users`.`id` != 49) LIMIT 1
15646
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
15647
+ Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 2.2ms)
15648
+  (0.9ms) ROLLBACK
15649
+  (0.2ms) ROLLBACK
15650
+  (0.1ms) BEGIN
15651
+  (0.1ms) BEGIN
15652
+  (0.1ms) SAVEPOINT active_record_2
15653
+ 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`, `updated_at`) VALUES ('2012-03-15 12:49:25', '1be2fb9fc3ac4a06ed145e80ea08f30a1f3a5929f782efe5af7e709105209621a0afc7acc14544213223b5a18312543933efb7209280da8a885b19e9e935a49f', NULL, NULL, 'john50doe50@email.com', 0, 'John53', NULL, NULL, 'Doe53', NULL, 'john53doe53', 0, 'OBGwu2ftR3D5EQd5gayN', 'GfqVrjmObmV5RD6qpRVF', 'e7246be0b5e56560af405f1b03bc6a2090cf414ad4c1324017feef4815c020415ec470db5419e2b5724049d95ae8f20d8f835eaac6f6deeeb33e9bc7b1c4c971', 'k3cF53', NULL, '2012-03-15 12:49:25')
15654
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15655
+  (0.1ms) SAVEPOINT active_record_2
15656
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:49:25', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'ENYCvrwuBwSVrxm5SH2', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 50
15657
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15658
+ Processing by Spud::UsersController#update as HTML
15659
+ Parameters: {"spud_user"=>{"password"=>"[FILTERED]"}}
15660
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 50 LIMIT 1
15661
+  (0.1ms) SAVEPOINT active_record_2
15662
+  (0.1ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'ZBH8dn75kkJM4YCg2Rg', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 50
15663
+  (0.0ms) RELEASE SAVEPOINT active_record_2
15664
+  (0.0ms) SAVEPOINT active_record_2
15665
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE (`spud_users`.`persistence_token` = BINARY '9d88f1a9894d0f3c9243a378f43886cbef2eee519acd138bcea5b135a863289fc4c843bbeabbf6c0c8c6c785af24160d152a4a7016be75e3c3980673cbcfc866' AND `spud_users`.`id` != 50) LIMIT 1
15666
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_2
15667
+ Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 1.1ms)
15668
+  (0.8ms) ROLLBACK
15669
+  (0.1ms) ROLLBACK
15670
+  (0.1ms) BEGIN
15671
+  (0.2ms) BEGIN
15672
+  (0.3ms) SAVEPOINT active_record_2
15673
+ SQL (0.6ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:49:25', '12cb96023c4c1fd4516f84e7e6adb8c30327f3ea050327ec5c6deb8cb5de5ed48afd8eee9391637c46611663f3ce78d6cb9551a6b5db0d78d7fa6970572b96bd', NULL, NULL, 'john51doe51@email.com', 0, 'John54', NULL, NULL, 'Doe54', NULL, 'john54doe54', 0, 'mS0mtA8aTFrxUkAk3g6', 'fwhb5RQp1xgCBDkypJZ', '551ac95bb3b814191792de7185dece1c753dd1cf840c7ae85f0f24e261c943ce94cac80a4c4d4929d66746771e7c2af57b70c1f7b6704dc1a2689d7881abe084', 'k3cF54', NULL, '2012-03-15 12:49:25')
15674
+  (0.3ms) RELEASE SAVEPOINT active_record_2
15675
+  (0.2ms) SAVEPOINT active_record_2
15676
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:49:25', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'jE9HZaDph8GqCIV4Y92C', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 51
15677
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15678
+ Processing by Spud::UsersController#update as HTML
15679
+ Parameters: {"spud_user"=>{"password"=>"[FILTERED]"}}
15680
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 51 LIMIT 1
15681
+  (0.3ms) SAVEPOINT active_record_2
15682
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:49:25', `perishable_token` = 'nScMvgUTDbDHFDKPVPYT', `updated_at` = '2012-03-15 12:49:25' WHERE `spud_users`.`id` = 51
15683
+  (0.3ms) RELEASE SAVEPOINT active_record_2
15684
+  (0.1ms) SAVEPOINT active_record_2
15685
+ SpudUser Exists (0.5ms) SELECT 1 FROM `spud_users` WHERE (`spud_users`.`persistence_token` = BINARY 'cdaabdbdc52866cefe082682f3497555cadd7ee534b0670fa99883e1806b38a253668aceb9ef00564ebd8220f2b83d82b98305dd92f899e514438c817792c883' AND `spud_users`.`id` != 51) LIMIT 1
15686
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_2
15687
+ Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 2.3ms)
15688
+  (1.3ms) ROLLBACK
15689
+  (0.1ms) ROLLBACK
15690
+  (0.1ms) BEGIN
15691
+  (0.1ms) BEGIN
15692
+  (0.1ms) ROLLBACK
15693
+  (0.1ms) ROLLBACK
15694
+  (0.0ms) BEGIN
15695
+  (0.0ms) BEGIN
15696
+  (0.1ms) ROLLBACK
15697
+  (0.1ms) ROLLBACK
15698
+  (0.0ms) BEGIN
15699
+  (0.0ms) BEGIN
15700
+  (0.0ms) ROLLBACK
15701
+  (0.0ms) ROLLBACK
15702
+  (0.0ms) BEGIN
15703
+  (0.0ms) BEGIN
15704
+  (0.0ms) ROLLBACK
15705
+  (0.0ms) ROLLBACK
15706
+  (0.0ms) BEGIN
15707
+  (0.0ms) BEGIN
15708
+  (0.0ms) ROLLBACK
15709
+  (0.0ms) ROLLBACK
15710
+  (0.1ms) BEGIN
15711
+  (0.0ms) BEGIN
15712
+  (0.0ms) ROLLBACK
15713
+  (0.0ms) ROLLBACK
15714
+  (0.0ms) BEGIN
15715
+  (0.0ms) BEGIN
15716
+  (0.1ms) ROLLBACK
15717
+  (0.0ms) ROLLBACK
15718
+  (0.0ms) BEGIN
15719
+  (0.0ms) BEGIN
15720
+  (0.1ms) ROLLBACK
15721
+  (0.1ms) ROLLBACK
15722
+  (0.1ms) BEGIN
15723
+  (0.1ms) BEGIN
15724
+  (0.2ms) ROLLBACK
15725
+  (0.2ms) ROLLBACK
15726
+  (0.2ms) BEGIN
15727
+  (0.0ms) BEGIN
15728
+  (0.1ms) ROLLBACK
15729
+  (0.0ms) ROLLBACK
15730
+  (0.4ms) SELECT @@FOREIGN_KEY_CHECKS
15731
+  (0.3ms) SET FOREIGN_KEY_CHECKS = 0
15732
+  (0.2ms) SELECT DATABASE() as db
15733
+  (1.2ms) select table_name from information_schema.views where table_schema = 'spud_core_test'
15734
+  (0.7ms) TRUNCATE TABLE `spud_admin_permissions`;
15735
+  (59.8ms) TRUNCATE TABLE `spud_users`;
15736
+  (0.3ms) SET FOREIGN_KEY_CHECKS = 1
15737
+  (0.3ms) BEGIN
15738
+  (0.3ms) BEGIN
15739
+  (0.3ms) SAVEPOINT active_record_2
15740
+ SpudUser Exists (0.7ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john1doe1@email.com' LIMIT 1
15741
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john1doe1' LIMIT 1
15742
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '7bc4aa72f9fe1deb749769f6fc779a6cd7a4963db102466d90251072ac07e2d5b5cd7b0580d62478b82761da79d43870f80bded8f6c3ce75f65be0568696c65f' LIMIT 1
15743
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF1' LIMIT 1
15744
+ SQL (0.5ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:51:14', 'f899abd40f18d3af8245ab4ea3526c2cc529185ee60185fc6620428e52847abe3757ee32c92df590da632c1d9b0eabd8bddc87dd7cba7b7d89a200d3dbf5842b', '2012-03-15 12:51:14', '0.0.0.0', 'john1doe1@email.com', 0, 'John1', NULL, NULL, 'Doe1', '2012-03-15 12:51:14', 'john1doe1', 1, 'rr4iPnhEgNG3VdN54u1n', 'B1zf0SHRu6rVDaikZNf', '7bc4aa72f9fe1deb749769f6fc779a6cd7a4963db102466d90251072ac07e2d5b5cd7b0580d62478b82761da79d43870f80bded8f6c3ce75f65be0568696c65f', 'k3cF1', NULL, '2012-03-15 12:51:14')
15745
+  (0.3ms) RELEASE SAVEPOINT active_record_2
15746
+  (0.1ms) SAVEPOINT active_record_2
15747
+  (0.6ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-03-15 12:51:14', `current_login_at` = '2012-03-15 12:51:14', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:14', `perishable_token` = 'FeLwOQzwXLXbBgs6sV1H', `updated_at` = '2012-03-15 12:51:14' WHERE `spud_users`.`id` = 1
15748
+  (0.3ms) RELEASE SAVEPOINT active_record_2
15749
+  (0.3ms) SAVEPOINT active_record_2
15750
+  (0.4ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'QQdlE2y1Za7AZNUcYd6', `updated_at` = '2012-03-15 12:51:14' WHERE `spud_users`.`id` = 1
15751
+  (0.2ms) RELEASE SAVEPOINT active_record_2
15752
+ Processing by TestController#index as HTML
15753
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 1 LIMIT 1
15754
+  (0.4ms) SAVEPOINT active_record_2
15755
+  (0.6ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:14', `perishable_token` = 'Bs7L9MCuoTWV62YqL18V', `updated_at` = '2012-03-15 12:51:14' WHERE `spud_users`.`id` = 1
15756
+  (0.3ms) RELEASE SAVEPOINT active_record_2
15757
+ Rendered text template (0.0ms)
15758
+ Completed 200 OK in 20ms (Views: 10.9ms | ActiveRecord: 1.7ms)
15759
+  (1.0ms) ROLLBACK
15760
+  (0.0ms) ROLLBACK
15761
+  (0.0ms) BEGIN
15762
+  (0.0ms) BEGIN
15763
+  (0.1ms) SAVEPOINT active_record_2
15764
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john2doe2@email.com' LIMIT 1
15765
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john2doe2' LIMIT 1
15766
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'bb889fa75009ab71bdac57fd3a043df620ebca4168a59edce48298e1902278a5a3ca5056f9b2a03d4f1cd61118a67ed957805de1734771d6a98c316a6014598c' LIMIT 1
15767
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF2' LIMIT 1
15768
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:14', '02d69073789059b3202a803e42071836084b2c389ff8ff1fc3e75f3609c3ebcc0ab9feb83974fc1be801b38b9d90c702700742fc766804d1b1095597472b3d41', '2012-03-15 12:51:14', '0.0.0.0', 'john2doe2@email.com', 0, 'John2', NULL, NULL, 'Doe2', '2012-03-15 12:51:14', 'john2doe2', 1, 'liaBZYhjBdRg2fK2mgdr', '1ajyXiLQNHYkHAIyaYJ6', 'bb889fa75009ab71bdac57fd3a043df620ebca4168a59edce48298e1902278a5a3ca5056f9b2a03d4f1cd61118a67ed957805de1734771d6a98c316a6014598c', 'k3cF2', NULL, '2012-03-15 12:51:14')
15769
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15770
+  (0.1ms) SAVEPOINT active_record_2
15771
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-03-15 12:51:14', `current_login_at` = '2012-03-15 12:51:14', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:14', `perishable_token` = 'K8YUHmUNKxPooQD370B', `updated_at` = '2012-03-15 12:51:14' WHERE `spud_users`.`id` = 2
15772
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15773
+  (0.2ms) SAVEPOINT active_record_2
15774
+ SQL (0.6ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `updated_at`, `user_id`) VALUES (1, '2012-03-15 12:51:14', 'pages', '2012-03-15 12:51:14', 2)
15775
+  (0.3ms) RELEASE SAVEPOINT active_record_2
15776
+ Processing by TestController#index as HTML
15777
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 2 LIMIT 1
15778
+  (0.1ms) SAVEPOINT active_record_2
15779
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:14', `perishable_token` = 'asozM8tlP5eNctKgzt7', `updated_at` = '2012-03-15 12:51:14' WHERE `spud_users`.`id` = 2
15780
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15781
+ SpudAdminPermission Load (0.2ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 2 AND `spud_admin_permissions`.`access` = 1
15782
+ Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.9ms)
15783
+  (0.7ms) ROLLBACK
15784
+  (0.0ms) ROLLBACK
15785
+  (0.2ms) BEGIN
15786
+  (0.2ms) BEGIN
15787
+  (0.3ms) SAVEPOINT active_record_2
15788
+ SpudUser Exists (0.6ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john3doe3@email.com' LIMIT 1
15789
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john3doe3' LIMIT 1
15790
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '98c0784295d3d73b37a1b1629fb22671c718bc4f7fa1bacf4bc5fd4ecaefbab768206f2155725ee7a77f9eb044d952c6e19ddcb1f373bc26a2001897dfd85441' LIMIT 1
15791
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF3' LIMIT 1
15792
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:14', '10d57c63e7bd941385deda93af136f0d21773e48b2c9ec173c936d55546934d4fa6f35a41964106eae20eca511447716b82c9543a5a908f22d4bb82fe8e65e4a', '2012-03-15 12:51:14', '0.0.0.0', 'john3doe3@email.com', 0, 'John3', NULL, NULL, 'Doe3', '2012-03-15 12:51:14', 'john3doe3', 1, 'AT4jNAXdCfapUOhXUpM7', 'XmBXvE4GJ20m7eSGUEwU', '98c0784295d3d73b37a1b1629fb22671c718bc4f7fa1bacf4bc5fd4ecaefbab768206f2155725ee7a77f9eb044d952c6e19ddcb1f373bc26a2001897dfd85441', 'k3cF3', NULL, '2012-03-15 12:51:14')
15793
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15794
+  (0.1ms) SAVEPOINT active_record_2
15795
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-03-15 12:51:14', `current_login_at` = '2012-03-15 12:51:14', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:14', `perishable_token` = 'fBrnN9q6Yxx6dzpFL5Xh', `updated_at` = '2012-03-15 12:51:14' WHERE `spud_users`.`id` = 3
15796
+  (0.0ms) RELEASE SAVEPOINT active_record_2
15797
+ Processing by TestController#index as HTML
15798
+ Redirected to http://test.host/spud/user_session/new
15799
+ Filter chain halted as :require_admin_user rendered or redirected
15800
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
15801
+  (1.4ms) ROLLBACK
15802
+  (0.3ms) ROLLBACK
15803
+  (0.1ms) BEGIN
15804
+  (0.1ms) BEGIN
15805
+  (0.2ms) SAVEPOINT active_record_2
15806
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john4doe4@email.com' LIMIT 1
15807
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john4doe4' LIMIT 1
15808
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'd99bd1a5aa9120e1d5e5dfbfe58d0f217889476d64fee66cd905ab02825e322ed80d58c04ef82de9d2bbd52394d7f5ec4bd21614ae715d77a9a55d6c612f1493' LIMIT 1
15809
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF4' LIMIT 1
15810
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:14', 'fa02f8c13d34da6f0f8820c6d5c92d7c4eefa3046359715cf657b6855d01e979d8c2806bea8aa33e2185c8cd6787dbd237c56e3c49b71ba8242a5451b8dab844', '2012-03-15 12:51:14', '0.0.0.0', 'john4doe4@email.com', 0, 'John4', NULL, NULL, 'Doe4', '2012-03-15 12:51:14', 'john4doe4', 1, 'cNPoK4jQ3TpfDyfEcG9O', 'QZvYRYPnH2DvtSRBvCa', 'd99bd1a5aa9120e1d5e5dfbfe58d0f217889476d64fee66cd905ab02825e322ed80d58c04ef82de9d2bbd52394d7f5ec4bd21614ae715d77a9a55d6c612f1493', 'k3cF4', NULL, '2012-03-15 12:51:14')
15811
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15812
+  (0.2ms) SAVEPOINT active_record_2
15813
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-03-15 12:51:14', `current_login_at` = '2012-03-15 12:51:14', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:14', `perishable_token` = 'j5FHoH7QKE3Ie1VMzv8e', `updated_at` = '2012-03-15 12:51:14' WHERE `spud_users`.`id` = 4
15814
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15815
+ SpudAdminPermission Load (0.3ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 4
15816
+  (0.1ms) SAVEPOINT active_record_2
15817
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15818
+  (0.1ms) SAVEPOINT active_record_2
15819
+  (0.4ms) UPDATE `spud_users` SET `super_admin` = 0, `perishable_token` = 'baZnIZq4LJbfP17byVxl', `updated_at` = '2012-03-15 12:51:14' WHERE `spud_users`.`id` = 4
15820
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15821
+ Processing by TestController#index as HTML
15822
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 4 LIMIT 1
15823
+  (0.1ms) SAVEPOINT active_record_2
15824
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:14', `perishable_token` = 'CpTA1J3xE6mIXWfWS8Ma', `updated_at` = '2012-03-15 12:51:14' WHERE `spud_users`.`id` = 4
15825
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15826
+ 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
15827
+ Redirected to http://test.host/
15828
+ Filter chain halted as :require_admin_user rendered or redirected
15829
+ Completed 302 Found in 4ms (ActiveRecord: 1.0ms)
15830
+  (0.9ms) ROLLBACK
15831
+  (0.2ms) ROLLBACK
15832
+  (0.1ms) BEGIN
15833
+  (0.0ms) BEGIN
15834
+  (0.3ms) SAVEPOINT active_record_2
15835
+ SpudUser Exists (0.5ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john5doe5@email.com' LIMIT 1
15836
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john5doe5' LIMIT 1
15837
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '8e8b5b26a56674f6804ef38f425dfd473c068bf94457b629262f588c32261b4c18d70d2c45b6e0a494f0b3ebf0795db373fb073d379f9fd3dbbcdff8a4a656cc' LIMIT 1
15838
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF5' LIMIT 1
15839
+ SQL (0.5ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:51:15', 'acf4c2418f2d4f1ca4863e02f35a61baf86d1d25e837ee0d7b30e5b9afd1f67a872bb4dc7b2561940555ce4726d13b0cd69bd6acfd10a1619869a2935c2a2e92', '2012-03-15 12:51:15', '0.0.0.0', 'john5doe5@email.com', 0, 'John5', NULL, NULL, 'Doe5', '2012-03-15 12:51:15', 'john5doe5', 1, 'VSesKISyRGIaQuhsYv', '5a1L586SpdAQwhyc15u4', '8e8b5b26a56674f6804ef38f425dfd473c068bf94457b629262f588c32261b4c18d70d2c45b6e0a494f0b3ebf0795db373fb073d379f9fd3dbbcdff8a4a656cc', 'k3cF5', NULL, '2012-03-15 12:51:15')
15840
+  (0.3ms) RELEASE SAVEPOINT active_record_2
15841
+  (0.3ms) SAVEPOINT active_record_2
15842
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-03-15 12:51:15', `current_login_at` = '2012-03-15 12:51:15', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'EFkScL5RgVib8fSdPf', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 5
15843
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15844
+  (0.3ms) SAVEPOINT active_record_2
15845
+  (0.2ms) UPDATE `spud_users` SET `super_admin` = 0, `perishable_token` = 'NiJUgmgALRUVcq5U9Pxs', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 5
15846
+ SQL (0.1ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `updated_at`, `user_id`) VALUES (1, '2012-03-15 12:51:15', 'Blog', '2012-03-15 12:51:15', 5)
15847
+ SQL (0.1ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `updated_at`, `user_id`) VALUES (1, '2012-03-15 12:51:15', 'Pages', '2012-03-15 12:51:15', 5)
15848
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15849
+ Processing by Spud::Admin::DashboardController#index as HTML
15850
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 5 LIMIT 1
15851
+  (0.1ms) SAVEPOINT active_record_2
15852
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'b6EjGjZGy79Hil1Kzi1J', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 5
15853
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15854
+ 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
15855
+ Completed 200 OK in 8ms (Views: 3.7ms | ActiveRecord: 0.8ms)
15856
+ SpudAdminPermission Load (0.6ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 5
15857
+  (1.4ms) ROLLBACK
15858
+  (0.1ms) ROLLBACK
15859
+  (0.1ms) BEGIN
15860
+  (0.1ms) BEGIN
15861
+  (0.1ms) SAVEPOINT active_record_2
15862
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john6doe6@email.com' LIMIT 1
15863
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john6doe6' LIMIT 1
15864
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '6894b41e54817211526f2d437200714227ece720b2bf9d2fdc1a462e734e058d7a1174ad3b044d96ba6bb9d5c2ac8637962aeb5d3862d6d8849614ec6f0be7c8' LIMIT 1
15865
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF6' LIMIT 1
15866
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', '6686e99595fafab1384d283fad518ce4e562a39222c71b5fdceaec0627ecca11209a55a81e307ab46e990c184c4fc63dd0592593810421b8e4d1bf74861ab8f5', '2012-03-15 12:51:15', '0.0.0.0', 'john6doe6@email.com', 0, 'John6', NULL, NULL, 'Doe6', '2012-03-15 12:51:15', 'john6doe6', 1, '7ppmBz4X9PFF0h2wFk88', 'AQbiv7IEy0cqgtJPml9t', '6894b41e54817211526f2d437200714227ece720b2bf9d2fdc1a462e734e058d7a1174ad3b044d96ba6bb9d5c2ac8637962aeb5d3862d6d8849614ec6f0be7c8', 'k3cF6', NULL, '2012-03-15 12:51:15')
15867
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15868
+  (0.1ms) SAVEPOINT active_record_2
15869
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-03-15 12:51:15', `current_login_at` = '2012-03-15 12:51:15', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = '4D6nuFZVQ07Fp2L8dK', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 6
15870
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15871
+  (0.1ms) SAVEPOINT active_record_2
15872
+  (0.2ms) UPDATE `spud_users` SET `super_admin` = 0, `perishable_token` = '09fDoETWU1EdnPri5beZ', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 6
15873
+ SQL (0.1ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `updated_at`, `user_id`) VALUES (1, '2012-03-15 12:51:15', 'Blog', '2012-03-15 12:51:15', 6)
15874
+ SQL (0.1ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `updated_at`, `user_id`) VALUES (1, '2012-03-15 12:51:15', 'Pages', '2012-03-15 12:51:15', 6)
15875
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15876
+ Processing by Spud::Admin::DashboardController#index as HTML
15877
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 6 LIMIT 1
15878
+  (0.1ms) SAVEPOINT active_record_2
15879
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'zzAybnEgWnpaNKXZFoP', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 6
15880
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15881
+ 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
15882
+ Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.8ms)
15883
+  (1.0ms) ROLLBACK
15884
+  (0.0ms) ROLLBACK
15885
+  (0.0ms) BEGIN
15886
+  (0.0ms) BEGIN
15887
+  (0.1ms) SAVEPOINT active_record_2
15888
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john7doe7@email.com' LIMIT 1
15889
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john7doe7' LIMIT 1
15890
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'd2876f84427d7a219d05f77a9111b5693375bd4ecf6b2988d843ffc61a6ec412368ea568adeeab738b172090d81f3a25a0cf6cf1993ee8047c142d74387855fb' LIMIT 1
15891
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF7' LIMIT 1
15892
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', 'd76d2423713596537d49c4325a5c21f5e8582abf657e44349016757b918bcff14022c6efffe42770a72245ffd27b99463f2e5c362ed77474b475be3371c3b4f1', '2012-03-15 12:51:15', '0.0.0.0', 'john7doe7@email.com', 0, 'John7', NULL, NULL, 'Doe7', '2012-03-15 12:51:15', 'john7doe7', 1, '4R1ricAA8UAhti2SHSv1', '2TkS1cEaewwplANiVY6', 'd2876f84427d7a219d05f77a9111b5693375bd4ecf6b2988d843ffc61a6ec412368ea568adeeab738b172090d81f3a25a0cf6cf1993ee8047c142d74387855fb', 'k3cF7', NULL, '2012-03-15 12:51:15')
15893
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15894
+  (0.1ms) SAVEPOINT active_record_2
15895
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 2, `last_login_at` = '2012-03-15 12:51:15', `current_login_at` = '2012-03-15 12:51:15', `last_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'zMuLzpKAD9svF2jYPojk', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 7
15896
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15897
+  (0.1ms) SAVEPOINT active_record_2
15898
+  (0.2ms) UPDATE `spud_users` SET `super_admin` = 1, `perishable_token` = 'qTCQjUYxC5xyKShuPbHJ', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 7
15899
+ SQL (0.1ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `updated_at`, `user_id`) VALUES (1, '2012-03-15 12:51:15', 'Blog', '2012-03-15 12:51:15', 7)
15900
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15901
+ Processing by Spud::Admin::DashboardController#index as HTML
15902
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 7 LIMIT 1
15903
+  (0.1ms) SAVEPOINT active_record_2
15904
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'ZRzJUZlps4jvARlqB3b', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 7
15905
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15906
+ 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
15907
+ Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.8ms)
15908
+  (1.0ms) ROLLBACK
15909
+  (0.1ms) ROLLBACK
15910
+  (0.0ms) BEGIN
15911
+  (0.0ms) BEGIN
15912
+  (0.1ms) SAVEPOINT active_record_2
15913
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', 'd0f6e363b6cbe7e446f65edaae77ed65c722c09ca1a0e18e5fff6ddc4c9206807ff45ef7835f7695b8d5151e161bb0aa08eadabd27c135fde3d66b0b47a36fa3', NULL, NULL, 'john8doe8@email.com', 0, 'John8', NULL, NULL, 'Doe8', NULL, 'john8doe8', 0, 'pB3IvdxMfVuhDf1wNro', 'IOZXtn5voCDPUKH4JUJ', 'a22f3c1fa2a403d3c95efe86a609e8a8ca2ab6b91d72c36d2abe77700a7d52b768bf2d38ab906cbd0d252f93a00510903bb618363528434489b038bd9bd23bc5', 'k3cF8', 1, '2012-03-15 12:51:15')
15914
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15915
+  (0.1ms) SAVEPOINT active_record_2
15916
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:51:15', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'SZUuDW0QAHL0OOjaU0M', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 8
15917
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15918
+  (0.1ms) SAVEPOINT active_record_2
15919
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john9doe9@email.com' LIMIT 1
15920
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john9doe9' LIMIT 1
15921
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '829601159f827ffa47039a7e4b1e130180678a3721c44845b39deb218c524d0bcb7f9c008364d907227597b96a18d91fcd09ee13de77dc83aa3fe2e5ece753de' LIMIT 1
15922
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF9' LIMIT 1
15923
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 8 LIMIT 1
15924
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'waoFgWpzVjJr16xMktp', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 8
15925
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', 'ec8ead43d4ee01f6cc573c23360a9b614f93089694754f0e29d141511fc3de686fb7600d12330af62ca50fc10962fa1735f68c928d7ba53a0e3f70f20cd37041', NULL, NULL, 'john9doe9@email.com', 0, 'John9', NULL, NULL, 'Doe9', NULL, 'john9doe9', 0, 'doJtF9izSoI9B20IOoe9', 'QzLwmrX6fGQYD4CPfpx', '829601159f827ffa47039a7e4b1e130180678a3721c44845b39deb218c524d0bcb7f9c008364d907227597b96a18d91fcd09ee13de77dc83aa3fe2e5ece753de', 'k3cF9', NULL, '2012-03-15 12:51:15')
15926
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15927
+  (0.1ms) SAVEPOINT active_record_2
15928
+ SpudUser Exists (0.5ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john10doe10@email.com' LIMIT 1
15929
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john10doe10' LIMIT 1
15930
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '148aa8a315081aa44429cd7fcdaff2b1d33201e8239400464dc19014c38589d17c584a597d62b98b0c1c27f910c509c00a9480958ca4828caabfd4b8714f7fb9' LIMIT 1
15931
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF10' LIMIT 1
15932
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 8 LIMIT 1
15933
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = '49lfOwB6yiVo8ZbrYB', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 8
15934
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', 'd941a79fa3e5dffafc9d0ead02b040fcbe8db37277181b429b1c303ec407d5206ca3967a1f564035147de6f100647b4df022d0b5ac50f34b76f62139bc8e87c6', NULL, NULL, 'john10doe10@email.com', 0, 'John10', NULL, NULL, 'Doe10', NULL, 'john10doe10', 0, 'Ge7QVz4oHrD1fmQ6tawP', 'wUJo6vaiJZdAYex7ANoM', '148aa8a315081aa44429cd7fcdaff2b1d33201e8239400464dc19014c38589d17c584a597d62b98b0c1c27f910c509c00a9480958ca4828caabfd4b8714f7fb9', 'k3cF10', NULL, '2012-03-15 12:51:15')
15935
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15936
+ Processing by Spud::Admin::UsersController#index as HTML
15937
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 8 LIMIT 1
15938
+  (0.1ms) SAVEPOINT active_record_2
15939
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'Uthmg3y2yAKZdqiGgR4', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 8
15940
+  (0.0ms) RELEASE SAVEPOINT active_record_2
15941
+ Completed 200 OK in 6ms (Views: 1.9ms | ActiveRecord: 0.9ms)
15942
+  (0.2ms) SELECT COUNT(*) FROM `spud_users`
15943
+  (1.0ms) ROLLBACK
15944
+  (0.0ms) ROLLBACK
15945
+  (0.0ms) BEGIN
15946
+  (0.0ms) BEGIN
15947
+  (0.1ms) SAVEPOINT active_record_2
15948
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', '960c1cee55105a553601c674768a81ba256148960752ea31bb8a338765f51781b8c225ca6bbfb92a3818f118a92a8985f4e2a8f953c1f1102fe6741ddf415a46', NULL, NULL, 'john11doe11@email.com', 0, 'John11', NULL, NULL, 'Doe11', NULL, 'john11doe11', 0, 'GJcajSF3uglr43zTOy', 'kK48o7uqCpmb28InuGF', '86802882fdad5fa794cba1fad4d375e80549ad412aa3a1b5678a65bb7bd0905488d3725303412d45bd3cfb212767dda7b90609e1a4152c15e372310a8163fbce', 'k3cF11', 1, '2012-03-15 12:51:15')
15949
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15950
+  (0.1ms) SAVEPOINT active_record_2
15951
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:51:15', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'gujHoCKwPhuVb29bFI', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 11
15952
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15953
+ Processing by Spud::Admin::UsersController#index as HTML
15954
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 11 LIMIT 1
15955
+  (0.3ms) SAVEPOINT active_record_2
15956
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'NGTirF6EIBU51UcwuQaU', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 11
15957
+  (0.3ms) RELEASE SAVEPOINT active_record_2
15958
+ Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 1.5ms)
15959
+  (0.4ms) SELECT COUNT(*) FROM `spud_users` 
15960
+  (1.5ms) ROLLBACK
15961
+  (0.1ms) ROLLBACK
15962
+  (0.1ms) BEGIN
15963
+  (0.2ms) BEGIN
15964
+  (0.3ms) SAVEPOINT active_record_2
15965
+ SQL (0.6ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:51:15', '30e861f711b366ad2a245581b3806caf461d1f729fe38f5f2392285f6f3d5094ec48c1625d706e332526574429d85d23eee4651c3c961e34e88c08552403ddd9', NULL, NULL, 'john12doe12@email.com', 0, 'John12', NULL, NULL, 'Doe12', NULL, 'john12doe12', 0, 'BncBNw4WhF9vxQsipVb', 'M3eyDJVnbmoM6Ij8AlZU', '60397a502a4b327876ee9672d6c0bc3dfa45199c16f1187470a5bf86c62ee18484a064d72ddf40f35d4755578eae2813db5977b1a88bec14eaf62ca3768deb53', 'k3cF12', 1, '2012-03-15 12:51:15')
15966
+  (0.3ms) RELEASE SAVEPOINT active_record_2
15967
+  (0.2ms) SAVEPOINT active_record_2
15968
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:51:15', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = '0xQJEMoAxMSIPoYrGqc', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 12
15969
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15970
+  (0.1ms) SAVEPOINT active_record_2
15971
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', '1627708f379481b321195d9aa3da8b694bb53957eafebc7446bada09175780c46b6cb7a945f423af4fd9884fc6678e1bf3d4ed8b366efbc3394720f3452060ac', NULL, NULL, 'john13doe13@email.com', 0, 'John13', NULL, NULL, 'Doe13', NULL, 'john13doe13', 0, '8W1UT5HRkfYvpXszYHZd', 'sRc9uLTsRyFGUGRWIWv', 'a5f80d5162136a00bc78276fff291db52c0e2fbf987e93e1f356ad5cf026abbef29afffa9725fc1c8773268b3bdf4ec1cf6f25d4565c86b4913b29013b303efb', 'k3cF13', 0, '2012-03-15 12:51:15')
15972
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15973
+  (0.1ms) SAVEPOINT active_record_2
15974
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:51:15', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'rILwI4aAKwSyaibFNCtH', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 13
15975
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15976
+ Processing by Spud::Admin::UsersController#index as HTML
15977
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 13 LIMIT 1
15978
+  (0.1ms) SAVEPOINT active_record_2
15979
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = '9cKPoQHxGZdJrP3KJO1k', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 13
15980
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15981
+ SpudAdminPermission Load (0.1ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 13 AND `spud_admin_permissions`.`access` = 1
15982
+ Redirected to http://test.host/
15983
+ Filter chain halted as :require_admin_user rendered or redirected
15984
+ Completed 302 Found in 4ms (ActiveRecord: 1.0ms)
15985
+  (0.8ms) ROLLBACK
15986
+  (0.0ms) ROLLBACK
15987
+  (0.0ms) BEGIN
15988
+  (0.0ms) BEGIN
15989
+  (0.1ms) SAVEPOINT active_record_2
15990
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', '5bd14c3d8f86660ca5784654584cf0286dfa7aaa14917f1d046f48b5a19af65a4b4f76d23c675abdd69f7ba0a98acc78944f390ff689f8dbbe606f3648c4860a', NULL, NULL, 'john14doe14@email.com', 0, 'John14', NULL, NULL, 'Doe14', NULL, 'john14doe14', 0, 'iuIBeJqbxKkcjv2zSOc', 'VXtqKIEpjOftqwR7gC3', '2a9f251a4b93ee8d9bf53c5780f22d49b6a46b2f64cb891da108645f91ad5b9c25e49abbcd0f56907eddc78c1dec22e3e65406464ccefbcfb5d8fdc7b5c5143c', 'k3cF14', 1, '2012-03-15 12:51:15')
15991
+  (0.0ms) RELEASE SAVEPOINT active_record_2
15992
+  (0.1ms) SAVEPOINT active_record_2
15993
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:51:15', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'l7nKvy5mygsFWWRXwHK', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 14
15994
+  (0.1ms) RELEASE SAVEPOINT active_record_2
15995
+  (0.0ms) SAVEPOINT active_record_2
15996
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john15doe15@email.com' LIMIT 1
15997
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john15doe15' LIMIT 1
15998
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '7a56f134ff6161f22499f3d19e2eacb45d7d28124d682a1b1f16b3a5c803698d62146460b3c8990957dc7fc53227859f2c74d4c4cc7d882fee2f51bd1f5cf3ff' LIMIT 1
15999
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF15' LIMIT 1
16000
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 14 LIMIT 1
16001
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = '7Kk3sixcFm35U70ZYSJs', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 14
16002
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', 'b5c467c3e576fca41fc78dab396866fca0dc35f46b9100c558925b08d89905dc55d2ef5a48019998e4882a2ce01eaaa8df65a45187533b271fdd2db8ff203eaa', NULL, NULL, 'john15doe15@email.com', 0, 'John15', NULL, NULL, 'Doe15', NULL, 'john15doe15', 0, 'lmvpdCzcGn3nOWzdVwAA', 'tYRyNaCeeYJsSF3IHdhW', '7a56f134ff6161f22499f3d19e2eacb45d7d28124d682a1b1f16b3a5c803698d62146460b3c8990957dc7fc53227859f2c74d4c4cc7d882fee2f51bd1f5cf3ff', 'k3cF15', 0, '2012-03-15 12:51:15')
16003
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16004
+  (0.1ms) SAVEPOINT active_record_2
16005
+ SQL (0.1ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `updated_at`, `user_id`) VALUES (1, '2012-03-15 12:51:15', 'Users', '2012-03-15 12:51:15', 15)
16006
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16007
+ Processing by Spud::Admin::UsersController#index as HTML
16008
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 14 LIMIT 1
16009
+  (0.1ms) SAVEPOINT active_record_2
16010
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'COHQnzJGtGoF5vS6sTl', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 14
16011
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16012
+ Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.6ms)
16013
+  (1.0ms) ROLLBACK
16014
+  (0.0ms) ROLLBACK
16015
+  (0.0ms) BEGIN
16016
+  (0.3ms) BEGIN
16017
+  (0.3ms) SAVEPOINT active_record_2
16018
+ SQL (0.5ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:51:15', 'f60fe0ff3b942d72a35b34dc27de02c5141061feed77bf9c662e5afb11ffcecaa8df72b1ad8e522e748cc36b2495506603f568ee3d316425e3ff29ebd1b661ff', NULL, NULL, 'john16doe16@email.com', 0, 'John16', NULL, NULL, 'Doe16', NULL, 'john16doe16', 0, 'ae97TAccrfaedRQ6yiOR', '4O5g3TDqtjlyGDHyXj2O', 'e2d3f5c89723ac3029bbd5d6a3cc47564bfd40e2363da0b72b476d7ebf1c0c2e59f48b0d4475819d55a207deed13d2eac9bfe7ee96a6832c5523233079e2e700', 'k3cF16', 1, '2012-03-15 12:51:15')
16019
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16020
+  (0.1ms) SAVEPOINT active_record_2
16021
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:51:15', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'a7zZycvcoCiyQAHVlZhb', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 16
16022
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16023
+  (0.1ms) SAVEPOINT active_record_2
16024
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john17doe17@email.com' LIMIT 1
16025
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john17doe17' LIMIT 1
16026
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '7a63482d17c6ca152dc8f4cd84a15261a943876b168c8d4ff3bb902da933191b5a2bbb7390c3d7cbc64242733348d9fde9f7b0a28e46255d4f4effb81cc1cc37' LIMIT 1
16027
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF17' LIMIT 1
16028
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 16 LIMIT 1
16029
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'fk9k4YWGaHcpuwdMlWLB', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 16
16030
+ SQL (0.5ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:51:15', '62072532f350c4d8bd927db848800b3f741675d9fea2e2bfa65e8458f3855758aeae9fedc1482e6928a09a04f795c893647c99d01cd3e9e9d2d3d997205945a1', NULL, NULL, 'john17doe17@email.com', 0, 'John17', NULL, NULL, 'Doe17', NULL, 'john17doe17', 0, 'QR9KLT7Vp0y3Qio79LAh', 'D6qN4OjIoWf0ObBL78EJ', '7a63482d17c6ca152dc8f4cd84a15261a943876b168c8d4ff3bb902da933191b5a2bbb7390c3d7cbc64242733348d9fde9f7b0a28e46255d4f4effb81cc1cc37', 'k3cF17', 0, '2012-03-15 12:51:15')
16031
+  (0.2ms) RELEASE SAVEPOINT active_record_2
16032
+  (0.2ms) SAVEPOINT active_record_2
16033
+ SQL (0.1ms) INSERT INTO `spud_admin_permissions` (`access`, `created_at`, `name`, `updated_at`, `user_id`) VALUES (0, '2012-03-15 12:51:15', 'Users', '2012-03-15 12:51:15', 17)
16034
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16035
+ Processing by Spud::Admin::UsersController#index as HTML
16036
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 16 LIMIT 1
16037
+  (0.1ms) SAVEPOINT active_record_2
16038
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'BdUVSwiL0ebROdygjHy', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 16
16039
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16040
+ Completed 200 OK in 32ms (Views: 0.9ms | ActiveRecord: 0.6ms)
16041
+  (1.3ms) ROLLBACK
16042
+  (0.0ms) ROLLBACK
16043
+  (0.1ms) BEGIN
16044
+  (0.0ms) BEGIN
16045
+  (0.1ms) SAVEPOINT active_record_2
16046
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', '21900f27fecfef66a378896f27e833d0d6ac8ad3b7a52ad2f496dda0777e6990b17331feb05beec4e6dde7dc52c65d2bed19f0ced858c1f8244c691da921552b', NULL, NULL, 'john18doe18@email.com', 0, 'John18', NULL, NULL, 'Doe18', NULL, 'john18doe18', 0, 'N0G4KdONdNxtwNTwx6pS', 'yGXzcgn2tk03QcnMswM', '64b0e548049fce36121472744fd6afb8161e7f5c6f38d52a2ad68e43bfa04f95273dc45bd33cc2761ec0d1348009ed50d79c7a2773e5e85c7ee06240d36ff809', 'k3cF18', 1, '2012-03-15 12:51:15')
16047
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16048
+  (0.1ms) SAVEPOINT active_record_2
16049
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:51:15', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'MIasGPIJf4CcmPfBq1', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 18
16050
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16051
+  (0.1ms) SAVEPOINT active_record_2
16052
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john19doe19@email.com' LIMIT 1
16053
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john19doe19' LIMIT 1
16054
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'f68399753c6af4fa8cb6718dcec7122cdfb2a169ceff4013d2848c080cd7e215955c80f7756e77213bb8c89ce563d94a472fd47a97ef9f0d2a245cc0fdbf30f4' LIMIT 1
16055
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF19' LIMIT 1
16056
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 18 LIMIT 1
16057
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'BVwpTCs0c1CouMp9gynJ', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 18
16058
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', 'b3ccc70ab409ab77e91e901035edca1c2a26a2f0c1784f63a87eac4883937dc8e7b9c247c0fb1aacfb584df4d6d2607903f18aab200810e566cd23c8ce475f9b', NULL, NULL, 'john19doe19@email.com', 0, 'John19', NULL, NULL, 'Doe19', NULL, 'john19doe19', 0, 'yivj43VF9CZuiiRIDTTj', 'oN5U3OFVFgJFOkIcw6S', 'f68399753c6af4fa8cb6718dcec7122cdfb2a169ceff4013d2848c080cd7e215955c80f7756e77213bb8c89ce563d94a472fd47a97ef9f0d2a245cc0fdbf30f4', 'k3cF19', NULL, '2012-03-15 12:51:15')
16059
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16060
+ Processing by Spud::Admin::UsersController#show as HTML
16061
+ Parameters: {"id"=>"19"}
16062
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 18 LIMIT 1
16063
+  (0.1ms) SAVEPOINT active_record_2
16064
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = '7y8NcaLlvZQZwaJ6gBo', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 18
16065
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16066
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 19 LIMIT 1
16067
+ Completed 200 OK in 5ms (Views: 1.2ms | ActiveRecord: 0.8ms)
16068
+  (7.3ms) ROLLBACK
16069
+  (0.1ms) ROLLBACK
16070
+  (0.1ms) BEGIN
16071
+  (0.1ms) BEGIN
16072
+  (0.1ms) SAVEPOINT active_record_2
16073
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', '7ae140d83212e28ae94a8c8a5faa0fe34033a54d9ddfe6d67d6248c925f7886046528903d52123b3edfcd1a40df8fc5e74210f9350d8724dc33b99ec7ee30c25', NULL, NULL, 'john20doe20@email.com', 0, 'John20', NULL, NULL, 'Doe20', NULL, 'john20doe20', 0, 'EAlt0gxWKjefwYNZzhS', '7FS0pvlxJPFlmkxeQHbH', 'cede12a3851c4ccf71c42636a2bea8405d6a0b5d5a8740b60e1afc721a5ca5896c7c5483de5f9e2b15c6415af1394692361787ba74fdbff3ee4732b5f6ec099d', 'k3cF20', 1, '2012-03-15 12:51:15')
16074
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16075
+  (0.1ms) SAVEPOINT active_record_2
16076
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:51:15', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = '4Lq6OXEWuQRfPi1tbyj8', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 20
16077
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16078
+  (0.1ms) SAVEPOINT active_record_2
16079
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john21doe21@email.com' LIMIT 1
16080
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john21doe21' LIMIT 1
16081
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '6a42957ea630816f103da9a8a1618119123c3d82f474ba78a693213d81a644cf39843d4a356a7e38c84617900e8d7d5891f5dab6fd098291e1e57fb0df8980e1' LIMIT 1
16082
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF21' LIMIT 1
16083
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 20 LIMIT 1
16084
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = '2Upm3NbJa2wDXlIcqw', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 20
16085
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', 'e59f096d61a68f0f841131cb8959d2110ed8af00d1f231dc11b81944ae74af993a386521788215eca6d4c462335c928527bbd3030396b21afd6d4347ce220389', NULL, NULL, 'john21doe21@email.com', 0, 'John21', NULL, NULL, 'Doe21', NULL, 'john21doe21', 0, 'Sr8RlB12SB9pNzaoUhG6', 'XrhEFH3ukzu9Ra7HFm7H', '6a42957ea630816f103da9a8a1618119123c3d82f474ba78a693213d81a644cf39843d4a356a7e38c84617900e8d7d5891f5dab6fd098291e1e57fb0df8980e1', 'k3cF21', NULL, '2012-03-15 12:51:15')
16086
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16087
+ Processing by Spud::Admin::UsersController#show as HTML
16088
+ Parameters: {"id"=>"21"}
16089
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 20 LIMIT 1
16090
+  (0.2ms) SAVEPOINT active_record_2
16091
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'Y9gLtlHEqTuIKLgDPlnH', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 20
16092
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16093
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 21 LIMIT 1
16094
+ Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.8ms)
16095
+  (1.1ms) ROLLBACK
16096
+  (0.1ms) ROLLBACK
16097
+  (0.1ms) BEGIN
16098
+  (0.2ms) BEGIN
16099
+  (0.3ms) SAVEPOINT active_record_2
16100
+ SQL (0.6ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:51:15', '79a9eff4b617354e36e7d6fd68392cecaae2963d43dabce2b049925f73a96ba177089476d0b45bb21d5d23f771ebd2f3d323023a47879f5aa554c911316ece08', NULL, NULL, 'john22doe22@email.com', 0, 'John22', NULL, NULL, 'Doe22', NULL, 'john22doe22', 0, 'h5kVdmU8RszB4DBGCpiF', '25EnU3vRFxa0qKoaDF', '5e86bd60138700c685ae6f78befd7e3ec606b4638b0de62264193b895ff46ebf3c581f4445f66716fba014f37aa61c8c2dd69ba6f8953b3c1d239a31ff2f69fa', 'k3cF22', 1, '2012-03-15 12:51:15')
16101
+  (0.3ms) RELEASE SAVEPOINT active_record_2
16102
+  (0.2ms) SAVEPOINT active_record_2
16103
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:51:15', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'HVgB09NwfpFQ0oQw2j8U', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 22
16104
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16105
+ Processing by Spud::Admin::UsersController#new as JS
16106
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 22 LIMIT 1
16107
+  (0.1ms) SAVEPOINT active_record_2
16108
+  (0.1ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'x4hP8Tuw3MusW9PwVeB', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 22
16109
+  (0.0ms) RELEASE SAVEPOINT active_record_2
16110
+ Rendered /Users/davydotcom/projects/ruby/engines/spud_core_admin/app/views/spud/admin/users/_new.html.erb (0.2ms)
16111
+ Completed 200 OK in 8ms (Views: 3.1ms | ActiveRecord: 0.8ms)
16112
+  (1.4ms) ROLLBACK
16113
+  (0.2ms) ROLLBACK
16114
+  (0.1ms) BEGIN
16115
+  (0.2ms) BEGIN
16116
+  (0.3ms) SAVEPOINT active_record_2
16117
+ SQL (0.6ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:51:15', '3c58caf3e7800f21301a0bb5f74b158d6c24fab1faf4cb666dcc755fb5a7323beb05887530a83a1324e5a72a71a5bd309709830843367c8dd31facf210001db9', NULL, NULL, 'john23doe23@email.com', 0, 'John23', NULL, NULL, 'Doe23', NULL, 'john23doe23', 0, 'dlrBBI0W1Wh30ggQaE', 'slc054xW8F1OE0fgJyPi', 'a351b4347adced9cedf6647ec4c66c978a40bfcde691fd315a592c1cc13c33c1f8d949f6dad4be6a4ef19882ea3fc65b0292c95febd35420263f2c5d3db107b5', 'k3cF23', 1, '2012-03-15 12:51:15')
16118
+  (0.3ms) RELEASE SAVEPOINT active_record_2
16119
+  (0.1ms) SAVEPOINT active_record_2
16120
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:51:15', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'YhFXAWxOqAliFv02BUS', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 23
16121
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16122
+ Processing by Spud::Admin::UsersController#new as JS
16123
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 23 LIMIT 1
16124
+  (0.3ms) SAVEPOINT active_record_2
16125
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'SCCj2MSzc7MwY7zsYY', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 23
16126
+  (0.3ms) RELEASE SAVEPOINT active_record_2
16127
+ Rendered /Users/davydotcom/projects/ruby/engines/spud_core_admin/app/views/spud/admin/users/_new.html.erb (0.2ms)
16128
+ Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 1.5ms)
16129
+  (1.0ms) ROLLBACK
16130
+  (0.1ms) ROLLBACK
16131
+  (0.1ms) BEGIN
16132
+  (0.1ms) BEGIN
16133
+  (0.2ms) SAVEPOINT active_record_2
16134
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', '2ddb11c23a0fe569c472998ccf108640bb20e1d998c89663739a1dc33ce9bc53142291ddcd4111f8a047c1b2b55bb2aefb07732ee8b02fb999a21a69c4f002c5', NULL, NULL, 'john24doe24@email.com', 0, 'John24', NULL, NULL, 'Doe24', NULL, 'john24doe24', 0, 'XRD2iq3DsQimBLqcnTV', 'Py54VuiYtinXDNwcqKl', 'cdb8cbf2bcc961e87498ddb72e8e430baa45383b0d0800dc77e1bb87196d7a0bf8bf6e54383e21b0c605988bfcb7315015232deea390fb0bdae03bd600eaa965', 'k3cF24', 1, '2012-03-15 12:51:15')
16135
+  (0.2ms) RELEASE SAVEPOINT active_record_2
16136
+  (0.2ms) SAVEPOINT active_record_2
16137
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:51:15', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'apgJWmnAMjLhNardh5T0', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 24
16138
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16139
+  (0.1ms) SELECT COUNT(*) FROM `spud_users` 
16140
+ Processing by Spud::Admin::UsersController#create as HTML
16141
+ Parameters: {"spud_user"=>{"first_name"=>"John25", "last_name"=>"Doe25", "login"=>"john25doe25", "email"=>"john25doe25@email.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF25"}}
16142
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 24 LIMIT 1
16143
+  (0.1ms) SAVEPOINT active_record_2
16144
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = '1bc8nzp4OhYA1yz1KjS', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 24
16145
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16146
+  (0.1ms) SAVEPOINT active_record_2
16147
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john25doe25@email.com' LIMIT 1
16148
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john25doe25' LIMIT 1
16149
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '58672f2c6ba22d34a5e9c90b8369f1c93f4408b9fce976753498bef07fc324a9aab067d50bb95093287bfcf6bd6d19d4340223667831cc9d74e9644c75244550' LIMIT 1
16150
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF25' LIMIT 1
16151
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 24 LIMIT 1
16152
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'YbGIvWzbVrGrhbXNCWt5', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 24
16153
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', 'a0e63a48945a40f9a04baed0156bfc3e603615de75be628bb1ba1fbd2288fc7858d31a37527f216301a3695bb914dd62406bcc54054534160199648499d5b3a1', NULL, NULL, 'john25doe25@email.com', 0, 'John25', NULL, NULL, 'Doe25', NULL, 'john25doe25', 0, 'baqlAzdOPWefsXGWtpVw', 'AHH5dJ9Ez7ghea3BLeXp', '58672f2c6ba22d34a5e9c90b8369f1c93f4408b9fce976753498bef07fc324a9aab067d50bb95093287bfcf6bd6d19d4340223667831cc9d74e9644c75244550', 'k3cF25', NULL, '2012-03-15 12:51:15')
16154
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16155
+ Redirected to http://test.host/spud/admin/users
16156
+ Completed 302 Found in 11ms (ActiveRecord: 2.0ms)
16157
+  (0.2ms) SELECT COUNT(*) FROM `spud_users` 
16158
+  (1.1ms) ROLLBACK
16159
+  (0.1ms) ROLLBACK
16160
+  (0.1ms) BEGIN
16161
+  (0.2ms) BEGIN
16162
+  (0.3ms) SAVEPOINT active_record_2
16163
+ SQL (0.6ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:51:15', '4e481a1a721a88e527eb40d58eb7e957690284d88abf0dd10094224e4c55b3c6af15db978ac2d82975f267660dc5cf0a40ba724d09e4b28c3b2db75d08aad973', NULL, NULL, 'john26doe26@email.com', 0, 'John26', NULL, NULL, 'Doe26', NULL, 'john26doe26', 0, 'gE1ca3Z2npfWjwRv2q', 'k5jHl9X5wbrKCv15FFkH', '3ab75417bd93bb2913e01a7094dee815f6bfc726e00f9739a2327205cd989e2a0b9667d63e8fb86d8f54c629241661af70f0de7beaa95d4ef5301994596d475a', 'k3cF26', 1, '2012-03-15 12:51:15')
16164
+  (0.3ms) RELEASE SAVEPOINT active_record_2
16165
+  (0.2ms) SAVEPOINT active_record_2
16166
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:51:15', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'T6aCk9AcAC0HBp98wXl', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 26
16167
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16168
+  (0.3ms) SELECT COUNT(*) FROM `spud_users`
16169
+ Processing by Spud::Admin::UsersController#create as HTML
16170
+ Parameters: {"spud_user"=>{"first_name"=>"John27", "last_name"=>"Doe27", "login"=>"john27doe27", "email"=>nil, "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF27"}}
16171
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 26 LIMIT 1
16172
+  (0.3ms) SAVEPOINT active_record_2
16173
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'lJPCoMrUFPbXHysb1y', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 26
16174
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16175
+  (0.2ms) SAVEPOINT active_record_2
16176
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john27doe27' LIMIT 1
16177
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '5923390ec451f3726e48b1a599923c2d9581ca6bfd24bfc4fe3cbe0e8ae6d7cda1b55412d5b24047796754f56ab43369c4fdaea99c53673199919fb21ea20456' LIMIT 1
16178
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF27' LIMIT 1
16179
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
16180
+ Completed 200 OK in 12ms (Views: 1.2ms | ActiveRecord: 2.0ms)
16181
+  (0.2ms) SELECT COUNT(*) FROM `spud_users`
16182
+  (0.6ms) ROLLBACK
16183
+  (0.1ms) ROLLBACK
16184
+  (0.1ms) BEGIN
16185
+  (0.1ms) BEGIN
16186
+  (0.3ms) SAVEPOINT active_record_2
16187
+ SQL (0.6ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:51:15', 'a20f4d92ee795a1c0f5eb298ee0342d17b2700c14bfda9a463400dd1adb92a9d6e29f510ea19c48fb1764088d7e614494d21efc580a1c0d3bc4082c2283e60d7', NULL, NULL, 'john27doe27@email.com', 0, 'John28', NULL, NULL, 'Doe28', NULL, 'john28doe28', 0, 'tb9lOowmDfgVZXUjYs', 'Uv4xfx6JbTCrDZ0eZ9F', '13f7e8f8ca724f19b08ce3824fd3ef8a8feb14be5b9514092dfed6ad6dad0a90a7844177c7ace17c29fbb6dcf8eb5ba5535843eb6af2e89da74a38cca0fc4966', 'k3cF28', 1, '2012-03-15 12:51:15')
16188
+  (0.3ms) RELEASE SAVEPOINT active_record_2
16189
+  (0.2ms) SAVEPOINT active_record_2
16190
+  (0.4ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:51:15', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'Hny9gbLF9CW8YVjooLYH', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 27
16191
+  (0.2ms) RELEASE SAVEPOINT active_record_2
16192
+  (0.3ms) SELECT COUNT(*) FROM `spud_users` 
16193
+ Processing by Spud::Admin::UsersController#create as JS
16194
+ Parameters: {"spud_user"=>{"first_name"=>"John29", "last_name"=>"Doe29", "login"=>"john29doe29", "email"=>"john28doe28@email.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF29"}}
16195
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 27 LIMIT 1
16196
+  (0.1ms) SAVEPOINT active_record_2
16197
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'IwePXMnm2jI8XgltfIm', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 27
16198
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16199
+  (0.1ms) SAVEPOINT active_record_2
16200
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john28doe28@email.com' LIMIT 1
16201
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john29doe29' LIMIT 1
16202
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '072d2be7307d82cf8950e3bb92dd9a8edbffd650e8e66f17a3663f6713b74bb77f2233cc154862fea9ecfbe5f2f86c17fe17d701420219f2dce664476d67282a' LIMIT 1
16203
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF29' LIMIT 1
16204
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 27 LIMIT 1
16205
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'pn2LqOk8FcVemCZ8fPu', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 27
16206
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', '20b365bd1216f858d02630efca5d7a77db442352a26e1be64611c1dba94c00f188ac5e311bb525471dd4e9950e7036891639fb69c9e76a02b1598f1359de4eb1', NULL, NULL, 'john28doe28@email.com', 0, 'John29', NULL, NULL, 'Doe29', NULL, 'john29doe29', 0, '4hKFIHhaZza2JI50rY6M', '6yC6rBET64DKg2O5rdlJ', '072d2be7307d82cf8950e3bb92dd9a8edbffd650e8e66f17a3663f6713b74bb77f2233cc154862fea9ecfbe5f2f86c17fe17d701420219f2dce664476d67282a', 'k3cF29', NULL, '2012-03-15 12:51:15')
16207
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16208
+ Completed 200 OK in 11ms (Views: 0.1ms | ActiveRecord: 2.2ms)
16209
+  (0.1ms) SELECT COUNT(*) FROM `spud_users` 
16210
+  (1.0ms) ROLLBACK
16211
+  (0.1ms) ROLLBACK
16212
+  (0.1ms) BEGIN
16213
+  (0.1ms) BEGIN
16214
+  (0.3ms) SAVEPOINT active_record_2
16215
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', '93f2321da4fee78ee6a2229b5728a9d33a0087a716fb53a976e87390fad82c1cd54791fb98ee2210d0e7fadd27aa610b5faaea62afea1281c160ed87af2752cd', NULL, NULL, 'john29doe29@email.com', 0, 'John30', NULL, NULL, 'Doe30', NULL, 'john30doe30', 0, 'y2RMyLUDpI09F81nDqb', 'VOMBS7X2Le1cLDrFizqf', '5ad368fe51fe7c05fe2c18e422285dcec49d299631e07cf88ad2ebcd63973d9d9b86b37f4d1c059ee462438e327ce244389421867a604b99e3308aa1e8752137', 'k3cF30', 1, '2012-03-15 12:51:15')
16216
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16217
+  (0.2ms) SAVEPOINT active_record_2
16218
+  (0.3ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:51:15', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'Aex6RPB1oBSIkqncI0K', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 29
16219
+  (0.2ms) RELEASE SAVEPOINT active_record_2
16220
+  (0.1ms) SELECT COUNT(*) FROM `spud_users`
16221
+ Processing by Spud::Admin::UsersController#create as JS
16222
+ Parameters: {"spud_user"=>{"first_name"=>"John31", "last_name"=>"Doe31", "login"=>"john31doe31", "email"=>nil, "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF31"}}
16223
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 29 LIMIT 1
16224
+  (0.2ms) SAVEPOINT active_record_2
16225
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'XdnlPyAPHRGXhY7pwg', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 29
16226
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16227
+  (0.1ms) SAVEPOINT active_record_2
16228
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john31doe31' LIMIT 1
16229
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'a7cb11a47ddb96c41c6d5e367ee5c8cfcb691e51a6bc508ca57cdebf1738f200c5d5a18e1d2f2ee1905cf3446e09ffbcf26fa7ba7209d7915d2e9bb7435abb7a' LIMIT 1
16230
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF31' LIMIT 1
16231
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_2
16232
+ Completed 500 Internal Server Error in 7ms (Views: 0.1ms | ActiveRecord: 1.5ms)
16233
+  (0.3ms) SELECT COUNT(*) FROM `spud_users`
16234
+  (0.9ms) ROLLBACK
16235
+  (0.1ms) ROLLBACK
16236
+  (0.1ms) BEGIN
16237
+  (0.0ms) BEGIN
16238
+  (0.1ms) SAVEPOINT active_record_2
16239
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', '0c89731e259b0dc511aab28fa1df6f8b3f532e853090b9224d49aba8fa592c141184a2015f1c5ff69f9d6b1be51da3ff84a63a74e967031203c3a19558cff0c6', NULL, NULL, 'john30doe30@email.com', 0, 'John32', NULL, NULL, 'Doe32', NULL, 'john32doe32', 0, 'Qi7A2KP67TpkDOSB7x88', 'tL5uRc4y75n3lNFDyVG', '8fa3096b665c72e0c3e086d5be7613076fad4a7789078e393ec26920f3a61f32ee1fbc32d00dc76062b92465fe19ec59f98f5f9103b0135ef9bd881f2141789a', 'k3cF32', 1, '2012-03-15 12:51:15')
16240
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16241
+  (0.1ms) SAVEPOINT active_record_2
16242
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:51:15', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = '8ZBDDcs7DeiJfmSJuOg0', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 30
16243
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16244
+  (0.1ms) SAVEPOINT active_record_2
16245
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john31doe31@email.com' LIMIT 1
16246
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john33doe33' LIMIT 1
16247
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '8f4c8a21cc8557909b9b2fee0d929e6b5f70dc1a5ad4d7a6a7f3f01127aa6c1b175f80e557741699a02a398e5fa45f56e4afc4fd700384ce3188f85622f6376b' LIMIT 1
16248
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF33' LIMIT 1
16249
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 30 LIMIT 1
16250
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'p37ofnX8nR8zAg0uHDx', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 30
16251
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', 'e5fc259b2b7276cdd631d1996884c9f11bc091c023b027445383f4dea6678590b1ae0c1cf3f752aca9c12cba31baf6f2a1d622ab508dbcb175c69fcb87dcde78', NULL, NULL, 'john31doe31@email.com', 0, 'John33', NULL, NULL, 'Doe33', NULL, 'john33doe33', 0, '3k2d2FKn2xXGScnqq608', '5W92veWxJRGgVO6IiG', '8f4c8a21cc8557909b9b2fee0d929e6b5f70dc1a5ad4d7a6a7f3f01127aa6c1b175f80e557741699a02a398e5fa45f56e4afc4fd700384ce3188f85622f6376b', 'k3cF33', NULL, '2012-03-15 12:51:15')
16252
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16253
+ Processing by Spud::Admin::UsersController#edit as HTML
16254
+ Parameters: {"id"=>"31"}
16255
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 30 LIMIT 1
16256
+  (0.1ms) SAVEPOINT active_record_2
16257
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'aikATj0gyOG2Y8ALHh0K', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 30
16258
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16259
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 31 LIMIT 1
16260
+ SpudAdminPermission Load (0.1ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 31
16261
+ Completed 200 OK in 6ms (Views: 1.2ms | ActiveRecord: 0.8ms)
16262
+  (0.7ms) ROLLBACK
16263
+  (0.1ms) ROLLBACK
16264
+  (0.0ms) BEGIN
16265
+  (0.0ms) BEGIN
16266
+  (0.1ms) SAVEPOINT active_record_2
16267
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', 'd52eacd19b6b894cd0433d074d0d81717f6f0731ba131ff64ad3f46b422e6a8ff05ac09df5a33fd2939b861b6cd532d1cf3803ff72711687ca67d01590d557fe', NULL, NULL, 'john32doe32@email.com', 0, 'John34', NULL, NULL, 'Doe34', NULL, 'john34doe34', 0, 'oCORVuAPkYyrU5gT39', 'VmONULqJWyePS4YAC8Ek', '85beeaf24a6f2f66ed60d8f2a873ebdad84ec305b605552d9fd7abad9412c0a7bfeef761d181d564c8b798a7c7cec06fbf87c9feb63459fbab542bc8ad4b6043', 'k3cF34', 1, '2012-03-15 12:51:15')
16268
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16269
+  (0.1ms) SAVEPOINT active_record_2
16270
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:51:15', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'KYvBJOl1JLdVbdvrJoMH', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 32
16271
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16272
+  (0.1ms) SAVEPOINT active_record_2
16273
+ SpudUser Exists (0.5ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john33doe33@email.com' LIMIT 1
16274
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john35doe35' LIMIT 1
16275
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '83c62aecde02325c157889622164d6f44c817a6790b9196fbd1ba3a862c434e9af8fda635a226627280adb05dd52f8d781bac593d2a4d64731dd4bed4b78d5ef' LIMIT 1
16276
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF35' LIMIT 1
16277
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 32 LIMIT 1
16278
+  (0.5ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'BOorFfABVPdT9SIPWGV', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 32
16279
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', '9fd08c7068d5f3a17d259f62833156b7db071e6de6c3b755e7405e070ce444f370bde91bab495dec53be591adbd77c6e17af338509c758e639d8dbe625578535', NULL, NULL, 'john33doe33@email.com', 0, 'John35', NULL, NULL, 'Doe35', NULL, 'john35doe35', 0, 'amd61hK05aDpnL4E9Q7', '2qZVvldrnjlXCLIB7Hm', '83c62aecde02325c157889622164d6f44c817a6790b9196fbd1ba3a862c434e9af8fda635a226627280adb05dd52f8d781bac593d2a4d64731dd4bed4b78d5ef', 'k3cF35', NULL, '2012-03-15 12:51:15')
16280
+  (0.3ms) RELEASE SAVEPOINT active_record_2
16281
+ Processing by Spud::Admin::UsersController#edit as JS
16282
+ Parameters: {"id"=>"33"}
16283
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 32 LIMIT 1
16284
+  (0.3ms) SAVEPOINT active_record_2
16285
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = '59veph9rGrOlNUOdsVT6', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 32
16286
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16287
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 33 LIMIT 1
16288
+ SpudAdminPermission Load (0.3ms) SELECT `spud_admin_permissions`.* FROM `spud_admin_permissions` WHERE `spud_admin_permissions`.`user_id` = 33
16289
+ Rendered /Users/davydotcom/projects/ruby/engines/spud_core_admin/app/views/spud/admin/users/_edit.html.erb (0.2ms)
16290
+ Completed 200 OK in 7ms (Views: 1.3ms | ActiveRecord: 1.8ms)
16291
+  (12.6ms) ROLLBACK
16292
+  (0.3ms) ROLLBACK
16293
+  (0.3ms) BEGIN
16294
+  (0.3ms) BEGIN
16295
+  (0.3ms) SAVEPOINT active_record_2
16296
+ SQL (0.6ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:51:15', '7b0eaaf9bf712da7c2622ea34d91d03d39af4e44b453240d9fd781c65385aeb6cbce0bf41a5d301ba7f01e9cacee3bbd43eb7edf9d0eb7811bdff261bb9f097f', NULL, NULL, 'john34doe34@email.com', 0, 'John36', NULL, NULL, 'Doe36', NULL, 'john36doe36', 0, 'YCRN5wiYK5kNI52heB', 'AzhtwC8NrHxGeAiXfdT', 'ecb0f8b4ea157bf0984a92b700969e1c6adfea3c8b40480cadddf2ba79eff789667dde5045bd36ccdcae613f62279d85ac21c62d4a642c24990c110a30b65e65', 'k3cF36', 1, '2012-03-15 12:51:15')
16297
+  (0.3ms) RELEASE SAVEPOINT active_record_2
16298
+  (0.3ms) SAVEPOINT active_record_2
16299
+  (0.5ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:51:15', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'KWfcZj2M0Nlk3dEcLE1h', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 34
16300
+  (0.3ms) RELEASE SAVEPOINT active_record_2
16301
+  (0.2ms) SAVEPOINT active_record_2
16302
+ SpudUser Exists (0.5ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john35doe35@email.com' LIMIT 1
16303
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john37doe37' LIMIT 1
16304
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'b61a366772de4a78c5e7ec6ca06669737da5303e8a8b2b093807a2c615ac426c9e868187aa4d8070f3c7db53cd521f0f39f8f25bff362a93a0b08f30cec407bf' LIMIT 1
16305
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF37' LIMIT 1
16306
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 34 LIMIT 1
16307
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'A8QfoxgNiDdNsBIEN2Se', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 34
16308
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', 'c5835ce7afac74073b56e153056051562ce9df96571768a57d39e3b9f9018039bfbeb01f2018cc6dd189cac678e57260edfd27b21fcbdf9650dda640bc02fcba', NULL, NULL, 'john35doe35@email.com', 0, 'John37', NULL, NULL, 'Doe37', NULL, 'john37doe37', 0, 'n9ZPsQN4FZX6kR5gn44L', 'N2DASSiarWiayz1AJieN', 'b61a366772de4a78c5e7ec6ca06669737da5303e8a8b2b093807a2c615ac426c9e868187aa4d8070f3c7db53cd521f0f39f8f25bff362a93a0b08f30cec407bf', 'k3cF37', NULL, '2012-03-15 12:51:15')
16309
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16310
+ Processing by Spud::Admin::UsersController#update as HTML
16311
+ Parameters: {"spud_user"=>{"id"=>"35", "first_name"=>"Adam", "last_name"=>"Doe37", "super_admin"=>nil, "login"=>"john37doe37", "email"=>"john35doe35@email.com", "crypted_password"=>"[FILTERED]", "password_salt"=>"[FILTERED]", "persistence_token"=>"b61a366772de4a78c5e7ec6ca06669737da5303e8a8b2b093807a2c615ac426c9e868187aa4d8070f3c7db53cd521f0f39f8f25bff362a93a0b08f30cec407bf", "single_access_token"=>"k3cF37", "perishable_token"=>"N2DASSiarWiayz1AJieN", "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-03-15 12:51:15 UTC", "updated_at"=>"2012-03-15 12:51:15 UTC"}, "id"=>"35"}
16312
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 34 LIMIT 1
16313
+  (0.1ms) SAVEPOINT active_record_2
16314
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'j9hqa2QBzGtW7VUZ4WFg', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 34
16315
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16316
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 35 LIMIT 1
16317
+  (0.1ms) SAVEPOINT active_record_2
16318
+  (0.2ms) UPDATE `spud_users` SET `first_name` = 'Adam', `perishable_token` = 'DXUAPK1Wp1yNeNbV4qR', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 35
16319
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16320
+ Redirected to http://test.host/spud/admin/users
16321
+ Completed 302 Found in 8ms (ActiveRecord: 1.2ms)
16322
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 35 LIMIT 1
16323
+  (0.8ms) ROLLBACK
16324
+  (0.0ms) ROLLBACK
16325
+  (0.0ms) BEGIN
16326
+  (0.0ms) BEGIN
16327
+  (0.1ms) SAVEPOINT active_record_2
16328
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', '078fb198fda11e506d95efb5a2158720684de816528a9a9bdd5017638de3f01860dd38011169eb81a122d3c86b26d2202e9bac87d4878be8fd211732beeefcd1', NULL, NULL, 'john36doe36@email.com', 0, 'John38', NULL, NULL, 'Doe38', NULL, 'john38doe38', 0, '2o4a6w5jpQ6eaFrAnrn', 'srS7yTmtoTjbQeqXmvav', '1ff207ecdbec8fbb1b74ed0e83ae387de6e3769a647878eeb8572081674d5448b7a17634420aed25581cc90f8ad599ec86769ef89a08ab6766e3fce3e669407b', 'k3cF38', 1, '2012-03-15 12:51:15')
16329
+  (0.0ms) RELEASE SAVEPOINT active_record_2
16330
+  (0.1ms) SAVEPOINT active_record_2
16331
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:51:15', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'wbCnabqRMxAByWS8Cp9i', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 36
16332
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16333
+  (0.1ms) SAVEPOINT active_record_2
16334
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john37doe37@email.com' LIMIT 1
16335
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john39doe39' LIMIT 1
16336
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY '2a95806f76592d95f4b85a57b7488cf3888469882ffe18e494c5c98a7923cb8347be98c21333f23f6903b13740751cf59003c532e1ac4494cc6eac05dd649d5f' LIMIT 1
16337
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF39' LIMIT 1
16338
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 36 LIMIT 1
16339
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'c2cF6aAETR7VrYchlaJy', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 36
16340
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', '801aa863f45364818c47454cce04f8dedde8b1b32b2517d5dae6b64c219ec68c295a2516516f7b888f88f57d160741bb2e30e047fd12b8aafbbf4aaad47e559e', NULL, NULL, 'john37doe37@email.com', 0, 'John39', NULL, NULL, 'Doe39', NULL, 'john39doe39', 0, 'NSuz1vW2lU6X86v8O37e', 'tgC68sJczAM4yq6BLb', '2a95806f76592d95f4b85a57b7488cf3888469882ffe18e494c5c98a7923cb8347be98c21333f23f6903b13740751cf59003c532e1ac4494cc6eac05dd649d5f', 'k3cF39', NULL, '2012-03-15 12:51:15')
16341
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16342
+ Processing by Spud::Admin::UsersController#update as HTML
16343
+ Parameters: {"spud_user"=>{"id"=>"37", "first_name"=>"Adam", "last_name"=>"Doe39", "super_admin"=>nil, "login"=>"john39doe39", "email"=>"john37doe37@email.com", "crypted_password"=>"[FILTERED]", "password_salt"=>"[FILTERED]", "persistence_token"=>"2a95806f76592d95f4b85a57b7488cf3888469882ffe18e494c5c98a7923cb8347be98c21333f23f6903b13740751cf59003c532e1ac4494cc6eac05dd649d5f", "single_access_token"=>"k3cF39", "perishable_token"=>"tgC68sJczAM4yq6BLb", "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-03-15 12:51:15 UTC", "updated_at"=>"2012-03-15 12:51:15 UTC"}, "id"=>"37"}
16344
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 36 LIMIT 1
16345
+  (0.3ms) SAVEPOINT active_record_2
16346
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'QIRD5ZEjhP2i7ARx2eFo', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 36
16347
+  (0.3ms) RELEASE SAVEPOINT active_record_2
16348
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 37 LIMIT 1
16349
+  (0.2ms) SAVEPOINT active_record_2
16350
+  (0.3ms) UPDATE `spud_users` SET `first_name` = 'Adam', `perishable_token` = 'GIouxlKouyfV4e5fifn5', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 37
16351
+  (0.2ms) RELEASE SAVEPOINT active_record_2
16352
+ Redirected to http://test.host/spud/admin/users
16353
+ Completed 302 Found in 12ms (ActiveRecord: 2.2ms)
16354
+  (1.0ms) ROLLBACK
16355
+  (0.1ms) ROLLBACK
16356
+  (0.1ms) BEGIN
16357
+  (0.1ms) BEGIN
16358
+  (0.2ms) SAVEPOINT active_record_2
16359
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', '27c09e8e0ccb6e7ebd98de6cdc41c6b88cc9aa48538be346c7ecaef8c47f004ba2c3cf3d82ae7e2920744a41cee082dafa95dabfa2a1e0ad1f402f9ac6a9e11b', NULL, NULL, 'john38doe38@email.com', 0, 'John40', NULL, NULL, 'Doe40', NULL, 'john40doe40', 0, 'xEpfqRub0jY1V3RUqGt', 'xNPy1vJ0bMF2NtwqeZF', '777ebbe8f52854e47e016183f34fe04fc7bed11b5691edf26cac9197bfe6ea3fb542ca0b02a10a7397c6242f91bde369808529cdc7673abe6a59c9589a71cf5c', 'k3cF40', 1, '2012-03-15 12:51:15')
16360
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16361
+  (0.1ms) SAVEPOINT active_record_2
16362
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:51:15', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = '1azwtybrm7ds46OPvmRY', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 38
16363
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16364
+  (0.1ms) SAVEPOINT active_record_2
16365
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john39doe39@email.com' LIMIT 1
16366
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john41doe41' LIMIT 1
16367
+ SpudUser Exists (0.6ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'a25af4f426e6bac6c3e985a054878d24b272c00e01fe6bfe66f9d3b2106f986a465fbfe8b577867672467352600fedd542080950e42f73b0b0e4ef52f37673b8' LIMIT 1
16368
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF41' LIMIT 1
16369
+ SpudUser Load (0.5ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 38 LIMIT 1
16370
+  (0.4ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = '9c8O3c7srAuGTiYQKxB', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 38
16371
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', '24ab8c146d2de6710251936488a95c142449ff72c13ebd9a216e9faf6dd4bc399eff5e139246af50c856b9ff9e963622c42067ecc16678867208eedbfdd86f55', NULL, NULL, 'john39doe39@email.com', 0, 'John41', NULL, NULL, 'Doe41', NULL, 'john41doe41', 0, 'PJJrHhBtFBPwcao5ZQo', '2WyDsHWieRpVkdL6inPH', 'a25af4f426e6bac6c3e985a054878d24b272c00e01fe6bfe66f9d3b2106f986a465fbfe8b577867672467352600fedd542080950e42f73b0b0e4ef52f37673b8', 'k3cF41', NULL, '2012-03-15 12:51:15')
16372
+  (0.2ms) RELEASE SAVEPOINT active_record_2
16373
+  (0.2ms) SELECT COUNT(*) FROM `spud_users` 
16374
+ Processing by Spud::Admin::UsersController#destroy as HTML
16375
+ Parameters: {"id"=>"39"}
16376
+ SpudUser Load (0.4ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 38 LIMIT 1
16377
+  (0.2ms) SAVEPOINT active_record_2
16378
+  (0.3ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'N6EAofMmiLtTqNPgl', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 38
16379
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16380
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 39 LIMIT 1
16381
+  (0.1ms) SAVEPOINT active_record_2
16382
+ SQL (0.3ms) DELETE FROM `spud_users` WHERE `spud_users`.`id` = 39
16383
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16384
+ Redirected to http://test.host/spud/admin/users
16385
+ Completed 302 Found in 6ms (ActiveRecord: 1.9ms)
16386
+  (0.2ms) SELECT COUNT(*) FROM `spud_users`
16387
+  (1.1ms) ROLLBACK
16388
+  (0.1ms) ROLLBACK
16389
+  (0.1ms) BEGIN
16390
+  (0.0ms) BEGIN
16391
+  (0.2ms) SAVEPOINT active_record_2
16392
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', '51e7f77f1639385ebd62454e8b09d42b786e59f9df00231a1d10116e50f7aeefc40406a19a8425acffd48ce6ad3778e79bbb8edd6a496427a60d3d0cdceb0869', NULL, NULL, 'john40doe40@email.com', 0, 'John42', NULL, NULL, 'Doe42', NULL, 'john42doe42', 0, 'bz9d1j6HWCtAIZ4FJws', 'qcbTkqYdy330oDPNii', '996217c25e1cb424cb0c19be65b5d5c6a30afa5c872276782542d0de1e6028d4236f69221f9a0a2e5e5fef8a23fbc05e29f65c315921f072fa5a66702ef3e8b5', 'k3cF42', 1, '2012-03-15 12:51:15')
16393
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16394
+  (0.1ms) SAVEPOINT active_record_2
16395
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:51:15', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'zpaMpxjeASOuHuQoAKMH', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 40
16396
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16397
+  (0.1ms) SAVEPOINT active_record_2
16398
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john41doe41@email.com' LIMIT 1
16399
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john43doe43' LIMIT 1
16400
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'adb7fe30360b24d3351e2ef786dd56054574322775c5f88e781fa4ea2c7c73665a316f1f0aff2f9e9c716f4e2e78bb1695a884208860d91d1757537d3c29deb5' LIMIT 1
16401
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'k3cF43' LIMIT 1
16402
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 40 LIMIT 1
16403
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'Z5jIIFdn0zNp4hAs8CG5', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 40
16404
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', 'd4d688ddd4784f482ba054f59e8beb79646bfba51942e3f85cdc7a28c0dfad6bbdd3cd68d01c7d8905a512a8ea28370103422542bbb0dd0f73872d92dc6f00d7', NULL, NULL, 'john41doe41@email.com', 0, 'John43', NULL, NULL, 'Doe43', NULL, 'john43doe43', 0, 'JXUueQJBDej2CTY0Cual', 'BWoDTFxmqui5fWqGMuZ', 'adb7fe30360b24d3351e2ef786dd56054574322775c5f88e781fa4ea2c7c73665a316f1f0aff2f9e9c716f4e2e78bb1695a884208860d91d1757537d3c29deb5', 'k3cF43', NULL, '2012-03-15 12:51:15')
16405
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16406
+  (0.1ms) SELECT COUNT(*) FROM `spud_users`
16407
+ Processing by Spud::Admin::UsersController#destroy as HTML
16408
+ Parameters: {"id"=>"23532"}
16409
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 40 LIMIT 1
16410
+  (0.1ms) SAVEPOINT active_record_2
16411
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'O3xVCpnJfNFkFdM6KGM', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 40
16412
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16413
+ SpudUser Load (0.1ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 23532 LIMIT 1
16414
+ Redirected to http://test.host/spud/admin/users
16415
+ Filter chain halted as :load_user rendered or redirected
16416
+ Completed 302 Found in 3ms (ActiveRecord: 0.7ms)
16417
+  (0.1ms) SELECT COUNT(*) FROM `spud_users`
16418
+  (0.8ms) ROLLBACK
16419
+  (0.0ms) ROLLBACK
16420
+  (0.1ms) BEGIN
16421
+  (0.1ms) BEGIN
16422
+ Processing by Spud::SetupController#index as HTML
16423
+  (0.4ms) SELECT COUNT(*) FROM `spud_users` 
16424
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.4ms)
16425
+  (0.3ms) ROLLBACK
16426
+  (0.2ms) ROLLBACK
16427
+  (0.1ms) BEGIN
16428
+  (0.1ms) BEGIN
16429
+ Processing by Spud::SetupController#index as HTML
16430
+  (0.5ms) SELECT COUNT(*) FROM `spud_users`
16431
+ Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.5ms)
16432
+  (0.3ms) ROLLBACK
16433
+  (0.2ms) ROLLBACK
16434
+  (0.2ms) BEGIN
16435
+  (0.1ms) BEGIN
16436
+ Processing by Spud::SetupController#index as HTML
16437
+  (0.5ms) SELECT COUNT(*) FROM `spud_users` 
16438
+ Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.5ms)
16439
+  (0.3ms) ROLLBACK
16440
+  (0.1ms) ROLLBACK
16441
+  (0.1ms) BEGIN
16442
+  (0.1ms) BEGIN
16443
+ Processing by Spud::SetupController#index as HTML
16444
+ Redirected to http://test.host/
16445
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
16446
+  (0.3ms) ROLLBACK
16447
+  (0.1ms) ROLLBACK
16448
+  (0.2ms) BEGIN
16449
+  (0.0ms) BEGIN
16450
+ Processing by Spud::SetupController#index as HTML
16451
+ Redirected to http://test.host/
16452
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
16453
+  (0.3ms) ROLLBACK
16454
+  (0.1ms) ROLLBACK
16455
+  (0.0ms) BEGIN
16456
+  (0.0ms) BEGIN
16457
+  (0.4ms) SELECT COUNT(*) FROM `spud_users`
16458
+ Processing by Spud::SetupController#index as HTML
16459
+ Parameters: {"first_name"=>"John44", "last_name"=>"Doe44", "login"=>"john44doe44", "email"=>"john42doe42@email.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF44"}
16460
+  (0.3ms) SELECT COUNT(*) FROM `spud_users` 
16461
+  (0.2ms) SAVEPOINT active_record_2
16462
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john42doe42@email.com' LIMIT 1
16463
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john44doe44' LIMIT 1
16464
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'ea05303d52b16e36a6170279b93af18f3c954703dce95f9f160e61ded52e14f01a3f312d39b50321e0d21f75f1d00a2ec85d0e42ec8591e8b8ba4004337aa5bf' LIMIT 1
16465
+ SpudUser Exists (0.1ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'EijsatOY97VRSY4642BR' LIMIT 1
16466
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', 'a0c224a85e3e81093de53b1c7b927c991583eeac66546574f26d8d3bbf0d5bd180f1298ebde94becbf851b51052d121bd160f3661bc8c9edbf9ea12b58873f06', '2012-03-15 12:51:15', '0.0.0.0', 'john42doe42@email.com', 0, NULL, NULL, NULL, NULL, '2012-03-15 12:51:15', 'john44doe44', 1, 'OCfSkDYKNBIxKHUY5g', '3qt0vud5bsfaU6jjf9ZA', 'ea05303d52b16e36a6170279b93af18f3c954703dce95f9f160e61ded52e14f01a3f312d39b50321e0d21f75f1d00a2ec85d0e42ec8591e8b8ba4004337aa5bf', 'EijsatOY97VRSY4642BR', 1, '2012-03-15 12:51:15')
16467
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16468
+ Redirected to http://test.host/spud/admin
16469
+ Completed 302 Found in 7ms (ActiveRecord: 1.4ms)
16470
+  (0.2ms) SELECT COUNT(*) FROM `spud_users` 
16471
+  (0.6ms) ROLLBACK
16472
+  (0.1ms) ROLLBACK
16473
+  (0.0ms) BEGIN
16474
+  (0.0ms) BEGIN
16475
+ Processing by Spud::SetupController#index as HTML
16476
+ Parameters: {"first_name"=>"John45", "last_name"=>"Doe45", "login"=>"john45doe45", "email"=>"john43doe43@email.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF45"}
16477
+  (0.2ms) SELECT COUNT(*) FROM `spud_users`
16478
+  (0.1ms) SAVEPOINT active_record_2
16479
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`email` = 'john43doe43@email.com' LIMIT 1
16480
+ SpudUser Exists (0.4ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john45doe45' LIMIT 1
16481
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'e74004e07163a492cef145c2b5cf303bb7a060d3e7b595b808995204fbe13cba8eb90f41268312a54e0797ec96f861bb0fca0b50f2b931990c6c1a6cd497d3c5' LIMIT 1
16482
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'vEgoxVDTJDYujrtwDvdg' LIMIT 1
16483
+ SQL (0.5ms) INSERT INTO `spud_users` (`created_at`, `crypted_password`, `current_login_at`, `current_login_ip`, `email`, `failed_login_count`, `first_name`, `last_login_at`, `last_login_ip`, `last_name`, `last_request_at`, `login`, `login_count`, `password_salt`, `perishable_token`, `persistence_token`, `single_access_token`, `super_admin`, `updated_at`) VALUES ('2012-03-15 12:51:15', '2b59d92f34a7b8475cea23d241388a0c84127adda0614183484b32953473c052f9c5f41f58a529a7a49ae93e977a807c97622978d332c3156c59974ebae5df42', '2012-03-15 12:51:15', '0.0.0.0', 'john43doe43@email.com', 0, NULL, NULL, NULL, NULL, '2012-03-15 12:51:15', 'john45doe45', 1, 'RYbDNIYjqIj9dahYZ6', 'KNCbEwwwRdU81oDieTv', 'e74004e07163a492cef145c2b5cf303bb7a060d3e7b595b808995204fbe13cba8eb90f41268312a54e0797ec96f861bb0fca0b50f2b931990c6c1a6cd497d3c5', 'vEgoxVDTJDYujrtwDvdg', 1, '2012-03-15 12:51:15')
16484
+  (0.3ms) RELEASE SAVEPOINT active_record_2
16485
+ Redirected to http://test.host/spud/admin
16486
+ Completed 302 Found in 8ms (ActiveRecord: 2.3ms)
16487
+  (0.6ms) ROLLBACK
16488
+  (0.0ms) ROLLBACK
16489
+  (0.0ms) BEGIN
16490
+  (0.0ms) BEGIN
16491
+ Processing by Spud::SetupController#index as HTML
16492
+ Parameters: {"first_name"=>"John46", "last_name"=>"Doe46", "login"=>"john46doe46", "email"=>nil, "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "single_access_token"=>"k3cF46"}
16493
+  (0.3ms) SELECT COUNT(*) FROM `spud_users`
16494
+  (0.1ms) SAVEPOINT active_record_2
16495
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`login` = 'john46doe46' LIMIT 1
16496
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`persistence_token` = BINARY 'c805b02fb49880daff1935ec3f0cc70155fc93c4edee48b27a47307b7d81ff202b088f4b8ec965533f39b2e02b5f7354a288f1615cefc27b6c2cca99ed54eed7' LIMIT 1
16497
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE `spud_users`.`single_access_token` = BINARY 'yv3k56N5aldmrx9AdTDS' LIMIT 1
16498
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
16499
+ Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 1.0ms)
16500
+  (0.2ms) ROLLBACK
16501
+  (0.1ms) ROLLBACK
16502
+  (0.0ms) BEGIN
16503
+  (0.0ms) BEGIN
16504
+ Processing by Spud::SitemapsController#show as XML
16505
+ Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
16506
+  (0.3ms) ROLLBACK
16507
+  (0.2ms) ROLLBACK
16508
+  (0.2ms) BEGIN
16509
+  (0.1ms) BEGIN
16510
+ Processing by Spud::SitemapsController#show as HTML
16511
+ Completed 406 Not Acceptable in 0ms (ActiveRecord: 0.0ms)
16512
+  (0.2ms) ROLLBACK
16513
+  (0.2ms) ROLLBACK
16514
+  (0.1ms) BEGIN
16515
+  (0.0ms) BEGIN
16516
+  (0.3ms) SAVEPOINT active_record_2
16517
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', 'd947692df58009fbaf2251e63ac65016499393e24cb0709201c012b357457445a2ad07294962db71af40c7be2f10872b68d339dfeeb6d4fd6ec580730d0be975', NULL, NULL, 'john44doe44@email.com', 0, 'John47', NULL, NULL, 'Doe47', NULL, 'john47doe47', 0, 'l0C7HWncXfnmT0RQU3cf', 'fcsDiqcP6V4qYHfz', '7bc7a0c09d9fe441ea29e590556e7f50731d6fd0f8ff372d70e742d71bbb535b9a7603d6c2e7b3fc73392bec91d8117fee44d3e13c8e6ae30fc3a161d7812c67', 'k3cF47', NULL, '2012-03-15 12:51:15')
16518
+  (0.0ms) RELEASE SAVEPOINT active_record_2
16519
+  (0.0ms) SAVEPOINT active_record_2
16520
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:51:15', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'JVcWSd5X10OTwnT0TpG', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 44
16521
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16522
+ Processing by Spud::UsersController#settings as HTML
16523
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 44 LIMIT 1
16524
+  (0.1ms) SAVEPOINT active_record_2
16525
+  (0.1ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'U5EK79XinZLbpMK72GPl', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 44
16526
+  (0.0ms) RELEASE SAVEPOINT active_record_2
16527
+ Completed 200 OK in 5ms (Views: 1.5ms | ActiveRecord: 0.5ms)
16528
+  (0.6ms) ROLLBACK
16529
+  (0.0ms) ROLLBACK
16530
+  (0.0ms) BEGIN
16531
+  (0.0ms) BEGIN
16532
+  (0.2ms) SAVEPOINT active_record_2
16533
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', '54135a8ed59092baad24566459218334f636ed38bf226fe41d50793085894e7082d17b6f3e976aca6c8f36f667532ff0aba59998119ef315f0c4649d2159465f', NULL, NULL, 'john45doe45@email.com', 0, 'John48', NULL, NULL, 'Doe48', NULL, 'john48doe48', 0, 'MzYMgUXKOvgHda86HbF', '2gzFKvdD6p7HprCTKXw', '43c3b57af0b283e9fa8aa6a2ce477de4f1ba09c613cae60920662f092051a13a3b4ed7ee3f0aca9108a140fa274023a3867b6edc5dd7e9e90ed3dc30ac382d75', 'k3cF48', NULL, '2012-03-15 12:51:15')
16534
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16535
+  (0.1ms) SAVEPOINT active_record_2
16536
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:51:15', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'XOsbUYQlBISyVmyh1wSg', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 45
16537
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16538
+ Processing by Spud::UsersController#settings as HTML
16539
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 45 LIMIT 1
16540
+  (0.1ms) SAVEPOINT active_record_2
16541
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'BKFqMrn9dMZwrj05NwJW', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 45
16542
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16543
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.6ms)
16544
+  (1.1ms) ROLLBACK
16545
+  (0.3ms) ROLLBACK
16546
+  (0.1ms) BEGIN
16547
+  (0.1ms) BEGIN
16548
+  (0.1ms) SAVEPOINT active_record_2
16549
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', '4c4b2a98175a1b690ea36d116131c170ee6ae1254f4bbc6ba1c0cbd74f34b2e0ebf4477351334a4031adf77ae8c4b651c65693060172b92ee3d30ad1ae1588a9', NULL, NULL, 'john46doe46@email.com', 0, 'John49', NULL, NULL, 'Doe49', NULL, 'john49doe49', 0, 'EC7St2U0Ma2pwPvb2E4o', 'Gxjpmx5uuJURihqbxEh', '5046126202bbec1c20c0b947e31cf8f04a9cd217169dbae03fcc02a3d2330c4395e512158b7c4c9c6a561d4c14cd61ffa101072663e548a5bc7badfea6dbb1c0', 'k3cF49', NULL, '2012-03-15 12:51:15')
16550
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16551
+  (0.1ms) SAVEPOINT active_record_2
16552
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:51:15', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'uZTRRYEnp9rbd5igsL0', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 46
16553
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16554
+ Processing by Spud::UsersController#settings as HTML
16555
+ SpudUser Load (0.3ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 46 LIMIT 1
16556
+  (0.1ms) SAVEPOINT active_record_2
16557
+  (0.1ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'zjaoVkZySN8oZNXEK2tb', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 46
16558
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16559
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.5ms)
16560
+  (0.8ms) ROLLBACK
16561
+  (0.0ms) ROLLBACK
16562
+  (0.0ms) BEGIN
16563
+  (0.0ms) BEGIN
16564
+  (0.1ms) SAVEPOINT active_record_2
16565
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', '73cf50c828449d8c5a741a303eae1e60ec84b596a89afb44bd534f4b0595787c763cdd1aec0d30d1fe94f0b2c6cd6e469d7cd8ba4acf746cf5b5e3eb3921f85d', NULL, NULL, 'john47doe47@email.com', 0, 'John50', NULL, NULL, 'Doe50', NULL, 'john50doe50', 0, 'OfYNafRzz5Z1Gsctn9Tg', 'LECawY8O0l4SGf4uATxL', 'e4bb7f5941a87200becb0de52105345267534e48a93429666e1e1c882b50355c83ae7d4051f943222a91fbd0012df209fbc3fa005cb2a818aa4b6eb00a9de425', 'k3cF50', NULL, '2012-03-15 12:51:15')
16566
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16567
+  (0.1ms) SAVEPOINT active_record_2
16568
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:51:15', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'prrdYMlZ508ynWE2as5p', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 47
16569
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16570
+ Processing by Spud::UsersController#update as HTML
16571
+ Parameters: {"spud_user"=>{"first_name"=>"Mike"}}
16572
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 47 LIMIT 1
16573
+  (0.1ms) SAVEPOINT active_record_2
16574
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = '86A4nTDMmIzDBSinOwk7', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 47
16575
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16576
+  (0.1ms) SAVEPOINT active_record_2
16577
+  (0.2ms) UPDATE `spud_users` SET `first_name` = 'Mike', `perishable_token` = 'e18LhZkWReE4jrb4jnW', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 47
16578
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16579
+ Redirected to http://test.host/spud/admin
16580
+ Completed 302 Found in 5ms (ActiveRecord: 1.0ms)
16581
+  (0.5ms) ROLLBACK
16582
+  (0.0ms) ROLLBACK
16583
+  (0.1ms) BEGIN
16584
+  (0.0ms) BEGIN
16585
+  (0.1ms) SAVEPOINT active_record_2
16586
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', '65214d8e6b4eac4d561100b4c64fce649273ab25ff8877ef7abcf641d707c746e1a0057e7674c4393475f436f92f9e30b5fa41681be7a4d5055ffb7c61e5890e', NULL, NULL, 'john48doe48@email.com', 0, 'John51', NULL, NULL, 'Doe51', NULL, 'john51doe51', 0, 'UdT7cV2FIi0o6CM9nC0', 'XWI6R7gBFd02WbFE3oNa', 'a8a546573555ff39cb6f71f9fd2effbeba01d46bff9ed33f61b504ec20e655b0d0bfee138ca2e87331ba7e83b45e1b89009e1a09c41a4001219a5d8a6a39d5e6', 'k3cF51', NULL, '2012-03-15 12:51:15')
16587
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16588
+  (0.1ms) SAVEPOINT active_record_2
16589
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:51:15', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = '54fMrsxJ1L00J60pZuY', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 48
16590
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16591
+ Processing by Spud::UsersController#update as HTML
16592
+ Parameters: {"spud_user"=>{"first_name"=>"Mike"}}
16593
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 48 LIMIT 1
16594
+  (0.1ms) SAVEPOINT active_record_2
16595
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'SX1PuhGd7YlH3bVhDy3', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 48
16596
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16597
+  (0.1ms) SAVEPOINT active_record_2
16598
+  (0.2ms) UPDATE `spud_users` SET `first_name` = 'Mike', `perishable_token` = 'jQUuJzzUM7hEJkx89b', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 48
16599
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16600
+ Redirected to http://test.host/spud/admin
16601
+ Completed 302 Found in 5ms (ActiveRecord: 1.0ms)
16602
+  (1.0ms) ROLLBACK
16603
+  (0.1ms) ROLLBACK
16604
+  (0.1ms) BEGIN
16605
+  (0.0ms) BEGIN
16606
+  (0.1ms) SAVEPOINT active_record_2
16607
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', '94f973b9473976a0f89d85b00aa69d513fa5f8e95d1dff4e7630d7e8729d9e8fd137a790d2336cccbe708834016e12fa89e0c6a7a42ee03d32dee44fd1b9f310', NULL, NULL, 'john49doe49@email.com', 0, 'John52', NULL, NULL, 'Doe52', NULL, 'john52doe52', 0, 'K4Z17WE2TmHAzH61Z', 'yYuV6a077WSazjHp2GkE', '53eea1933358e5096b8d31b7c0134393a54c6e22e9c33a1f83d5b2d9670e44bcbb59709ba1850e43ebb0f733467d2e55b88889f1d2ad59c73020b5331b101325', 'k3cF52', NULL, '2012-03-15 12:51:15')
16608
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16609
+  (0.1ms) SAVEPOINT active_record_2
16610
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:51:15', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'gKCUxJ79gQSLTwa0TWGN', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 49
16611
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16612
+ Processing by Spud::UsersController#update as HTML
16613
+ Parameters: {"spud_user"=>{"password"=>"[FILTERED]"}}
16614
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 49 LIMIT 1
16615
+  (0.1ms) SAVEPOINT active_record_2
16616
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'X84SI7LekpbJPrlN6BA', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 49
16617
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16618
+  (0.1ms) SAVEPOINT active_record_2
16619
+ SpudUser Exists (0.3ms) SELECT 1 FROM `spud_users` WHERE (`spud_users`.`persistence_token` = BINARY '3599d23b41fe4bf7f676e0c5a16ce7f1f018e4a00303de59119af17e368060f3ef43ea8458e2973909fa4b11e6a7aee9629fb664dbddf9276ad104f8c9cb2b4d' AND `spud_users`.`id` != 49) LIMIT 1
16620
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
16621
+ Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 1.1ms)
16622
+  (1.1ms) ROLLBACK
16623
+  (0.2ms) ROLLBACK
16624
+  (0.0ms) BEGIN
16625
+  (0.0ms) BEGIN
16626
+  (0.1ms) SAVEPOINT active_record_2
16627
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', 'fedf21373c9b4302f77e704edcac35824031f3ba654ae0abd118fc5a0a8a1ed46a668cfc33cb09dec13515978c3a2f09507f444c0bc1c5bdcf35ef90527b82e3', NULL, NULL, 'john50doe50@email.com', 0, 'John53', NULL, NULL, 'Doe53', NULL, 'john53doe53', 0, 'k2c1LiOHbw2aYS6Rfz5', 'eXLHnOrULUy6ajyMH7O8', '82c4dd69429229e92c0c0c0da9a665d4523268c655fc11f27d46a4c1d67b0919f1cc46e00c096db5102ed5beea306f357f15799d83db1099c27da4b63e936a04', 'k3cF53', NULL, '2012-03-15 12:51:15')
16628
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16629
+  (0.1ms) SAVEPOINT active_record_2
16630
+  (0.1ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:51:15', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = '2bGF20RRxOjLpNaUIy', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 50
16631
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16632
+ Processing by Spud::UsersController#update as HTML
16633
+ Parameters: {"spud_user"=>{"password"=>"[FILTERED]"}}
16634
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 50 LIMIT 1
16635
+  (0.1ms) SAVEPOINT active_record_2
16636
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'Ixy9Vlw4x0oxABYEPnGU', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 50
16637
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16638
+  (0.1ms) SAVEPOINT active_record_2
16639
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE (`spud_users`.`persistence_token` = BINARY '073520db3dd844b8206fcb2293f4af1eef633c2d84c03e544915b2b0e11627a399a1890dc10cc594f35e06df5b04e3e2820255afa467db03051492e233e785f2' AND `spud_users`.`id` != 50) LIMIT 1
16640
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
16641
+ Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 1.0ms)
16642
+  (1.0ms) ROLLBACK
16643
+  (0.1ms) ROLLBACK
16644
+  (0.1ms) BEGIN
16645
+  (0.1ms) BEGIN
16646
+  (0.2ms) SAVEPOINT active_record_2
16647
+ 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`, `updated_at`) VALUES ('2012-03-15 12:51:15', '30e84d648c23f13b37d7bcc3fae2e4231322f15b0af6b9f18e3f0638b47da7162024c8956c63279eea80de3a7fe4d090b4d1797c0917bdf59c547b6fb5dc1f91', NULL, NULL, 'john51doe51@email.com', 0, 'John54', NULL, NULL, 'Doe54', NULL, 'john54doe54', 0, 'VNNDGnq7zErTl0ul8HeS', 'bKatf5u4PieSp3AGxduT', '1d32f9a74ec1113cd20815281c043bdee2f06f157706ed6c7d31ed186b11d3886b4991d8c0d8934f71757c117bab0dbea054223e384a5bb1246a4f6e366d3275', 'k3cF54', NULL, '2012-03-15 12:51:15')
16648
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16649
+  (0.1ms) SAVEPOINT active_record_2
16650
+  (0.2ms) UPDATE `spud_users` SET `login_count` = 1, `current_login_at` = '2012-03-15 12:51:15', `current_login_ip` = '0.0.0.0', `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = 'h9tdPzK5Z4YbquMb1YG', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 51
16651
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16652
+ Processing by Spud::UsersController#update as HTML
16653
+ Parameters: {"spud_user"=>{"password"=>"[FILTERED]"}}
16654
+ SpudUser Load (0.2ms) SELECT `spud_users`.* FROM `spud_users` WHERE `spud_users`.`id` = 51 LIMIT 1
16655
+  (0.1ms) SAVEPOINT active_record_2
16656
+  (0.2ms) UPDATE `spud_users` SET `last_request_at` = '2012-03-15 12:51:15', `perishable_token` = '9AX0osxNK1TOpgceT4Q', `updated_at` = '2012-03-15 12:51:15' WHERE `spud_users`.`id` = 51
16657
+  (0.1ms) RELEASE SAVEPOINT active_record_2
16658
+  (0.1ms) SAVEPOINT active_record_2
16659
+ SpudUser Exists (0.2ms) SELECT 1 FROM `spud_users` WHERE (`spud_users`.`persistence_token` = BINARY '9c7f71f8922af645b06aa5e670b2234de21950eca2849fa745fef74c8b36da28dc12fc05263ecef7d6e25714de64f2d8141a344ccd9f4a97827f41896593d496' AND `spud_users`.`id` != 51) LIMIT 1
16660
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
16661
+ Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 1.0ms)
16662
+  (0.6ms) ROLLBACK
16663
+  (0.1ms) ROLLBACK
16664
+  (0.0ms) BEGIN
16665
+  (0.0ms) BEGIN
16666
+  (0.0ms) ROLLBACK
16667
+  (0.0ms) ROLLBACK
16668
+  (0.0ms) BEGIN
16669
+  (0.0ms) BEGIN
16670
+  (0.1ms) ROLLBACK
16671
+  (0.0ms) ROLLBACK
16672
+  (0.0ms) BEGIN
16673
+  (0.0ms) BEGIN
16674
+  (0.0ms) ROLLBACK
16675
+  (0.0ms) ROLLBACK
16676
+  (0.0ms) BEGIN
16677
+  (0.0ms) BEGIN
16678
+  (0.0ms) ROLLBACK
16679
+  (0.0ms) ROLLBACK
16680
+  (0.0ms) BEGIN
16681
+  (0.0ms) BEGIN
16682
+  (0.0ms) ROLLBACK
16683
+  (0.0ms) ROLLBACK
16684
+  (0.0ms) BEGIN
16685
+  (0.0ms) BEGIN
16686
+  (0.0ms) ROLLBACK
16687
+  (0.0ms) ROLLBACK
16688
+  (0.1ms) BEGIN
16689
+  (0.0ms) BEGIN
16690
+  (0.1ms) ROLLBACK
16691
+  (0.0ms) ROLLBACK
16692
+  (0.0ms) BEGIN
16693
+  (0.0ms) BEGIN
16694
+  (0.0ms) ROLLBACK
16695
+  (0.0ms) ROLLBACK
16696
+  (0.0ms) BEGIN
16697
+  (0.0ms) BEGIN
16698
+  (0.0ms) ROLLBACK
16699
+  (0.1ms) ROLLBACK
16700
+  (0.0ms) BEGIN
16701
+  (0.0ms) BEGIN
16702
+  (0.0ms) ROLLBACK
16703
+  (0.0ms) ROLLBACK