dismissible_helpers 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (25) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/app/assets/javascripts/dismissible_helpers.coffee +15 -13
  4. data/lib/dismissible_helpers/helpers/dismissible_helpers.rb +4 -2
  5. data/lib/dismissible_helpers/version.rb +1 -1
  6. data/spec/dummy/db/test.sqlite3 +0 -0
  7. data/spec/dummy/log/development.log +1080 -0
  8. data/spec/dummy/log/test.log +2627 -0
  9. data/spec/dummy/tmp/cache/assets/C50/1F0/sprockets%2Ff99382e227031a381d3d326b87e08037 +0 -0
  10. data/spec/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
  11. data/spec/dummy/tmp/cache/assets/CE3/590/sprockets%2F60f1e97d7008b3ed41f72855a4228bb9 +0 -0
  12. data/spec/dummy/tmp/cache/assets/D03/E50/sprockets%2F169bc1c3638f38ab485ecb5202fc3501 +0 -0
  13. data/spec/dummy/tmp/cache/assets/D0B/350/sprockets%2F0c6a94a65b00a6e80488b89705ee0c5a +0 -0
  14. data/spec/dummy/tmp/cache/assets/D0C/F20/sprockets%2F3869efaa2d2da3e0349f0106b855b782 +0 -0
  15. data/spec/dummy/tmp/cache/assets/D23/B10/sprockets%2Fc2a831ed79df487d6485a5c9c52766c2 +0 -0
  16. data/spec/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  17. data/spec/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
  18. data/spec/dummy/tmp/cache/assets/D69/820/sprockets%2Ffe1a12587102ec194ea9b2e6dcb2495e +0 -0
  19. data/spec/dummy/tmp/cache/assets/D78/B10/sprockets%2F971d83856d3e7be5f2d7d4aa371e2ee1 +0 -0
  20. data/spec/dummy/tmp/cache/assets/DE9/260/sprockets%2Fadd025ab0eb13a6d4180af43d5df39df +0 -0
  21. data/spec/dummy/tmp/cache/assets/E72/C10/sprockets%2Fcee94ff2e026b6ecc66c7fcef96c1fc8 +0 -0
  22. data/spec/dummy/tmp/pids/server.pid +1 -0
  23. data/spec/requests/authenticated_spec.rb +1 -0
  24. data/spec/requests/unauthenticated_spec.rb +1 -0
  25. metadata +12 -2
@@ -925,3 +925,2630 @@ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
925
925
   (0.2ms) DELETE FROM sqlite_sequence where name = 'identities';
926
926
   (1.0ms) DELETE FROM "users";
927
927
   (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
928
+ Connecting to database specified by database.yml
929
+  (0.1ms) begin transaction
930
+  (0.1ms) rollback transaction
931
+  (6.4ms) DELETE FROM "identities";
932
+  (0.4ms) DELETE FROM sqlite_sequence where name = 'identities';
933
+  (0.9ms) DELETE FROM "users";
934
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
935
+  (0.0ms) begin transaction
936
+  (0.0ms) rollback transaction
937
+  (1.0ms) DELETE FROM "identities";
938
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
939
+  (0.5ms) DELETE FROM "users";
940
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
941
+  (0.0ms) begin transaction
942
+  (0.0ms) rollback transaction
943
+  (0.9ms) DELETE FROM "identities";
944
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
945
+  (0.5ms) DELETE FROM "users";
946
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
947
+  (0.0ms) begin transaction
948
+  (0.0ms) rollback transaction
949
+  (0.8ms) DELETE FROM "identities";
950
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
951
+  (0.6ms) DELETE FROM "users";
952
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
953
+  (0.0ms) begin transaction
954
+  (0.0ms) rollback transaction
955
+  (1.2ms) DELETE FROM "identities";
956
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
957
+  (0.7ms) DELETE FROM "users";
958
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
959
+  (0.0ms) begin transaction
960
+  (0.0ms) rollback transaction
961
+  (0.9ms) DELETE FROM "identities";
962
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
963
+  (0.8ms) DELETE FROM "users";
964
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
965
+  (0.0ms) begin transaction
966
+  (0.0ms) rollback transaction
967
+  (0.7ms) DELETE FROM "identities";
968
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
969
+  (0.8ms) DELETE FROM "users";
970
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
971
+  (0.0ms) begin transaction
972
+  (0.0ms) SAVEPOINT active_record_1
973
+ SQL (5.0ms) INSERT INTO "users" ("created_at", "dismissed_helpers", "email", "session_token", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 12:37:09 UTC +00:00], ["dismissed_helpers", nil], ["email", "test@example.com"], ["session_token", nil], ["updated_at", Fri, 24 May 2013 12:37:09 UTC +00:00]]
974
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND LOWER("identities"."username") = LOWER('test@example.com') LIMIT 1
975
+ Binary data inserted for `string` type on column `token`
976
+ SQL (0.3ms) INSERT INTO "identities" ("account_id", "account_type", "created_at", "remember_token", "reset_token", "token", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["account_id", 1], ["account_type", "User"], ["created_at", Fri, 24 May 2013 12:37:09 UTC +00:00], ["remember_token", nil], ["reset_token", nil], ["token", "$2a$10$bDNthqNc1g0.durMz3HLNe3syyIa7OR/.Gz8xqwU3znLT861G1Zdi"], ["type", "Identities::Password"], ["updated_at", Fri, 24 May 2013 12:37:09 UTC +00:00], ["username", "test@example.com"]]
977
+  (0.0ms) RELEASE SAVEPOINT active_record_1
978
+ Started GET "/sign_in" for 127.0.0.1 at 2013-05-24 08:37:11 -0400
979
+ Processing by SessionsController#new as HTML
980
+ Parameters: {"identity"=>:password}
981
+ Rendered /Users/dan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/easy_auth-password-0.0.6/app/views/sessions/new.html.erb within layouts/application (6.1ms)
982
+ Completed 200 OK in 55ms (Views: 54.5ms | ActiveRecord: 0.0ms)
983
+ Started GET "/assets/application.css" for 127.0.0.1 at 2013-05-24 08:37:11 -0400
984
+ Compiled application.css (0ms) (pid 82278)
985
+ Served asset /application.css - 200 OK (5ms)
986
+ Started GET "/assets/application.js" for 127.0.0.1 at 2013-05-24 08:37:11 -0400
987
+ Compiled jquery.js (44ms) (pid 82278)
988
+ Compiled jquery_ujs.js (0ms) (pid 82278)
989
+ Compiled dismissible_helpers.js (177ms) (pid 82278)
990
+ Compiled application.js (387ms) (pid 82278)
991
+ Served asset /application.js - 200 OK (394ms)
992
+ Started POST "/sign_in" for 127.0.0.1 at 2013-05-24 08:37:12 -0400
993
+ Processing by SessionsController#create as HTML
994
+ Parameters: {"utf8"=>"✓", "identities_password"=>"[FILTERED]", "commit"=>"Submit", "identity"=>:password}
995
+ Identities::Password Load (0.3ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND ("identities"."username" LIKE 'test@example.com') LIMIT 1
996
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
997
+ SQL (0.3ms) UPDATE "users" SET "session_token" = '$2a$10$LkV9C2MzRk7kEgfdKkj/GOQpsSem3CPFL8pXuci07PE/BhZbdkMt.' WHERE "users"."id" = 1
998
+ Redirected to http://127.0.0.1:3999/
999
+ Completed 302 Found in 197ms (ActiveRecord: 0.7ms)
1000
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:37:12 -0400
1001
+ Processing by LandingController#show as HTML
1002
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$LkV9C2MzRk7kEgfdKkj/GOQpsSem3CPFL8pXuci07PE/BhZbdkMt.' LIMIT 1
1003
+ Rendered landing/show.html.erb within layouts/application (2.1ms)
1004
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.1ms)
1005
+  (1.8ms) rollback transaction
1006
+  (1.0ms) DELETE FROM "identities";
1007
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1008
+  (0.8ms) DELETE FROM "users";
1009
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1010
+  (0.1ms) begin transaction
1011
+  (0.0ms) SAVEPOINT active_record_1
1012
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "dismissed_helpers", "email", "session_token", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 12:37:14 UTC +00:00], ["dismissed_helpers", nil], ["email", "test@example.com"], ["session_token", nil], ["updated_at", Fri, 24 May 2013 12:37:14 UTC +00:00]]
1013
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND LOWER("identities"."username") = LOWER('test@example.com') LIMIT 1
1014
+ Binary data inserted for `string` type on column `token`
1015
+ SQL (0.2ms) INSERT INTO "identities" ("account_id", "account_type", "created_at", "remember_token", "reset_token", "token", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["account_id", 1], ["account_type", "User"], ["created_at", Fri, 24 May 2013 12:37:14 UTC +00:00], ["remember_token", nil], ["reset_token", nil], ["token", "$2a$10$..qdyDoE/0Z6u1aUvK3zN.2XE2ORy4EDFysW2s4FHiZUc.qQElPMm"], ["type", "Identities::Password"], ["updated_at", Fri, 24 May 2013 12:37:14 UTC +00:00], ["username", "test@example.com"]]
1016
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1017
+ Started GET "/sign_in" for 127.0.0.1 at 2013-05-24 08:37:14 -0400
1018
+ Processing by SessionsController#new as HTML
1019
+ Parameters: {"identity"=>:password}
1020
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
1021
+ Started POST "/sign_in" for 127.0.0.1 at 2013-05-24 08:37:14 -0400
1022
+ Processing by SessionsController#create as HTML
1023
+ Parameters: {"utf8"=>"✓", "identities_password"=>"[FILTERED]", "commit"=>"Submit", "identity"=>:password}
1024
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND ("identities"."username" LIKE 'test@example.com') LIMIT 1
1025
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
1026
+ SQL (0.3ms) UPDATE "users" SET "session_token" = '$2a$10$eVBRhMZ2Gsvowa0SuMt1jeFIqU1kWhQFvtJYRE3srv.Jg7MG/bOgW' WHERE "users"."id" = 1
1027
+ Redirected to http://127.0.0.1:3999/
1028
+ Completed 302 Found in 143ms (ActiveRecord: 0.7ms)
1029
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:37:14 -0400
1030
+ Processing by LandingController#show as HTML
1031
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$eVBRhMZ2Gsvowa0SuMt1jeFIqU1kWhQFvtJYRE3srv.Jg7MG/bOgW' LIMIT 1
1032
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms)
1033
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:37:14 -0400
1034
+ Processing by LandingController#restorable as HTML
1035
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$eVBRhMZ2Gsvowa0SuMt1jeFIqU1kWhQFvtJYRE3srv.Jg7MG/bOgW' LIMIT 1
1036
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms)
1037
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:37:14 -0400
1038
+ Processing by DismissedHelpersController#create as JSON
1039
+ Parameters: {"helper"=>"restorable"}
1040
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$eVBRhMZ2Gsvowa0SuMt1jeFIqU1kWhQFvtJYRE3srv.Jg7MG/bOgW' LIMIT 1
1041
+  (0.0ms) SAVEPOINT active_record_1
1042
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
1043
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
1044
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '---
1045
+ - restorable
1046
+ ', "updated_at" = '2013-05-24 12:37:14.993857' WHERE "users"."id" = 1
1047
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1048
+ Completed 200 OK in 12ms (Views: 0.2ms | ActiveRecord: 0.7ms)
1049
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:37:15 -0400
1050
+ Processing by LandingController#restorable as HTML
1051
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$eVBRhMZ2Gsvowa0SuMt1jeFIqU1kWhQFvtJYRE3srv.Jg7MG/bOgW' LIMIT 1
1052
+ Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.1ms)
1053
+ Started DELETE "/dismissed_helpers/restorable" for 127.0.0.1 at 2013-05-24 08:37:16 -0400
1054
+ Processing by DismissedHelpersController#destroy as JSON
1055
+ Parameters: {"helper"=>"restorable"}
1056
+ destroy 'restorable'
1057
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$eVBRhMZ2Gsvowa0SuMt1jeFIqU1kWhQFvtJYRE3srv.Jg7MG/bOgW' LIMIT 1
1058
+  (0.0ms) SAVEPOINT active_record_1
1059
+ Identities::Password Load (0.1ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
1060
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
1061
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '--- []
1062
+ ', "updated_at" = '2013-05-24 12:37:16.036232' WHERE "users"."id" = 1
1063
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1064
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.5ms)
1065
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:37:17 -0400
1066
+ Processing by LandingController#restorable as HTML
1067
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$eVBRhMZ2Gsvowa0SuMt1jeFIqU1kWhQFvtJYRE3srv.Jg7MG/bOgW' LIMIT 1
1068
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms)
1069
+  (1.7ms) rollback transaction
1070
+  (1.0ms) DELETE FROM "identities";
1071
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1072
+  (0.8ms) DELETE FROM "users";
1073
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1074
+  (0.1ms) begin transaction
1075
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:37:17 -0400
1076
+ Processing by LandingController#show as HTML
1077
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
1078
+  (0.1ms) rollback transaction
1079
+  (2.5ms) DELETE FROM "identities";
1080
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1081
+  (0.9ms) DELETE FROM "users";
1082
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1083
+  (0.1ms) begin transaction
1084
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:37:19 -0400
1085
+ Processing by LandingController#restorable as HTML
1086
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
1087
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:37:19 -0400
1088
+ Processing by DismissedHelpersController#create as JSON
1089
+ Parameters: {"helper"=>"restorable"}
1090
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1091
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:37:20 -0400
1092
+ Processing by LandingController#restorable as HTML
1093
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
1094
+ Started DELETE "/dismissed_helpers/restorable" for 127.0.0.1 at 2013-05-24 08:37:20 -0400
1095
+ Processing by DismissedHelpersController#destroy as JSON
1096
+ Parameters: {"helper"=>"restorable"}
1097
+ destroy 'restorable'
1098
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1099
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:37:21 -0400
1100
+ Processing by LandingController#restorable as HTML
1101
+ Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
1102
+  (0.1ms) rollback transaction
1103
+  (2.4ms) DELETE FROM "identities";
1104
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1105
+  (0.6ms) DELETE FROM "users";
1106
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1107
+  (0.1ms) begin transaction
1108
+  (0.0ms) rollback transaction
1109
+  (0.9ms) DELETE FROM "identities";
1110
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1111
+  (0.7ms) DELETE FROM "users";
1112
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1113
+  (0.0ms) begin transaction
1114
+  (0.0ms) rollback transaction
1115
+  (1.0ms) DELETE FROM "identities";
1116
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1117
+  (0.7ms) DELETE FROM "users";
1118
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1119
+  (0.0ms) begin transaction
1120
+  (0.0ms) rollback transaction
1121
+  (0.7ms) DELETE FROM "identities";
1122
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1123
+  (0.7ms) DELETE FROM "users";
1124
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1125
+  (0.0ms) begin transaction
1126
+  (0.1ms) rollback transaction
1127
+  (1.0ms) DELETE FROM "identities";
1128
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1129
+  (0.8ms) DELETE FROM "users";
1130
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1131
+  (0.0ms) begin transaction
1132
+  (0.0ms) rollback transaction
1133
+  (1.0ms) DELETE FROM "identities";
1134
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1135
+  (0.8ms) DELETE FROM "users";
1136
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1137
+  (1.0ms) DELETE FROM "identities";
1138
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1139
+  (0.7ms) DELETE FROM "users";
1140
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1141
+ Connecting to database specified by database.yml
1142
+  (0.1ms) begin transaction
1143
+  (0.1ms) rollback transaction
1144
+  (2.2ms) DELETE FROM "identities";
1145
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1146
+  (0.7ms) DELETE FROM "users";
1147
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1148
+  (0.0ms) begin transaction
1149
+  (0.0ms) rollback transaction
1150
+  (1.0ms) DELETE FROM "identities";
1151
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1152
+  (0.7ms) DELETE FROM "users";
1153
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1154
+  (0.0ms) begin transaction
1155
+  (0.0ms) rollback transaction
1156
+  (0.8ms) DELETE FROM "identities";
1157
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'identities';
1158
+  (0.8ms) DELETE FROM "users";
1159
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1160
+  (0.0ms) begin transaction
1161
+  (0.0ms) rollback transaction
1162
+  (1.0ms) DELETE FROM "identities";
1163
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1164
+  (0.6ms) DELETE FROM "users";
1165
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1166
+  (0.0ms) begin transaction
1167
+  (0.0ms) rollback transaction
1168
+  (1.1ms) DELETE FROM "identities";
1169
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1170
+  (0.6ms) DELETE FROM "users";
1171
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1172
+  (0.0ms) begin transaction
1173
+  (0.0ms) rollback transaction
1174
+  (0.9ms) DELETE FROM "identities";
1175
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1176
+  (0.6ms) DELETE FROM "users";
1177
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1178
+  (0.0ms) begin transaction
1179
+  (0.0ms) rollback transaction
1180
+  (0.7ms) DELETE FROM "identities";
1181
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1182
+  (0.5ms) DELETE FROM "users";
1183
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1184
+  (0.0ms) begin transaction
1185
+  (0.0ms) SAVEPOINT active_record_1
1186
+ SQL (37.2ms) INSERT INTO "users" ("created_at", "dismissed_helpers", "email", "session_token", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 12:38:10 UTC +00:00], ["dismissed_helpers", nil], ["email", "test@example.com"], ["session_token", nil], ["updated_at", Fri, 24 May 2013 12:38:10 UTC +00:00]]
1187
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND LOWER("identities"."username") = LOWER('test@example.com') LIMIT 1
1188
+ Binary data inserted for `string` type on column `token`
1189
+ SQL (0.4ms) INSERT INTO "identities" ("account_id", "account_type", "created_at", "remember_token", "reset_token", "token", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["account_id", 1], ["account_type", "User"], ["created_at", Fri, 24 May 2013 12:38:10 UTC +00:00], ["remember_token", nil], ["reset_token", nil], ["token", "$2a$10$RZsgHkCBVlnzGt2FjMzE0ONZLehENj7dIx7RGBnMzvFOZyYZZcM4C"], ["type", "Identities::Password"], ["updated_at", Fri, 24 May 2013 12:38:10 UTC +00:00], ["username", "test@example.com"]]
1190
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1191
+ Started GET "/sign_in" for 127.0.0.1 at 2013-05-24 08:38:11 -0400
1192
+ Processing by SessionsController#new as HTML
1193
+ Parameters: {"identity"=>:password}
1194
+ Rendered /Users/dan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/easy_auth-password-0.0.6/app/views/sessions/new.html.erb within layouts/application (7.0ms)
1195
+ Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.0ms)
1196
+ Started GET "/assets/application.css" for 127.0.0.1 at 2013-05-24 08:38:11 -0400
1197
+ Served asset /application.css - 200 OK (4ms)
1198
+ Started GET "/assets/application.js" for 127.0.0.1 at 2013-05-24 08:38:11 -0400
1199
+ Served asset /application.js - 200 OK (5ms)
1200
+ Started POST "/sign_in" for 127.0.0.1 at 2013-05-24 08:38:11 -0400
1201
+ Processing by SessionsController#create as HTML
1202
+ Parameters: {"utf8"=>"✓", "identities_password"=>"[FILTERED]", "commit"=>"Submit", "identity"=>:password}
1203
+ Identities::Password Load (0.3ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND ("identities"."username" LIKE 'test@example.com') LIMIT 1
1204
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
1205
+ SQL (0.3ms) UPDATE "users" SET "session_token" = '$2a$10$gcnqbrQsf36uAWke6OuBS.d4khWFyApRmy36I3hTmBUBsh2QoZAPW' WHERE "users"."id" = 1
1206
+ Redirected to http://127.0.0.1:3999/
1207
+ Completed 302 Found in 150ms (ActiveRecord: 0.7ms)
1208
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:38:11 -0400
1209
+ Processing by LandingController#show as HTML
1210
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$gcnqbrQsf36uAWke6OuBS.d4khWFyApRmy36I3hTmBUBsh2QoZAPW' LIMIT 1
1211
+ Rendered landing/show.html.erb within layouts/application (1.6ms)
1212
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.1ms)
1213
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:38:11 -0400
1214
+ Processing by DismissedHelpersController#create as JSON
1215
+ Parameters: {"helper"=>"hello"}
1216
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$gcnqbrQsf36uAWke6OuBS.d4khWFyApRmy36I3hTmBUBsh2QoZAPW' LIMIT 1
1217
+  (0.0ms) SAVEPOINT active_record_1
1218
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
1219
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
1220
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '---
1221
+ - hello
1222
+ ', "updated_at" = '2013-05-24 12:38:11.930136' WHERE "users"."id" = 1
1223
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1224
+ Completed 200 OK in 11ms (Views: 0.1ms | ActiveRecord: 0.7ms)
1225
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:38:12 -0400
1226
+ Processing by LandingController#show as HTML
1227
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$gcnqbrQsf36uAWke6OuBS.d4khWFyApRmy36I3hTmBUBsh2QoZAPW' LIMIT 1
1228
+ Rendered landing/show.html.erb within layouts/application (1.1ms)
1229
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms)
1230
+ Started GET "/sign_out" for 127.0.0.1 at 2013-05-24 08:38:12 -0400
1231
+ Processing by SessionsController#destroy as HTML
1232
+ Redirected to http://127.0.0.1:3999/
1233
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1234
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:38:13 -0400
1235
+ Processing by LandingController#show as HTML
1236
+ Rendered landing/show.html.erb within layouts/application (0.3ms)
1237
+ Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
1238
+  (1.6ms) rollback transaction
1239
+  (1.0ms) DELETE FROM "identities";
1240
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1241
+  (0.9ms) DELETE FROM "users";
1242
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1243
+  (0.1ms) begin transaction
1244
+  (0.0ms) SAVEPOINT active_record_1
1245
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "dismissed_helpers", "email", "session_token", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 12:38:13 UTC +00:00], ["dismissed_helpers", nil], ["email", "test@example.com"], ["session_token", nil], ["updated_at", Fri, 24 May 2013 12:38:13 UTC +00:00]]
1246
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND LOWER("identities"."username") = LOWER('test@example.com') LIMIT 1
1247
+ Binary data inserted for `string` type on column `token`
1248
+ SQL (0.3ms) INSERT INTO "identities" ("account_id", "account_type", "created_at", "remember_token", "reset_token", "token", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["account_id", 1], ["account_type", "User"], ["created_at", Fri, 24 May 2013 12:38:13 UTC +00:00], ["remember_token", nil], ["reset_token", nil], ["token", "$2a$10$vrz0MSqfoV5T1C/lNwweJ.kZyy6crY1E62RF8kHJK8scHYeZS8/pu"], ["type", "Identities::Password"], ["updated_at", Fri, 24 May 2013 12:38:13 UTC +00:00], ["username", "test@example.com"]]
1249
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1250
+ Started GET "/sign_in" for 127.0.0.1 at 2013-05-24 08:38:13 -0400
1251
+ Processing by SessionsController#new as HTML
1252
+ Parameters: {"identity"=>:password}
1253
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
1254
+ Started POST "/sign_in" for 127.0.0.1 at 2013-05-24 08:38:13 -0400
1255
+ Processing by SessionsController#create as HTML
1256
+ Parameters: {"utf8"=>"✓", "identities_password"=>"[FILTERED]", "commit"=>"Submit", "identity"=>:password}
1257
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND ("identities"."username" LIKE 'test@example.com') LIMIT 1
1258
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
1259
+ SQL (0.3ms) UPDATE "users" SET "session_token" = '$2a$10$bP.Q.H9jsII9ylsAuBK04Osx7S7yCsHad/ONlhs34uRWz6rd7v1sG' WHERE "users"."id" = 1
1260
+ Redirected to http://127.0.0.1:3999/
1261
+ Completed 302 Found in 142ms (ActiveRecord: 0.6ms)
1262
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:38:13 -0400
1263
+ Processing by LandingController#show as HTML
1264
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$bP.Q.H9jsII9ylsAuBK04Osx7S7yCsHad/ONlhs34uRWz6rd7v1sG' LIMIT 1
1265
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)
1266
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:38:13 -0400
1267
+ Processing by LandingController#restorable as HTML
1268
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$bP.Q.H9jsII9ylsAuBK04Osx7S7yCsHad/ONlhs34uRWz6rd7v1sG' LIMIT 1
1269
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms)
1270
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:38:13 -0400
1271
+ Processing by DismissedHelpersController#create as JSON
1272
+ Parameters: {"helper"=>"restorable"}
1273
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$bP.Q.H9jsII9ylsAuBK04Osx7S7yCsHad/ONlhs34uRWz6rd7v1sG' LIMIT 1
1274
+  (0.0ms) SAVEPOINT active_record_1
1275
+ Identities::Password Load (0.1ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
1276
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
1277
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '---
1278
+ - restorable
1279
+ ', "updated_at" = '2013-05-24 12:38:13.380900' WHERE "users"."id" = 1
1280
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1281
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.5ms)
1282
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:38:14 -0400
1283
+ Processing by LandingController#restorable as HTML
1284
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$bP.Q.H9jsII9ylsAuBK04Osx7S7yCsHad/ONlhs34uRWz6rd7v1sG' LIMIT 1
1285
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms)
1286
+ Started DELETE "/dismissed_helpers/restorable" for 127.0.0.1 at 2013-05-24 08:38:14 -0400
1287
+ Processing by DismissedHelpersController#destroy as JSON
1288
+ Parameters: {"helper"=>"restorable"}
1289
+ destroy 'restorable'
1290
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$bP.Q.H9jsII9ylsAuBK04Osx7S7yCsHad/ONlhs34uRWz6rd7v1sG' LIMIT 1
1291
+  (0.0ms) SAVEPOINT active_record_1
1292
+ Identities::Password Load (0.1ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
1293
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
1294
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '--- []
1295
+ ', "updated_at" = '2013-05-24 12:38:14.425884' WHERE "users"."id" = 1
1296
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1297
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.5ms)
1298
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:38:15 -0400
1299
+ Processing by LandingController#restorable as HTML
1300
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$bP.Q.H9jsII9ylsAuBK04Osx7S7yCsHad/ONlhs34uRWz6rd7v1sG' LIMIT 1
1301
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms)
1302
+  (2.4ms) rollback transaction
1303
+  (1.0ms) DELETE FROM "identities";
1304
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1305
+  (0.7ms) DELETE FROM "users";
1306
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1307
+  (0.1ms) begin transaction
1308
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:38:15 -0400
1309
+ Processing by LandingController#show as HTML
1310
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
1311
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:38:15 -0400
1312
+ Processing by DismissedHelpersController#create as JSON
1313
+ Parameters: {"helper"=>"hello"}
1314
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1315
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:38:16 -0400
1316
+ Processing by LandingController#show as HTML
1317
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
1318
+  (0.1ms) rollback transaction
1319
+  (1.0ms) DELETE FROM "identities";
1320
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1321
+  (0.7ms) DELETE FROM "users";
1322
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1323
+  (0.0ms) begin transaction
1324
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:38:16 -0400
1325
+ Processing by LandingController#restorable as HTML
1326
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
1327
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:38:16 -0400
1328
+ Processing by DismissedHelpersController#create as JSON
1329
+ Parameters: {"helper"=>"restorable"}
1330
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1331
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:38:17 -0400
1332
+ Processing by LandingController#restorable as HTML
1333
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
1334
+ Started DELETE "/dismissed_helpers/restorable" for 127.0.0.1 at 2013-05-24 08:38:17 -0400
1335
+ Processing by DismissedHelpersController#destroy as JSON
1336
+ Parameters: {"helper"=>"restorable"}
1337
+ destroy 'restorable'
1338
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1339
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:38:18 -0400
1340
+ Processing by LandingController#restorable as HTML
1341
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
1342
+  (0.0ms) rollback transaction
1343
+  (2.3ms) DELETE FROM "identities";
1344
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1345
+  (0.8ms) DELETE FROM "users";
1346
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1347
+  (0.0ms) begin transaction
1348
+  (0.0ms) rollback transaction
1349
+  (1.0ms) DELETE FROM "identities";
1350
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1351
+  (0.9ms) DELETE FROM "users";
1352
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1353
+  (0.0ms) begin transaction
1354
+  (0.0ms) rollback transaction
1355
+  (0.7ms) DELETE FROM "identities";
1356
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1357
+  (0.6ms) DELETE FROM "users";
1358
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1359
+  (0.0ms) begin transaction
1360
+  (0.0ms) rollback transaction
1361
+  (0.9ms) DELETE FROM "identities";
1362
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1363
+  (0.6ms) DELETE FROM "users";
1364
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1365
+  (0.0ms) begin transaction
1366
+  (0.1ms) rollback transaction
1367
+  (1.1ms) DELETE FROM "identities";
1368
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1369
+  (0.7ms) DELETE FROM "users";
1370
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1371
+  (0.0ms) begin transaction
1372
+  (0.0ms) rollback transaction
1373
+  (1.1ms) DELETE FROM "identities";
1374
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1375
+  (0.7ms) DELETE FROM "users";
1376
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1377
+  (1.1ms) DELETE FROM "identities";
1378
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1379
+  (0.8ms) DELETE FROM "users";
1380
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1381
+ Connecting to database specified by database.yml
1382
+  (0.1ms) begin transaction
1383
+  (0.1ms) rollback transaction
1384
+  (2.2ms) DELETE FROM "identities";
1385
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1386
+  (0.8ms) DELETE FROM "users";
1387
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1388
+  (0.0ms) begin transaction
1389
+  (0.0ms) rollback transaction
1390
+  (0.9ms) DELETE FROM "identities";
1391
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1392
+  (0.8ms) DELETE FROM "users";
1393
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1394
+  (0.0ms) begin transaction
1395
+  (0.0ms) rollback transaction
1396
+  (0.8ms) DELETE FROM "identities";
1397
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1398
+  (0.8ms) DELETE FROM "users";
1399
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1400
+  (0.0ms) begin transaction
1401
+  (0.1ms) rollback transaction
1402
+  (0.9ms) DELETE FROM "identities";
1403
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1404
+  (0.7ms) DELETE FROM "users";
1405
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1406
+  (0.0ms) begin transaction
1407
+  (0.0ms) rollback transaction
1408
+  (0.9ms) DELETE FROM "identities";
1409
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1410
+  (0.5ms) DELETE FROM "users";
1411
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1412
+  (0.0ms) begin transaction
1413
+  (0.0ms) rollback transaction
1414
+  (0.8ms) DELETE FROM "identities";
1415
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1416
+  (0.6ms) DELETE FROM "users";
1417
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1418
+  (0.0ms) begin transaction
1419
+  (0.0ms) rollback transaction
1420
+  (0.9ms) DELETE FROM "identities";
1421
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1422
+  (0.6ms) DELETE FROM "users";
1423
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1424
+  (0.0ms) begin transaction
1425
+  (0.0ms) SAVEPOINT active_record_1
1426
+ SQL (3.0ms) INSERT INTO "users" ("created_at", "dismissed_helpers", "email", "session_token", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 12:41:14 UTC +00:00], ["dismissed_helpers", nil], ["email", "test@example.com"], ["session_token", nil], ["updated_at", Fri, 24 May 2013 12:41:14 UTC +00:00]]
1427
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND LOWER("identities"."username") = LOWER('test@example.com') LIMIT 1
1428
+ Binary data inserted for `string` type on column `token`
1429
+ SQL (0.4ms) INSERT INTO "identities" ("account_id", "account_type", "created_at", "remember_token", "reset_token", "token", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["account_id", 1], ["account_type", "User"], ["created_at", Fri, 24 May 2013 12:41:14 UTC +00:00], ["remember_token", nil], ["reset_token", nil], ["token", "$2a$10$/NbKzjjU0FrlGYljHCpROOVqfNOPqUQrUXDICX5vOFpcRySfSHj.."], ["type", "Identities::Password"], ["updated_at", Fri, 24 May 2013 12:41:14 UTC +00:00], ["username", "test@example.com"]]
1430
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1431
+ Started GET "/sign_in" for 127.0.0.1 at 2013-05-24 08:41:16 -0400
1432
+ Processing by SessionsController#new as HTML
1433
+ Parameters: {"identity"=>:password}
1434
+ Rendered /Users/dan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/easy_auth-password-0.0.6/app/views/sessions/new.html.erb within layouts/application (5.7ms)
1435
+ Completed 200 OK in 54ms (Views: 53.5ms | ActiveRecord: 0.0ms)
1436
+ Started GET "/assets/application.css" for 127.0.0.1 at 2013-05-24 08:41:16 -0400
1437
+ Served asset /application.css - 200 OK (4ms)
1438
+ Started GET "/assets/application.js" for 127.0.0.1 at 2013-05-24 08:41:16 -0400
1439
+ Served asset /application.js - 200 OK (5ms)
1440
+ Started POST "/sign_in" for 127.0.0.1 at 2013-05-24 08:41:16 -0400
1441
+ Processing by SessionsController#create as HTML
1442
+ Parameters: {"utf8"=>"✓", "identities_password"=>"[FILTERED]", "commit"=>"Submit", "identity"=>:password}
1443
+ Identities::Password Load (0.3ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND ("identities"."username" LIKE 'test@example.com') LIMIT 1
1444
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
1445
+ SQL (0.3ms) UPDATE "users" SET "session_token" = '$2a$10$POzs.VrfSPyiPX8r.7ZMw.wOVRtsTNQ7YGj.v3UpvgPiAli5ADA8O' WHERE "users"."id" = 1
1446
+ Redirected to http://127.0.0.1:3999/
1447
+ Completed 302 Found in 150ms (ActiveRecord: 0.7ms)
1448
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:41:16 -0400
1449
+ Processing by LandingController#show as HTML
1450
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$POzs.VrfSPyiPX8r.7ZMw.wOVRtsTNQ7YGj.v3UpvgPiAli5ADA8O' LIMIT 1
1451
+ Rendered landing/show.html.erb within layouts/application (1.9ms)
1452
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.1ms)
1453
+  (1.9ms) rollback transaction
1454
+  (1.1ms) DELETE FROM "identities";
1455
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1456
+  (1.0ms) DELETE FROM "users";
1457
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1458
+  (0.1ms) begin transaction
1459
+  (0.0ms) SAVEPOINT active_record_1
1460
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "dismissed_helpers", "email", "session_token", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 12:41:18 UTC +00:00], ["dismissed_helpers", nil], ["email", "test@example.com"], ["session_token", nil], ["updated_at", Fri, 24 May 2013 12:41:18 UTC +00:00]]
1461
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND LOWER("identities"."username") = LOWER('test@example.com') LIMIT 1
1462
+ Binary data inserted for `string` type on column `token`
1463
+ SQL (0.2ms) INSERT INTO "identities" ("account_id", "account_type", "created_at", "remember_token", "reset_token", "token", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["account_id", 1], ["account_type", "User"], ["created_at", Fri, 24 May 2013 12:41:18 UTC +00:00], ["remember_token", nil], ["reset_token", nil], ["token", "$2a$10$M88CKRHf.iE1aUOeBRqrz.uJyiMag5aAR2Bng2MFJkQ.W5BD81bBO"], ["type", "Identities::Password"], ["updated_at", Fri, 24 May 2013 12:41:18 UTC +00:00], ["username", "test@example.com"]]
1464
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1465
+ Started GET "/sign_in" for 127.0.0.1 at 2013-05-24 08:41:18 -0400
1466
+ Processing by SessionsController#new as HTML
1467
+ Parameters: {"identity"=>:password}
1468
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
1469
+ Started POST "/sign_in" for 127.0.0.1 at 2013-05-24 08:41:18 -0400
1470
+ Processing by SessionsController#create as HTML
1471
+ Parameters: {"utf8"=>"✓", "identities_password"=>"[FILTERED]", "commit"=>"Submit", "identity"=>:password}
1472
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND ("identities"."username" LIKE 'test@example.com') LIMIT 1
1473
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
1474
+ SQL (0.3ms) UPDATE "users" SET "session_token" = '$2a$10$1C0m4fLifKjd8CL6ouj//u/hoyuh3URmpUrQUyl4lf0jXSQzL6CbK' WHERE "users"."id" = 1
1475
+ Redirected to http://127.0.0.1:3999/
1476
+ Completed 302 Found in 141ms (ActiveRecord: 0.6ms)
1477
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:41:18 -0400
1478
+ Processing by LandingController#show as HTML
1479
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$1C0m4fLifKjd8CL6ouj//u/hoyuh3URmpUrQUyl4lf0jXSQzL6CbK' LIMIT 1
1480
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms)
1481
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:41:18 -0400
1482
+ Processing by LandingController#restorable as HTML
1483
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$1C0m4fLifKjd8CL6ouj//u/hoyuh3URmpUrQUyl4lf0jXSQzL6CbK' LIMIT 1
1484
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms)
1485
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:41:18 -0400
1486
+ Processing by DismissedHelpersController#create as JSON
1487
+ Parameters: {"helper"=>"restorable"}
1488
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$1C0m4fLifKjd8CL6ouj//u/hoyuh3URmpUrQUyl4lf0jXSQzL6CbK' LIMIT 1
1489
+  (0.0ms) SAVEPOINT active_record_1
1490
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
1491
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
1492
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '---
1493
+ - restorable
1494
+ ', "updated_at" = '2013-05-24 12:41:18.868748' WHERE "users"."id" = 1
1495
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1496
+ Completed 200 OK in 10ms (Views: 0.1ms | ActiveRecord: 0.5ms)
1497
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:41:19 -0400
1498
+ Processing by LandingController#restorable as HTML
1499
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$1C0m4fLifKjd8CL6ouj//u/hoyuh3URmpUrQUyl4lf0jXSQzL6CbK' LIMIT 1
1500
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms)
1501
+ Started DELETE "/dismissed_helpers/restorable" for 127.0.0.1 at 2013-05-24 08:41:19 -0400
1502
+ Processing by DismissedHelpersController#destroy as JSON
1503
+ Parameters: {"helper"=>"restorable"}
1504
+ destroy 'restorable'
1505
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$1C0m4fLifKjd8CL6ouj//u/hoyuh3URmpUrQUyl4lf0jXSQzL6CbK' LIMIT 1
1506
+  (0.0ms) SAVEPOINT active_record_1
1507
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
1508
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
1509
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '--- []
1510
+ ', "updated_at" = '2013-05-24 12:41:19.915192' WHERE "users"."id" = 1
1511
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1512
+ Completed 200 OK in 6ms (Views: 0.1ms | ActiveRecord: 0.5ms)
1513
+ Connecting to database specified by database.yml
1514
+  (0.1ms) begin transaction
1515
+  (0.1ms) rollback transaction
1516
+  (1.1ms) DELETE FROM "identities";
1517
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1518
+  (0.8ms) DELETE FROM "users";
1519
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1520
+  (0.0ms) begin transaction
1521
+  (0.0ms) rollback transaction
1522
+  (1.1ms) DELETE FROM "identities";
1523
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1524
+  (0.8ms) DELETE FROM "users";
1525
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1526
+  (0.0ms) begin transaction
1527
+  (0.0ms) rollback transaction
1528
+  (0.9ms) DELETE FROM "identities";
1529
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1530
+  (0.7ms) DELETE FROM "users";
1531
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1532
+  (0.0ms) begin transaction
1533
+  (0.0ms) rollback transaction
1534
+  (0.8ms) DELETE FROM "identities";
1535
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1536
+  (0.9ms) DELETE FROM "users";
1537
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1538
+  (0.0ms) begin transaction
1539
+  (0.0ms) rollback transaction
1540
+  (1.1ms) DELETE FROM "identities";
1541
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1542
+  (0.6ms) DELETE FROM "users";
1543
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1544
+  (0.0ms) begin transaction
1545
+  (0.0ms) rollback transaction
1546
+  (0.7ms) DELETE FROM "identities";
1547
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1548
+  (0.5ms) DELETE FROM "users";
1549
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1550
+  (0.0ms) begin transaction
1551
+  (0.0ms) rollback transaction
1552
+  (0.7ms) DELETE FROM "identities";
1553
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1554
+  (0.5ms) DELETE FROM "users";
1555
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1556
+  (0.0ms) begin transaction
1557
+  (0.0ms) SAVEPOINT active_record_1
1558
+ SQL (3.0ms) INSERT INTO "users" ("created_at", "dismissed_helpers", "email", "session_token", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 12:42:59 UTC +00:00], ["dismissed_helpers", nil], ["email", "test@example.com"], ["session_token", nil], ["updated_at", Fri, 24 May 2013 12:42:59 UTC +00:00]]
1559
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND LOWER("identities"."username") = LOWER('test@example.com') LIMIT 1
1560
+ Binary data inserted for `string` type on column `token`
1561
+ SQL (0.3ms) INSERT INTO "identities" ("account_id", "account_type", "created_at", "remember_token", "reset_token", "token", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["account_id", 1], ["account_type", "User"], ["created_at", Fri, 24 May 2013 12:42:59 UTC +00:00], ["remember_token", nil], ["reset_token", nil], ["token", "$2a$10$aUdcP2A83PIMR8QUtJD2zOBuAkxbc.vX1lTITZKrXrV7FfCBBQHDu"], ["type", "Identities::Password"], ["updated_at", Fri, 24 May 2013 12:42:59 UTC +00:00], ["username", "test@example.com"]]
1562
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1563
+ Started GET "/sign_in" for 127.0.0.1 at 2013-05-24 08:43:01 -0400
1564
+ Processing by SessionsController#new as HTML
1565
+ Parameters: {"identity"=>:password}
1566
+ Rendered /Users/dan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/easy_auth-password-0.0.6/app/views/sessions/new.html.erb within layouts/application (6.0ms)
1567
+ Completed 200 OK in 55ms (Views: 54.3ms | ActiveRecord: 0.0ms)
1568
+ Started GET "/assets/application.css" for 127.0.0.1 at 2013-05-24 08:43:01 -0400
1569
+ Served asset /application.css - 200 OK (4ms)
1570
+ Started GET "/assets/application.js" for 127.0.0.1 at 2013-05-24 08:43:01 -0400
1571
+ Served asset /application.js - 200 OK (6ms)
1572
+ Started POST "/sign_in" for 127.0.0.1 at 2013-05-24 08:43:01 -0400
1573
+ Processing by SessionsController#create as HTML
1574
+ Parameters: {"utf8"=>"✓", "identities_password"=>"[FILTERED]", "commit"=>"Submit", "identity"=>:password}
1575
+ Identities::Password Load (0.3ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND ("identities"."username" LIKE 'test@example.com') LIMIT 1
1576
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
1577
+ SQL (0.3ms) UPDATE "users" SET "session_token" = '$2a$10$1eY70CeQcJ9pNHW/YN8xjex/bfkpe0FzbAVB.8tFr6KAnAlZr6AmO' WHERE "users"."id" = 1
1578
+ Redirected to http://127.0.0.1:3999/
1579
+ Completed 302 Found in 153ms (ActiveRecord: 0.7ms)
1580
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:43:01 -0400
1581
+ Processing by LandingController#show as HTML
1582
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$1eY70CeQcJ9pNHW/YN8xjex/bfkpe0FzbAVB.8tFr6KAnAlZr6AmO' LIMIT 1
1583
+ Rendered landing/show.html.erb within layouts/application (1.9ms)
1584
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.1ms)
1585
+  (1.5ms) rollback transaction
1586
+  (1.2ms) DELETE FROM "identities";
1587
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1588
+  (0.7ms) DELETE FROM "users";
1589
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1590
+  (0.1ms) begin transaction
1591
+  (0.0ms) SAVEPOINT active_record_1
1592
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "dismissed_helpers", "email", "session_token", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 12:43:01 UTC +00:00], ["dismissed_helpers", nil], ["email", "test@example.com"], ["session_token", nil], ["updated_at", Fri, 24 May 2013 12:43:01 UTC +00:00]]
1593
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND LOWER("identities"."username") = LOWER('test@example.com') LIMIT 1
1594
+ Binary data inserted for `string` type on column `token`
1595
+ SQL (0.2ms) INSERT INTO "identities" ("account_id", "account_type", "created_at", "remember_token", "reset_token", "token", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["account_id", 1], ["account_type", "User"], ["created_at", Fri, 24 May 2013 12:43:01 UTC +00:00], ["remember_token", nil], ["reset_token", nil], ["token", "$2a$10$/QlzTmK8KvAuyxw5kyxT9e3KQ91VRfqOAe7/Q0B1OoJgMfoNlebDm"], ["type", "Identities::Password"], ["updated_at", Fri, 24 May 2013 12:43:01 UTC +00:00], ["username", "test@example.com"]]
1596
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1597
+ Started GET "/sign_in" for 127.0.0.1 at 2013-05-24 08:43:01 -0400
1598
+ Processing by SessionsController#new as HTML
1599
+ Parameters: {"identity"=>:password}
1600
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
1601
+ Started POST "/sign_in" for 127.0.0.1 at 2013-05-24 08:43:01 -0400
1602
+ Processing by SessionsController#create as HTML
1603
+ Parameters: {"utf8"=>"✓", "identities_password"=>"[FILTERED]", "commit"=>"Submit", "identity"=>:password}
1604
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND ("identities"."username" LIKE 'test@example.com') LIMIT 1
1605
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
1606
+ SQL (0.3ms) UPDATE "users" SET "session_token" = '$2a$10$HUk78HovIZH32CmPem/OvuVqZzTlHl/X4VrU2/8ls7AF6.h02YNqC' WHERE "users"."id" = 1
1607
+ Redirected to http://127.0.0.1:3999/
1608
+ Completed 302 Found in 144ms (ActiveRecord: 0.6ms)
1609
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:43:01 -0400
1610
+ Processing by LandingController#show as HTML
1611
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$HUk78HovIZH32CmPem/OvuVqZzTlHl/X4VrU2/8ls7AF6.h02YNqC' LIMIT 1
1612
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms)
1613
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:43:01 -0400
1614
+ Processing by LandingController#restorable as HTML
1615
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$HUk78HovIZH32CmPem/OvuVqZzTlHl/X4VrU2/8ls7AF6.h02YNqC' LIMIT 1
1616
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms)
1617
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:43:01 -0400
1618
+ Processing by DismissedHelpersController#create as JSON
1619
+ Parameters: {"helper"=>"restorable"}
1620
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$HUk78HovIZH32CmPem/OvuVqZzTlHl/X4VrU2/8ls7AF6.h02YNqC' LIMIT 1
1621
+  (0.0ms) SAVEPOINT active_record_1
1622
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
1623
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
1624
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '---
1625
+ - restorable
1626
+ ', "updated_at" = '2013-05-24 12:43:01.850892' WHERE "users"."id" = 1
1627
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1628
+ Completed 200 OK in 10ms (Views: 0.1ms | ActiveRecord: 0.5ms)
1629
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:43:02 -0400
1630
+ Processing by LandingController#restorable as HTML
1631
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$HUk78HovIZH32CmPem/OvuVqZzTlHl/X4VrU2/8ls7AF6.h02YNqC' LIMIT 1
1632
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms)
1633
+ Started DELETE "/dismissed_helpers/restorable" for 127.0.0.1 at 2013-05-24 08:43:02 -0400
1634
+ Processing by DismissedHelpersController#destroy as JSON
1635
+ Parameters: {"helper"=>"restorable"}
1636
+ destroy 'restorable'
1637
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$HUk78HovIZH32CmPem/OvuVqZzTlHl/X4VrU2/8ls7AF6.h02YNqC' LIMIT 1
1638
+  (0.0ms) SAVEPOINT active_record_1
1639
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
1640
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
1641
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '--- []
1642
+ ', "updated_at" = '2013-05-24 12:43:02.894178' WHERE "users"."id" = 1
1643
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1644
+ Completed 200 OK in 6ms (Views: 0.1ms | ActiveRecord: 0.6ms)
1645
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:43:03 -0400
1646
+ Processing by LandingController#restorable as HTML
1647
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$HUk78HovIZH32CmPem/OvuVqZzTlHl/X4VrU2/8ls7AF6.h02YNqC' LIMIT 1
1648
+ Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.1ms)
1649
+  (0.4ms) rollback transaction
1650
+  (0.9ms) DELETE FROM "identities";
1651
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1652
+  (0.8ms) DELETE FROM "users";
1653
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1654
+  (0.1ms) begin transaction
1655
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:43:03 -0400
1656
+ Processing by LandingController#show as HTML
1657
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
1658
+  (0.1ms) rollback transaction
1659
+  (2.5ms) DELETE FROM "identities";
1660
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1661
+  (0.8ms) DELETE FROM "users";
1662
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1663
+  (0.2ms) begin transaction
1664
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:43:06 -0400
1665
+ Processing by LandingController#restorable as HTML
1666
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
1667
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:43:06 -0400
1668
+ Processing by DismissedHelpersController#create as JSON
1669
+ Parameters: {"helper"=>"restorable"}
1670
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1671
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:43:07 -0400
1672
+ Processing by LandingController#restorable as HTML
1673
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
1674
+ Started DELETE "/dismissed_helpers/restorable" for 127.0.0.1 at 2013-05-24 08:43:07 -0400
1675
+ Processing by DismissedHelpersController#destroy as JSON
1676
+ Parameters: {"helper"=>"restorable"}
1677
+ destroy 'restorable'
1678
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1679
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:43:08 -0400
1680
+ Processing by LandingController#restorable as HTML
1681
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
1682
+  (0.1ms) rollback transaction
1683
+  (2.0ms) DELETE FROM "identities";
1684
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1685
+  (0.6ms) DELETE FROM "users";
1686
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1687
+  (0.0ms) begin transaction
1688
+  (0.0ms) rollback transaction
1689
+  (0.8ms) DELETE FROM "identities";
1690
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'identities';
1691
+  (0.7ms) DELETE FROM "users";
1692
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1693
+  (0.0ms) begin transaction
1694
+  (0.0ms) rollback transaction
1695
+  (0.9ms) DELETE FROM "identities";
1696
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1697
+  (0.8ms) DELETE FROM "users";
1698
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1699
+  (0.0ms) begin transaction
1700
+  (0.0ms) rollback transaction
1701
+  (1.0ms) DELETE FROM "identities";
1702
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1703
+  (0.6ms) DELETE FROM "users";
1704
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1705
+  (0.0ms) begin transaction
1706
+  (0.0ms) rollback transaction
1707
+  (1.0ms) DELETE FROM "identities";
1708
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1709
+  (0.7ms) DELETE FROM "users";
1710
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1711
+  (0.0ms) begin transaction
1712
+  (0.0ms) rollback transaction
1713
+  (1.0ms) DELETE FROM "identities";
1714
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1715
+  (0.7ms) DELETE FROM "users";
1716
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1717
+  (1.0ms) DELETE FROM "identities";
1718
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1719
+  (0.6ms) DELETE FROM "users";
1720
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1721
+ Connecting to database specified by database.yml
1722
+  (0.1ms) begin transaction
1723
+  (0.1ms) rollback transaction
1724
+  (1.8ms) DELETE FROM "identities";
1725
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1726
+  (0.6ms) DELETE FROM "users";
1727
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1728
+  (0.0ms) begin transaction
1729
+  (0.0ms) rollback transaction
1730
+  (0.8ms) DELETE FROM "identities";
1731
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1732
+  (0.8ms) DELETE FROM "users";
1733
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1734
+  (0.0ms) begin transaction
1735
+  (0.0ms) rollback transaction
1736
+  (0.7ms) DELETE FROM "identities";
1737
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1738
+  (0.8ms) DELETE FROM "users";
1739
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1740
+  (0.0ms) begin transaction
1741
+  (0.0ms) rollback transaction
1742
+  (1.0ms) DELETE FROM "identities";
1743
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1744
+  (0.7ms) DELETE FROM "users";
1745
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1746
+  (0.0ms) begin transaction
1747
+  (0.0ms) rollback transaction
1748
+  (1.0ms) DELETE FROM "identities";
1749
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1750
+  (0.7ms) DELETE FROM "users";
1751
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1752
+  (0.0ms) begin transaction
1753
+  (0.0ms) rollback transaction
1754
+  (0.9ms) DELETE FROM "identities";
1755
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1756
+  (0.6ms) DELETE FROM "users";
1757
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1758
+  (0.0ms) begin transaction
1759
+  (0.0ms) rollback transaction
1760
+  (0.8ms) DELETE FROM "identities";
1761
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1762
+  (0.5ms) DELETE FROM "users";
1763
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1764
+  (0.0ms) begin transaction
1765
+  (0.0ms) SAVEPOINT active_record_1
1766
+ SQL (3.1ms) INSERT INTO "users" ("created_at", "dismissed_helpers", "email", "session_token", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 12:44:11 UTC +00:00], ["dismissed_helpers", nil], ["email", "test@example.com"], ["session_token", nil], ["updated_at", Fri, 24 May 2013 12:44:11 UTC +00:00]]
1767
+ Identities::Password Exists (0.2ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND LOWER("identities"."username") = LOWER('test@example.com') LIMIT 1
1768
+ Binary data inserted for `string` type on column `token`
1769
+ SQL (0.6ms) INSERT INTO "identities" ("account_id", "account_type", "created_at", "remember_token", "reset_token", "token", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["account_id", 1], ["account_type", "User"], ["created_at", Fri, 24 May 2013 12:44:11 UTC +00:00], ["remember_token", nil], ["reset_token", nil], ["token", "$2a$10$ZNY.fJa.7l9xZCAwsc01xOYcpsgjJatSZKJALfVf6xfHCFq9k7zrC"], ["type", "Identities::Password"], ["updated_at", Fri, 24 May 2013 12:44:11 UTC +00:00], ["username", "test@example.com"]]
1770
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1771
+ Started GET "/sign_in" for 127.0.0.1 at 2013-05-24 08:44:12 -0400
1772
+ Processing by SessionsController#new as HTML
1773
+ Parameters: {"identity"=>:password}
1774
+ Rendered /Users/dan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/easy_auth-password-0.0.6/app/views/sessions/new.html.erb within layouts/application (5.8ms)
1775
+ Completed 200 OK in 54ms (Views: 52.8ms | ActiveRecord: 0.0ms)
1776
+ Started GET "/assets/application.css" for 127.0.0.1 at 2013-05-24 08:44:12 -0400
1777
+ Served asset /application.css - 200 OK (4ms)
1778
+ Started GET "/assets/application.js" for 127.0.0.1 at 2013-05-24 08:44:12 -0400
1779
+ Served asset /application.js - 200 OK (6ms)
1780
+ Started POST "/sign_in" for 127.0.0.1 at 2013-05-24 08:44:12 -0400
1781
+ Processing by SessionsController#create as HTML
1782
+ Parameters: {"utf8"=>"✓", "identities_password"=>"[FILTERED]", "commit"=>"Submit", "identity"=>:password}
1783
+ Identities::Password Load (0.3ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND ("identities"."username" LIKE 'test@example.com') LIMIT 1
1784
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
1785
+ SQL (0.4ms) UPDATE "users" SET "session_token" = '$2a$10$BmmR25fmDRikobOUzl1T2e4mPRpmtWmfB5anSGGd6CrIJ41KjQmCi' WHERE "users"."id" = 1
1786
+ Redirected to http://127.0.0.1:3999/
1787
+ Completed 302 Found in 152ms (ActiveRecord: 0.8ms)
1788
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:44:12 -0400
1789
+ Processing by LandingController#show as HTML
1790
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$BmmR25fmDRikobOUzl1T2e4mPRpmtWmfB5anSGGd6CrIJ41KjQmCi' LIMIT 1
1791
+ Rendered landing/show.html.erb within layouts/application (2.0ms)
1792
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.1ms)
1793
+  (1.5ms) rollback transaction
1794
+  (1.0ms) DELETE FROM "identities";
1795
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1796
+  (0.6ms) DELETE FROM "users";
1797
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1798
+  (0.1ms) begin transaction
1799
+  (0.0ms) SAVEPOINT active_record_1
1800
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "dismissed_helpers", "email", "session_token", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 12:44:13 UTC +00:00], ["dismissed_helpers", nil], ["email", "test@example.com"], ["session_token", nil], ["updated_at", Fri, 24 May 2013 12:44:13 UTC +00:00]]
1801
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND LOWER("identities"."username") = LOWER('test@example.com') LIMIT 1
1802
+ Binary data inserted for `string` type on column `token`
1803
+ SQL (0.2ms) INSERT INTO "identities" ("account_id", "account_type", "created_at", "remember_token", "reset_token", "token", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["account_id", 1], ["account_type", "User"], ["created_at", Fri, 24 May 2013 12:44:13 UTC +00:00], ["remember_token", nil], ["reset_token", nil], ["token", "$2a$10$pdgunYINhU.UlpJKHxsFyeI.YT5dR1h.qYhmxpjZZtykByKuBOyR2"], ["type", "Identities::Password"], ["updated_at", Fri, 24 May 2013 12:44:13 UTC +00:00], ["username", "test@example.com"]]
1804
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1805
+ Started GET "/sign_in" for 127.0.0.1 at 2013-05-24 08:44:13 -0400
1806
+ Processing by SessionsController#new as HTML
1807
+ Parameters: {"identity"=>:password}
1808
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
1809
+ Started POST "/sign_in" for 127.0.0.1 at 2013-05-24 08:44:13 -0400
1810
+ Processing by SessionsController#create as HTML
1811
+ Parameters: {"utf8"=>"✓", "identities_password"=>"[FILTERED]", "commit"=>"Submit", "identity"=>:password}
1812
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND ("identities"."username" LIKE 'test@example.com') LIMIT 1
1813
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
1814
+ SQL (0.3ms) UPDATE "users" SET "session_token" = '$2a$10$SF6wTjEjoFFaWKLkBJB96uDWl9K418fe9z2/0fAY08z3v2jjbs6B6' WHERE "users"."id" = 1
1815
+ Redirected to http://127.0.0.1:3999/
1816
+ Completed 302 Found in 145ms (ActiveRecord: 0.6ms)
1817
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:44:13 -0400
1818
+ Processing by LandingController#show as HTML
1819
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$SF6wTjEjoFFaWKLkBJB96uDWl9K418fe9z2/0fAY08z3v2jjbs6B6' LIMIT 1
1820
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms)
1821
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:44:13 -0400
1822
+ Processing by LandingController#restorable as HTML
1823
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$SF6wTjEjoFFaWKLkBJB96uDWl9K418fe9z2/0fAY08z3v2jjbs6B6' LIMIT 1
1824
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms)
1825
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:44:13 -0400
1826
+ Processing by DismissedHelpersController#create as JSON
1827
+ Parameters: {"helper"=>"restorable"}
1828
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$SF6wTjEjoFFaWKLkBJB96uDWl9K418fe9z2/0fAY08z3v2jjbs6B6' LIMIT 1
1829
+  (0.0ms) SAVEPOINT active_record_1
1830
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
1831
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
1832
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '---
1833
+ - restorable
1834
+ ', "updated_at" = '2013-05-24 12:44:13.363274' WHERE "users"."id" = 1
1835
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1836
+ Completed 200 OK in 10ms (Views: 0.2ms | ActiveRecord: 0.6ms)
1837
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:44:14 -0400
1838
+ Processing by LandingController#restorable as HTML
1839
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$SF6wTjEjoFFaWKLkBJB96uDWl9K418fe9z2/0fAY08z3v2jjbs6B6' LIMIT 1
1840
+ Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.1ms)
1841
+ Started DELETE "/dismissed_helpers/restorable" for 127.0.0.1 at 2013-05-24 08:44:14 -0400
1842
+ Processing by DismissedHelpersController#destroy as JSON
1843
+ Parameters: {"helper"=>"restorable"}
1844
+ destroy 'restorable'
1845
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$SF6wTjEjoFFaWKLkBJB96uDWl9K418fe9z2/0fAY08z3v2jjbs6B6' LIMIT 1
1846
+  (0.0ms) SAVEPOINT active_record_1
1847
+ Identities::Password Load (0.1ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
1848
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
1849
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '--- []
1850
+ ', "updated_at" = '2013-05-24 12:44:14.407198' WHERE "users"."id" = 1
1851
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1852
+ Completed 200 OK in 6ms (Views: 0.1ms | ActiveRecord: 0.5ms)
1853
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:44:15 -0400
1854
+ Processing by LandingController#restorable as HTML
1855
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$SF6wTjEjoFFaWKLkBJB96uDWl9K418fe9z2/0fAY08z3v2jjbs6B6' LIMIT 1
1856
+ Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.1ms)
1857
+  (1.8ms) rollback transaction
1858
+  (1.0ms) DELETE FROM "identities";
1859
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1860
+  (0.8ms) DELETE FROM "users";
1861
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1862
+  (0.1ms) begin transaction
1863
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:44:15 -0400
1864
+ Processing by LandingController#show as HTML
1865
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
1866
+  (0.1ms) rollback transaction
1867
+  (2.1ms) DELETE FROM "identities";
1868
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1869
+  (0.7ms) DELETE FROM "users";
1870
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1871
+  (0.1ms) begin transaction
1872
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:44:17 -0400
1873
+ Processing by LandingController#restorable as HTML
1874
+ Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms)
1875
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:44:17 -0400
1876
+ Processing by DismissedHelpersController#create as JSON
1877
+ Parameters: {"helper"=>"restorable"}
1878
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1879
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:44:18 -0400
1880
+ Processing by LandingController#restorable as HTML
1881
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
1882
+ Started DELETE "/dismissed_helpers/restorable" for 127.0.0.1 at 2013-05-24 08:44:18 -0400
1883
+ Processing by DismissedHelpersController#destroy as JSON
1884
+ Parameters: {"helper"=>"restorable"}
1885
+ destroy 'restorable'
1886
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1887
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:44:19 -0400
1888
+ Processing by LandingController#restorable as HTML
1889
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
1890
+  (0.1ms) rollback transaction
1891
+  (2.4ms) DELETE FROM "identities";
1892
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1893
+  (0.8ms) DELETE FROM "users";
1894
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1895
+  (0.1ms) begin transaction
1896
+  (0.0ms) rollback transaction
1897
+  (0.8ms) DELETE FROM "identities";
1898
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1899
+  (0.7ms) DELETE FROM "users";
1900
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1901
+  (0.0ms) begin transaction
1902
+  (0.0ms) rollback transaction
1903
+  (1.0ms) DELETE FROM "identities";
1904
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1905
+  (0.8ms) DELETE FROM "users";
1906
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1907
+  (0.0ms) begin transaction
1908
+  (0.0ms) rollback transaction
1909
+  (0.7ms) DELETE FROM "identities";
1910
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1911
+  (0.6ms) DELETE FROM "users";
1912
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1913
+  (0.0ms) begin transaction
1914
+  (0.1ms) rollback transaction
1915
+  (1.1ms) DELETE FROM "identities";
1916
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1917
+  (0.9ms) DELETE FROM "users";
1918
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1919
+  (0.0ms) begin transaction
1920
+  (0.0ms) rollback transaction
1921
+  (1.0ms) DELETE FROM "identities";
1922
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1923
+  (0.6ms) DELETE FROM "users";
1924
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1925
+  (1.0ms) DELETE FROM "identities";
1926
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1927
+  (0.8ms) DELETE FROM "users";
1928
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1929
+ Connecting to database specified by database.yml
1930
+  (0.1ms) begin transaction
1931
+  (0.1ms) rollback transaction
1932
+  (2.5ms) DELETE FROM "identities";
1933
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1934
+  (0.7ms) DELETE FROM "users";
1935
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1936
+  (0.0ms) begin transaction
1937
+  (0.0ms) rollback transaction
1938
+  (1.0ms) DELETE FROM "identities";
1939
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1940
+  (0.8ms) DELETE FROM "users";
1941
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1942
+  (0.0ms) begin transaction
1943
+  (0.0ms) rollback transaction
1944
+  (0.7ms) DELETE FROM "identities";
1945
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1946
+  (0.6ms) DELETE FROM "users";
1947
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1948
+  (0.0ms) begin transaction
1949
+  (0.0ms) rollback transaction
1950
+  (1.0ms) DELETE FROM "identities";
1951
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1952
+  (0.7ms) DELETE FROM "users";
1953
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1954
+  (0.0ms) begin transaction
1955
+  (0.0ms) rollback transaction
1956
+  (1.1ms) DELETE FROM "identities";
1957
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1958
+  (0.8ms) DELETE FROM "users";
1959
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1960
+  (0.0ms) begin transaction
1961
+  (0.0ms) rollback transaction
1962
+  (0.8ms) DELETE FROM "identities";
1963
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1964
+  (0.6ms) DELETE FROM "users";
1965
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1966
+  (0.0ms) begin transaction
1967
+  (0.0ms) rollback transaction
1968
+  (0.8ms) DELETE FROM "identities";
1969
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
1970
+  (0.7ms) DELETE FROM "users";
1971
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
1972
+  (0.0ms) begin transaction
1973
+  (0.0ms) SAVEPOINT active_record_1
1974
+ SQL (3.1ms) INSERT INTO "users" ("created_at", "dismissed_helpers", "email", "session_token", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 12:44:42 UTC +00:00], ["dismissed_helpers", nil], ["email", "test@example.com"], ["session_token", nil], ["updated_at", Fri, 24 May 2013 12:44:42 UTC +00:00]]
1975
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND LOWER("identities"."username") = LOWER('test@example.com') LIMIT 1
1976
+ Binary data inserted for `string` type on column `token`
1977
+ SQL (0.4ms) INSERT INTO "identities" ("account_id", "account_type", "created_at", "remember_token", "reset_token", "token", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["account_id", 1], ["account_type", "User"], ["created_at", Fri, 24 May 2013 12:44:42 UTC +00:00], ["remember_token", nil], ["reset_token", nil], ["token", "$2a$10$.ekfBGFWLJWIRQ5L0nXQJuwvApyC3CqcOuRbqogDoo8qUPfVJds7S"], ["type", "Identities::Password"], ["updated_at", Fri, 24 May 2013 12:44:42 UTC +00:00], ["username", "test@example.com"]]
1978
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1979
+ Started GET "/sign_in" for 127.0.0.1 at 2013-05-24 08:44:43 -0400
1980
+ Processing by SessionsController#new as HTML
1981
+ Parameters: {"identity"=>:password}
1982
+ Rendered /Users/dan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/easy_auth-password-0.0.6/app/views/sessions/new.html.erb within layouts/application (6.3ms)
1983
+ Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.0ms)
1984
+ Started GET "/assets/application.css" for 127.0.0.1 at 2013-05-24 08:44:43 -0400
1985
+ Served asset /application.css - 200 OK (4ms)
1986
+ Started GET "/assets/application.js" for 127.0.0.1 at 2013-05-24 08:44:43 -0400
1987
+ Served asset /application.js - 200 OK (53ms)
1988
+ Started POST "/sign_in" for 127.0.0.1 at 2013-05-24 08:44:43 -0400
1989
+ Processing by SessionsController#create as HTML
1990
+ Parameters: {"utf8"=>"✓", "identities_password"=>"[FILTERED]", "commit"=>"Submit", "identity"=>:password}
1991
+ Identities::Password Load (0.3ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND ("identities"."username" LIKE 'test@example.com') LIMIT 1
1992
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
1993
+ SQL (0.3ms) UPDATE "users" SET "session_token" = '$2a$10$PKHvuw1No92s0cdQMQepaObBb.TVjL6NnM2WyMPWmWFbtL3.uomA2' WHERE "users"."id" = 1
1994
+ Redirected to http://127.0.0.1:3999/
1995
+ Completed 302 Found in 154ms (ActiveRecord: 0.7ms)
1996
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:44:44 -0400
1997
+ Processing by LandingController#show as HTML
1998
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$PKHvuw1No92s0cdQMQepaObBb.TVjL6NnM2WyMPWmWFbtL3.uomA2' LIMIT 1
1999
+ Rendered landing/show.html.erb within layouts/application (2.0ms)
2000
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.1ms)
2001
+  (0.4ms) rollback transaction
2002
+  (2.2ms) DELETE FROM "identities";
2003
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'identities';
2004
+  (1.0ms) DELETE FROM "users";
2005
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';
2006
+  (0.1ms) begin transaction
2007
+  (0.1ms) SAVEPOINT active_record_1
2008
+ SQL (0.6ms) INSERT INTO "users" ("created_at", "dismissed_helpers", "email", "session_token", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 12:45:12 UTC +00:00], ["dismissed_helpers", nil], ["email", "test@example.com"], ["session_token", nil], ["updated_at", Fri, 24 May 2013 12:45:12 UTC +00:00]]
2009
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND LOWER("identities"."username") = LOWER('test@example.com') LIMIT 1
2010
+ Binary data inserted for `string` type on column `token`
2011
+ SQL (0.3ms) INSERT INTO "identities" ("account_id", "account_type", "created_at", "remember_token", "reset_token", "token", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["account_id", 1], ["account_type", "User"], ["created_at", Fri, 24 May 2013 12:45:12 UTC +00:00], ["remember_token", nil], ["reset_token", nil], ["token", "$2a$10$4sR1PmH1CJ5IImcb0TzDJOBCAg.V3K0nPR5IQoYfSF3Uc0RZY/Wpa"], ["type", "Identities::Password"], ["updated_at", Fri, 24 May 2013 12:45:12 UTC +00:00], ["username", "test@example.com"]]
2012
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2013
+ Started GET "/sign_in" for 127.0.0.1 at 2013-05-24 08:45:12 -0400
2014
+ Processing by SessionsController#new as HTML
2015
+ Parameters: {"identity"=>:password}
2016
+ Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
2017
+ Started POST "/sign_in" for 127.0.0.1 at 2013-05-24 08:45:12 -0400
2018
+ Processing by SessionsController#create as HTML
2019
+ Parameters: {"utf8"=>"✓", "identities_password"=>"[FILTERED]", "commit"=>"Submit", "identity"=>:password}
2020
+ Identities::Password Load (0.3ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND ("identities"."username" LIKE 'test@example.com') LIMIT 1
2021
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
2022
+ SQL (0.3ms) UPDATE "users" SET "session_token" = '$2a$10$8QbTt3OHZ0jaun7q1uYRX.mVzVevFtUcJgYvxzCWYYVjgIPzu8WDe' WHERE "users"."id" = 1
2023
+ Redirected to http://127.0.0.1:3999/
2024
+ Completed 302 Found in 144ms (ActiveRecord: 0.7ms)
2025
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:45:12 -0400
2026
+ Processing by LandingController#show as HTML
2027
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$8QbTt3OHZ0jaun7q1uYRX.mVzVevFtUcJgYvxzCWYYVjgIPzu8WDe' LIMIT 1
2028
+ Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.1ms)
2029
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:45:12 -0400
2030
+ Processing by LandingController#restorable as HTML
2031
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$8QbTt3OHZ0jaun7q1uYRX.mVzVevFtUcJgYvxzCWYYVjgIPzu8WDe' LIMIT 1
2032
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.1ms)
2033
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:45:12 -0400
2034
+ Processing by DismissedHelpersController#create as JSON
2035
+ Parameters: {"helper"=>"restorable"}
2036
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$8QbTt3OHZ0jaun7q1uYRX.mVzVevFtUcJgYvxzCWYYVjgIPzu8WDe' LIMIT 1
2037
+  (0.0ms) SAVEPOINT active_record_1
2038
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
2039
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
2040
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '---
2041
+ - restorable
2042
+ ', "updated_at" = '2013-05-24 12:45:12.621466' WHERE "users"."id" = 1
2043
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2044
+ Completed 200 OK in 13ms (Views: 0.2ms | ActiveRecord: 0.7ms)
2045
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:45:13 -0400
2046
+ Processing by LandingController#restorable as HTML
2047
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$8QbTt3OHZ0jaun7q1uYRX.mVzVevFtUcJgYvxzCWYYVjgIPzu8WDe' LIMIT 1
2048
+ Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.1ms)
2049
+ Started DELETE "/dismissed_helpers/restorable" for 127.0.0.1 at 2013-05-24 08:45:13 -0400
2050
+ Processing by DismissedHelpersController#destroy as JSON
2051
+ Parameters: {"helper"=>"restorable"}
2052
+ destroy 'restorable'
2053
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$8QbTt3OHZ0jaun7q1uYRX.mVzVevFtUcJgYvxzCWYYVjgIPzu8WDe' LIMIT 1
2054
+  (0.0ms) SAVEPOINT active_record_1
2055
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
2056
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
2057
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '--- []
2058
+ ', "updated_at" = '2013-05-24 12:45:13.713162' WHERE "users"."id" = 1
2059
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2060
+ Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 0.6ms)
2061
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:45:14 -0400
2062
+ Processing by LandingController#restorable as HTML
2063
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$8QbTt3OHZ0jaun7q1uYRX.mVzVevFtUcJgYvxzCWYYVjgIPzu8WDe' LIMIT 1
2064
+ Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.1ms)
2065
+  (1.5ms) rollback transaction
2066
+  (1.0ms) DELETE FROM "identities";
2067
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2068
+  (0.7ms) DELETE FROM "users";
2069
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2070
+  (0.1ms) begin transaction
2071
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:45:14 -0400
2072
+ Processing by LandingController#show as HTML
2073
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
2074
+  (0.1ms) rollback transaction
2075
+  (2.4ms) DELETE FROM "identities";
2076
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2077
+  (0.9ms) DELETE FROM "users";
2078
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2079
+  (0.1ms) begin transaction
2080
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:45:16 -0400
2081
+ Processing by LandingController#restorable as HTML
2082
+ Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
2083
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:45:16 -0400
2084
+ Processing by DismissedHelpersController#create as JSON
2085
+ Parameters: {"helper"=>"restorable"}
2086
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
2087
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:45:17 -0400
2088
+ Processing by LandingController#restorable as HTML
2089
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
2090
+ Started DELETE "/dismissed_helpers/restorable" for 127.0.0.1 at 2013-05-24 08:45:17 -0400
2091
+ Processing by DismissedHelpersController#destroy as JSON
2092
+ Parameters: {"helper"=>"restorable"}
2093
+ destroy 'restorable'
2094
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2095
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:45:18 -0400
2096
+ Processing by LandingController#restorable as HTML
2097
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
2098
+  (0.1ms) rollback transaction
2099
+  (2.4ms) DELETE FROM "identities";
2100
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2101
+  (0.9ms) DELETE FROM "users";
2102
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2103
+  (0.1ms) begin transaction
2104
+  (0.1ms) rollback transaction
2105
+  (0.9ms) DELETE FROM "identities";
2106
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2107
+  (0.6ms) DELETE FROM "users";
2108
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2109
+  (0.0ms) begin transaction
2110
+  (0.0ms) rollback transaction
2111
+  (1.0ms) DELETE FROM "identities";
2112
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2113
+  (0.8ms) DELETE FROM "users";
2114
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2115
+  (0.0ms) begin transaction
2116
+  (0.0ms) rollback transaction
2117
+  (0.7ms) DELETE FROM "identities";
2118
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2119
+  (0.8ms) DELETE FROM "users";
2120
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2121
+  (0.0ms) begin transaction
2122
+  (0.1ms) rollback transaction
2123
+  (0.9ms) DELETE FROM "identities";
2124
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2125
+  (0.8ms) DELETE FROM "users";
2126
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2127
+  (0.0ms) begin transaction
2128
+  (0.1ms) rollback transaction
2129
+  (1.2ms) DELETE FROM "identities";
2130
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2131
+  (0.8ms) DELETE FROM "users";
2132
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2133
+  (0.9ms) DELETE FROM "identities";
2134
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2135
+  (0.6ms) DELETE FROM "users";
2136
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2137
+ Connecting to database specified by database.yml
2138
+  (0.1ms) begin transaction
2139
+  (0.1ms) rollback transaction
2140
+  (2.4ms) DELETE FROM "identities";
2141
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2142
+  (0.8ms) DELETE FROM "users";
2143
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2144
+  (0.0ms) begin transaction
2145
+  (0.0ms) rollback transaction
2146
+  (1.0ms) DELETE FROM "identities";
2147
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2148
+  (0.6ms) DELETE FROM "users";
2149
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2150
+  (0.0ms) begin transaction
2151
+  (0.0ms) rollback transaction
2152
+  (0.8ms) DELETE FROM "identities";
2153
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2154
+  (0.7ms) DELETE FROM "users";
2155
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2156
+  (0.0ms) begin transaction
2157
+  (0.0ms) rollback transaction
2158
+  (1.0ms) DELETE FROM "identities";
2159
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2160
+  (0.8ms) DELETE FROM "users";
2161
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2162
+  (0.0ms) begin transaction
2163
+  (0.0ms) rollback transaction
2164
+  (1.0ms) DELETE FROM "identities";
2165
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2166
+  (0.7ms) DELETE FROM "users";
2167
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';
2168
+  (0.0ms) begin transaction
2169
+  (0.0ms) rollback transaction
2170
+  (0.8ms) DELETE FROM "identities";
2171
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2172
+  (0.6ms) DELETE FROM "users";
2173
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2174
+  (0.0ms) begin transaction
2175
+  (0.0ms) rollback transaction
2176
+  (0.7ms) DELETE FROM "identities";
2177
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2178
+  (0.7ms) DELETE FROM "users";
2179
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';
2180
+  (0.0ms) begin transaction
2181
+  (0.0ms) SAVEPOINT active_record_1
2182
+ SQL (3.0ms) INSERT INTO "users" ("created_at", "dismissed_helpers", "email", "session_token", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 12:45:49 UTC +00:00], ["dismissed_helpers", nil], ["email", "test@example.com"], ["session_token", nil], ["updated_at", Fri, 24 May 2013 12:45:49 UTC +00:00]]
2183
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND LOWER("identities"."username") = LOWER('test@example.com') LIMIT 1
2184
+ Binary data inserted for `string` type on column `token`
2185
+ SQL (0.3ms) INSERT INTO "identities" ("account_id", "account_type", "created_at", "remember_token", "reset_token", "token", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["account_id", 1], ["account_type", "User"], ["created_at", Fri, 24 May 2013 12:45:49 UTC +00:00], ["remember_token", nil], ["reset_token", nil], ["token", "$2a$10$b.X5xlK0JTm30hw4JEqEAuNKH1VuI/txAmuhy6AK9v7EJU2mLVr7W"], ["type", "Identities::Password"], ["updated_at", Fri, 24 May 2013 12:45:49 UTC +00:00], ["username", "test@example.com"]]
2186
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2187
+ Started GET "/sign_in" for 127.0.0.1 at 2013-05-24 08:45:51 -0400
2188
+ Processing by SessionsController#new as HTML
2189
+ Parameters: {"identity"=>:password}
2190
+ Rendered /Users/dan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/easy_auth-password-0.0.6/app/views/sessions/new.html.erb within layouts/application (6.6ms)
2191
+ Completed 200 OK in 16ms (Views: 14.5ms | ActiveRecord: 0.0ms)
2192
+ Started GET "/assets/application.css" for 127.0.0.1 at 2013-05-24 08:45:51 -0400
2193
+ Served asset /application.css - 200 OK (5ms)
2194
+ Started GET "/assets/application.js" for 127.0.0.1 at 2013-05-24 08:45:51 -0400
2195
+ Served asset /application.js - 200 OK (4ms)
2196
+ Started POST "/sign_in" for 127.0.0.1 at 2013-05-24 08:45:51 -0400
2197
+ Processing by SessionsController#create as HTML
2198
+ Parameters: {"utf8"=>"✓", "identities_password"=>"[FILTERED]", "commit"=>"Submit", "identity"=>:password}
2199
+ Identities::Password Load (0.3ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND ("identities"."username" LIKE 'test@example.com') LIMIT 1
2200
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
2201
+ SQL (0.3ms) UPDATE "users" SET "session_token" = '$2a$10$VkfKC7bnZO77PkEX7ANyOu/KgGyOPDNvgFhr94kV259ZULKFmSLhi' WHERE "users"."id" = 1
2202
+ Redirected to http://127.0.0.1:3999/
2203
+ Completed 302 Found in 150ms (ActiveRecord: 0.7ms)
2204
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:45:51 -0400
2205
+ Processing by LandingController#show as HTML
2206
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$VkfKC7bnZO77PkEX7ANyOu/KgGyOPDNvgFhr94kV259ZULKFmSLhi' LIMIT 1
2207
+ Rendered landing/show.html.erb within layouts/application (1.9ms)
2208
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.1ms)
2209
+ Connecting to database specified by database.yml
2210
+  (0.1ms) begin transaction
2211
+  (0.1ms) rollback transaction
2212
+  (2.1ms) DELETE FROM "identities";
2213
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2214
+  (0.9ms) DELETE FROM "users";
2215
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2216
+  (0.0ms) begin transaction
2217
+  (0.0ms) rollback transaction
2218
+  (0.9ms) DELETE FROM "identities";
2219
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2220
+  (0.8ms) DELETE FROM "users";
2221
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2222
+  (0.1ms) begin transaction
2223
+  (0.0ms) rollback transaction
2224
+  (1.0ms) DELETE FROM "identities";
2225
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2226
+  (0.9ms) DELETE FROM "users";
2227
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2228
+  (0.0ms) begin transaction
2229
+  (0.0ms) rollback transaction
2230
+  (1.0ms) DELETE FROM "identities";
2231
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2232
+  (0.8ms) DELETE FROM "users";
2233
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2234
+  (0.0ms) begin transaction
2235
+  (0.0ms) rollback transaction
2236
+  (0.8ms) DELETE FROM "identities";
2237
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2238
+  (0.7ms) DELETE FROM "users";
2239
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2240
+  (0.0ms) begin transaction
2241
+  (0.0ms) rollback transaction
2242
+  (0.8ms) DELETE FROM "identities";
2243
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2244
+  (0.7ms) DELETE FROM "users";
2245
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2246
+  (0.0ms) begin transaction
2247
+  (0.0ms) rollback transaction
2248
+  (0.7ms) DELETE FROM "identities";
2249
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2250
+  (0.5ms) DELETE FROM "users";
2251
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2252
+  (0.0ms) begin transaction
2253
+  (0.0ms) SAVEPOINT active_record_1
2254
+ SQL (3.0ms) INSERT INTO "users" ("created_at", "dismissed_helpers", "email", "session_token", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 12:48:43 UTC +00:00], ["dismissed_helpers", nil], ["email", "test@example.com"], ["session_token", nil], ["updated_at", Fri, 24 May 2013 12:48:43 UTC +00:00]]
2255
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND LOWER("identities"."username") = LOWER('test@example.com') LIMIT 1
2256
+ Binary data inserted for `string` type on column `token`
2257
+ SQL (0.3ms) INSERT INTO "identities" ("account_id", "account_type", "created_at", "remember_token", "reset_token", "token", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["account_id", 1], ["account_type", "User"], ["created_at", Fri, 24 May 2013 12:48:43 UTC +00:00], ["remember_token", nil], ["reset_token", nil], ["token", "$2a$10$4PllEm8uUoOsUg1HQH0OUuRxizTEBY3ifXT5JASM8WbVhR7qlzPrm"], ["type", "Identities::Password"], ["updated_at", Fri, 24 May 2013 12:48:43 UTC +00:00], ["username", "test@example.com"]]
2258
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2259
+ Started GET "/sign_in" for 127.0.0.1 at 2013-05-24 08:48:45 -0400
2260
+ Processing by SessionsController#new as HTML
2261
+ Parameters: {"identity"=>:password}
2262
+ Rendered /Users/dan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/easy_auth-password-0.0.6/app/views/sessions/new.html.erb within layouts/application (6.1ms)
2263
+ Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.0ms)
2264
+ Started GET "/assets/application.css" for 127.0.0.1 at 2013-05-24 08:48:45 -0400
2265
+ Served asset /application.css - 200 OK (4ms)
2266
+ Started GET "/assets/application.js" for 127.0.0.1 at 2013-05-24 08:48:45 -0400
2267
+ Served asset /application.js - 200 OK (5ms)
2268
+ Started POST "/sign_in" for 127.0.0.1 at 2013-05-24 08:48:45 -0400
2269
+ Processing by SessionsController#create as HTML
2270
+ Parameters: {"utf8"=>"✓", "identities_password"=>"[FILTERED]", "commit"=>"Submit", "identity"=>:password}
2271
+ Identities::Password Load (0.3ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND ("identities"."username" LIKE 'test@example.com') LIMIT 1
2272
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
2273
+ SQL (0.3ms) UPDATE "users" SET "session_token" = '$2a$10$zUTb6PMEA8RExWRvVavOUOgs5KYCJh.HNWIQW2LufcbZVgDKE7mT6' WHERE "users"."id" = 1
2274
+ Redirected to http://127.0.0.1:3999/
2275
+ Completed 302 Found in 151ms (ActiveRecord: 0.7ms)
2276
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:48:45 -0400
2277
+ Processing by LandingController#show as HTML
2278
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$zUTb6PMEA8RExWRvVavOUOgs5KYCJh.HNWIQW2LufcbZVgDKE7mT6' LIMIT 1
2279
+ Rendered landing/show.html.erb within layouts/application (1.9ms)
2280
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.1ms)
2281
+  (1.6ms) rollback transaction
2282
+  (1.1ms) DELETE FROM "identities";
2283
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2284
+  (0.7ms) DELETE FROM "users";
2285
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2286
+  (0.1ms) begin transaction
2287
+  (0.0ms) SAVEPOINT active_record_1
2288
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "dismissed_helpers", "email", "session_token", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 12:48:45 UTC +00:00], ["dismissed_helpers", nil], ["email", "test@example.com"], ["session_token", nil], ["updated_at", Fri, 24 May 2013 12:48:45 UTC +00:00]]
2289
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND LOWER("identities"."username") = LOWER('test@example.com') LIMIT 1
2290
+ Binary data inserted for `string` type on column `token`
2291
+ SQL (0.2ms) INSERT INTO "identities" ("account_id", "account_type", "created_at", "remember_token", "reset_token", "token", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["account_id", 1], ["account_type", "User"], ["created_at", Fri, 24 May 2013 12:48:45 UTC +00:00], ["remember_token", nil], ["reset_token", nil], ["token", "$2a$10$UEXDZdkbK4Rjgzd/Zwd83.ZQablOJojKw6vVNTmBrN0uyoGg2aXDS"], ["type", "Identities::Password"], ["updated_at", Fri, 24 May 2013 12:48:45 UTC +00:00], ["username", "test@example.com"]]
2292
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2293
+ Started GET "/sign_in" for 127.0.0.1 at 2013-05-24 08:48:45 -0400
2294
+ Processing by SessionsController#new as HTML
2295
+ Parameters: {"identity"=>:password}
2296
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
2297
+ Started POST "/sign_in" for 127.0.0.1 at 2013-05-24 08:48:45 -0400
2298
+ Processing by SessionsController#create as HTML
2299
+ Parameters: {"utf8"=>"✓", "identities_password"=>"[FILTERED]", "commit"=>"Submit", "identity"=>:password}
2300
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND ("identities"."username" LIKE 'test@example.com') LIMIT 1
2301
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
2302
+ SQL (0.3ms) UPDATE "users" SET "session_token" = '$2a$10$XquArOb8m5qgo.1QBlnk7udEAqyJwxMxVWXeFlnM0sktD8eYblVFa' WHERE "users"."id" = 1
2303
+ Redirected to http://127.0.0.1:3999/
2304
+ Completed 302 Found in 144ms (ActiveRecord: 0.7ms)
2305
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:48:45 -0400
2306
+ Processing by LandingController#show as HTML
2307
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$XquArOb8m5qgo.1QBlnk7udEAqyJwxMxVWXeFlnM0sktD8eYblVFa' LIMIT 1
2308
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms)
2309
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:48:45 -0400
2310
+ Processing by LandingController#restorable as HTML
2311
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$XquArOb8m5qgo.1QBlnk7udEAqyJwxMxVWXeFlnM0sktD8eYblVFa' LIMIT 1
2312
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms)
2313
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:48:45 -0400
2314
+ Processing by DismissedHelpersController#create as JSON
2315
+ Parameters: {"helper"=>"restorable"}
2316
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$XquArOb8m5qgo.1QBlnk7udEAqyJwxMxVWXeFlnM0sktD8eYblVFa' LIMIT 1
2317
+  (0.0ms) SAVEPOINT active_record_1
2318
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
2319
+ Identities::Password Exists (0.2ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
2320
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '---
2321
+ - restorable
2322
+ ', "updated_at" = '2013-05-24 12:48:45.814818' WHERE "users"."id" = 1
2323
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2324
+ Completed 200 OK in 12ms (Views: 0.2ms | ActiveRecord: 0.7ms)
2325
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:48:46 -0400
2326
+ Processing by LandingController#restorable as HTML
2327
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$XquArOb8m5qgo.1QBlnk7udEAqyJwxMxVWXeFlnM0sktD8eYblVFa' LIMIT 1
2328
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms)
2329
+ Started DELETE "/dismissed_helpers/restorable" for 127.0.0.1 at 2013-05-24 08:48:46 -0400
2330
+ Processing by DismissedHelpersController#destroy as JSON
2331
+ Parameters: {"helper"=>"restorable"}
2332
+ destroy 'restorable'
2333
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$XquArOb8m5qgo.1QBlnk7udEAqyJwxMxVWXeFlnM0sktD8eYblVFa' LIMIT 1
2334
+  (0.0ms) SAVEPOINT active_record_1
2335
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
2336
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
2337
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '--- []
2338
+ ', "updated_at" = '2013-05-24 12:48:46.859963' WHERE "users"."id" = 1
2339
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2340
+ Completed 200 OK in 6ms (Views: 0.1ms | ActiveRecord: 0.6ms)
2341
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:48:47 -0400
2342
+ Processing by LandingController#restorable as HTML
2343
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$XquArOb8m5qgo.1QBlnk7udEAqyJwxMxVWXeFlnM0sktD8eYblVFa' LIMIT 1
2344
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms)
2345
+  (1.5ms) rollback transaction
2346
+  (1.0ms) DELETE FROM "identities";
2347
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2348
+  (0.7ms) DELETE FROM "users";
2349
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2350
+  (0.1ms) begin transaction
2351
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:48:47 -0400
2352
+ Processing by LandingController#show as HTML
2353
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
2354
+  (0.1ms) rollback transaction
2355
+  (2.9ms) DELETE FROM "identities";
2356
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2357
+  (0.7ms) DELETE FROM "users";
2358
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2359
+  (0.1ms) begin transaction
2360
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:48:49 -0400
2361
+ Processing by LandingController#restorable as HTML
2362
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
2363
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:48:50 -0400
2364
+ Processing by DismissedHelpersController#create as JSON
2365
+ Parameters: {"helper"=>"restorable"}
2366
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2367
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:48:51 -0400
2368
+ Processing by LandingController#restorable as HTML
2369
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
2370
+ Started DELETE "/dismissed_helpers/restorable" for 127.0.0.1 at 2013-05-24 08:48:51 -0400
2371
+ Processing by DismissedHelpersController#destroy as JSON
2372
+ Parameters: {"helper"=>"restorable"}
2373
+ destroy 'restorable'
2374
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2375
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:48:52 -0400
2376
+ Processing by LandingController#restorable as HTML
2377
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
2378
+  (0.1ms) rollback transaction
2379
+  (0.7ms) DELETE FROM "identities";
2380
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2381
+  (0.5ms) DELETE FROM "users";
2382
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2383
+  (0.1ms) begin transaction
2384
+  (0.0ms) rollback transaction
2385
+  (0.8ms) DELETE FROM "identities";
2386
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2387
+  (0.8ms) DELETE FROM "users";
2388
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2389
+  (0.0ms) begin transaction
2390
+  (0.0ms) rollback transaction
2391
+  (0.9ms) DELETE FROM "identities";
2392
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2393
+  (0.6ms) DELETE FROM "users";
2394
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2395
+  (0.0ms) begin transaction
2396
+  (0.0ms) rollback transaction
2397
+  (0.9ms) DELETE FROM "identities";
2398
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2399
+  (0.8ms) DELETE FROM "users";
2400
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2401
+  (0.0ms) begin transaction
2402
+  (0.1ms) rollback transaction
2403
+  (1.0ms) DELETE FROM "identities";
2404
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2405
+  (0.6ms) DELETE FROM "users";
2406
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2407
+  (0.0ms) begin transaction
2408
+  (0.0ms) rollback transaction
2409
+  (1.0ms) DELETE FROM "identities";
2410
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2411
+  (0.7ms) DELETE FROM "users";
2412
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2413
+  (1.2ms) DELETE FROM "identities";
2414
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2415
+  (0.8ms) DELETE FROM "users";
2416
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2417
+ Connecting to database specified by database.yml
2418
+  (0.1ms) begin transaction
2419
+  (0.1ms) rollback transaction
2420
+  (2.4ms) DELETE FROM "identities";
2421
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2422
+  (0.9ms) DELETE FROM "users";
2423
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2424
+  (0.0ms) begin transaction
2425
+  (0.0ms) rollback transaction
2426
+  (1.0ms) DELETE FROM "identities";
2427
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2428
+  (0.9ms) DELETE FROM "users";
2429
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2430
+  (0.0ms) begin transaction
2431
+  (0.0ms) rollback transaction
2432
+  (0.7ms) DELETE FROM "identities";
2433
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2434
+  (0.7ms) DELETE FROM "users";
2435
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2436
+  (0.0ms) begin transaction
2437
+  (0.0ms) rollback transaction
2438
+  (1.0ms) DELETE FROM "identities";
2439
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2440
+  (0.7ms) DELETE FROM "users";
2441
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2442
+  (0.0ms) begin transaction
2443
+  (0.1ms) rollback transaction
2444
+  (0.8ms) DELETE FROM "identities";
2445
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2446
+  (0.7ms) DELETE FROM "users";
2447
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2448
+  (0.0ms) begin transaction
2449
+  (0.0ms) rollback transaction
2450
+  (0.9ms) DELETE FROM "identities";
2451
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2452
+  (0.5ms) DELETE FROM "users";
2453
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2454
+  (0.0ms) begin transaction
2455
+  (0.0ms) rollback transaction
2456
+  (0.8ms) DELETE FROM "identities";
2457
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2458
+  (0.6ms) DELETE FROM "users";
2459
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2460
+  (0.0ms) begin transaction
2461
+  (0.0ms) SAVEPOINT active_record_1
2462
+ SQL (3.0ms) INSERT INTO "users" ("created_at", "dismissed_helpers", "email", "session_token", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 12:49:00 UTC +00:00], ["dismissed_helpers", nil], ["email", "test@example.com"], ["session_token", nil], ["updated_at", Fri, 24 May 2013 12:49:00 UTC +00:00]]
2463
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND LOWER("identities"."username") = LOWER('test@example.com') LIMIT 1
2464
+ Binary data inserted for `string` type on column `token`
2465
+ SQL (0.3ms) INSERT INTO "identities" ("account_id", "account_type", "created_at", "remember_token", "reset_token", "token", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["account_id", 1], ["account_type", "User"], ["created_at", Fri, 24 May 2013 12:49:00 UTC +00:00], ["remember_token", nil], ["reset_token", nil], ["token", "$2a$10$WSGnZIJoJrLaDv3jvWue.OKBWmv6HFB7x3lqszuKtCRmOKzTHU1sy"], ["type", "Identities::Password"], ["updated_at", Fri, 24 May 2013 12:49:00 UTC +00:00], ["username", "test@example.com"]]
2466
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2467
+ Started GET "/sign_in" for 127.0.0.1 at 2013-05-24 08:49:02 -0400
2468
+ Processing by SessionsController#new as HTML
2469
+ Parameters: {"identity"=>:password}
2470
+ Rendered /Users/dan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/easy_auth-password-0.0.6/app/views/sessions/new.html.erb within layouts/application (6.2ms)
2471
+ Completed 200 OK in 15ms (Views: 13.8ms | ActiveRecord: 0.0ms)
2472
+ Started GET "/assets/application.css" for 127.0.0.1 at 2013-05-24 08:49:02 -0400
2473
+ Served asset /application.css - 200 OK (4ms)
2474
+ Started GET "/assets/application.js" for 127.0.0.1 at 2013-05-24 08:49:02 -0400
2475
+ Served asset /application.js - 200 OK (5ms)
2476
+ Started POST "/sign_in" for 127.0.0.1 at 2013-05-24 08:49:02 -0400
2477
+ Processing by SessionsController#create as HTML
2478
+ Parameters: {"utf8"=>"✓", "identities_password"=>"[FILTERED]", "commit"=>"Submit", "identity"=>:password}
2479
+ Identities::Password Load (0.3ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND ("identities"."username" LIKE 'test@example.com') LIMIT 1
2480
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
2481
+ SQL (0.3ms) UPDATE "users" SET "session_token" = '$2a$10$Ee9.jlUcJ7Jotp7dGvpaAejKG1c25L7sehJHpGGzcwfKmHs36jpeu' WHERE "users"."id" = 1
2482
+ Redirected to http://127.0.0.1:3999/
2483
+ Completed 302 Found in 155ms (ActiveRecord: 0.7ms)
2484
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:49:02 -0400
2485
+ Processing by LandingController#show as HTML
2486
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$Ee9.jlUcJ7Jotp7dGvpaAejKG1c25L7sehJHpGGzcwfKmHs36jpeu' LIMIT 1
2487
+ Rendered landing/show.html.erb within layouts/application (2.0ms)
2488
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.1ms)
2489
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:49:02 -0400
2490
+ Processing by DismissedHelpersController#create as JSON
2491
+ Parameters: {"helper"=>"hello"}
2492
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$Ee9.jlUcJ7Jotp7dGvpaAejKG1c25L7sehJHpGGzcwfKmHs36jpeu' LIMIT 1
2493
+  (0.1ms) SAVEPOINT active_record_1
2494
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
2495
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
2496
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '---
2497
+ - hello
2498
+ ', "updated_at" = '2013-05-24 12:49:02.661802' WHERE "users"."id" = 1
2499
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2500
+ Completed 200 OK in 11ms (Views: 0.2ms | ActiveRecord: 0.6ms)
2501
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:49:03 -0400
2502
+ Processing by LandingController#show as HTML
2503
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$Ee9.jlUcJ7Jotp7dGvpaAejKG1c25L7sehJHpGGzcwfKmHs36jpeu' LIMIT 1
2504
+ Rendered landing/show.html.erb within layouts/application (1.5ms)
2505
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms)
2506
+  (1.8ms) rollback transaction
2507
+  (0.9ms) DELETE FROM "identities";
2508
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2509
+  (0.6ms) DELETE FROM "users";
2510
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2511
+  (0.1ms) begin transaction
2512
+  (0.0ms) SAVEPOINT active_record_1
2513
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "dismissed_helpers", "email", "session_token", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 12:49:05 UTC +00:00], ["dismissed_helpers", nil], ["email", "test@example.com"], ["session_token", nil], ["updated_at", Fri, 24 May 2013 12:49:05 UTC +00:00]]
2514
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND LOWER("identities"."username") = LOWER('test@example.com') LIMIT 1
2515
+ Binary data inserted for `string` type on column `token`
2516
+ SQL (0.2ms) INSERT INTO "identities" ("account_id", "account_type", "created_at", "remember_token", "reset_token", "token", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["account_id", 1], ["account_type", "User"], ["created_at", Fri, 24 May 2013 12:49:05 UTC +00:00], ["remember_token", nil], ["reset_token", nil], ["token", "$2a$10$ykXMUN3EkmHqvyxqeRtWneJ5Tn/NEzXkaOv6cCiFvfB9BekUbG65u"], ["type", "Identities::Password"], ["updated_at", Fri, 24 May 2013 12:49:05 UTC +00:00], ["username", "test@example.com"]]
2517
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2518
+ Started GET "/sign_in" for 127.0.0.1 at 2013-05-24 08:49:05 -0400
2519
+ Processing by SessionsController#new as HTML
2520
+ Parameters: {"identity"=>:password}
2521
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
2522
+ Started POST "/sign_in" for 127.0.0.1 at 2013-05-24 08:49:05 -0400
2523
+ Processing by SessionsController#create as HTML
2524
+ Parameters: {"utf8"=>"✓", "identities_password"=>"[FILTERED]", "commit"=>"Submit", "identity"=>:password}
2525
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND ("identities"."username" LIKE 'test@example.com') LIMIT 1
2526
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
2527
+ SQL (0.3ms) UPDATE "users" SET "session_token" = '$2a$10$La0AWigfbjqmhnlQErCfkuP68E0U6PPYtjlDQ7KWhHynSXn9IwdW6' WHERE "users"."id" = 1
2528
+ Redirected to http://127.0.0.1:3999/
2529
+ Completed 302 Found in 144ms (ActiveRecord: 0.6ms)
2530
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:49:06 -0400
2531
+ Processing by LandingController#show as HTML
2532
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$La0AWigfbjqmhnlQErCfkuP68E0U6PPYtjlDQ7KWhHynSXn9IwdW6' LIMIT 1
2533
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms)
2534
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:49:06 -0400
2535
+ Processing by LandingController#restorable as HTML
2536
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$La0AWigfbjqmhnlQErCfkuP68E0U6PPYtjlDQ7KWhHynSXn9IwdW6' LIMIT 1
2537
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms)
2538
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:49:06 -0400
2539
+ Processing by DismissedHelpersController#create as JSON
2540
+ Parameters: {"helper"=>"restorable"}
2541
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$La0AWigfbjqmhnlQErCfkuP68E0U6PPYtjlDQ7KWhHynSXn9IwdW6' LIMIT 1
2542
+  (0.0ms) SAVEPOINT active_record_1
2543
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
2544
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
2545
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '---
2546
+ - restorable
2547
+ ', "updated_at" = '2013-05-24 12:49:06.078558' WHERE "users"."id" = 1
2548
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2549
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.5ms)
2550
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:49:07 -0400
2551
+ Processing by LandingController#restorable as HTML
2552
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$La0AWigfbjqmhnlQErCfkuP68E0U6PPYtjlDQ7KWhHynSXn9IwdW6' LIMIT 1
2553
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms)
2554
+ Started DELETE "/dismissed_helpers/restorable" for 127.0.0.1 at 2013-05-24 08:49:07 -0400
2555
+ Processing by DismissedHelpersController#destroy as JSON
2556
+ Parameters: {"helper"=>"restorable"}
2557
+ destroy 'restorable'
2558
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$La0AWigfbjqmhnlQErCfkuP68E0U6PPYtjlDQ7KWhHynSXn9IwdW6' LIMIT 1
2559
+  (0.0ms) SAVEPOINT active_record_1
2560
+ Identities::Password Load (0.1ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
2561
+ Identities::Password Exists (0.2ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
2562
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '--- []
2563
+ ', "updated_at" = '2013-05-24 12:49:07.123890' WHERE "users"."id" = 1
2564
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2565
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.5ms)
2566
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:49:08 -0400
2567
+ Processing by LandingController#restorable as HTML
2568
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$La0AWigfbjqmhnlQErCfkuP68E0U6PPYtjlDQ7KWhHynSXn9IwdW6' LIMIT 1
2569
+ Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.1ms)
2570
+  (0.2ms) rollback transaction
2571
+  (0.8ms) DELETE FROM "identities";
2572
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2573
+  (0.8ms) DELETE FROM "users";
2574
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2575
+  (0.1ms) begin transaction
2576
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:49:08 -0400
2577
+ Processing by LandingController#show as HTML
2578
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
2579
+  (0.1ms) rollback transaction
2580
+  (2.4ms) DELETE FROM "identities";
2581
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2582
+  (0.7ms) DELETE FROM "users";
2583
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2584
+  (0.1ms) begin transaction
2585
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:49:10 -0400
2586
+ Processing by LandingController#restorable as HTML
2587
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
2588
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:49:10 -0400
2589
+ Processing by DismissedHelpersController#create as JSON
2590
+ Parameters: {"helper"=>"restorable"}
2591
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2592
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:49:11 -0400
2593
+ Processing by LandingController#restorable as HTML
2594
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
2595
+ Started DELETE "/dismissed_helpers/restorable" for 127.0.0.1 at 2013-05-24 08:49:11 -0400
2596
+ Processing by DismissedHelpersController#destroy as JSON
2597
+ Parameters: {"helper"=>"restorable"}
2598
+ destroy 'restorable'
2599
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2600
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:49:12 -0400
2601
+ Processing by LandingController#restorable as HTML
2602
+ Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
2603
+  (0.1ms) rollback transaction
2604
+  (2.3ms) DELETE FROM "identities";
2605
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2606
+  (0.8ms) DELETE FROM "users";
2607
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2608
+  (0.0ms) begin transaction
2609
+  (0.0ms) rollback transaction
2610
+  (0.9ms) DELETE FROM "identities";
2611
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'identities';
2612
+  (0.7ms) DELETE FROM "users";
2613
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2614
+  (0.0ms) begin transaction
2615
+  (0.0ms) rollback transaction
2616
+  (0.8ms) DELETE FROM "identities";
2617
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2618
+  (0.8ms) DELETE FROM "users";
2619
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'users';
2620
+  (0.0ms) begin transaction
2621
+  (0.0ms) rollback transaction
2622
+  (0.8ms) DELETE FROM "identities";
2623
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2624
+  (0.6ms) DELETE FROM "users";
2625
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2626
+  (0.0ms) begin transaction
2627
+  (0.1ms) rollback transaction
2628
+  (0.9ms) DELETE FROM "identities";
2629
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2630
+  (0.7ms) DELETE FROM "users";
2631
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2632
+  (0.0ms) begin transaction
2633
+  (0.0ms) rollback transaction
2634
+  (0.9ms) DELETE FROM "identities";
2635
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2636
+  (0.7ms) DELETE FROM "users";
2637
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2638
+  (1.1ms) DELETE FROM "identities";
2639
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2640
+  (0.8ms) DELETE FROM "users";
2641
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2642
+ Connecting to database specified by database.yml
2643
+  (0.1ms) begin transaction
2644
+  (0.1ms) rollback transaction
2645
+  (2.6ms) DELETE FROM "identities";
2646
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2647
+  (0.9ms) DELETE FROM "users";
2648
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2649
+  (0.0ms) begin transaction
2650
+  (0.0ms) rollback transaction
2651
+  (0.9ms) DELETE FROM "identities";
2652
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2653
+  (0.8ms) DELETE FROM "users";
2654
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2655
+  (0.0ms) begin transaction
2656
+  (0.0ms) rollback transaction
2657
+  (0.7ms) DELETE FROM "identities";
2658
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2659
+  (0.5ms) DELETE FROM "users";
2660
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2661
+  (0.0ms) begin transaction
2662
+  (0.0ms) rollback transaction
2663
+  (0.8ms) DELETE FROM "identities";
2664
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2665
+  (0.5ms) DELETE FROM "users";
2666
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2667
+  (0.0ms) begin transaction
2668
+  (0.0ms) rollback transaction
2669
+  (0.9ms) DELETE FROM "identities";
2670
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2671
+  (0.7ms) DELETE FROM "users";
2672
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2673
+  (0.0ms) begin transaction
2674
+  (0.0ms) rollback transaction
2675
+  (0.7ms) DELETE FROM "identities";
2676
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2677
+  (0.7ms) DELETE FROM "users";
2678
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2679
+  (0.0ms) begin transaction
2680
+  (0.0ms) rollback transaction
2681
+  (0.8ms) DELETE FROM "identities";
2682
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2683
+  (0.8ms) DELETE FROM "users";
2684
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2685
+  (0.0ms) begin transaction
2686
+  (0.0ms) SAVEPOINT active_record_1
2687
+ SQL (3.0ms) INSERT INTO "users" ("created_at", "dismissed_helpers", "email", "session_token", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 12:50:51 UTC +00:00], ["dismissed_helpers", nil], ["email", "test@example.com"], ["session_token", nil], ["updated_at", Fri, 24 May 2013 12:50:51 UTC +00:00]]
2688
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND LOWER("identities"."username") = LOWER('test@example.com') LIMIT 1
2689
+ Binary data inserted for `string` type on column `token`
2690
+ SQL (0.3ms) INSERT INTO "identities" ("account_id", "account_type", "created_at", "remember_token", "reset_token", "token", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["account_id", 1], ["account_type", "User"], ["created_at", Fri, 24 May 2013 12:50:51 UTC +00:00], ["remember_token", nil], ["reset_token", nil], ["token", "$2a$10$Hav6hRb5pqG6IuTLXcDzCef4or3JlC0dbZ5sioj8fMBLHLGnJhFIC"], ["type", "Identities::Password"], ["updated_at", Fri, 24 May 2013 12:50:51 UTC +00:00], ["username", "test@example.com"]]
2691
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2692
+ Started GET "/sign_in" for 127.0.0.1 at 2013-05-24 08:50:52 -0400
2693
+ Processing by SessionsController#new as HTML
2694
+ Parameters: {"identity"=>:password}
2695
+ Rendered /Users/dan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/easy_auth-password-0.0.6/app/views/sessions/new.html.erb within layouts/application (6.4ms)
2696
+ Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.0ms)
2697
+ Started GET "/assets/application.css" for 127.0.0.1 at 2013-05-24 08:50:52 -0400
2698
+ Served asset /application.css - 200 OK (4ms)
2699
+ Started GET "/assets/application.js" for 127.0.0.1 at 2013-05-24 08:50:52 -0400
2700
+ Served asset /application.js - 200 OK (52ms)
2701
+ Started POST "/sign_in" for 127.0.0.1 at 2013-05-24 08:50:53 -0400
2702
+ Processing by SessionsController#create as HTML
2703
+ Parameters: {"utf8"=>"✓", "identities_password"=>"[FILTERED]", "commit"=>"Submit", "identity"=>:password}
2704
+ Identities::Password Load (0.3ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND ("identities"."username" LIKE 'test@example.com') LIMIT 1
2705
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
2706
+ SQL (0.3ms) UPDATE "users" SET "session_token" = '$2a$10$kM7qgGkrU/NDcli.b6nIweYc/unhXNNSfQnnqHBcuAIDK.vNs782q' WHERE "users"."id" = 1
2707
+ Redirected to http://127.0.0.1:3999/
2708
+ Completed 302 Found in 152ms (ActiveRecord: 0.7ms)
2709
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:50:53 -0400
2710
+ Processing by LandingController#show as HTML
2711
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$kM7qgGkrU/NDcli.b6nIweYc/unhXNNSfQnnqHBcuAIDK.vNs782q' LIMIT 1
2712
+ Rendered landing/show.html.erb within layouts/application (1.9ms)
2713
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.1ms)
2714
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:50:53 -0400
2715
+ Processing by DismissedHelpersController#create as JSON
2716
+ Parameters: {"helper"=>"hello"}
2717
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$kM7qgGkrU/NDcli.b6nIweYc/unhXNNSfQnnqHBcuAIDK.vNs782q' LIMIT 1
2718
+  (0.0ms) SAVEPOINT active_record_1
2719
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
2720
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
2721
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '---
2722
+ - hello
2723
+ ', "updated_at" = '2013-05-24 12:50:53.244124' WHERE "users"."id" = 1
2724
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2725
+ Completed 200 OK in 11ms (Views: 0.2ms | ActiveRecord: 0.6ms)
2726
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:50:54 -0400
2727
+ Processing by LandingController#show as HTML
2728
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$kM7qgGkrU/NDcli.b6nIweYc/unhXNNSfQnnqHBcuAIDK.vNs782q' LIMIT 1
2729
+ Rendered landing/show.html.erb within layouts/application (1.2ms)
2730
+ Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.1ms)
2731
+  (1.7ms) rollback transaction
2732
+  (0.8ms) DELETE FROM "identities";
2733
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2734
+  (0.7ms) DELETE FROM "users";
2735
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2736
+  (0.1ms) begin transaction
2737
+  (0.0ms) SAVEPOINT active_record_1
2738
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "dismissed_helpers", "email", "session_token", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 12:50:56 UTC +00:00], ["dismissed_helpers", nil], ["email", "test@example.com"], ["session_token", nil], ["updated_at", Fri, 24 May 2013 12:50:56 UTC +00:00]]
2739
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND LOWER("identities"."username") = LOWER('test@example.com') LIMIT 1
2740
+ Binary data inserted for `string` type on column `token`
2741
+ SQL (0.2ms) INSERT INTO "identities" ("account_id", "account_type", "created_at", "remember_token", "reset_token", "token", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["account_id", 1], ["account_type", "User"], ["created_at", Fri, 24 May 2013 12:50:56 UTC +00:00], ["remember_token", nil], ["reset_token", nil], ["token", "$2a$10$T.WWKPQ91w/Yj31ZA4bIcOVBV1lx/Pp7yAmLm7qsd2PHAjicJDJru"], ["type", "Identities::Password"], ["updated_at", Fri, 24 May 2013 12:50:56 UTC +00:00], ["username", "test@example.com"]]
2742
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2743
+ Started GET "/sign_in" for 127.0.0.1 at 2013-05-24 08:50:56 -0400
2744
+ Processing by SessionsController#new as HTML
2745
+ Parameters: {"identity"=>:password}
2746
+ Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
2747
+ Started POST "/sign_in" for 127.0.0.1 at 2013-05-24 08:50:56 -0400
2748
+ Processing by SessionsController#create as HTML
2749
+ Parameters: {"utf8"=>"✓", "identities_password"=>"[FILTERED]", "commit"=>"Submit", "identity"=>:password}
2750
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND ("identities"."username" LIKE 'test@example.com') LIMIT 1
2751
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
2752
+ SQL (0.3ms) UPDATE "users" SET "session_token" = '$2a$10$gvWkPctAytXKZCJzy.wyg.z1LcYXvGqSoPkFVUkbLh6YxExMt9OhC' WHERE "users"."id" = 1
2753
+ Redirected to http://127.0.0.1:3999/
2754
+ Completed 302 Found in 145ms (ActiveRecord: 0.6ms)
2755
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:50:56 -0400
2756
+ Processing by LandingController#show as HTML
2757
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$gvWkPctAytXKZCJzy.wyg.z1LcYXvGqSoPkFVUkbLh6YxExMt9OhC' LIMIT 1
2758
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms)
2759
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:50:56 -0400
2760
+ Processing by LandingController#restorable as HTML
2761
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$gvWkPctAytXKZCJzy.wyg.z1LcYXvGqSoPkFVUkbLh6YxExMt9OhC' LIMIT 1
2762
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms)
2763
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:50:56 -0400
2764
+ Processing by DismissedHelpersController#create as JSON
2765
+ Parameters: {"helper"=>"restorable"}
2766
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$gvWkPctAytXKZCJzy.wyg.z1LcYXvGqSoPkFVUkbLh6YxExMt9OhC' LIMIT 1
2767
+  (0.0ms) SAVEPOINT active_record_1
2768
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
2769
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
2770
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '---
2771
+ - restorable
2772
+ ', "updated_at" = '2013-05-24 12:50:56.662364' WHERE "users"."id" = 1
2773
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2774
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.5ms)
2775
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:50:57 -0400
2776
+ Processing by LandingController#restorable as HTML
2777
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$gvWkPctAytXKZCJzy.wyg.z1LcYXvGqSoPkFVUkbLh6YxExMt9OhC' LIMIT 1
2778
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms)
2779
+ Started DELETE "/dismissed_helpers/restorable" for 127.0.0.1 at 2013-05-24 08:50:57 -0400
2780
+ Processing by DismissedHelpersController#destroy as JSON
2781
+ Parameters: {"helper"=>"restorable"}
2782
+ destroy 'restorable'
2783
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$gvWkPctAytXKZCJzy.wyg.z1LcYXvGqSoPkFVUkbLh6YxExMt9OhC' LIMIT 1
2784
+  (0.0ms) SAVEPOINT active_record_1
2785
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
2786
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
2787
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '--- []
2788
+ ', "updated_at" = '2013-05-24 12:50:57.713297' WHERE "users"."id" = 1
2789
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2790
+ Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 0.5ms)
2791
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:50:58 -0400
2792
+ Processing by LandingController#restorable as HTML
2793
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$gvWkPctAytXKZCJzy.wyg.z1LcYXvGqSoPkFVUkbLh6YxExMt9OhC' LIMIT 1
2794
+ Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.1ms)
2795
+  (1.8ms) rollback transaction
2796
+  (1.0ms) DELETE FROM "identities";
2797
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2798
+  (0.7ms) DELETE FROM "users";
2799
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2800
+  (0.1ms) begin transaction
2801
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:50:58 -0400
2802
+ Processing by LandingController#show as HTML
2803
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
2804
+  (0.1ms) rollback transaction
2805
+  (2.3ms) DELETE FROM "identities";
2806
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2807
+  (0.9ms) DELETE FROM "users";
2808
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2809
+  (0.1ms) begin transaction
2810
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:51:00 -0400
2811
+ Processing by LandingController#restorable as HTML
2812
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
2813
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:51:00 -0400
2814
+ Processing by DismissedHelpersController#create as JSON
2815
+ Parameters: {"helper"=>"restorable"}
2816
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2817
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:51:01 -0400
2818
+ Processing by LandingController#restorable as HTML
2819
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
2820
+ Started DELETE "/dismissed_helpers/restorable" for 127.0.0.1 at 2013-05-24 08:51:01 -0400
2821
+ Processing by DismissedHelpersController#destroy as JSON
2822
+ Parameters: {"helper"=>"restorable"}
2823
+ destroy 'restorable'
2824
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2825
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:51:02 -0400
2826
+ Processing by LandingController#restorable as HTML
2827
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
2828
+  (0.0ms) rollback transaction
2829
+  (1.1ms) DELETE FROM "identities";
2830
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2831
+  (0.6ms) DELETE FROM "users";
2832
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2833
+  (0.0ms) begin transaction
2834
+  (0.0ms) rollback transaction
2835
+  (0.8ms) DELETE FROM "identities";
2836
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2837
+  (0.9ms) DELETE FROM "users";
2838
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2839
+  (0.0ms) begin transaction
2840
+  (0.0ms) rollback transaction
2841
+  (1.0ms) DELETE FROM "identities";
2842
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2843
+  (0.7ms) DELETE FROM "users";
2844
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2845
+  (0.0ms) begin transaction
2846
+  (0.0ms) rollback transaction
2847
+  (0.9ms) DELETE FROM "identities";
2848
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2849
+  (0.5ms) DELETE FROM "users";
2850
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2851
+  (0.0ms) begin transaction
2852
+  (0.0ms) rollback transaction
2853
+  (1.1ms) DELETE FROM "identities";
2854
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2855
+  (0.7ms) DELETE FROM "users";
2856
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2857
+  (0.0ms) begin transaction
2858
+  (0.0ms) rollback transaction
2859
+  (1.1ms) DELETE FROM "identities";
2860
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2861
+  (0.9ms) DELETE FROM "users";
2862
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2863
+  (1.0ms) DELETE FROM "identities";
2864
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2865
+  (0.7ms) DELETE FROM "users";
2866
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2867
+ Connecting to database specified by database.yml
2868
+  (0.1ms) begin transaction
2869
+  (0.1ms) rollback transaction
2870
+  (2.5ms) DELETE FROM "identities";
2871
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2872
+  (0.6ms) DELETE FROM "users";
2873
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2874
+  (0.0ms) begin transaction
2875
+  (0.0ms) rollback transaction
2876
+  (1.0ms) DELETE FROM "identities";
2877
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2878
+  (0.7ms) DELETE FROM "users";
2879
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2880
+  (0.0ms) begin transaction
2881
+  (0.0ms) rollback transaction
2882
+  (0.8ms) DELETE FROM "identities";
2883
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2884
+  (0.7ms) DELETE FROM "users";
2885
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2886
+  (0.0ms) begin transaction
2887
+  (0.0ms) rollback transaction
2888
+  (0.9ms) DELETE FROM "identities";
2889
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2890
+  (0.7ms) DELETE FROM "users";
2891
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2892
+  (0.0ms) begin transaction
2893
+  (0.0ms) rollback transaction
2894
+  (1.1ms) DELETE FROM "identities";
2895
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2896
+  (0.8ms) DELETE FROM "users";
2897
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2898
+  (0.0ms) begin transaction
2899
+  (0.0ms) rollback transaction
2900
+  (1.0ms) DELETE FROM "identities";
2901
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2902
+  (0.7ms) DELETE FROM "users";
2903
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2904
+  (0.0ms) begin transaction
2905
+  (0.0ms) rollback transaction
2906
+  (0.9ms) DELETE FROM "identities";
2907
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2908
+  (0.6ms) DELETE FROM "users";
2909
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2910
+  (0.0ms) begin transaction
2911
+  (0.1ms) SAVEPOINT active_record_1
2912
+ SQL (3.2ms) INSERT INTO "users" ("created_at", "dismissed_helpers", "email", "session_token", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 12:51:31 UTC +00:00], ["dismissed_helpers", nil], ["email", "test@example.com"], ["session_token", nil], ["updated_at", Fri, 24 May 2013 12:51:31 UTC +00:00]]
2913
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND LOWER("identities"."username") = LOWER('test@example.com') LIMIT 1
2914
+ Binary data inserted for `string` type on column `token`
2915
+ SQL (0.3ms) INSERT INTO "identities" ("account_id", "account_type", "created_at", "remember_token", "reset_token", "token", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["account_id", 1], ["account_type", "User"], ["created_at", Fri, 24 May 2013 12:51:31 UTC +00:00], ["remember_token", nil], ["reset_token", nil], ["token", "$2a$10$FkQgm29.FQpGveiiGqB2OuZd6/28OkHhNqChLZ0URwEhoE/zcC5Mi"], ["type", "Identities::Password"], ["updated_at", Fri, 24 May 2013 12:51:31 UTC +00:00], ["username", "test@example.com"]]
2916
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2917
+ Started GET "/sign_in" for 127.0.0.1 at 2013-05-24 08:51:32 -0400
2918
+ Processing by SessionsController#new as HTML
2919
+ Parameters: {"identity"=>:password}
2920
+ Rendered /Users/dan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/easy_auth-password-0.0.6/app/views/sessions/new.html.erb within layouts/application (6.8ms)
2921
+ Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.0ms)
2922
+ Started GET "/assets/application.css" for 127.0.0.1 at 2013-05-24 08:51:32 -0400
2923
+ Served asset /application.css - 200 OK (4ms)
2924
+ Started GET "/assets/application.js" for 127.0.0.1 at 2013-05-24 08:51:32 -0400
2925
+ Served asset /application.js - 200 OK (51ms)
2926
+ Started POST "/sign_in" for 127.0.0.1 at 2013-05-24 08:51:33 -0400
2927
+ Processing by SessionsController#create as HTML
2928
+ Parameters: {"utf8"=>"✓", "identities_password"=>"[FILTERED]", "commit"=>"Submit", "identity"=>:password}
2929
+ Identities::Password Load (0.3ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND ("identities"."username" LIKE 'test@example.com') LIMIT 1
2930
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
2931
+ SQL (0.3ms) UPDATE "users" SET "session_token" = '$2a$10$K56arc88lvmHseWxu/K5K.AUsKq6o6OIv8QmdI8Nkj0rPloQuPVE6' WHERE "users"."id" = 1
2932
+ Redirected to http://127.0.0.1:3999/
2933
+ Completed 302 Found in 155ms (ActiveRecord: 0.7ms)
2934
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:51:33 -0400
2935
+ Processing by LandingController#show as HTML
2936
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$K56arc88lvmHseWxu/K5K.AUsKq6o6OIv8QmdI8Nkj0rPloQuPVE6' LIMIT 1
2937
+ Rendered landing/show.html.erb within layouts/application (2.1ms)
2938
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.1ms)
2939
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:51:59 -0400
2940
+ Processing by DismissedHelpersController#create as JSON
2941
+ Parameters: {"helper"=>"hello"}
2942
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$K56arc88lvmHseWxu/K5K.AUsKq6o6OIv8QmdI8Nkj0rPloQuPVE6' LIMIT 1
2943
+  (0.1ms) SAVEPOINT active_record_1
2944
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
2945
+ Identities::Password Exists (0.2ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
2946
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '---
2947
+ - hello
2948
+ ', "updated_at" = '2013-05-24 12:51:59.809656' WHERE "users"."id" = 1
2949
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2950
+ Completed 200 OK in 14ms (Views: 0.2ms | ActiveRecord: 0.7ms)
2951
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:51:59 -0400
2952
+ Processing by DismissedHelpersController#create as JSON
2953
+ Parameters: {"helper"=>"hello"}
2954
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$K56arc88lvmHseWxu/K5K.AUsKq6o6OIv8QmdI8Nkj0rPloQuPVE6' LIMIT 1
2955
+  (0.0ms) SAVEPOINT active_record_1
2956
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
2957
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
2958
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '---
2959
+ - hello
2960
+ - hello
2961
+ ', "updated_at" = '2013-05-24 12:51:59.821511' WHERE "users"."id" = 1
2962
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2963
+ Completed 200 OK in 7ms (Views: 0.1ms | ActiveRecord: 0.6ms)
2964
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:52:00 -0400
2965
+ Processing by LandingController#show as HTML
2966
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$K56arc88lvmHseWxu/K5K.AUsKq6o6OIv8QmdI8Nkj0rPloQuPVE6' LIMIT 1
2967
+ Rendered landing/show.html.erb within layouts/application (2.1ms)
2968
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.1ms)
2969
+  (0.3ms) rollback transaction
2970
+  (2.4ms) DELETE FROM "identities";
2971
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
2972
+  (0.8ms) DELETE FROM "users";
2973
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
2974
+  (0.1ms) begin transaction
2975
+  (0.0ms) SAVEPOINT active_record_1
2976
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "dismissed_helpers", "email", "session_token", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 12:52:02 UTC +00:00], ["dismissed_helpers", nil], ["email", "test@example.com"], ["session_token", nil], ["updated_at", Fri, 24 May 2013 12:52:02 UTC +00:00]]
2977
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND LOWER("identities"."username") = LOWER('test@example.com') LIMIT 1
2978
+ Binary data inserted for `string` type on column `token`
2979
+ SQL (0.3ms) INSERT INTO "identities" ("account_id", "account_type", "created_at", "remember_token", "reset_token", "token", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["account_id", 1], ["account_type", "User"], ["created_at", Fri, 24 May 2013 12:52:02 UTC +00:00], ["remember_token", nil], ["reset_token", nil], ["token", "$2a$10$QQ8qdju9HqzkD5ugE2hUl.DEe.0VvFfs0FkOx3Gjm8rB4LiX5D2RW"], ["type", "Identities::Password"], ["updated_at", Fri, 24 May 2013 12:52:02 UTC +00:00], ["username", "test@example.com"]]
2980
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2981
+ Started GET "/sign_in" for 127.0.0.1 at 2013-05-24 08:52:02 -0400
2982
+ Processing by SessionsController#new as HTML
2983
+ Parameters: {"identity"=>:password}
2984
+ Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
2985
+ Started POST "/sign_in" for 127.0.0.1 at 2013-05-24 08:52:03 -0400
2986
+ Processing by SessionsController#create as HTML
2987
+ Parameters: {"utf8"=>"✓", "identities_password"=>"[FILTERED]", "commit"=>"Submit", "identity"=>:password}
2988
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND ("identities"."username" LIKE 'test@example.com') LIMIT 1
2989
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
2990
+ SQL (0.3ms) UPDATE "users" SET "session_token" = '$2a$10$acQwmfqjvB5wMyt4Z9IkSeCb3MYlGjgZEYIj0hA.dk4mdajaU41fO' WHERE "users"."id" = 1
2991
+ Redirected to http://127.0.0.1:3999/
2992
+ Completed 302 Found in 147ms (ActiveRecord: 0.7ms)
2993
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:52:03 -0400
2994
+ Processing by LandingController#show as HTML
2995
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$acQwmfqjvB5wMyt4Z9IkSeCb3MYlGjgZEYIj0hA.dk4mdajaU41fO' LIMIT 1
2996
+ Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.1ms)
2997
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:52:03 -0400
2998
+ Processing by LandingController#restorable as HTML
2999
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$acQwmfqjvB5wMyt4Z9IkSeCb3MYlGjgZEYIj0hA.dk4mdajaU41fO' LIMIT 1
3000
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.1ms)
3001
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:52:03 -0400
3002
+ Processing by DismissedHelpersController#create as JSON
3003
+ Parameters: {"helper"=>"restorable"}
3004
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$acQwmfqjvB5wMyt4Z9IkSeCb3MYlGjgZEYIj0hA.dk4mdajaU41fO' LIMIT 1
3005
+  (0.1ms) SAVEPOINT active_record_1
3006
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
3007
+ Identities::Password Exists (0.2ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
3008
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '---
3009
+ - restorable
3010
+ ', "updated_at" = '2013-05-24 12:52:03.257822' WHERE "users"."id" = 1
3011
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3012
+ Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 0.7ms)
3013
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:52:04 -0400
3014
+ Processing by LandingController#restorable as HTML
3015
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$acQwmfqjvB5wMyt4Z9IkSeCb3MYlGjgZEYIj0hA.dk4mdajaU41fO' LIMIT 1
3016
+ Completed 200 OK in 51ms (Views: 50.9ms | ActiveRecord: 0.1ms)
3017
+ Started DELETE "/dismissed_helpers/restorable" for 127.0.0.1 at 2013-05-24 08:52:04 -0400
3018
+ Processing by DismissedHelpersController#destroy as JSON
3019
+ Parameters: {"helper"=>"restorable"}
3020
+ destroy 'restorable'
3021
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$acQwmfqjvB5wMyt4Z9IkSeCb3MYlGjgZEYIj0hA.dk4mdajaU41fO' LIMIT 1
3022
+  (0.1ms) SAVEPOINT active_record_1
3023
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
3024
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
3025
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '--- []
3026
+ ', "updated_at" = '2013-05-24 12:52:04.355350' WHERE "users"."id" = 1
3027
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3028
+ Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 0.6ms)
3029
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:52:05 -0400
3030
+ Processing by LandingController#restorable as HTML
3031
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$acQwmfqjvB5wMyt4Z9IkSeCb3MYlGjgZEYIj0hA.dk4mdajaU41fO' LIMIT 1
3032
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.1ms)
3033
+  (1.8ms) rollback transaction
3034
+  (1.0ms) DELETE FROM "identities";
3035
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3036
+  (0.6ms) DELETE FROM "users";
3037
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3038
+  (0.1ms) begin transaction
3039
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:52:05 -0400
3040
+ Processing by LandingController#show as HTML
3041
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
3042
+  (0.1ms) rollback transaction
3043
+  (2.5ms) DELETE FROM "identities";
3044
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'identities';
3045
+  (0.9ms) DELETE FROM "users";
3046
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3047
+  (0.1ms) begin transaction
3048
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:52:07 -0400
3049
+ Processing by LandingController#restorable as HTML
3050
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
3051
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:52:07 -0400
3052
+ Processing by DismissedHelpersController#create as JSON
3053
+ Parameters: {"helper"=>"restorable"}
3054
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3055
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:52:08 -0400
3056
+ Processing by LandingController#restorable as HTML
3057
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
3058
+ Started DELETE "/dismissed_helpers/restorable" for 127.0.0.1 at 2013-05-24 08:52:08 -0400
3059
+ Processing by DismissedHelpersController#destroy as JSON
3060
+ Parameters: {"helper"=>"restorable"}
3061
+ destroy 'restorable'
3062
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
3063
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:52:09 -0400
3064
+ Processing by LandingController#restorable as HTML
3065
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
3066
+  (0.1ms) rollback transaction
3067
+  (2.3ms) DELETE FROM "identities";
3068
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3069
+  (0.7ms) DELETE FROM "users";
3070
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3071
+  (0.1ms) begin transaction
3072
+  (0.0ms) rollback transaction
3073
+  (1.1ms) DELETE FROM "identities";
3074
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3075
+  (0.7ms) DELETE FROM "users";
3076
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3077
+  (0.0ms) begin transaction
3078
+  (0.0ms) rollback transaction
3079
+  (0.7ms) DELETE FROM "identities";
3080
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3081
+  (0.7ms) DELETE FROM "users";
3082
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3083
+  (0.0ms) begin transaction
3084
+  (0.0ms) rollback transaction
3085
+  (0.8ms) DELETE FROM "identities";
3086
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3087
+  (0.7ms) DELETE FROM "users";
3088
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3089
+  (0.0ms) begin transaction
3090
+  (0.1ms) rollback transaction
3091
+  (1.0ms) DELETE FROM "identities";
3092
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3093
+  (0.8ms) DELETE FROM "users";
3094
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3095
+  (0.0ms) begin transaction
3096
+  (0.1ms) rollback transaction
3097
+  (1.0ms) DELETE FROM "identities";
3098
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3099
+  (0.8ms) DELETE FROM "users";
3100
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3101
+  (0.9ms) DELETE FROM "identities";
3102
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3103
+  (0.6ms) DELETE FROM "users";
3104
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3105
+ Connecting to database specified by database.yml
3106
+  (0.1ms) begin transaction
3107
+  (0.1ms) rollback transaction
3108
+  (2.3ms) DELETE FROM "identities";
3109
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3110
+  (0.6ms) DELETE FROM "users";
3111
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3112
+  (0.0ms) begin transaction
3113
+  (0.0ms) rollback transaction
3114
+  (0.7ms) DELETE FROM "identities";
3115
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3116
+  (0.6ms) DELETE FROM "users";
3117
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3118
+  (0.0ms) begin transaction
3119
+  (0.0ms) rollback transaction
3120
+  (0.7ms) DELETE FROM "identities";
3121
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3122
+  (0.5ms) DELETE FROM "users";
3123
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3124
+  (0.0ms) begin transaction
3125
+  (0.0ms) rollback transaction
3126
+  (0.7ms) DELETE FROM "identities";
3127
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3128
+  (0.5ms) DELETE FROM "users";
3129
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3130
+  (0.0ms) begin transaction
3131
+  (0.0ms) rollback transaction
3132
+  (0.8ms) DELETE FROM "identities";
3133
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3134
+  (0.5ms) DELETE FROM "users";
3135
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3136
+  (0.0ms) begin transaction
3137
+  (0.0ms) rollback transaction
3138
+  (0.8ms) DELETE FROM "identities";
3139
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3140
+  (0.6ms) DELETE FROM "users";
3141
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3142
+  (0.0ms) begin transaction
3143
+  (0.0ms) rollback transaction
3144
+  (0.6ms) DELETE FROM "identities";
3145
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3146
+  (0.5ms) DELETE FROM "users";
3147
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3148
+  (0.0ms) begin transaction
3149
+  (0.0ms) SAVEPOINT active_record_1
3150
+ SQL (3.0ms) INSERT INTO "users" ("created_at", "dismissed_helpers", "email", "session_token", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 12:52:16 UTC +00:00], ["dismissed_helpers", nil], ["email", "test@example.com"], ["session_token", nil], ["updated_at", Fri, 24 May 2013 12:52:16 UTC +00:00]]
3151
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND LOWER("identities"."username") = LOWER('test@example.com') LIMIT 1
3152
+ Binary data inserted for `string` type on column `token`
3153
+ SQL (0.3ms) INSERT INTO "identities" ("account_id", "account_type", "created_at", "remember_token", "reset_token", "token", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["account_id", 1], ["account_type", "User"], ["created_at", Fri, 24 May 2013 12:52:16 UTC +00:00], ["remember_token", nil], ["reset_token", nil], ["token", "$2a$10$7zP9COnUWduI4QDCnvNx/.YefgQfS0mXPsCCXVNE1lg8fo2YYAoGu"], ["type", "Identities::Password"], ["updated_at", Fri, 24 May 2013 12:52:16 UTC +00:00], ["username", "test@example.com"]]
3154
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3155
+ Started GET "/sign_in" for 127.0.0.1 at 2013-05-24 08:52:18 -0400
3156
+ Processing by SessionsController#new as HTML
3157
+ Parameters: {"identity"=>:password}
3158
+ Rendered /Users/dan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/easy_auth-password-0.0.6/app/views/sessions/new.html.erb within layouts/application (6.5ms)
3159
+ Completed 200 OK in 16ms (Views: 14.6ms | ActiveRecord: 0.0ms)
3160
+ Started GET "/assets/application.css" for 127.0.0.1 at 2013-05-24 08:52:18 -0400
3161
+ Served asset /application.css - 200 OK (4ms)
3162
+ Started GET "/assets/application.js" for 127.0.0.1 at 2013-05-24 08:52:18 -0400
3163
+ Served asset /application.js - 200 OK (52ms)
3164
+ Started POST "/sign_in" for 127.0.0.1 at 2013-05-24 08:52:18 -0400
3165
+ Processing by SessionsController#create as HTML
3166
+ Parameters: {"utf8"=>"✓", "identities_password"=>"[FILTERED]", "commit"=>"Submit", "identity"=>:password}
3167
+ Identities::Password Load (0.3ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND ("identities"."username" LIKE 'test@example.com') LIMIT 1
3168
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
3169
+ SQL (0.4ms) UPDATE "users" SET "session_token" = '$2a$10$HeKccwTqC54Npjc5UaUVIelDIFasrUTAJ9DF1XUw3XJlfen6UEV.i' WHERE "users"."id" = 1
3170
+ Redirected to http://127.0.0.1:3999/
3171
+ Completed 302 Found in 154ms (ActiveRecord: 0.8ms)
3172
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:52:18 -0400
3173
+ Processing by LandingController#show as HTML
3174
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$HeKccwTqC54Npjc5UaUVIelDIFasrUTAJ9DF1XUw3XJlfen6UEV.i' LIMIT 1
3175
+ Rendered landing/show.html.erb within layouts/application (1.9ms)
3176
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.1ms)
3177
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:52:18 -0400
3178
+ Processing by DismissedHelpersController#create as JSON
3179
+ Parameters: {"helper"=>"hello"}
3180
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$HeKccwTqC54Npjc5UaUVIelDIFasrUTAJ9DF1XUw3XJlfen6UEV.i' LIMIT 1
3181
+  (0.0ms) SAVEPOINT active_record_1
3182
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
3183
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
3184
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '---
3185
+ - hello
3186
+ ', "updated_at" = '2013-05-24 12:52:18.617155' WHERE "users"."id" = 1
3187
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3188
+ Completed 200 OK in 12ms (Views: 0.2ms | ActiveRecord: 0.6ms)
3189
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:52:19 -0400
3190
+ Processing by LandingController#show as HTML
3191
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$HeKccwTqC54Npjc5UaUVIelDIFasrUTAJ9DF1XUw3XJlfen6UEV.i' LIMIT 1
3192
+ Rendered landing/show.html.erb within layouts/application (1.2ms)
3193
+ Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.1ms)
3194
+  (1.8ms) rollback transaction
3195
+  (1.1ms) DELETE FROM "identities";
3196
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3197
+  (0.7ms) DELETE FROM "users";
3198
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3199
+  (0.1ms) begin transaction
3200
+  (0.0ms) SAVEPOINT active_record_1
3201
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "dismissed_helpers", "email", "session_token", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 12:52:21 UTC +00:00], ["dismissed_helpers", nil], ["email", "test@example.com"], ["session_token", nil], ["updated_at", Fri, 24 May 2013 12:52:21 UTC +00:00]]
3202
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND LOWER("identities"."username") = LOWER('test@example.com') LIMIT 1
3203
+ Binary data inserted for `string` type on column `token`
3204
+ SQL (0.2ms) INSERT INTO "identities" ("account_id", "account_type", "created_at", "remember_token", "reset_token", "token", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["account_id", 1], ["account_type", "User"], ["created_at", Fri, 24 May 2013 12:52:21 UTC +00:00], ["remember_token", nil], ["reset_token", nil], ["token", "$2a$10$rGJijKksh2qjnxcPQb3J.OkFBYa4qKBMT8cEyPPr/QExh4JnbLQP2"], ["type", "Identities::Password"], ["updated_at", Fri, 24 May 2013 12:52:21 UTC +00:00], ["username", "test@example.com"]]
3205
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3206
+ Started GET "/sign_in" for 127.0.0.1 at 2013-05-24 08:52:21 -0400
3207
+ Processing by SessionsController#new as HTML
3208
+ Parameters: {"identity"=>:password}
3209
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
3210
+ Started POST "/sign_in" for 127.0.0.1 at 2013-05-24 08:52:21 -0400
3211
+ Processing by SessionsController#create as HTML
3212
+ Parameters: {"utf8"=>"✓", "identities_password"=>"[FILTERED]", "commit"=>"Submit", "identity"=>:password}
3213
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND ("identities"."username" LIKE 'test@example.com') LIMIT 1
3214
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
3215
+ SQL (0.3ms) UPDATE "users" SET "session_token" = '$2a$10$Z2gF7AJ7cBf4J7awDN6Oxu.C.QJpJPAl0jc8dF.kvfPzkT5hkdn1a' WHERE "users"."id" = 1
3216
+ Redirected to http://127.0.0.1:3999/
3217
+ Completed 302 Found in 145ms (ActiveRecord: 0.6ms)
3218
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:52:21 -0400
3219
+ Processing by LandingController#show as HTML
3220
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$Z2gF7AJ7cBf4J7awDN6Oxu.C.QJpJPAl0jc8dF.kvfPzkT5hkdn1a' LIMIT 1
3221
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms)
3222
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:52:21 -0400
3223
+ Processing by LandingController#restorable as HTML
3224
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$Z2gF7AJ7cBf4J7awDN6Oxu.C.QJpJPAl0jc8dF.kvfPzkT5hkdn1a' LIMIT 1
3225
+ Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.1ms)
3226
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:52:22 -0400
3227
+ Processing by DismissedHelpersController#create as JSON
3228
+ Parameters: {"helper"=>"restorable"}
3229
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$Z2gF7AJ7cBf4J7awDN6Oxu.C.QJpJPAl0jc8dF.kvfPzkT5hkdn1a' LIMIT 1
3230
+  (0.0ms) SAVEPOINT active_record_1
3231
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
3232
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
3233
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '---
3234
+ - restorable
3235
+ ', "updated_at" = '2013-05-24 12:52:22.031705' WHERE "users"."id" = 1
3236
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3237
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.5ms)
3238
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:52:23 -0400
3239
+ Processing by LandingController#restorable as HTML
3240
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$Z2gF7AJ7cBf4J7awDN6Oxu.C.QJpJPAl0jc8dF.kvfPzkT5hkdn1a' LIMIT 1
3241
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms)
3242
+ Started DELETE "/dismissed_helpers/restorable" for 127.0.0.1 at 2013-05-24 08:52:23 -0400
3243
+ Processing by DismissedHelpersController#destroy as JSON
3244
+ Parameters: {"helper"=>"restorable"}
3245
+ destroy 'restorable'
3246
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$Z2gF7AJ7cBf4J7awDN6Oxu.C.QJpJPAl0jc8dF.kvfPzkT5hkdn1a' LIMIT 1
3247
+  (0.0ms) SAVEPOINT active_record_1
3248
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
3249
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
3250
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '--- []
3251
+ ', "updated_at" = '2013-05-24 12:52:23.083021' WHERE "users"."id" = 1
3252
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3253
+ Completed 200 OK in 6ms (Views: 0.1ms | ActiveRecord: 0.5ms)
3254
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:52:24 -0400
3255
+ Processing by LandingController#restorable as HTML
3256
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$Z2gF7AJ7cBf4J7awDN6Oxu.C.QJpJPAl0jc8dF.kvfPzkT5hkdn1a' LIMIT 1
3257
+ Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.1ms)
3258
+  (1.8ms) rollback transaction
3259
+  (1.1ms) DELETE FROM "identities";
3260
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3261
+  (0.7ms) DELETE FROM "users";
3262
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3263
+  (0.1ms) begin transaction
3264
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:52:24 -0400
3265
+ Processing by LandingController#show as HTML
3266
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
3267
+  (0.1ms) rollback transaction
3268
+  (2.5ms) DELETE FROM "identities";
3269
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3270
+  (0.8ms) DELETE FROM "users";
3271
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3272
+  (0.1ms) begin transaction
3273
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:52:26 -0400
3274
+ Processing by LandingController#restorable as HTML
3275
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
3276
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:52:26 -0400
3277
+ Processing by DismissedHelpersController#create as JSON
3278
+ Parameters: {"helper"=>"restorable"}
3279
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3280
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:52:27 -0400
3281
+ Processing by LandingController#restorable as HTML
3282
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
3283
+ Started DELETE "/dismissed_helpers/restorable" for 127.0.0.1 at 2013-05-24 08:52:27 -0400
3284
+ Processing by DismissedHelpersController#destroy as JSON
3285
+ Parameters: {"helper"=>"restorable"}
3286
+ destroy 'restorable'
3287
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3288
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:52:28 -0400
3289
+ Processing by LandingController#restorable as HTML
3290
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
3291
+  (0.0ms) rollback transaction
3292
+  (1.0ms) DELETE FROM "identities";
3293
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3294
+  (0.6ms) DELETE FROM "users";
3295
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3296
+  (0.0ms) begin transaction
3297
+  (0.0ms) rollback transaction
3298
+  (0.8ms) DELETE FROM "identities";
3299
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3300
+  (0.7ms) DELETE FROM "users";
3301
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3302
+  (0.0ms) begin transaction
3303
+  (0.0ms) rollback transaction
3304
+  (1.0ms) DELETE FROM "identities";
3305
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3306
+  (0.6ms) DELETE FROM "users";
3307
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3308
+  (0.0ms) begin transaction
3309
+  (0.0ms) rollback transaction
3310
+  (0.9ms) DELETE FROM "identities";
3311
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3312
+  (0.6ms) DELETE FROM "users";
3313
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3314
+  (0.0ms) begin transaction
3315
+  (0.0ms) rollback transaction
3316
+  (1.1ms) DELETE FROM "identities";
3317
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3318
+  (0.7ms) DELETE FROM "users";
3319
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3320
+  (0.0ms) begin transaction
3321
+  (0.0ms) rollback transaction
3322
+  (1.0ms) DELETE FROM "identities";
3323
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3324
+  (0.7ms) DELETE FROM "users";
3325
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3326
+  (1.1ms) DELETE FROM "identities";
3327
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3328
+  (1.0ms) DELETE FROM "users";
3329
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3330
+ Connecting to database specified by database.yml
3331
+  (0.1ms) begin transaction
3332
+  (0.1ms) rollback transaction
3333
+  (2.0ms) DELETE FROM "identities";
3334
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3335
+  (0.8ms) DELETE FROM "users";
3336
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3337
+  (0.0ms) begin transaction
3338
+  (0.0ms) rollback transaction
3339
+  (0.9ms) DELETE FROM "identities";
3340
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3341
+  (0.8ms) DELETE FROM "users";
3342
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3343
+  (0.0ms) begin transaction
3344
+  (0.0ms) rollback transaction
3345
+  (0.8ms) DELETE FROM "identities";
3346
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3347
+  (0.8ms) DELETE FROM "users";
3348
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3349
+  (0.0ms) begin transaction
3350
+  (0.0ms) rollback transaction
3351
+  (1.0ms) DELETE FROM "identities";
3352
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3353
+  (0.8ms) DELETE FROM "users";
3354
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3355
+  (0.0ms) begin transaction
3356
+  (0.0ms) rollback transaction
3357
+  (1.1ms) DELETE FROM "identities";
3358
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3359
+  (0.8ms) DELETE FROM "users";
3360
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3361
+  (0.0ms) begin transaction
3362
+  (0.0ms) rollback transaction
3363
+  (1.0ms) DELETE FROM "identities";
3364
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3365
+  (0.7ms) DELETE FROM "users";
3366
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3367
+  (0.0ms) begin transaction
3368
+  (0.0ms) rollback transaction
3369
+  (0.8ms) DELETE FROM "identities";
3370
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3371
+  (0.8ms) DELETE FROM "users";
3372
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3373
+  (0.0ms) begin transaction
3374
+  (0.0ms) SAVEPOINT active_record_1
3375
+ SQL (3.1ms) INSERT INTO "users" ("created_at", "dismissed_helpers", "email", "session_token", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 12:52:41 UTC +00:00], ["dismissed_helpers", nil], ["email", "test@example.com"], ["session_token", nil], ["updated_at", Fri, 24 May 2013 12:52:41 UTC +00:00]]
3376
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND LOWER("identities"."username") = LOWER('test@example.com') LIMIT 1
3377
+ Binary data inserted for `string` type on column `token`
3378
+ SQL (0.4ms) INSERT INTO "identities" ("account_id", "account_type", "created_at", "remember_token", "reset_token", "token", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["account_id", 1], ["account_type", "User"], ["created_at", Fri, 24 May 2013 12:52:41 UTC +00:00], ["remember_token", nil], ["reset_token", nil], ["token", "$2a$10$oL7Aj.LYDvNh8AwMS5m2we34W9xYWtw2KsSpwLNaf5z07QYd/X7di"], ["type", "Identities::Password"], ["updated_at", Fri, 24 May 2013 12:52:41 UTC +00:00], ["username", "test@example.com"]]
3379
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3380
+ Started GET "/sign_in" for 127.0.0.1 at 2013-05-24 08:52:43 -0400
3381
+ Processing by SessionsController#new as HTML
3382
+ Parameters: {"identity"=>:password}
3383
+ Rendered /Users/dan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/easy_auth-password-0.0.6/app/views/sessions/new.html.erb within layouts/application (6.3ms)
3384
+ Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.0ms)
3385
+ Started GET "/assets/application.css" for 127.0.0.1 at 2013-05-24 08:52:43 -0400
3386
+ Served asset /application.css - 200 OK (4ms)
3387
+ Started GET "/assets/application.js" for 127.0.0.1 at 2013-05-24 08:52:43 -0400
3388
+ Served asset /application.js - 200 OK (50ms)
3389
+ Started POST "/sign_in" for 127.0.0.1 at 2013-05-24 08:52:43 -0400
3390
+ Processing by SessionsController#create as HTML
3391
+ Parameters: {"utf8"=>"✓", "identities_password"=>"[FILTERED]", "commit"=>"Submit", "identity"=>:password}
3392
+ Identities::Password Load (0.3ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND ("identities"."username" LIKE 'test@example.com') LIMIT 1
3393
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
3394
+ SQL (0.3ms) UPDATE "users" SET "session_token" = '$2a$10$eCdee8BlooXjlHPVu5hlH.VBNsIDss0aVQgooicpPrUh6WUgPIP0u' WHERE "users"."id" = 1
3395
+ Redirected to http://127.0.0.1:3999/
3396
+ Completed 302 Found in 150ms (ActiveRecord: 0.7ms)
3397
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:52:43 -0400
3398
+ Processing by LandingController#show as HTML
3399
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$eCdee8BlooXjlHPVu5hlH.VBNsIDss0aVQgooicpPrUh6WUgPIP0u' LIMIT 1
3400
+ Rendered landing/show.html.erb within layouts/application (1.8ms)
3401
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.1ms)
3402
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:52:43 -0400
3403
+ Processing by DismissedHelpersController#create as JSON
3404
+ Parameters: {"helper"=>"hello"}
3405
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$eCdee8BlooXjlHPVu5hlH.VBNsIDss0aVQgooicpPrUh6WUgPIP0u' LIMIT 1
3406
+  (0.0ms) SAVEPOINT active_record_1
3407
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
3408
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
3409
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '---
3410
+ - hello
3411
+ ', "updated_at" = '2013-05-24 12:52:43.432941' WHERE "users"."id" = 1
3412
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3413
+ Completed 200 OK in 11ms (Views: 0.2ms | ActiveRecord: 0.6ms)
3414
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:52:44 -0400
3415
+ Processing by LandingController#show as HTML
3416
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$eCdee8BlooXjlHPVu5hlH.VBNsIDss0aVQgooicpPrUh6WUgPIP0u' LIMIT 1
3417
+ Rendered landing/show.html.erb within layouts/application (1.4ms)
3418
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms)
3419
+  (1.6ms) rollback transaction
3420
+  (1.2ms) DELETE FROM "identities";
3421
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3422
+  (0.8ms) DELETE FROM "users";
3423
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3424
+  (0.1ms) begin transaction
3425
+  (0.0ms) SAVEPOINT active_record_1
3426
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "dismissed_helpers", "email", "session_token", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 12:52:46 UTC +00:00], ["dismissed_helpers", nil], ["email", "test@example.com"], ["session_token", nil], ["updated_at", Fri, 24 May 2013 12:52:46 UTC +00:00]]
3427
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND LOWER("identities"."username") = LOWER('test@example.com') LIMIT 1
3428
+ Binary data inserted for `string` type on column `token`
3429
+ SQL (0.2ms) INSERT INTO "identities" ("account_id", "account_type", "created_at", "remember_token", "reset_token", "token", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["account_id", 1], ["account_type", "User"], ["created_at", Fri, 24 May 2013 12:52:46 UTC +00:00], ["remember_token", nil], ["reset_token", nil], ["token", "$2a$10$JZinPlVZgBBT7MBsafS1R.ovhHq90wpEIg/5GxUdW6h.8cIIMKT36"], ["type", "Identities::Password"], ["updated_at", Fri, 24 May 2013 12:52:46 UTC +00:00], ["username", "test@example.com"]]
3430
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3431
+ Started GET "/sign_in" for 127.0.0.1 at 2013-05-24 08:52:46 -0400
3432
+ Processing by SessionsController#new as HTML
3433
+ Parameters: {"identity"=>:password}
3434
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
3435
+ Started POST "/sign_in" for 127.0.0.1 at 2013-05-24 08:52:46 -0400
3436
+ Processing by SessionsController#create as HTML
3437
+ Parameters: {"utf8"=>"✓", "identities_password"=>"[FILTERED]", "commit"=>"Submit", "identity"=>:password}
3438
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND ("identities"."username" LIKE 'test@example.com') LIMIT 1
3439
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
3440
+ SQL (0.3ms) UPDATE "users" SET "session_token" = '$2a$10$zDGiDYU/JQB25EWL3BdTfOobogbHNDXtigbNu/gOQtd196WETZe..' WHERE "users"."id" = 1
3441
+ Redirected to http://127.0.0.1:3999/
3442
+ Completed 302 Found in 142ms (ActiveRecord: 0.6ms)
3443
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:52:46 -0400
3444
+ Processing by LandingController#show as HTML
3445
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$zDGiDYU/JQB25EWL3BdTfOobogbHNDXtigbNu/gOQtd196WETZe..' LIMIT 1
3446
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms)
3447
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:52:46 -0400
3448
+ Processing by LandingController#restorable as HTML
3449
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$zDGiDYU/JQB25EWL3BdTfOobogbHNDXtigbNu/gOQtd196WETZe..' LIMIT 1
3450
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms)
3451
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:52:46 -0400
3452
+ Processing by DismissedHelpersController#create as JSON
3453
+ Parameters: {"helper"=>"restorable"}
3454
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$zDGiDYU/JQB25EWL3BdTfOobogbHNDXtigbNu/gOQtd196WETZe..' LIMIT 1
3455
+  (0.0ms) SAVEPOINT active_record_1
3456
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
3457
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
3458
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '---
3459
+ - restorable
3460
+ ', "updated_at" = '2013-05-24 12:52:46.854900' WHERE "users"."id" = 1
3461
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3462
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.5ms)
3463
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:52:47 -0400
3464
+ Processing by LandingController#restorable as HTML
3465
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$zDGiDYU/JQB25EWL3BdTfOobogbHNDXtigbNu/gOQtd196WETZe..' LIMIT 1
3466
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms)
3467
+ Started DELETE "/dismissed_helpers/restorable" for 127.0.0.1 at 2013-05-24 08:52:47 -0400
3468
+ Processing by DismissedHelpersController#destroy as JSON
3469
+ Parameters: {"helper"=>"restorable"}
3470
+ destroy 'restorable'
3471
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$zDGiDYU/JQB25EWL3BdTfOobogbHNDXtigbNu/gOQtd196WETZe..' LIMIT 1
3472
+  (0.0ms) SAVEPOINT active_record_1
3473
+ Identities::Password Load (0.2ms) SELECT "identities".* FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND "identities"."account_id" = 1 LIMIT 1
3474
+ Identities::Password Exists (0.1ms) SELECT 1 AS one FROM "identities" WHERE "identities"."type" IN ('Identities::Password') AND (LOWER("identities"."username") = LOWER('test@example.com') AND "identities"."id" != 1) LIMIT 1
3475
+  (0.1ms) UPDATE "users" SET "dismissed_helpers" = '--- []
3476
+ ', "updated_at" = '2013-05-24 12:52:47.901532' WHERE "users"."id" = 1
3477
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3478
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.6ms)
3479
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:52:48 -0400
3480
+ Processing by LandingController#restorable as HTML
3481
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."session_token" = '$2a$10$zDGiDYU/JQB25EWL3BdTfOobogbHNDXtigbNu/gOQtd196WETZe..' LIMIT 1
3482
+ Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.1ms)
3483
+  (1.7ms) rollback transaction
3484
+  (1.1ms) DELETE FROM "identities";
3485
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3486
+  (0.8ms) DELETE FROM "users";
3487
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3488
+  (0.1ms) begin transaction
3489
+ Started GET "/" for 127.0.0.1 at 2013-05-24 08:52:48 -0400
3490
+ Processing by LandingController#show as HTML
3491
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
3492
+  (0.1ms) rollback transaction
3493
+  (1.3ms) DELETE FROM "identities";
3494
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3495
+  (0.7ms) DELETE FROM "users";
3496
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3497
+  (0.1ms) begin transaction
3498
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:52:51 -0400
3499
+ Processing by LandingController#restorable as HTML
3500
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
3501
+ Started POST "/dismissed_helpers" for 127.0.0.1 at 2013-05-24 08:52:51 -0400
3502
+ Processing by DismissedHelpersController#create as JSON
3503
+ Parameters: {"helper"=>"restorable"}
3504
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3505
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:52:52 -0400
3506
+ Processing by LandingController#restorable as HTML
3507
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
3508
+ Started DELETE "/dismissed_helpers/restorable" for 127.0.0.1 at 2013-05-24 08:52:52 -0400
3509
+ Processing by DismissedHelpersController#destroy as JSON
3510
+ Parameters: {"helper"=>"restorable"}
3511
+ destroy 'restorable'
3512
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3513
+ Started GET "/landing/restorable" for 127.0.0.1 at 2013-05-24 08:52:53 -0400
3514
+ Processing by LandingController#restorable as HTML
3515
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
3516
+  (0.1ms) rollback transaction
3517
+  (2.5ms) DELETE FROM "identities";
3518
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3519
+  (0.7ms) DELETE FROM "users";
3520
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3521
+  (0.1ms) begin transaction
3522
+  (0.0ms) rollback transaction
3523
+  (0.9ms) DELETE FROM "identities";
3524
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3525
+  (0.9ms) DELETE FROM "users";
3526
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3527
+  (0.0ms) begin transaction
3528
+  (0.0ms) rollback transaction
3529
+  (1.0ms) DELETE FROM "identities";
3530
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3531
+  (0.6ms) DELETE FROM "users";
3532
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3533
+  (0.0ms) begin transaction
3534
+  (0.0ms) rollback transaction
3535
+  (0.7ms) DELETE FROM "identities";
3536
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3537
+  (0.7ms) DELETE FROM "users";
3538
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3539
+  (0.0ms) begin transaction
3540
+  (0.0ms) rollback transaction
3541
+  (1.0ms) DELETE FROM "identities";
3542
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3543
+  (0.7ms) DELETE FROM "users";
3544
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3545
+  (0.0ms) begin transaction
3546
+  (0.0ms) rollback transaction
3547
+  (0.8ms) DELETE FROM "identities";
3548
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3549
+  (0.7ms) DELETE FROM "users";
3550
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';
3551
+  (1.1ms) DELETE FROM "identities";
3552
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'identities';
3553
+  (0.6ms) DELETE FROM "users";
3554
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'users';