session_logger 0.0.1 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. data/README.rdoc +94 -1
  2. data/Rakefile +0 -2
  3. data/lib/generators/session_logger/initializer_generator.rb +12 -0
  4. data/lib/generators/session_logger/templates/session_logger.rb +15 -0
  5. data/lib/session_logger/session_logging.rb +70 -0
  6. data/lib/session_logger/version.rb +1 -1
  7. data/lib/session_logger.rb +28 -1
  8. data/test/dummy/app/assets/javascripts/users.js +2 -0
  9. data/test/dummy/app/assets/stylesheets/scaffold.css +56 -0
  10. data/test/dummy/app/assets/stylesheets/users.css +4 -0
  11. data/test/dummy/app/controllers/application_controller.rb +1 -0
  12. data/test/dummy/app/controllers/users_controller.rb +83 -0
  13. data/test/dummy/app/helpers/users_helper.rb +2 -0
  14. data/test/dummy/app/models/user.rb +2 -0
  15. data/test/dummy/app/views/users/_form.html.erb +29 -0
  16. data/test/dummy/app/views/users/edit.html.erb +6 -0
  17. data/test/dummy/app/views/users/index.html.erb +27 -0
  18. data/test/dummy/app/views/users/new.html.erb +5 -0
  19. data/test/dummy/app/views/users/show.html.erb +20 -0
  20. data/test/dummy/config/database_example.yml +25 -0
  21. data/test/dummy/config/initializers/secret_token.rb +1 -1
  22. data/test/dummy/config/initializers/session_logger.rb +17 -0
  23. data/test/dummy/config/routes.rb +58 -2
  24. data/test/dummy/db/development.sqlite3 +0 -0
  25. data/test/dummy/db/migrate/20111104001311_create_users.rb +11 -0
  26. data/test/dummy/db/migrate/20111105072946_add_sl_campaign_to_user.rb +5 -0
  27. data/test/dummy/db/schema.rb +25 -0
  28. data/test/dummy/db/test.sqlite3 +0 -0
  29. data/test/dummy/log/development.log +7769 -0
  30. data/test/dummy/log/test.log +1919 -0
  31. data/test/dummy/test/fixtures/users.yml +11 -0
  32. data/test/dummy/test/functional/application_controller_test.rb +13 -0
  33. data/test/dummy/test/functional/users_controller_test.rb +92 -0
  34. data/test/dummy/test/unit/helpers/users_helper_test.rb +4 -0
  35. data/test/{integration/navigation_test.rb → dummy/test/unit/user_test.rb} +1 -4
  36. data/test/dummy/tmp/cache/assets/C70/E50/sprockets%2F076e5295d303281065f2740dfa09c02a +0 -0
  37. data/test/dummy/tmp/cache/assets/CAA/620/sprockets%2F87b209c0c9da28094a8d5581a21262c6 +0 -0
  38. data/test/dummy/tmp/cache/assets/CDC/BB0/sprockets%2Fff6ad535237265e32f00941ea62ec807 +0 -0
  39. data/test/dummy/tmp/cache/assets/CDF/070/sprockets%2F70e3c8a3916622c17858d520dcee0d92 +0 -0
  40. data/test/dummy/tmp/cache/assets/CF0/1D0/sprockets%2F6fc757c2c8329244ca95d6909865bbc2 +0 -0
  41. data/test/dummy/tmp/cache/assets/D0E/FD0/sprockets%2Feda9627533d843bb16038063e48c1fbf +0 -0
  42. data/test/dummy/tmp/cache/assets/D11/D20/sprockets%2Fcac21eac42152981882bf9e489316af4 +0 -0
  43. data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  44. data/test/dummy/tmp/cache/assets/D46/650/sprockets%2Ff56253b5f374fff1a33fbbc9881c9124 +0 -0
  45. data/test/dummy/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4 +0 -0
  46. data/test/dummy/tmp/cache/assets/D73/220/sprockets%2F3dbc0a37f98fb43ec819b85a64d32c55 +0 -0
  47. data/test/dummy/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384 +0 -0
  48. data/test/dummy/tmp/cache/assets/DF8/7B0/sprockets%2Fb5580c4b03db7c38cfd55ab7a8f3aad8 +0 -0
  49. data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
  50. data/test/session_logger_test.rb +30 -0
  51. data/test/test_helper.rb +29 -6
  52. data/test/tmp/config/initializers/session_logger.rb +15 -0
  53. data/test/unit/intitializer_generator_test.rb +15 -0
  54. data/test/unit/session_logging_test.rb +13 -0
  55. metadata +185 -12
  56. data/app/assets/javascripts/session_logger/application.js +0 -9
  57. data/app/assets/stylesheets/session_logger/application.css +0 -7
  58. data/app/controllers/session_logger/application_controller.rb +0 -4
  59. data/app/helpers/session_logger/application_helper.rb +0 -4
  60. data/app/views/layouts/session_logger/application.html.erb +0 -14
  61. data/config/routes.rb +0 -2
  62. data/lib/session_logger/engine.rb +0 -5
@@ -0,0 +1,1919 @@
1
+ Fixture Delete (0.2ms) DELETE FROM "users"
2
+ Fixture Insert (0.2ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 05:51:18', '2011-11-05 05:51:18', 980190962)
3
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 05:51:18', '2011-11-05 05:51:18', 298486374)
4
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
5
+  (0.0ms) SELECT COUNT(*) FROM "users" 
6
+ Processing by UsersController#create as HTML
7
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 05:51:18 UTC", "updated_at"=>"2011-11-05 05:51:18 UTC"}}
8
+ WARNING: Can't mass-assign protected attributes: id
9
+  (0.1ms) SAVEPOINT active_record_1
10
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "password", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 05:51:18 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["updated_at", Sat, 05 Nov 2011 05:51:18 UTC +00:00]]
11
+  (0.0ms) RELEASE SAVEPOINT active_record_1
12
+ Redirected to http://test.host/users/980190963
13
+ Completed 302 Found in 9ms
14
+  (0.1ms) SELECT COUNT(*) FROM "users" 
15
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
16
+  (0.0ms) SELECT COUNT(*) FROM "users" 
17
+ Processing by UsersController#destroy as HTML
18
+ Parameters: {"id"=>"980190962"}
19
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
20
+  (0.0ms) SAVEPOINT active_record_1
21
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 980190962]]
22
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23
+ Redirected to http://test.host/users
24
+ Completed 302 Found in 2ms
25
+  (0.0ms) SELECT COUNT(*) FROM "users"
26
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
27
+ Processing by UsersController#edit as HTML
28
+ Parameters: {"id"=>"980190962"}
29
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
30
+ Rendered users/_form.html.erb (4.6ms)
31
+ Completed 200 OK in 71ms (Views: 70.3ms | ActiveRecord: 0.1ms)
32
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
33
+ Processing by UsersController#index as HTML
34
+ User Load (0.1ms) SELECT "users".* FROM "users"
35
+ Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.1ms)
36
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
37
+ Processing by UsersController#new as HTML
38
+ Rendered users/_form.html.erb (2.8ms)
39
+ Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
40
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
41
+ Processing by UsersController#show as HTML
42
+ Parameters: {"id"=>"980190962"}
43
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
44
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
45
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
46
+ Processing by UsersController#update as HTML
47
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 05:51:18 UTC", "updated_at"=>"2011-11-05 05:51:18 UTC"}, "id"=>"980190962"}
48
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
49
+  (0.0ms) SAVEPOINT active_record_1
50
+ WARNING: Can't mass-assign protected attributes: id
51
+  (0.0ms) RELEASE SAVEPOINT active_record_1
52
+ Redirected to http://test.host/users/980190962
53
+ Completed 302 Found in 4ms
54
+ Fixture Delete (0.2ms) DELETE FROM "users"
55
+ Fixture Insert (0.2ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 05:59:24', '2011-11-05 05:59:24', 980190962)
56
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 05:59:24', '2011-11-05 05:59:24', 298486374)
57
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
58
+  (0.0ms) SELECT COUNT(*) FROM "users" 
59
+ Processing by UsersController#create as HTML
60
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 05:59:24 UTC", "updated_at"=>"2011-11-05 05:59:24 UTC"}}
61
+ WARNING: Can't mass-assign protected attributes: id
62
+  (0.1ms) SAVEPOINT active_record_1
63
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "password", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 05:59:24 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["updated_at", Sat, 05 Nov 2011 05:59:24 UTC +00:00]]
64
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65
+ Redirected to http://test.host/users/980190963
66
+ Completed 302 Found in 10ms
67
+  (0.1ms) SELECT COUNT(*) FROM "users" 
68
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
69
+  (0.1ms) SELECT COUNT(*) FROM "users" 
70
+ Processing by UsersController#destroy as HTML
71
+ Parameters: {"id"=>"980190962"}
72
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
73
+  (0.0ms) SAVEPOINT active_record_1
74
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 980190962]]
75
+  (0.0ms) RELEASE SAVEPOINT active_record_1
76
+ Redirected to http://test.host/users
77
+ Completed 302 Found in 2ms
78
+  (0.0ms) SELECT COUNT(*) FROM "users"
79
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
80
+ Processing by UsersController#edit as HTML
81
+ Parameters: {"id"=>"980190962"}
82
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
83
+ Rendered users/_form.html.erb (4.6ms)
84
+ Completed 200 OK in 75ms (Views: 74.2ms | ActiveRecord: 0.1ms)
85
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
86
+ Processing by UsersController#index as HTML
87
+ User Load (0.1ms) SELECT "users".* FROM "users"
88
+ Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.1ms)
89
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
90
+ Processing by UsersController#new as HTML
91
+ Rendered users/_form.html.erb (2.9ms)
92
+ Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
93
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
94
+ Processing by UsersController#show as HTML
95
+ Parameters: {"id"=>"980190962"}
96
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
97
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
98
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
99
+ Processing by UsersController#update as HTML
100
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 05:59:24 UTC", "updated_at"=>"2011-11-05 05:59:24 UTC"}, "id"=>"980190962"}
101
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
102
+  (0.1ms) SAVEPOINT active_record_1
103
+ WARNING: Can't mass-assign protected attributes: id
104
+  (0.1ms) RELEASE SAVEPOINT active_record_1
105
+ Redirected to http://test.host/users/980190962
106
+ Completed 302 Found in 5ms
107
+ Fixture Delete (0.2ms) DELETE FROM "users"
108
+ Fixture Insert (0.2ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 06:00:57', '2011-11-05 06:00:57', 980190962)
109
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 06:00:57', '2011-11-05 06:00:57', 298486374)
110
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
111
+  (0.0ms) SELECT COUNT(*) FROM "users" 
112
+ Processing by UsersController#create as HTML
113
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 06:00:57 UTC", "updated_at"=>"2011-11-05 06:00:57 UTC"}}
114
+ WARNING: Can't mass-assign protected attributes: id
115
+  (0.1ms) SAVEPOINT active_record_1
116
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "password", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 06:00:57 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["updated_at", Sat, 05 Nov 2011 06:00:57 UTC +00:00]]
117
+  (0.0ms) RELEASE SAVEPOINT active_record_1
118
+ Redirected to http://test.host/users/980190963
119
+ Completed 302 Found in 10ms
120
+  (0.1ms) SELECT COUNT(*) FROM "users" 
121
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
122
+  (0.1ms) SELECT COUNT(*) FROM "users" 
123
+ Processing by UsersController#destroy as HTML
124
+ Parameters: {"id"=>"980190962"}
125
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
126
+  (0.0ms) SAVEPOINT active_record_1
127
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 980190962]]
128
+  (0.0ms) RELEASE SAVEPOINT active_record_1
129
+ Redirected to http://test.host/users
130
+ Completed 302 Found in 2ms
131
+  (0.1ms) SELECT COUNT(*) FROM "users"
132
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
133
+ Processing by UsersController#edit as HTML
134
+ Parameters: {"id"=>"980190962"}
135
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
136
+ Rendered users/_form.html.erb (4.4ms)
137
+ Completed 200 OK in 75ms (Views: 74.0ms | ActiveRecord: 0.1ms)
138
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
139
+ Processing by UsersController#index as HTML
140
+ User Load (0.1ms) SELECT "users".* FROM "users"
141
+ Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.1ms)
142
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
143
+ Processing by UsersController#new as HTML
144
+ Rendered users/_form.html.erb (2.8ms)
145
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
146
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
147
+ Processing by UsersController#show as HTML
148
+ Parameters: {"id"=>"980190962"}
149
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
150
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
151
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
152
+ Processing by UsersController#update as HTML
153
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 06:00:57 UTC", "updated_at"=>"2011-11-05 06:00:57 UTC"}, "id"=>"980190962"}
154
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
155
+  (0.0ms) SAVEPOINT active_record_1
156
+ WARNING: Can't mass-assign protected attributes: id
157
+  (0.1ms) RELEASE SAVEPOINT active_record_1
158
+ Redirected to http://test.host/users/980190962
159
+ Completed 302 Found in 5ms
160
+ Fixture Delete (0.2ms) DELETE FROM "users"
161
+ Fixture Insert (0.2ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 06:11:53', '2011-11-05 06:11:53', 980190962)
162
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 06:11:53', '2011-11-05 06:11:53', 298486374)
163
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
164
+  (0.0ms) SELECT COUNT(*) FROM "users" 
165
+ Processing by UsersController#create as HTML
166
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 06:11:53 UTC", "updated_at"=>"2011-11-05 06:11:53 UTC"}}
167
+ WARNING: Can't mass-assign protected attributes: id
168
+  (0.1ms) SAVEPOINT active_record_1
169
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "password", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 06:11:53 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["updated_at", Sat, 05 Nov 2011 06:11:53 UTC +00:00]]
170
+  (0.0ms) RELEASE SAVEPOINT active_record_1
171
+ Redirected to http://test.host/users/980190963
172
+ Completed 302 Found in 10ms
173
+  (0.1ms) SELECT COUNT(*) FROM "users" 
174
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
175
+  (0.0ms) SELECT COUNT(*) FROM "users" 
176
+ Processing by UsersController#destroy as HTML
177
+ Parameters: {"id"=>"980190962"}
178
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
179
+  (0.0ms) SAVEPOINT active_record_1
180
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 980190962]]
181
+  (0.0ms) RELEASE SAVEPOINT active_record_1
182
+ Redirected to http://test.host/users
183
+ Completed 302 Found in 2ms
184
+  (0.1ms) SELECT COUNT(*) FROM "users"
185
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
186
+ Processing by UsersController#edit as HTML
187
+ Parameters: {"id"=>"980190962"}
188
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
189
+ Rendered users/_form.html.erb (4.8ms)
190
+ Completed 200 OK in 79ms (Views: 77.7ms | ActiveRecord: 0.1ms)
191
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
192
+ Processing by UsersController#index as HTML
193
+ User Load (0.1ms) SELECT "users".* FROM "users"
194
+ Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.1ms)
195
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
196
+ Processing by UsersController#new as HTML
197
+ Rendered users/_form.html.erb (2.9ms)
198
+ Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
199
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
200
+ Processing by UsersController#show as HTML
201
+ Parameters: {"id"=>"980190962"}
202
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
203
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
204
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
205
+ Processing by UsersController#update as HTML
206
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 06:11:53 UTC", "updated_at"=>"2011-11-05 06:11:53 UTC"}, "id"=>"980190962"}
207
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
208
+  (0.1ms) SAVEPOINT active_record_1
209
+ WARNING: Can't mass-assign protected attributes: id
210
+  (0.1ms) RELEASE SAVEPOINT active_record_1
211
+ Redirected to http://test.host/users/980190962
212
+ Completed 302 Found in 5ms
213
+ Fixture Delete (0.2ms) DELETE FROM "users"
214
+ Fixture Insert (0.2ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 06:12:29', '2011-11-05 06:12:29', 980190962)
215
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 06:12:29', '2011-11-05 06:12:29', 298486374)
216
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
217
+  (0.1ms) SELECT COUNT(*) FROM "users" 
218
+ Processing by UsersController#create as HTML
219
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 06:12:29 UTC", "updated_at"=>"2011-11-05 06:12:29 UTC"}}
220
+ WARNING: Can't mass-assign protected attributes: id
221
+  (0.1ms) SAVEPOINT active_record_1
222
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "password", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 06:12:29 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["updated_at", Sat, 05 Nov 2011 06:12:29 UTC +00:00]]
223
+  (0.0ms) RELEASE SAVEPOINT active_record_1
224
+ Redirected to http://test.host/users/980190963
225
+ Completed 302 Found in 10ms
226
+  (0.1ms) SELECT COUNT(*) FROM "users" 
227
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
228
+  (0.0ms) SELECT COUNT(*) FROM "users" 
229
+ Processing by UsersController#destroy as HTML
230
+ Parameters: {"id"=>"980190962"}
231
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
232
+  (0.0ms) SAVEPOINT active_record_1
233
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 980190962]]
234
+  (0.0ms) RELEASE SAVEPOINT active_record_1
235
+ Redirected to http://test.host/users
236
+ Completed 302 Found in 2ms
237
+  (0.1ms) SELECT COUNT(*) FROM "users"
238
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
239
+ Processing by UsersController#edit as HTML
240
+ Parameters: {"id"=>"980190962"}
241
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
242
+ Rendered users/_form.html.erb (4.4ms)
243
+ Completed 200 OK in 74ms (Views: 73.1ms | ActiveRecord: 0.1ms)
244
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
245
+ Processing by UsersController#index as HTML
246
+ User Load (0.1ms) SELECT "users".* FROM "users"
247
+ Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.1ms)
248
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
249
+ Processing by UsersController#new as HTML
250
+ Rendered users/_form.html.erb (2.8ms)
251
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
252
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
253
+ Processing by UsersController#show as HTML
254
+ Parameters: {"id"=>"980190962"}
255
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
256
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
257
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
258
+ Processing by UsersController#update as HTML
259
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 06:12:29 UTC", "updated_at"=>"2011-11-05 06:12:29 UTC"}, "id"=>"980190962"}
260
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
261
+  (0.0ms) SAVEPOINT active_record_1
262
+ WARNING: Can't mass-assign protected attributes: id
263
+  (0.1ms) RELEASE SAVEPOINT active_record_1
264
+ Redirected to http://test.host/users/980190962
265
+ Completed 302 Found in 5ms
266
+  (0.1ms) SAVEPOINT active_record_1
267
+ SQL (21.8ms) INSERT INTO "users" ("created_at", "email", "name", "password", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 07:50:54 UTC +00:00], ["email", nil], ["name", "test"], ["password", nil], ["updated_at", Sat, 05 Nov 2011 07:50:54 UTC +00:00]]
268
+  (0.1ms) RELEASE SAVEPOINT active_record_1
269
+  (0.0ms) SAVEPOINT active_record_1
270
+  (0.0ms) RELEASE SAVEPOINT active_record_1
271
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190963]]
272
+  (0.1ms) SAVEPOINT active_record_1
273
+ SQL (20.0ms) INSERT INTO "users" ("created_at", "email", "name", "password", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 07:51:32 UTC +00:00], ["email", nil], ["name", "test"], ["password", nil], ["updated_at", Sat, 05 Nov 2011 07:51:32 UTC +00:00]]
274
+  (0.1ms) RELEASE SAVEPOINT active_record_1
275
+  (0.0ms) SAVEPOINT active_record_1
276
+  (0.0ms) RELEASE SAVEPOINT active_record_1
277
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
278
+  (0.2ms) SAVEPOINT active_record_1
279
+ SQL (44.3ms) INSERT INTO "users" ("created_at", "email", "name", "password", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 07:54:08 UTC +00:00], ["email", nil], ["name", "test"], ["password", nil], ["updated_at", Sat, 05 Nov 2011 07:54:08 UTC +00:00]]
280
+  (0.1ms) RELEASE SAVEPOINT active_record_1
281
+  (0.1ms) SAVEPOINT active_record_1
282
+  (0.1ms) RELEASE SAVEPOINT active_record_1
283
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
284
+  (0.2ms) SAVEPOINT active_record_1
285
+ SQL (39.7ms) INSERT INTO "users" ("created_at", "email", "name", "password", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 07:54:24 UTC +00:00], ["email", nil], ["name", "test"], ["password", nil], ["updated_at", Sat, 05 Nov 2011 07:54:24 UTC +00:00]]
286
+  (0.1ms) RELEASE SAVEPOINT active_record_1
287
+  (0.1ms) SAVEPOINT active_record_1
288
+  (0.1ms) RELEASE SAVEPOINT active_record_1
289
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
290
+  (0.1ms) SAVEPOINT active_record_1
291
+ SQL (24.3ms) INSERT INTO "users" ("created_at", "email", "name", "password", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 07:54:46 UTC +00:00], ["email", nil], ["name", "test"], ["password", nil], ["updated_at", Sat, 05 Nov 2011 07:54:46 UTC +00:00]]
292
+  (0.1ms) RELEASE SAVEPOINT active_record_1
293
+  (0.0ms) SAVEPOINT active_record_1
294
+  (0.0ms) RELEASE SAVEPOINT active_record_1
295
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
296
+  (0.1ms) SAVEPOINT active_record_1
297
+ SQL (20.9ms) INSERT INTO "users" ("created_at", "email", "name", "password", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 07:55:08 UTC +00:00], ["email", nil], ["name", "test"], ["password", nil], ["updated_at", Sat, 05 Nov 2011 07:55:08 UTC +00:00]]
298
+  (0.1ms) RELEASE SAVEPOINT active_record_1
299
+  (0.0ms) SAVEPOINT active_record_1
300
+  (0.0ms) RELEASE SAVEPOINT active_record_1
301
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
302
+  (0.1ms) SAVEPOINT active_record_1
303
+ SQL (24.4ms) INSERT INTO "users" ("created_at", "email", "name", "password", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 07:56:41 UTC +00:00], ["email", nil], ["name", "test"], ["password", nil], ["updated_at", Sat, 05 Nov 2011 07:56:41 UTC +00:00]]
304
+  (0.1ms) RELEASE SAVEPOINT active_record_1
305
+  (0.0ms) SAVEPOINT active_record_1
306
+  (0.1ms) RELEASE SAVEPOINT active_record_1
307
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
308
+  (0.1ms) SAVEPOINT active_record_1
309
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
310
+  (0.1ms) SAVEPOINT active_record_1
311
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
312
+  (0.1ms) SAVEPOINT active_record_1
313
+ SQL (18.6ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 07:58:48 UTC +00:00], ["email", nil], ["name", "test"], ["password", nil], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 07:58:48 UTC +00:00]]
314
+  (0.1ms) RELEASE SAVEPOINT active_record_1
315
+  (0.0ms) SAVEPOINT active_record_1
316
+  (0.0ms) RELEASE SAVEPOINT active_record_1
317
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
318
+ SQL (0.3ms) DELETE FROM "users"
319
+ SQL (0.3ms) DELETE FROM "users"
320
+ Fixture Delete (0.2ms) DELETE FROM "users"
321
+ Fixture Insert (0.2ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:04:21', '2011-11-05 08:04:21', 980190962)
322
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:04:21', '2011-11-05 08:04:21', 298486374)
323
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
324
+  (0.1ms) SELECT COUNT(*) FROM "users" 
325
+ Processing by UsersController#create as HTML
326
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:04:21 UTC", "updated_at"=>"2011-11-05 08:04:21 UTC", "sl_campaign"=>nil}}
327
+ WARNING: Can't mass-assign protected attributes: id
328
+  (0.1ms) SAVEPOINT active_record_1
329
+ SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:04:21 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:04:21 UTC +00:00]]
330
+  (0.0ms) RELEASE SAVEPOINT active_record_1
331
+ Redirected to http://test.host/users/980190963
332
+ Completed 302 Found in 12ms
333
+  (0.1ms) SELECT COUNT(*) FROM "users" 
334
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
335
+  (0.1ms) SELECT COUNT(*) FROM "users" 
336
+ Processing by UsersController#destroy as HTML
337
+ Parameters: {"id"=>"980190962"}
338
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
339
+  (0.0ms) SAVEPOINT active_record_1
340
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 980190962]]
341
+  (0.0ms) RELEASE SAVEPOINT active_record_1
342
+ Redirected to http://test.host/users
343
+ Completed 302 Found in 2ms
344
+  (0.0ms) SELECT COUNT(*) FROM "users"
345
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
346
+ Processing by UsersController#edit as HTML
347
+ Parameters: {"id"=>"980190962"}
348
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
349
+ Rendered users/_form.html.erb (5.3ms)
350
+ Completed 200 OK in 113ms (Views: 111.5ms | ActiveRecord: 0.1ms)
351
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
352
+ Processing by UsersController#index as HTML
353
+ User Load (0.1ms) SELECT "users".* FROM "users"
354
+ Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.1ms)
355
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
356
+ Processing by UsersController#new as HTML
357
+ Rendered users/_form.html.erb (2.7ms)
358
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
359
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
360
+ Processing by UsersController#show as HTML
361
+ Parameters: {"id"=>"980190962"}
362
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
363
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
364
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
365
+ Processing by UsersController#update as HTML
366
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:04:21 UTC", "updated_at"=>"2011-11-05 08:04:21 UTC", "sl_campaign"=>nil}, "id"=>"980190962"}
367
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
368
+  (0.1ms) SAVEPOINT active_record_1
369
+ WARNING: Can't mass-assign protected attributes: id
370
+  (0.0ms) RELEASE SAVEPOINT active_record_1
371
+ Redirected to http://test.host/users/980190962
372
+ Completed 302 Found in 5ms
373
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
374
+  (0.1ms) SELECT COUNT(*) FROM "users" 
375
+ Processing by UsersController#create as HTML
376
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:04:21 UTC", "updated_at"=>"2011-11-05 08:04:21 UTC", "sl_campaign"=>nil}}
377
+ WARNING: Can't mass-assign protected attributes: id
378
+  (0.0ms) SAVEPOINT active_record_1
379
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:04:21 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:04:21 UTC +00:00]]
380
+  (0.0ms) RELEASE SAVEPOINT active_record_1
381
+ Redirected to http://test.host/users/980190963
382
+ Completed 302 Found in 5ms
383
+  (0.1ms) SELECT COUNT(*) FROM "users" 
384
+ Fixture Delete (0.2ms) DELETE FROM "users"
385
+ Fixture Insert (0.2ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:07:12', '2011-11-05 08:07:12', 980190962)
386
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:07:12', '2011-11-05 08:07:12', 298486374)
387
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
388
+ Processing by UsersController#create as HTML
389
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:07:12 UTC", "updated_at"=>"2011-11-05 08:07:12 UTC", "sl_campaign"=>"campaign"}}
390
+ WARNING: Can't mass-assign protected attributes: id
391
+  (0.1ms) SAVEPOINT active_record_1
392
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:07:12 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", "campaign"], ["updated_at", Sat, 05 Nov 2011 08:07:12 UTC +00:00]]
393
+  (0.0ms) RELEASE SAVEPOINT active_record_1
394
+ Redirected to http://test.host/users/980190963
395
+ Completed 302 Found in 12ms
396
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
397
+  (0.1ms) SELECT COUNT(*) FROM "users" 
398
+ Processing by UsersController#create as HTML
399
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:07:12 UTC", "updated_at"=>"2011-11-05 08:07:12 UTC", "sl_campaign"=>nil}}
400
+ WARNING: Can't mass-assign protected attributes: id
401
+  (0.0ms) SAVEPOINT active_record_1
402
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:07:12 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:07:12 UTC +00:00]]
403
+  (0.0ms) RELEASE SAVEPOINT active_record_1
404
+ Redirected to http://test.host/users/980190963
405
+ Completed 302 Found in 5ms
406
+  (0.1ms) SELECT COUNT(*) FROM "users" 
407
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
408
+  (0.0ms) SELECT COUNT(*) FROM "users" 
409
+ Processing by UsersController#destroy as HTML
410
+ Parameters: {"id"=>"980190962"}
411
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
412
+  (0.0ms) SAVEPOINT active_record_1
413
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 980190962]]
414
+  (0.0ms) RELEASE SAVEPOINT active_record_1
415
+ Redirected to http://test.host/users
416
+ Completed 302 Found in 2ms
417
+  (0.0ms) SELECT COUNT(*) FROM "users"
418
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
419
+ Processing by UsersController#edit as HTML
420
+ Parameters: {"id"=>"980190962"}
421
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
422
+ Rendered users/_form.html.erb (5.7ms)
423
+ Completed 200 OK in 118ms (Views: 116.3ms | ActiveRecord: 0.1ms)
424
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
425
+ Processing by UsersController#index as HTML
426
+ User Load (0.1ms) SELECT "users".* FROM "users"
427
+ Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.1ms)
428
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
429
+ Processing by UsersController#new as HTML
430
+ Rendered users/_form.html.erb (2.9ms)
431
+ Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
432
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
433
+ Processing by UsersController#show as HTML
434
+ Parameters: {"id"=>"980190962"}
435
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
436
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms)
437
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
438
+ Processing by UsersController#update as HTML
439
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:07:12 UTC", "updated_at"=>"2011-11-05 08:07:12 UTC", "sl_campaign"=>nil}, "id"=>"980190962"}
440
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
441
+  (0.1ms) SAVEPOINT active_record_1
442
+ WARNING: Can't mass-assign protected attributes: id
443
+  (0.0ms) RELEASE SAVEPOINT active_record_1
444
+ Redirected to http://test.host/users/980190962
445
+ Completed 302 Found in 5ms
446
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
447
+  (0.1ms) SELECT COUNT(*) FROM "users" 
448
+ Processing by UsersController#create as HTML
449
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:07:12 UTC", "updated_at"=>"2011-11-05 08:07:12 UTC", "sl_campaign"=>nil}}
450
+ WARNING: Can't mass-assign protected attributes: id
451
+  (0.1ms) SAVEPOINT active_record_1
452
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:07:12 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:07:12 UTC +00:00]]
453
+  (0.0ms) RELEASE SAVEPOINT active_record_1
454
+ Redirected to http://test.host/users/980190963
455
+ Completed 302 Found in 5ms
456
+  (0.1ms) SELECT COUNT(*) FROM "users" 
457
+ Fixture Delete (0.2ms) DELETE FROM "users"
458
+ Fixture Insert (0.2ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:08:14', '2011-11-05 08:08:14', 980190962)
459
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:08:14', '2011-11-05 08:08:14', 298486374)
460
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
461
+ Processing by UsersController#create as HTML
462
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:08:14 UTC", "updated_at"=>"2011-11-05 08:08:14 UTC", "sl_campaign"=>"campaign"}}
463
+ WARNING: Can't mass-assign protected attributes: id
464
+  (0.1ms) SAVEPOINT active_record_1
465
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:08:14 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", "campaign"], ["updated_at", Sat, 05 Nov 2011 08:08:14 UTC +00:00]]
466
+  (0.0ms) RELEASE SAVEPOINT active_record_1
467
+ Redirected to http://test.host/users/980190963
468
+ Completed 302 Found in 12ms
469
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
470
+  (0.1ms) SELECT COUNT(*) FROM "users" 
471
+ Processing by UsersController#create as HTML
472
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:08:14 UTC", "updated_at"=>"2011-11-05 08:08:14 UTC", "sl_campaign"=>nil}}
473
+ WARNING: Can't mass-assign protected attributes: id
474
+  (0.0ms) SAVEPOINT active_record_1
475
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:08:14 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:08:14 UTC +00:00]]
476
+  (0.0ms) RELEASE SAVEPOINT active_record_1
477
+ Redirected to http://test.host/users/980190963
478
+ Completed 302 Found in 5ms
479
+  (0.1ms) SELECT COUNT(*) FROM "users" 
480
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
481
+  (0.0ms) SELECT COUNT(*) FROM "users" 
482
+ Processing by UsersController#destroy as HTML
483
+ Parameters: {"id"=>"980190962"}
484
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
485
+  (0.0ms) SAVEPOINT active_record_1
486
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 980190962]]
487
+  (0.0ms) RELEASE SAVEPOINT active_record_1
488
+ Redirected to http://test.host/users
489
+ Completed 302 Found in 2ms
490
+  (0.0ms) SELECT COUNT(*) FROM "users"
491
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
492
+ Processing by UsersController#edit as HTML
493
+ Parameters: {"id"=>"980190962"}
494
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
495
+ Rendered users/_form.html.erb (4.9ms)
496
+ Completed 200 OK in 110ms (Views: 109.1ms | ActiveRecord: 0.1ms)
497
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
498
+ Processing by UsersController#index as HTML
499
+ User Load (0.2ms) SELECT "users".* FROM "users"
500
+ Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.2ms)
501
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
502
+ Processing by UsersController#new as HTML
503
+ Rendered users/_form.html.erb (2.7ms)
504
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
505
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
506
+ Processing by UsersController#show as HTML
507
+ Parameters: {"id"=>"980190962"}
508
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
509
+ Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.1ms)
510
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
511
+ Processing by UsersController#update as HTML
512
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:08:14 UTC", "updated_at"=>"2011-11-05 08:08:14 UTC", "sl_campaign"=>nil}, "id"=>"980190962"}
513
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
514
+  (0.1ms) SAVEPOINT active_record_1
515
+ WARNING: Can't mass-assign protected attributes: id
516
+  (0.0ms) RELEASE SAVEPOINT active_record_1
517
+ Redirected to http://test.host/users/980190962
518
+ Completed 302 Found in 6ms
519
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
520
+  (0.1ms) SELECT COUNT(*) FROM "users" 
521
+ Processing by UsersController#create as HTML
522
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:08:14 UTC", "updated_at"=>"2011-11-05 08:08:14 UTC", "sl_campaign"=>nil}}
523
+ WARNING: Can't mass-assign protected attributes: id
524
+  (0.1ms) SAVEPOINT active_record_1
525
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:08:14 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:08:14 UTC +00:00]]
526
+  (0.0ms) RELEASE SAVEPOINT active_record_1
527
+ Redirected to http://test.host/users/980190963
528
+ Completed 302 Found in 5ms
529
+  (0.1ms) SELECT COUNT(*) FROM "users" 
530
+ Fixture Delete (0.2ms) DELETE FROM "users"
531
+ Fixture Insert (0.2ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:08:29', '2011-11-05 08:08:29', 980190962)
532
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:08:29', '2011-11-05 08:08:29', 298486374)
533
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
534
+ Processing by UsersController#create as HTML
535
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:08:29 UTC", "updated_at"=>"2011-11-05 08:08:29 UTC", "sl_campaign"=>"campaign"}}
536
+ WARNING: Can't mass-assign protected attributes: id
537
+  (0.1ms) SAVEPOINT active_record_1
538
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:08:29 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", "campaign"], ["updated_at", Sat, 05 Nov 2011 08:08:29 UTC +00:00]]
539
+  (0.0ms) RELEASE SAVEPOINT active_record_1
540
+ Redirected to http://test.host/users/980190963
541
+ Completed 302 Found in 12ms
542
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
543
+  (0.1ms) SELECT COUNT(*) FROM "users" 
544
+ Processing by UsersController#create as HTML
545
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:08:29 UTC", "updated_at"=>"2011-11-05 08:08:29 UTC", "sl_campaign"=>nil}}
546
+ WARNING: Can't mass-assign protected attributes: id
547
+  (0.0ms) SAVEPOINT active_record_1
548
+ SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:08:29 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:08:29 UTC +00:00]]
549
+  (0.0ms) RELEASE SAVEPOINT active_record_1
550
+ Redirected to http://test.host/users/980190963
551
+ Completed 302 Found in 5ms
552
+  (0.1ms) SELECT COUNT(*) FROM "users" 
553
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
554
+  (0.0ms) SELECT COUNT(*) FROM "users" 
555
+ Processing by UsersController#destroy as HTML
556
+ Parameters: {"id"=>"980190962"}
557
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
558
+  (0.0ms) SAVEPOINT active_record_1
559
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 980190962]]
560
+  (0.0ms) RELEASE SAVEPOINT active_record_1
561
+ Redirected to http://test.host/users
562
+ Completed 302 Found in 2ms
563
+  (0.0ms) SELECT COUNT(*) FROM "users"
564
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
565
+ Processing by UsersController#edit as HTML
566
+ Parameters: {"id"=>"980190962"}
567
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
568
+ Rendered users/_form.html.erb (4.9ms)
569
+ Completed 200 OK in 111ms (Views: 109.7ms | ActiveRecord: 0.0ms)
570
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
571
+ Processing by UsersController#index as HTML
572
+ User Load (0.1ms) SELECT "users".* FROM "users"
573
+ Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.1ms)
574
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
575
+ Processing by UsersController#new as HTML
576
+ Rendered users/_form.html.erb (2.7ms)
577
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
578
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
579
+ Processing by UsersController#show as HTML
580
+ Parameters: {"id"=>"980190962"}
581
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
582
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms)
583
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
584
+ Processing by UsersController#update as HTML
585
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:08:29 UTC", "updated_at"=>"2011-11-05 08:08:29 UTC", "sl_campaign"=>nil}, "id"=>"980190962"}
586
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
587
+  (0.1ms) SAVEPOINT active_record_1
588
+ WARNING: Can't mass-assign protected attributes: id
589
+  (0.0ms) RELEASE SAVEPOINT active_record_1
590
+ Redirected to http://test.host/users/980190962
591
+ Completed 302 Found in 5ms
592
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
593
+  (0.1ms) SELECT COUNT(*) FROM "users" 
594
+ Processing by UsersController#create as HTML
595
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:08:29 UTC", "updated_at"=>"2011-11-05 08:08:29 UTC", "sl_campaign"=>nil}}
596
+ WARNING: Can't mass-assign protected attributes: id
597
+  (0.0ms) SAVEPOINT active_record_1
598
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:08:29 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:08:29 UTC +00:00]]
599
+  (0.0ms) RELEASE SAVEPOINT active_record_1
600
+ Redirected to http://test.host/users/980190963
601
+ Completed 302 Found in 4ms
602
+  (0.0ms) SELECT COUNT(*) FROM "users" 
603
+ Fixture Delete (0.2ms) DELETE FROM "users"
604
+ Fixture Insert (0.2ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:08:35', '2011-11-05 08:08:35', 980190962)
605
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:08:35', '2011-11-05 08:08:35', 298486374)
606
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
607
+  (0.1ms) SELECT COUNT(*) FROM "users" 
608
+ Processing by UsersController#create as HTML
609
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:08:35 UTC", "updated_at"=>"2011-11-05 08:08:35 UTC", "sl_campaign"=>nil}}
610
+ WARNING: Can't mass-assign protected attributes: id
611
+  (0.1ms) SAVEPOINT active_record_1
612
+ SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:08:35 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:08:35 UTC +00:00]]
613
+  (0.0ms) RELEASE SAVEPOINT active_record_1
614
+ Redirected to http://test.host/users/980190963
615
+ Completed 302 Found in 12ms
616
+  (0.1ms) SELECT COUNT(*) FROM "users" 
617
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
618
+  (0.0ms) SELECT COUNT(*) FROM "users" 
619
+ Processing by UsersController#destroy as HTML
620
+ Parameters: {"id"=>"980190962"}
621
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
622
+  (0.0ms) SAVEPOINT active_record_1
623
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 980190962]]
624
+  (0.0ms) RELEASE SAVEPOINT active_record_1
625
+ Redirected to http://test.host/users
626
+ Completed 302 Found in 3ms
627
+  (0.0ms) SELECT COUNT(*) FROM "users"
628
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
629
+ Processing by UsersController#edit as HTML
630
+ Parameters: {"id"=>"980190962"}
631
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
632
+ Rendered users/_form.html.erb (4.6ms)
633
+ Completed 200 OK in 110ms (Views: 108.4ms | ActiveRecord: 0.1ms)
634
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
635
+ Processing by UsersController#index as HTML
636
+ User Load (0.1ms) SELECT "users".* FROM "users"
637
+ Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.1ms)
638
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
639
+ Processing by UsersController#new as HTML
640
+ Rendered users/_form.html.erb (2.8ms)
641
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
642
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
643
+ Processing by UsersController#show as HTML
644
+ Parameters: {"id"=>"980190962"}
645
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
646
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms)
647
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
648
+ Processing by UsersController#update as HTML
649
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:08:35 UTC", "updated_at"=>"2011-11-05 08:08:35 UTC", "sl_campaign"=>nil}, "id"=>"980190962"}
650
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
651
+  (0.0ms) SAVEPOINT active_record_1
652
+ WARNING: Can't mass-assign protected attributes: id
653
+  (0.0ms) RELEASE SAVEPOINT active_record_1
654
+ Redirected to http://test.host/users/980190962
655
+ Completed 302 Found in 6ms
656
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
657
+  (0.1ms) SELECT COUNT(*) FROM "users" 
658
+ Processing by UsersController#create as HTML
659
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:08:35 UTC", "updated_at"=>"2011-11-05 08:08:35 UTC", "sl_campaign"=>nil}}
660
+ WARNING: Can't mass-assign protected attributes: id
661
+  (0.0ms) SAVEPOINT active_record_1
662
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:08:35 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:08:35 UTC +00:00]]
663
+  (0.0ms) RELEASE SAVEPOINT active_record_1
664
+ Redirected to http://test.host/users/980190963
665
+ Completed 302 Found in 5ms
666
+  (0.1ms) SELECT COUNT(*) FROM "users" 
667
+ Fixture Delete (0.2ms) DELETE FROM "users"
668
+ Fixture Insert (0.2ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:09:00', '2011-11-05 08:09:00', 980190962)
669
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:09:00', '2011-11-05 08:09:00', 298486374)
670
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
671
+  (0.0ms) SELECT COUNT(*) FROM "users" 
672
+ Processing by UsersController#create as HTML
673
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:09:00 UTC", "updated_at"=>"2011-11-05 08:09:00 UTC", "sl_campaign"=>nil}}
674
+ WARNING: Can't mass-assign protected attributes: id
675
+  (0.1ms) SAVEPOINT active_record_1
676
+ SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:09:00 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:09:00 UTC +00:00]]
677
+  (0.0ms) RELEASE SAVEPOINT active_record_1
678
+ Redirected to http://test.host/users/980190963
679
+ Completed 302 Found in 12ms
680
+  (0.1ms) SELECT COUNT(*) FROM "users" 
681
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
682
+  (0.0ms) SELECT COUNT(*) FROM "users" 
683
+ Processing by UsersController#destroy as HTML
684
+ Parameters: {"id"=>"980190962"}
685
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
686
+  (0.0ms) SAVEPOINT active_record_1
687
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 980190962]]
688
+  (0.0ms) RELEASE SAVEPOINT active_record_1
689
+ Redirected to http://test.host/users
690
+ Completed 302 Found in 2ms
691
+  (0.1ms) SELECT COUNT(*) FROM "users"
692
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
693
+ Processing by UsersController#edit as HTML
694
+ Parameters: {"id"=>"980190962"}
695
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
696
+ Rendered users/_form.html.erb (4.7ms)
697
+ Completed 200 OK in 112ms (Views: 110.4ms | ActiveRecord: 0.1ms)
698
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
699
+ Processing by UsersController#index as HTML
700
+ User Load (0.1ms) SELECT "users".* FROM "users"
701
+ Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.1ms)
702
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
703
+ Processing by UsersController#new as HTML
704
+ Rendered users/_form.html.erb (2.8ms)
705
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
706
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
707
+ Processing by UsersController#show as HTML
708
+ Parameters: {"id"=>"980190962"}
709
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
710
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
711
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
712
+ Processing by UsersController#update as HTML
713
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:09:00 UTC", "updated_at"=>"2011-11-05 08:09:00 UTC", "sl_campaign"=>nil}, "id"=>"980190962"}
714
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
715
+  (0.1ms) SAVEPOINT active_record_1
716
+ WARNING: Can't mass-assign protected attributes: id
717
+  (0.1ms) RELEASE SAVEPOINT active_record_1
718
+ Redirected to http://test.host/users/980190962
719
+ Completed 302 Found in 5ms
720
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
721
+  (0.1ms) SELECT COUNT(*) FROM "users" 
722
+ Processing by UsersController#create as HTML
723
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:09:00 UTC", "updated_at"=>"2011-11-05 08:09:00 UTC", "sl_campaign"=>nil}}
724
+ WARNING: Can't mass-assign protected attributes: id
725
+  (0.0ms) SAVEPOINT active_record_1
726
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:09:00 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:09:00 UTC +00:00]]
727
+  (0.0ms) RELEASE SAVEPOINT active_record_1
728
+ Redirected to http://test.host/users/980190963
729
+ Completed 302 Found in 5ms
730
+  (0.0ms) SELECT COUNT(*) FROM "users" 
731
+ Fixture Delete (0.2ms) DELETE FROM "users"
732
+ Fixture Insert (0.2ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:09:41', '2011-11-05 08:09:41', 980190962)
733
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:09:41', '2011-11-05 08:09:41', 298486374)
734
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
735
+  (0.0ms) SELECT COUNT(*) FROM "users" 
736
+ Processing by UsersController#create as HTML
737
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:09:41 UTC", "updated_at"=>"2011-11-05 08:09:41 UTC", "sl_campaign"=>nil}}
738
+ WARNING: Can't mass-assign protected attributes: id
739
+  (0.1ms) SAVEPOINT active_record_1
740
+ SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:09:41 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:09:41 UTC +00:00]]
741
+  (0.0ms) RELEASE SAVEPOINT active_record_1
742
+ Redirected to http://test.host/users/980190963
743
+ Completed 302 Found in 12ms
744
+  (0.1ms) SELECT COUNT(*) FROM "users" 
745
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
746
+  (0.0ms) SELECT COUNT(*) FROM "users" 
747
+ Processing by UsersController#destroy as HTML
748
+ Parameters: {"id"=>"980190962"}
749
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
750
+  (0.0ms) SAVEPOINT active_record_1
751
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 980190962]]
752
+  (0.0ms) RELEASE SAVEPOINT active_record_1
753
+ Redirected to http://test.host/users
754
+ Completed 302 Found in 3ms
755
+  (0.1ms) SELECT COUNT(*) FROM "users"
756
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
757
+ Processing by UsersController#edit as HTML
758
+ Parameters: {"id"=>"980190962"}
759
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
760
+ Rendered users/_form.html.erb (4.7ms)
761
+ Completed 200 OK in 112ms (Views: 110.7ms | ActiveRecord: 0.1ms)
762
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
763
+ Processing by UsersController#index as HTML
764
+ User Load (0.1ms) SELECT "users".* FROM "users"
765
+ Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.1ms)
766
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
767
+ Processing by UsersController#new as HTML
768
+ Rendered users/_form.html.erb (2.7ms)
769
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
770
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
771
+ Processing by UsersController#show as HTML
772
+ Parameters: {"id"=>"980190962"}
773
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
774
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
775
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
776
+ Processing by UsersController#update as HTML
777
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:09:41 UTC", "updated_at"=>"2011-11-05 08:09:41 UTC", "sl_campaign"=>nil}, "id"=>"980190962"}
778
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
779
+  (0.1ms) SAVEPOINT active_record_1
780
+ WARNING: Can't mass-assign protected attributes: id
781
+  (0.0ms) RELEASE SAVEPOINT active_record_1
782
+ Redirected to http://test.host/users/980190962
783
+ Completed 302 Found in 6ms
784
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
785
+ Fixture Delete (0.2ms) DELETE FROM "users"
786
+ Fixture Insert (0.2ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:10:05', '2011-11-05 08:10:05', 980190962)
787
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:10:05', '2011-11-05 08:10:05', 298486374)
788
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
789
+  (0.0ms) SELECT COUNT(*) FROM "users" 
790
+ Processing by UsersController#create as HTML
791
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:10:05 UTC", "updated_at"=>"2011-11-05 08:10:05 UTC", "sl_campaign"=>nil}}
792
+ WARNING: Can't mass-assign protected attributes: id
793
+  (0.1ms) SAVEPOINT active_record_1
794
+ SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:10:05 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:10:05 UTC +00:00]]
795
+  (0.0ms) RELEASE SAVEPOINT active_record_1
796
+ Redirected to http://test.host/users/980190963
797
+ Completed 302 Found in 12ms
798
+  (0.1ms) SELECT COUNT(*) FROM "users" 
799
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
800
+  (0.1ms) SELECT COUNT(*) FROM "users" 
801
+ Processing by UsersController#destroy as HTML
802
+ Parameters: {"id"=>"980190962"}
803
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
804
+  (0.0ms) SAVEPOINT active_record_1
805
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 980190962]]
806
+  (0.0ms) RELEASE SAVEPOINT active_record_1
807
+ Redirected to http://test.host/users
808
+ Completed 302 Found in 3ms
809
+  (0.1ms) SELECT COUNT(*) FROM "users"
810
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
811
+ Processing by UsersController#edit as HTML
812
+ Parameters: {"id"=>"980190962"}
813
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
814
+ Rendered users/_form.html.erb (4.9ms)
815
+ Completed 200 OK in 111ms (Views: 110.0ms | ActiveRecord: 0.1ms)
816
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
817
+ Processing by UsersController#index as HTML
818
+ User Load (0.1ms) SELECT "users".* FROM "users"
819
+ Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.1ms)
820
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
821
+ Processing by UsersController#new as HTML
822
+ Rendered users/_form.html.erb (2.8ms)
823
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
824
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
825
+ Processing by UsersController#show as HTML
826
+ Parameters: {"id"=>"980190962"}
827
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
828
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms)
829
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
830
+ Processing by UsersController#update as HTML
831
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:10:05 UTC", "updated_at"=>"2011-11-05 08:10:05 UTC", "sl_campaign"=>nil}, "id"=>"980190962"}
832
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
833
+  (0.1ms) SAVEPOINT active_record_1
834
+ WARNING: Can't mass-assign protected attributes: id
835
+  (0.0ms) RELEASE SAVEPOINT active_record_1
836
+ Redirected to http://test.host/users/980190962
837
+ Completed 302 Found in 5ms
838
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
839
+  (0.1ms) SELECT COUNT(*) FROM "users" 
840
+ Processing by UsersController#create as HTML
841
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:10:05 UTC", "updated_at"=>"2011-11-05 08:10:05 UTC", "sl_campaign"=>nil}}
842
+ WARNING: Can't mass-assign protected attributes: id
843
+  (0.0ms) SAVEPOINT active_record_1
844
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:10:05 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:10:05 UTC +00:00]]
845
+  (0.0ms) RELEASE SAVEPOINT active_record_1
846
+ Redirected to http://test.host/users/980190963
847
+ Completed 302 Found in 5ms
848
+  (0.1ms) SELECT COUNT(*) FROM "users" 
849
+ Fixture Delete (0.2ms) DELETE FROM "users"
850
+ Fixture Insert (0.2ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:10:59', '2011-11-05 08:10:59', 980190962)
851
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:10:59', '2011-11-05 08:10:59', 298486374)
852
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
853
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
854
+  (0.1ms) SELECT COUNT(*) FROM "users"
855
+ Processing by UsersController#create as HTML
856
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:10:59 UTC", "updated_at"=>"2011-11-05 08:10:59 UTC", "sl_campaign"=>nil}}
857
+ WARNING: Can't mass-assign protected attributes: id
858
+  (0.1ms) SAVEPOINT active_record_1
859
+ SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:10:59 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:10:59 UTC +00:00]]
860
+  (0.0ms) RELEASE SAVEPOINT active_record_1
861
+ Redirected to http://test.host/users/980190963
862
+ Completed 302 Found in 12ms
863
+  (0.1ms) SELECT COUNT(*) FROM "users"
864
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
865
+  (0.1ms) SELECT COUNT(*) FROM "users"
866
+ Processing by UsersController#destroy as HTML
867
+ Parameters: {"id"=>"980190962"}
868
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
869
+  (0.0ms) SAVEPOINT active_record_1
870
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 980190962]]
871
+  (0.0ms) RELEASE SAVEPOINT active_record_1
872
+ Redirected to http://test.host/users
873
+ Completed 302 Found in 2ms
874
+  (0.0ms) SELECT COUNT(*) FROM "users" 
875
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
876
+ Processing by UsersController#edit as HTML
877
+ Parameters: {"id"=>"980190962"}
878
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
879
+ Rendered users/_form.html.erb (5.0ms)
880
+ Completed 200 OK in 112ms (Views: 110.7ms | ActiveRecord: 0.1ms)
881
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
882
+ Processing by UsersController#index as HTML
883
+ User Load (0.1ms) SELECT "users".* FROM "users" 
884
+ Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.1ms)
885
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
886
+ Processing by UsersController#new as HTML
887
+ Rendered users/_form.html.erb (2.7ms)
888
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
889
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
890
+ Processing by UsersController#show as HTML
891
+ Parameters: {"id"=>"980190962"}
892
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
893
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
894
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
895
+ Processing by UsersController#update as HTML
896
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:10:59 UTC", "updated_at"=>"2011-11-05 08:10:59 UTC", "sl_campaign"=>nil}, "id"=>"980190962"}
897
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
898
+  (0.0ms) SAVEPOINT active_record_1
899
+ WARNING: Can't mass-assign protected attributes: id
900
+  (0.0ms) RELEASE SAVEPOINT active_record_1
901
+ Redirected to http://test.host/users/980190962
902
+ Completed 302 Found in 5ms
903
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
904
+  (0.1ms) SELECT COUNT(*) FROM "users"
905
+ Processing by UsersController#create as HTML
906
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:10:59 UTC", "updated_at"=>"2011-11-05 08:10:59 UTC", "sl_campaign"=>nil}}
907
+ WARNING: Can't mass-assign protected attributes: id
908
+  (0.0ms) SAVEPOINT active_record_1
909
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:10:59 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:10:59 UTC +00:00]]
910
+  (0.0ms) RELEASE SAVEPOINT active_record_1
911
+ Redirected to http://test.host/users/980190963
912
+ Completed 302 Found in 4ms
913
+  (0.0ms) SELECT COUNT(*) FROM "users"
914
+ Fixture Delete (0.2ms) DELETE FROM "users"
915
+ Fixture Insert (0.2ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:12:19', '2011-11-05 08:12:19', 980190962)
916
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:12:19', '2011-11-05 08:12:19', 298486374)
917
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
918
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
919
+  (0.0ms) SELECT COUNT(*) FROM "users"
920
+ Processing by UsersController#create as HTML
921
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:12:19 UTC", "updated_at"=>"2011-11-05 08:12:19 UTC", "sl_campaign"=>nil}}
922
+ WARNING: Can't mass-assign protected attributes: id
923
+  (0.1ms) SAVEPOINT active_record_1
924
+ SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:12:19 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:12:19 UTC +00:00]]
925
+  (0.0ms) RELEASE SAVEPOINT active_record_1
926
+ Redirected to http://test.host/users/980190963
927
+ Completed 302 Found in 12ms
928
+  (0.1ms) SELECT COUNT(*) FROM "users"
929
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
930
+  (0.0ms) SELECT COUNT(*) FROM "users"
931
+ Processing by UsersController#destroy as HTML
932
+ Parameters: {"id"=>"980190962"}
933
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
934
+  (0.0ms) SAVEPOINT active_record_1
935
+ SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 980190962]]
936
+  (0.0ms) RELEASE SAVEPOINT active_record_1
937
+ Redirected to http://test.host/users
938
+ Completed 302 Found in 3ms
939
+  (0.0ms) SELECT COUNT(*) FROM "users" 
940
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
941
+ Processing by UsersController#edit as HTML
942
+ Parameters: {"id"=>"980190962"}
943
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
944
+ Rendered users/_form.html.erb (4.6ms)
945
+ Completed 200 OK in 111ms (Views: 110.1ms | ActiveRecord: 0.1ms)
946
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
947
+ Processing by UsersController#index as HTML
948
+ User Load (0.1ms) SELECT "users".* FROM "users" 
949
+ Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.1ms)
950
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
951
+ Processing by UsersController#new as HTML
952
+ Rendered users/_form.html.erb (2.7ms)
953
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
954
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
955
+ Processing by UsersController#show as HTML
956
+ Parameters: {"id"=>"980190962"}
957
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
958
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
959
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
960
+ Processing by UsersController#update as HTML
961
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:12:19 UTC", "updated_at"=>"2011-11-05 08:12:19 UTC", "sl_campaign"=>nil}, "id"=>"980190962"}
962
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
963
+  (0.0ms) SAVEPOINT active_record_1
964
+ WARNING: Can't mass-assign protected attributes: id
965
+  (0.0ms) RELEASE SAVEPOINT active_record_1
966
+ Redirected to http://test.host/users/980190962
967
+ Completed 302 Found in 5ms
968
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
969
+  (0.1ms) SELECT COUNT(*) FROM "users"
970
+ Processing by UsersController#create as HTML
971
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:12:19 UTC", "updated_at"=>"2011-11-05 08:12:19 UTC", "sl_campaign"=>nil}, "sl_campaign"=>"A new test campaign"}
972
+ WARNING: Can't mass-assign protected attributes: id
973
+  (0.1ms) SAVEPOINT active_record_1
974
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:12:19 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:12:19 UTC +00:00]]
975
+  (0.0ms) RELEASE SAVEPOINT active_record_1
976
+ Redirected to http://test.host/users/980190963
977
+ Completed 302 Found in 5ms
978
+  (0.0ms) SELECT COUNT(*) FROM "users"
979
+ Fixture Delete (0.2ms) DELETE FROM "users"
980
+ Fixture Insert (0.2ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:12:41', '2011-11-05 08:12:41', 980190962)
981
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:12:41', '2011-11-05 08:12:41', 298486374)
982
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
983
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
984
+  (0.1ms) SELECT COUNT(*) FROM "users"
985
+ Processing by UsersController#create as HTML
986
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:12:41 UTC", "updated_at"=>"2011-11-05 08:12:41 UTC", "sl_campaign"=>nil}}
987
+ WARNING: Can't mass-assign protected attributes: id
988
+  (0.1ms) SAVEPOINT active_record_1
989
+ SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:12:41 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:12:41 UTC +00:00]]
990
+  (0.0ms) RELEASE SAVEPOINT active_record_1
991
+ Redirected to http://test.host/users/980190963
992
+ Completed 302 Found in 12ms
993
+  (0.1ms) SELECT COUNT(*) FROM "users"
994
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
995
+  (0.0ms) SELECT COUNT(*) FROM "users"
996
+ Processing by UsersController#destroy as HTML
997
+ Parameters: {"id"=>"980190962"}
998
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
999
+  (0.0ms) SAVEPOINT active_record_1
1000
+ SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 980190962]]
1001
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1002
+ Redirected to http://test.host/users
1003
+ Completed 302 Found in 3ms
1004
+  (0.1ms) SELECT COUNT(*) FROM "users" 
1005
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1006
+ Processing by UsersController#edit as HTML
1007
+ Parameters: {"id"=>"980190962"}
1008
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1009
+ Rendered users/_form.html.erb (4.8ms)
1010
+ Completed 200 OK in 111ms (Views: 110.1ms | ActiveRecord: 0.1ms)
1011
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1012
+ Processing by UsersController#index as HTML
1013
+ User Load (0.1ms) SELECT "users".* FROM "users" 
1014
+ Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.1ms)
1015
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1016
+ Processing by UsersController#new as HTML
1017
+ Rendered users/_form.html.erb (2.8ms)
1018
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
1019
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1020
+ Processing by UsersController#show as HTML
1021
+ Parameters: {"id"=>"980190962"}
1022
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1023
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms)
1024
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1025
+ Processing by UsersController#update as HTML
1026
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:12:41 UTC", "updated_at"=>"2011-11-05 08:12:41 UTC", "sl_campaign"=>nil}, "id"=>"980190962"}
1027
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1028
+  (0.1ms) SAVEPOINT active_record_1
1029
+ WARNING: Can't mass-assign protected attributes: id
1030
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1031
+ Redirected to http://test.host/users/980190962
1032
+ Completed 302 Found in 5ms
1033
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1034
+  (0.1ms) SELECT COUNT(*) FROM "users"
1035
+ Processing by UsersController#create as HTML
1036
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:12:41 UTC", "updated_at"=>"2011-11-05 08:12:41 UTC", "sl_campaign"=>nil}, "sl_campaign"=>"A new test campaign"}
1037
+ WARNING: Can't mass-assign protected attributes: id
1038
+  (0.0ms) SAVEPOINT active_record_1
1039
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:12:41 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:12:41 UTC +00:00]]
1040
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1041
+ Redirected to http://test.host/users/980190963
1042
+ Completed 302 Found in 4ms
1043
+  (0.0ms) SELECT COUNT(*) FROM "users"
1044
+ Fixture Delete (0.3ms) DELETE FROM "users"
1045
+ Fixture Insert (0.2ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:13:14', '2011-11-05 08:13:14', 980190962)
1046
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:13:14', '2011-11-05 08:13:14', 298486374)
1047
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1048
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1049
+  (0.1ms) SELECT COUNT(*) FROM "users"
1050
+ Processing by UsersController#create as HTML
1051
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:13:14 UTC", "updated_at"=>"2011-11-05 08:13:14 UTC", "sl_campaign"=>nil}}
1052
+ WARNING: Can't mass-assign protected attributes: id
1053
+  (0.1ms) SAVEPOINT active_record_1
1054
+ SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:13:14 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:13:14 UTC +00:00]]
1055
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1056
+ Redirected to http://test.host/users/980190963
1057
+ Completed 302 Found in 101ms
1058
+  (0.1ms) SELECT COUNT(*) FROM "users"
1059
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1060
+  (0.0ms) SELECT COUNT(*) FROM "users"
1061
+ Processing by UsersController#destroy as HTML
1062
+ Parameters: {"id"=>"980190962"}
1063
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1064
+  (0.0ms) SAVEPOINT active_record_1
1065
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 980190962]]
1066
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1067
+ Redirected to http://test.host/users
1068
+ Completed 302 Found in 2ms
1069
+  (0.0ms) SELECT COUNT(*) FROM "users" 
1070
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1071
+ Processing by UsersController#edit as HTML
1072
+ Parameters: {"id"=>"980190962"}
1073
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1074
+ Rendered users/_form.html.erb (4.7ms)
1075
+ Completed 200 OK in 81ms (Views: 79.8ms | ActiveRecord: 0.1ms)
1076
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1077
+ Processing by UsersController#index as HTML
1078
+ User Load (0.1ms) SELECT "users".* FROM "users" 
1079
+ Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.1ms)
1080
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1081
+ Processing by UsersController#new as HTML
1082
+ Rendered users/_form.html.erb (2.7ms)
1083
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
1084
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1085
+ Processing by UsersController#show as HTML
1086
+ Parameters: {"id"=>"980190962"}
1087
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1088
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms)
1089
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1090
+ Processing by UsersController#update as HTML
1091
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:13:14 UTC", "updated_at"=>"2011-11-05 08:13:14 UTC", "sl_campaign"=>nil}, "id"=>"980190962"}
1092
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1093
+  (0.0ms) SAVEPOINT active_record_1
1094
+ WARNING: Can't mass-assign protected attributes: id
1095
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1096
+ Redirected to http://test.host/users/980190962
1097
+ Completed 302 Found in 5ms
1098
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1099
+  (0.1ms) SELECT COUNT(*) FROM "users"
1100
+ Processing by UsersController#create as HTML
1101
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:13:14 UTC", "updated_at"=>"2011-11-05 08:13:14 UTC", "sl_campaign"=>nil}, "sl_campaign"=>"A new test campaign"}
1102
+ WARNING: Can't mass-assign protected attributes: id
1103
+  (0.0ms) SAVEPOINT active_record_1
1104
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:13:14 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:13:14 UTC +00:00]]
1105
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1106
+ Redirected to http://test.host/users/980190963
1107
+ Completed 302 Found in 99ms
1108
+  (0.1ms) SELECT COUNT(*) FROM "users"
1109
+ Fixture Delete (0.2ms) DELETE FROM "users"
1110
+ Fixture Insert (0.2ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:13:47', '2011-11-05 08:13:47', 980190962)
1111
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:13:47', '2011-11-05 08:13:47', 298486374)
1112
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1113
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1114
+  (0.1ms) SELECT COUNT(*) FROM "users"
1115
+ Processing by UsersController#create as HTML
1116
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:13:47 UTC", "updated_at"=>"2011-11-05 08:13:47 UTC", "sl_campaign"=>nil}}
1117
+ WARNING: Can't mass-assign protected attributes: id
1118
+  (0.1ms) SAVEPOINT active_record_1
1119
+ SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:13:47 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:13:47 UTC +00:00]]
1120
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1121
+ Redirected to http://test.host/users/980190963
1122
+ Completed 302 Found in 14ms
1123
+  (0.1ms) SELECT COUNT(*) FROM "users"
1124
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1125
+  (0.1ms) SELECT COUNT(*) FROM "users"
1126
+ Processing by UsersController#destroy as HTML
1127
+ Parameters: {"id"=>"980190962"}
1128
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1129
+  (0.1ms) SAVEPOINT active_record_1
1130
+ SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 980190962]]
1131
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1132
+ Redirected to http://test.host/users
1133
+ Completed 302 Found in 4ms
1134
+  (0.1ms) SELECT COUNT(*) FROM "users" 
1135
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1136
+ Processing by UsersController#edit as HTML
1137
+ Parameters: {"id"=>"980190962"}
1138
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1139
+ Rendered users/_form.html.erb (5.1ms)
1140
+ Completed 200 OK in 114ms (Views: 111.9ms | ActiveRecord: 0.1ms)
1141
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1142
+ Processing by UsersController#index as HTML
1143
+ User Load (0.1ms) SELECT "users".* FROM "users" 
1144
+ Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.1ms)
1145
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1146
+ Processing by UsersController#new as HTML
1147
+ Rendered users/_form.html.erb (2.7ms)
1148
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
1149
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1150
+ Processing by UsersController#show as HTML
1151
+ Parameters: {"id"=>"980190962"}
1152
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1153
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms)
1154
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1155
+ Processing by UsersController#update as HTML
1156
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:13:47 UTC", "updated_at"=>"2011-11-05 08:13:47 UTC", "sl_campaign"=>nil}, "id"=>"980190962"}
1157
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1158
+  (0.0ms) SAVEPOINT active_record_1
1159
+ WARNING: Can't mass-assign protected attributes: id
1160
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1161
+ Redirected to http://test.host/users/980190962
1162
+ Completed 302 Found in 5ms
1163
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1164
+  (0.1ms) SELECT COUNT(*) FROM "users"
1165
+ Processing by UsersController#create as HTML
1166
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:13:47 UTC", "updated_at"=>"2011-11-05 08:13:47 UTC", "sl_campaign"=>nil}, "sl_campaign"=>"A new test campaign"}
1167
+ WARNING: Can't mass-assign protected attributes: id
1168
+  (0.0ms) SAVEPOINT active_record_1
1169
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:13:47 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:13:47 UTC +00:00]]
1170
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1171
+ Redirected to http://test.host/users/980190963
1172
+ Completed 302 Found in 5ms
1173
+  (0.0ms) SELECT COUNT(*) FROM "users"
1174
+ Fixture Delete (0.2ms) DELETE FROM "users"
1175
+ Fixture Insert (0.2ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:15:47', '2011-11-05 08:15:47', 980190962)
1176
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:15:47', '2011-11-05 08:15:47', 298486374)
1177
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1178
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1179
+  (0.0ms) SELECT COUNT(*) FROM "users"
1180
+ Processing by UsersController#create as HTML
1181
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:15:47 UTC", "updated_at"=>"2011-11-05 08:15:47 UTC", "sl_campaign"=>nil}}
1182
+ WARNING: Can't mass-assign protected attributes: id
1183
+  (0.1ms) SAVEPOINT active_record_1
1184
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1185
+ Completed 500 Internal Server Error in 16ms
1186
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1187
+  (0.1ms) SELECT COUNT(*) FROM "users"
1188
+ Processing by UsersController#destroy as HTML
1189
+ Parameters: {"id"=>"980190962"}
1190
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1191
+  (0.0ms) SAVEPOINT active_record_1
1192
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 980190962]]
1193
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1194
+ Redirected to http://test.host/users
1195
+ Completed 302 Found in 2ms
1196
+  (0.0ms) SELECT COUNT(*) FROM "users" 
1197
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1198
+ Processing by UsersController#edit as HTML
1199
+ Parameters: {"id"=>"980190962"}
1200
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1201
+ Rendered users/_form.html.erb (6.0ms)
1202
+ Completed 200 OK in 114ms (Views: 113.1ms | ActiveRecord: 0.1ms)
1203
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1204
+ Processing by UsersController#index as HTML
1205
+ User Load (0.1ms) SELECT "users".* FROM "users" 
1206
+ Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.1ms)
1207
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1208
+ Processing by UsersController#new as HTML
1209
+ Rendered users/_form.html.erb (2.8ms)
1210
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
1211
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1212
+ Processing by UsersController#show as HTML
1213
+ Parameters: {"id"=>"980190962"}
1214
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1215
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
1216
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1217
+ Processing by UsersController#update as HTML
1218
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:15:47 UTC", "updated_at"=>"2011-11-05 08:15:47 UTC", "sl_campaign"=>nil}, "id"=>"980190962"}
1219
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1220
+  (0.1ms) SAVEPOINT active_record_1
1221
+ WARNING: Can't mass-assign protected attributes: id
1222
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1223
+ Redirected to http://test.host/users/980190962
1224
+ Completed 302 Found in 5ms
1225
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1226
+  (0.1ms) SELECT COUNT(*) FROM "users"
1227
+ Processing by UsersController#create as HTML
1228
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:15:47 UTC", "updated_at"=>"2011-11-05 08:15:47 UTC", "sl_campaign"=>nil}, "sl_campaign"=>"A new test campaign"}
1229
+ WARNING: Can't mass-assign protected attributes: id
1230
+  (0.1ms) SAVEPOINT active_record_1
1231
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1232
+ Completed 500 Internal Server Error in 10ms
1233
+ Fixture Delete (0.2ms) DELETE FROM "users"
1234
+ Fixture Insert (0.2ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:16:47', '2011-11-05 08:16:47', 980190962)
1235
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:16:47', '2011-11-05 08:16:47', 298486374)
1236
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1237
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1238
+  (0.1ms) SELECT COUNT(*) FROM "users"
1239
+ Processing by UsersController#create as HTML
1240
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:16:47 UTC", "updated_at"=>"2011-11-05 08:16:47 UTC", "sl_campaign"=>nil}}
1241
+ WARNING: Can't mass-assign protected attributes: id
1242
+  (0.1ms) SAVEPOINT active_record_1
1243
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1244
+ Completed 500 Internal Server Error in 16ms
1245
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1246
+  (0.1ms) SELECT COUNT(*) FROM "users"
1247
+ Processing by UsersController#destroy as HTML
1248
+ Parameters: {"id"=>"980190962"}
1249
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1250
+  (0.0ms) SAVEPOINT active_record_1
1251
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 980190962]]
1252
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1253
+ Redirected to http://test.host/users
1254
+ Completed 302 Found in 3ms
1255
+  (0.1ms) SELECT COUNT(*) FROM "users" 
1256
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1257
+ Processing by UsersController#edit as HTML
1258
+ Parameters: {"id"=>"980190962"}
1259
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1260
+ Rendered users/_form.html.erb (4.9ms)
1261
+ Completed 200 OK in 111ms (Views: 110.1ms | ActiveRecord: 0.1ms)
1262
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1263
+ Processing by UsersController#index as HTML
1264
+ User Load (0.1ms) SELECT "users".* FROM "users" 
1265
+ Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.1ms)
1266
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1267
+ Processing by UsersController#new as HTML
1268
+ Rendered users/_form.html.erb (2.7ms)
1269
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
1270
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1271
+ Processing by UsersController#show as HTML
1272
+ Parameters: {"id"=>"980190962"}
1273
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1274
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
1275
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1276
+ Processing by UsersController#update as HTML
1277
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:16:47 UTC", "updated_at"=>"2011-11-05 08:16:47 UTC", "sl_campaign"=>nil}, "id"=>"980190962"}
1278
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1279
+  (0.0ms) SAVEPOINT active_record_1
1280
+ WARNING: Can't mass-assign protected attributes: id
1281
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1282
+ Redirected to http://test.host/users/980190962
1283
+ Completed 302 Found in 5ms
1284
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1285
+  (0.1ms) SELECT COUNT(*) FROM "users"
1286
+ Processing by UsersController#create as HTML
1287
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:16:47 UTC", "updated_at"=>"2011-11-05 08:16:47 UTC", "sl_campaign"=>nil}}
1288
+ WARNING: Can't mass-assign protected attributes: id
1289
+  (0.0ms) SAVEPOINT active_record_1
1290
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1291
+ Completed 500 Internal Server Error in 10ms
1292
+ Fixture Delete (0.2ms) DELETE FROM "users"
1293
+ Fixture Insert (0.2ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:16:57', '2011-11-05 08:16:57', 980190962)
1294
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:16:57', '2011-11-05 08:16:57', 298486374)
1295
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1296
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1297
+  (0.0ms) SELECT COUNT(*) FROM "users"
1298
+ Processing by UsersController#create as HTML
1299
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:16:57 UTC", "updated_at"=>"2011-11-05 08:16:57 UTC", "sl_campaign"=>nil}}
1300
+ WARNING: Can't mass-assign protected attributes: id
1301
+  (0.1ms) SAVEPOINT active_record_1
1302
+ SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:16:57 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:16:57 UTC +00:00]]
1303
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1304
+ Redirected to http://test.host/users/980190963
1305
+ Completed 302 Found in 13ms
1306
+  (0.1ms) SELECT COUNT(*) FROM "users"
1307
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1308
+  (0.1ms) SELECT COUNT(*) FROM "users"
1309
+ Processing by UsersController#destroy as HTML
1310
+ Parameters: {"id"=>"980190962"}
1311
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1312
+  (0.0ms) SAVEPOINT active_record_1
1313
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 980190962]]
1314
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1315
+ Redirected to http://test.host/users
1316
+ Completed 302 Found in 3ms
1317
+  (0.1ms) SELECT COUNT(*) FROM "users" 
1318
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1319
+ Processing by UsersController#edit as HTML
1320
+ Parameters: {"id"=>"980190962"}
1321
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1322
+ Rendered users/_form.html.erb (4.8ms)
1323
+ Completed 200 OK in 113ms (Views: 112.2ms | ActiveRecord: 0.1ms)
1324
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1325
+ Processing by UsersController#index as HTML
1326
+ User Load (0.1ms) SELECT "users".* FROM "users" 
1327
+ Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
1328
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1329
+ Processing by UsersController#new as HTML
1330
+ Rendered users/_form.html.erb (2.7ms)
1331
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
1332
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1333
+ Processing by UsersController#show as HTML
1334
+ Parameters: {"id"=>"980190962"}
1335
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1336
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
1337
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1338
+ Processing by UsersController#update as HTML
1339
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:16:57 UTC", "updated_at"=>"2011-11-05 08:16:57 UTC", "sl_campaign"=>nil}, "id"=>"980190962"}
1340
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1341
+  (0.1ms) SAVEPOINT active_record_1
1342
+ WARNING: Can't mass-assign protected attributes: id
1343
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1344
+ Redirected to http://test.host/users/980190962
1345
+ Completed 302 Found in 5ms
1346
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1347
+  (0.1ms) SELECT COUNT(*) FROM "users"
1348
+ Processing by UsersController#create as HTML
1349
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:16:57 UTC", "updated_at"=>"2011-11-05 08:16:57 UTC", "sl_campaign"=>nil}}
1350
+ WARNING: Can't mass-assign protected attributes: id
1351
+  (0.1ms) SAVEPOINT active_record_1
1352
+ SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:16:57 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:16:57 UTC +00:00]]
1353
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1354
+ Redirected to http://test.host/users/980190963
1355
+ Completed 302 Found in 6ms
1356
+  (0.1ms) SELECT COUNT(*) FROM "users"
1357
+ Fixture Delete (0.2ms) DELETE FROM "users"
1358
+ Fixture Insert (0.2ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:18:40', '2011-11-05 08:18:40', 980190962)
1359
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:18:40', '2011-11-05 08:18:40', 298486374)
1360
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1361
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1362
+  (0.0ms) SELECT COUNT(*) FROM "users"
1363
+ Processing by UsersController#create as HTML
1364
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:18:40 UTC", "updated_at"=>"2011-11-05 08:18:40 UTC", "sl_campaign"=>nil}}
1365
+ WARNING: Can't mass-assign protected attributes: id
1366
+  (0.1ms) SAVEPOINT active_record_1
1367
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1368
+ Completed 500 Internal Server Error in 16ms
1369
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1370
+  (0.1ms) SELECT COUNT(*) FROM "users"
1371
+ Processing by UsersController#destroy as HTML
1372
+ Parameters: {"id"=>"980190962"}
1373
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1374
+  (0.0ms) SAVEPOINT active_record_1
1375
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 980190962]]
1376
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1377
+ Redirected to http://test.host/users
1378
+ Completed 302 Found in 3ms
1379
+  (0.0ms) SELECT COUNT(*) FROM "users" 
1380
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1381
+ Processing by UsersController#edit as HTML
1382
+ Parameters: {"id"=>"980190962"}
1383
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1384
+ Rendered users/_form.html.erb (4.7ms)
1385
+ Completed 200 OK in 109ms (Views: 108.1ms | ActiveRecord: 0.1ms)
1386
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1387
+ Processing by UsersController#index as HTML
1388
+ User Load (0.1ms) SELECT "users".* FROM "users" 
1389
+ Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.1ms)
1390
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1391
+ Processing by UsersController#new as HTML
1392
+ Rendered users/_form.html.erb (3.4ms)
1393
+ Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
1394
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1395
+ Processing by UsersController#show as HTML
1396
+ Parameters: {"id"=>"980190962"}
1397
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1398
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.1ms)
1399
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1400
+ Processing by UsersController#update as HTML
1401
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:18:40 UTC", "updated_at"=>"2011-11-05 08:18:40 UTC", "sl_campaign"=>nil}, "id"=>"980190962"}
1402
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1403
+  (0.0ms) SAVEPOINT active_record_1
1404
+ WARNING: Can't mass-assign protected attributes: id
1405
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1406
+ Redirected to http://test.host/users/980190962
1407
+ Completed 302 Found in 5ms
1408
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1409
+  (0.1ms) SELECT COUNT(*) FROM "users"
1410
+ Processing by UsersController#create as HTML
1411
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:18:40 UTC", "updated_at"=>"2011-11-05 08:18:40 UTC", "sl_campaign"=>nil}}
1412
+ WARNING: Can't mass-assign protected attributes: id
1413
+  (0.0ms) SAVEPOINT active_record_1
1414
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1415
+ Completed 500 Internal Server Error in 9ms
1416
+ Fixture Delete (0.3ms) DELETE FROM "users"
1417
+ Fixture Insert (0.2ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:19:13', '2011-11-05 08:19:13', 980190962)
1418
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:19:13', '2011-11-05 08:19:13', 298486374)
1419
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1420
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1421
+  (0.1ms) SELECT COUNT(*) FROM "users"
1422
+ Processing by UsersController#create as HTML
1423
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:19:13 UTC", "updated_at"=>"2011-11-05 08:19:13 UTC", "sl_campaign"=>nil}}
1424
+ WARNING: Can't mass-assign protected attributes: id
1425
+  (0.1ms) SAVEPOINT active_record_1
1426
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1427
+ Completed 500 Internal Server Error in 16ms
1428
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1429
+  (0.1ms) SELECT COUNT(*) FROM "users"
1430
+ Processing by UsersController#destroy as HTML
1431
+ Parameters: {"id"=>"980190962"}
1432
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1433
+  (0.0ms) SAVEPOINT active_record_1
1434
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 980190962]]
1435
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1436
+ Redirected to http://test.host/users
1437
+ Completed 302 Found in 2ms
1438
+  (0.0ms) SELECT COUNT(*) FROM "users" 
1439
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1440
+ Processing by UsersController#edit as HTML
1441
+ Parameters: {"id"=>"980190962"}
1442
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1443
+ Rendered users/_form.html.erb (5.0ms)
1444
+ Completed 200 OK in 111ms (Views: 110.0ms | ActiveRecord: 0.1ms)
1445
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1446
+ Processing by UsersController#index as HTML
1447
+ User Load (0.1ms) SELECT "users".* FROM "users" 
1448
+ Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.1ms)
1449
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1450
+ Processing by UsersController#new as HTML
1451
+ Rendered users/_form.html.erb (2.8ms)
1452
+ Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
1453
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1454
+ Processing by UsersController#show as HTML
1455
+ Parameters: {"id"=>"980190962"}
1456
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1457
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms)
1458
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1459
+ Processing by UsersController#update as HTML
1460
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:19:13 UTC", "updated_at"=>"2011-11-05 08:19:13 UTC", "sl_campaign"=>nil}, "id"=>"980190962"}
1461
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1462
+  (0.1ms) SAVEPOINT active_record_1
1463
+ WARNING: Can't mass-assign protected attributes: id
1464
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1465
+ Redirected to http://test.host/users/980190962
1466
+ Completed 302 Found in 6ms
1467
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1468
+  (0.1ms) SELECT COUNT(*) FROM "users"
1469
+ Processing by UsersController#create as HTML
1470
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:19:13 UTC", "updated_at"=>"2011-11-05 08:19:13 UTC", "sl_campaign"=>nil}}
1471
+ WARNING: Can't mass-assign protected attributes: id
1472
+  (0.0ms) SAVEPOINT active_record_1
1473
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1474
+ Completed 500 Internal Server Error in 9ms
1475
+ Fixture Delete (0.2ms) DELETE FROM "users"
1476
+ Fixture Insert (0.2ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:19:25', '2011-11-05 08:19:25', 980190962)
1477
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:19:25', '2011-11-05 08:19:25', 298486374)
1478
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1479
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1480
+  (0.1ms) SELECT COUNT(*) FROM "users"
1481
+ Processing by UsersController#create as HTML
1482
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:19:25 UTC", "updated_at"=>"2011-11-05 08:19:25 UTC", "sl_campaign"=>nil}}
1483
+ WARNING: Can't mass-assign protected attributes: id
1484
+  (0.1ms) SAVEPOINT active_record_1
1485
+ SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:19:25 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:19:25 UTC +00:00]]
1486
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1487
+ Redirected to http://test.host/users/980190963
1488
+ Completed 302 Found in 13ms
1489
+  (0.1ms) SELECT COUNT(*) FROM "users"
1490
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1491
+  (0.1ms) SELECT COUNT(*) FROM "users"
1492
+ Processing by UsersController#destroy as HTML
1493
+ Parameters: {"id"=>"980190962"}
1494
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1495
+  (0.0ms) SAVEPOINT active_record_1
1496
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 980190962]]
1497
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1498
+ Redirected to http://test.host/users
1499
+ Completed 302 Found in 2ms
1500
+  (0.0ms) SELECT COUNT(*) FROM "users" 
1501
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1502
+ Processing by UsersController#edit as HTML
1503
+ Parameters: {"id"=>"980190962"}
1504
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1505
+ Rendered users/_form.html.erb (4.7ms)
1506
+ Completed 200 OK in 110ms (Views: 108.6ms | ActiveRecord: 0.1ms)
1507
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1508
+ Processing by UsersController#index as HTML
1509
+ User Load (0.1ms) SELECT "users".* FROM "users" 
1510
+ Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.1ms)
1511
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1512
+ Processing by UsersController#new as HTML
1513
+ Rendered users/_form.html.erb (2.9ms)
1514
+ Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
1515
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1516
+ Processing by UsersController#show as HTML
1517
+ Parameters: {"id"=>"980190962"}
1518
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1519
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.1ms)
1520
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1521
+ Processing by UsersController#update as HTML
1522
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:19:25 UTC", "updated_at"=>"2011-11-05 08:19:25 UTC", "sl_campaign"=>nil}, "id"=>"980190962"}
1523
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1524
+  (0.0ms) SAVEPOINT active_record_1
1525
+ WARNING: Can't mass-assign protected attributes: id
1526
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1527
+ Redirected to http://test.host/users/980190962
1528
+ Completed 302 Found in 5ms
1529
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1530
+  (0.1ms) SELECT COUNT(*) FROM "users"
1531
+ Processing by UsersController#create as HTML
1532
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:19:25 UTC", "updated_at"=>"2011-11-05 08:19:25 UTC", "sl_campaign"=>nil}}
1533
+ WARNING: Can't mass-assign protected attributes: id
1534
+  (0.0ms) SAVEPOINT active_record_1
1535
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:19:25 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:19:25 UTC +00:00]]
1536
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1537
+ Redirected to http://test.host/users/980190963
1538
+ Completed 302 Found in 5ms
1539
+  (0.0ms) SELECT COUNT(*) FROM "users"
1540
+ Fixture Delete (0.2ms) DELETE FROM "users"
1541
+ Fixture Insert (0.2ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:20:19', '2011-11-05 08:20:19', 980190962)
1542
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:20:19', '2011-11-05 08:20:19', 298486374)
1543
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1544
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1545
+  (0.1ms) SELECT COUNT(*) FROM "users"
1546
+ Processing by UsersController#create as HTML
1547
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:20:19 UTC", "updated_at"=>"2011-11-05 08:20:19 UTC", "sl_campaign"=>nil}}
1548
+ WARNING: Can't mass-assign protected attributes: id
1549
+  (0.1ms) SAVEPOINT active_record_1
1550
+ SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:20:19 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:20:19 UTC +00:00]]
1551
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1552
+ Redirected to http://test.host/users/980190963
1553
+ Completed 302 Found in 12ms
1554
+  (0.1ms) SELECT COUNT(*) FROM "users"
1555
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1556
+  (0.1ms) SELECT COUNT(*) FROM "users"
1557
+ Processing by UsersController#destroy as HTML
1558
+ Parameters: {"id"=>"980190962"}
1559
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1560
+  (0.0ms) SAVEPOINT active_record_1
1561
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 980190962]]
1562
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1563
+ Redirected to http://test.host/users
1564
+ Completed 302 Found in 3ms
1565
+  (0.0ms) SELECT COUNT(*) FROM "users" 
1566
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1567
+ Processing by UsersController#edit as HTML
1568
+ Parameters: {"id"=>"980190962"}
1569
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1570
+ Rendered users/_form.html.erb (4.7ms)
1571
+ Completed 200 OK in 111ms (Views: 109.8ms | ActiveRecord: 0.1ms)
1572
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1573
+ Processing by UsersController#index as HTML
1574
+ User Load (0.1ms) SELECT "users".* FROM "users" 
1575
+ Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.1ms)
1576
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1577
+ Processing by UsersController#new as HTML
1578
+ Rendered users/_form.html.erb (2.9ms)
1579
+ Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
1580
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1581
+ Processing by UsersController#show as HTML
1582
+ Parameters: {"id"=>"980190962"}
1583
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1584
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms)
1585
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1586
+ Processing by UsersController#update as HTML
1587
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:20:19 UTC", "updated_at"=>"2011-11-05 08:20:19 UTC", "sl_campaign"=>nil}, "id"=>"980190962"}
1588
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1589
+  (0.1ms) SAVEPOINT active_record_1
1590
+ WARNING: Can't mass-assign protected attributes: id
1591
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1592
+ Redirected to http://test.host/users/980190962
1593
+ Completed 302 Found in 5ms
1594
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1595
+  (0.1ms) SELECT COUNT(*) FROM "users"
1596
+ Processing by UsersController#create as HTML
1597
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:20:19 UTC", "updated_at"=>"2011-11-05 08:20:19 UTC", "sl_campaign"=>nil}}
1598
+ WARNING: Can't mass-assign protected attributes: id
1599
+  (0.0ms) SAVEPOINT active_record_1
1600
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:20:19 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:20:19 UTC +00:00]]
1601
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1602
+ Redirected to http://test.host/users/980190963
1603
+ Completed 302 Found in 5ms
1604
+  (0.1ms) SELECT COUNT(*) FROM "users"
1605
+ Fixture Delete (0.2ms) DELETE FROM "users"
1606
+ Fixture Insert (0.2ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:20:51', '2011-11-05 08:20:51', 980190962)
1607
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:20:51', '2011-11-05 08:20:51', 298486374)
1608
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1609
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1610
+  (0.1ms) SELECT COUNT(*) FROM "users"
1611
+ Processing by UsersController#create as HTML
1612
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:20:51 UTC", "updated_at"=>"2011-11-05 08:20:51 UTC", "sl_campaign"=>nil}}
1613
+ WARNING: Can't mass-assign protected attributes: id
1614
+  (0.1ms) SAVEPOINT active_record_1
1615
+ SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:20:51 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:20:51 UTC +00:00]]
1616
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1617
+ Redirected to http://test.host/users/980190963
1618
+ Completed 302 Found in 12ms
1619
+  (0.1ms) SELECT COUNT(*) FROM "users"
1620
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1621
+  (0.0ms) SELECT COUNT(*) FROM "users"
1622
+ Processing by UsersController#destroy as HTML
1623
+ Parameters: {"id"=>"980190962"}
1624
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1625
+  (0.0ms) SAVEPOINT active_record_1
1626
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 980190962]]
1627
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1628
+ Redirected to http://test.host/users
1629
+ Completed 302 Found in 3ms
1630
+  (0.1ms) SELECT COUNT(*) FROM "users" 
1631
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1632
+ Processing by UsersController#edit as HTML
1633
+ Parameters: {"id"=>"980190962"}
1634
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1635
+ Rendered users/_form.html.erb (5.0ms)
1636
+ Completed 200 OK in 115ms (Views: 114.1ms | ActiveRecord: 0.1ms)
1637
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1638
+ Processing by UsersController#index as HTML
1639
+ User Load (0.1ms) SELECT "users".* FROM "users" 
1640
+ Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.1ms)
1641
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1642
+ Processing by UsersController#new as HTML
1643
+ Rendered users/_form.html.erb (3.2ms)
1644
+ Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
1645
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1646
+ Processing by UsersController#show as HTML
1647
+ Parameters: {"id"=>"980190962"}
1648
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1649
+ Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.1ms)
1650
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1651
+ Processing by UsersController#update as HTML
1652
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:20:51 UTC", "updated_at"=>"2011-11-05 08:20:51 UTC", "sl_campaign"=>nil}, "id"=>"980190962"}
1653
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1654
+  (0.0ms) SAVEPOINT active_record_1
1655
+ WARNING: Can't mass-assign protected attributes: id
1656
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1657
+ Redirected to http://test.host/users/980190962
1658
+ Completed 302 Found in 5ms
1659
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1660
+  (0.1ms) SELECT COUNT(*) FROM "users"
1661
+ Processing by UsersController#create as HTML
1662
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:20:51 UTC", "updated_at"=>"2011-11-05 08:20:51 UTC", "sl_campaign"=>nil}}
1663
+ WARNING: Can't mass-assign protected attributes: id
1664
+  (0.0ms) SAVEPOINT active_record_1
1665
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:20:51 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", "A new test campaign"], ["updated_at", Sat, 05 Nov 2011 08:20:51 UTC +00:00]]
1666
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1667
+ Redirected to http://test.host/users/980190963
1668
+ Completed 302 Found in 5ms
1669
+  (0.1ms) SELECT COUNT(*) FROM "users"
1670
+ Fixture Delete (0.2ms) DELETE FROM "users"
1671
+ Fixture Insert (0.2ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:23:25', '2011-11-05 08:23:25', 980190962)
1672
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:23:25', '2011-11-05 08:23:25', 298486374)
1673
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1674
+ Processing by UsersController#create as HTML
1675
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:23:25 UTC", "updated_at"=>"2011-11-05 08:23:25 UTC", "sl_campaign"=>"campaign"}}
1676
+ WARNING: Can't mass-assign protected attributes: id
1677
+  (0.1ms) SAVEPOINT active_record_1
1678
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:23:25 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", "campaign"], ["updated_at", Sat, 05 Nov 2011 08:23:25 UTC +00:00]]
1679
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1680
+ Redirected to http://test.host/users/980190963
1681
+ Completed 302 Found in 11ms
1682
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1683
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1684
+  (0.1ms) SELECT COUNT(*) FROM "users"
1685
+ Processing by UsersController#create as HTML
1686
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:23:25 UTC", "updated_at"=>"2011-11-05 08:23:25 UTC", "sl_campaign"=>nil}}
1687
+ WARNING: Can't mass-assign protected attributes: id
1688
+  (0.0ms) SAVEPOINT active_record_1
1689
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:23:25 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:23:25 UTC +00:00]]
1690
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1691
+ Redirected to http://test.host/users/980190963
1692
+ Completed 302 Found in 5ms
1693
+  (0.1ms) SELECT COUNT(*) FROM "users"
1694
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1695
+  (0.1ms) SELECT COUNT(*) FROM "users"
1696
+ Processing by UsersController#destroy as HTML
1697
+ Parameters: {"id"=>"980190962"}
1698
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1699
+  (0.0ms) SAVEPOINT active_record_1
1700
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 980190962]]
1701
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1702
+ Redirected to http://test.host/users
1703
+ Completed 302 Found in 3ms
1704
+  (0.1ms) SELECT COUNT(*) FROM "users" 
1705
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1706
+ Processing by UsersController#edit as HTML
1707
+ Parameters: {"id"=>"980190962"}
1708
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1709
+ Rendered users/_form.html.erb (4.7ms)
1710
+ Completed 200 OK in 111ms (Views: 110.3ms | ActiveRecord: 0.1ms)
1711
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1712
+ Processing by UsersController#index as HTML
1713
+ User Load (0.1ms) SELECT "users".* FROM "users" 
1714
+ Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.1ms)
1715
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1716
+ Processing by UsersController#new as HTML
1717
+ Rendered users/_form.html.erb (2.9ms)
1718
+ Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
1719
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1720
+ Processing by UsersController#show as HTML
1721
+ Parameters: {"id"=>"980190962"}
1722
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1723
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms)
1724
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1725
+ Processing by UsersController#update as HTML
1726
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:23:25 UTC", "updated_at"=>"2011-11-05 08:23:25 UTC", "sl_campaign"=>nil}, "id"=>"980190962"}
1727
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1728
+  (0.0ms) SAVEPOINT active_record_1
1729
+ WARNING: Can't mass-assign protected attributes: id
1730
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1731
+ Redirected to http://test.host/users/980190962
1732
+ Completed 302 Found in 5ms
1733
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1734
+  (0.1ms) SELECT COUNT(*) FROM "users"
1735
+ Processing by UsersController#create as HTML
1736
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:23:25 UTC", "updated_at"=>"2011-11-05 08:23:25 UTC", "sl_campaign"=>nil}}
1737
+ WARNING: Can't mass-assign protected attributes: id
1738
+  (0.0ms) SAVEPOINT active_record_1
1739
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:23:25 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", "A new test campaign"], ["updated_at", Sat, 05 Nov 2011 08:23:25 UTC +00:00]]
1740
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1741
+ Redirected to http://test.host/users/980190963
1742
+ Completed 302 Found in 5ms
1743
+  (0.1ms) SELECT COUNT(*) FROM "users"
1744
+ Fixture Delete (0.2ms) DELETE FROM "users"
1745
+ Fixture Insert (0.2ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:25:10', '2011-11-05 08:25:10', 980190962)
1746
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:25:10', '2011-11-05 08:25:10', 298486374)
1747
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1748
+ Processing by UsersController#create as HTML
1749
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:25:10 UTC", "updated_at"=>"2011-11-05 08:25:10 UTC", "sl_campaign"=>"campaign"}}
1750
+ WARNING: Can't mass-assign protected attributes: id
1751
+  (0.1ms) SAVEPOINT active_record_1
1752
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:25:10 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", "campaign"], ["updated_at", Sat, 05 Nov 2011 08:25:10 UTC +00:00]]
1753
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1754
+ Redirected to http://test.host/users/980190963
1755
+ Completed 302 Found in 12ms
1756
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1757
+ Processing by UsersController#create as HTML
1758
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:25:10 UTC", "updated_at"=>"2011-11-05 08:25:10 UTC", "sl_campaign"=>"campaign"}}
1759
+ WARNING: Can't mass-assign protected attributes: id
1760
+  (0.1ms) SAVEPOINT active_record_1
1761
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:25:10 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", "campaign"], ["updated_at", Sat, 05 Nov 2011 08:25:10 UTC +00:00]]
1762
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1763
+ Redirected to http://test.host/users/980190963
1764
+ Completed 302 Found in 5ms
1765
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1766
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1767
+  (0.1ms) SELECT COUNT(*) FROM "users"
1768
+ Processing by UsersController#create as HTML
1769
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:25:10 UTC", "updated_at"=>"2011-11-05 08:25:10 UTC", "sl_campaign"=>nil}}
1770
+ WARNING: Can't mass-assign protected attributes: id
1771
+  (0.0ms) SAVEPOINT active_record_1
1772
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:25:10 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:25:10 UTC +00:00]]
1773
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1774
+ Redirected to http://test.host/users/980190963
1775
+ Completed 302 Found in 5ms
1776
+  (0.1ms) SELECT COUNT(*) FROM "users"
1777
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1778
+  (0.1ms) SELECT COUNT(*) FROM "users"
1779
+ Processing by UsersController#destroy as HTML
1780
+ Parameters: {"id"=>"980190962"}
1781
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1782
+  (0.0ms) SAVEPOINT active_record_1
1783
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 980190962]]
1784
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1785
+ Redirected to http://test.host/users
1786
+ Completed 302 Found in 2ms
1787
+  (0.1ms) SELECT COUNT(*) FROM "users" 
1788
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1789
+ Processing by UsersController#edit as HTML
1790
+ Parameters: {"id"=>"980190962"}
1791
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1792
+ Rendered users/_form.html.erb (4.7ms)
1793
+ Completed 200 OK in 112ms (Views: 110.6ms | ActiveRecord: 0.1ms)
1794
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1795
+ Processing by UsersController#index as HTML
1796
+ User Load (0.1ms) SELECT "users".* FROM "users" 
1797
+ Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.1ms)
1798
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1799
+ Processing by UsersController#new as HTML
1800
+ Rendered users/_form.html.erb (2.7ms)
1801
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
1802
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1803
+ Processing by UsersController#show as HTML
1804
+ Parameters: {"id"=>"980190962"}
1805
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1806
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms)
1807
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1808
+ Processing by UsersController#update as HTML
1809
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:25:10 UTC", "updated_at"=>"2011-11-05 08:25:10 UTC", "sl_campaign"=>nil}, "id"=>"980190962"}
1810
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1811
+  (0.1ms) SAVEPOINT active_record_1
1812
+ WARNING: Can't mass-assign protected attributes: id
1813
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1814
+ Redirected to http://test.host/users/980190962
1815
+ Completed 302 Found in 6ms
1816
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1817
+  (0.1ms) SELECT COUNT(*) FROM "users"
1818
+ Processing by UsersController#create as HTML
1819
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:25:10 UTC", "updated_at"=>"2011-11-05 08:25:10 UTC", "sl_campaign"=>nil}}
1820
+ WARNING: Can't mass-assign protected attributes: id
1821
+  (0.1ms) SAVEPOINT active_record_1
1822
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:25:10 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", "A new test campaign"], ["updated_at", Sat, 05 Nov 2011 08:25:10 UTC +00:00]]
1823
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1824
+ Redirected to http://test.host/users/980190963
1825
+ Completed 302 Found in 5ms
1826
+  (0.1ms) SELECT COUNT(*) FROM "users"
1827
+ Fixture Delete (0.2ms) DELETE FROM "users"
1828
+ Fixture Insert (0.2ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:26:44', '2011-11-05 08:26:44', 980190962)
1829
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "password", "email", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2011-11-05 08:26:44', '2011-11-05 08:26:44', 298486374)
1830
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1831
+ Processing by UsersController#create as HTML
1832
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:26:44 UTC", "updated_at"=>"2011-11-05 08:26:44 UTC", "sl_campaign"=>"campaign"}}
1833
+ WARNING: Can't mass-assign protected attributes: id
1834
+  (0.1ms) SAVEPOINT active_record_1
1835
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:26:44 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", "campaign"], ["updated_at", Sat, 05 Nov 2011 08:26:44 UTC +00:00]]
1836
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1837
+ Redirected to http://test.host/users/980190963
1838
+ Completed 302 Found in 12ms
1839
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1840
+ Processing by UsersController#create as HTML
1841
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:26:44 UTC", "updated_at"=>"2011-11-05 08:26:44 UTC", "sl_campaign"=>"campaign"}}
1842
+ WARNING: Can't mass-assign protected attributes: id
1843
+  (0.1ms) SAVEPOINT active_record_1
1844
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:26:44 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", "campaign"], ["updated_at", Sat, 05 Nov 2011 08:26:44 UTC +00:00]]
1845
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1846
+ Redirected to http://test.host/users/980190963
1847
+ Completed 302 Found in 5ms
1848
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1849
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1850
+  (0.1ms) SELECT COUNT(*) FROM "users"
1851
+ Processing by UsersController#create as HTML
1852
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:26:44 UTC", "updated_at"=>"2011-11-05 08:26:44 UTC", "sl_campaign"=>nil}}
1853
+ WARNING: Can't mass-assign protected attributes: id
1854
+  (0.0ms) SAVEPOINT active_record_1
1855
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:26:44 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", nil], ["updated_at", Sat, 05 Nov 2011 08:26:44 UTC +00:00]]
1856
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1857
+ Redirected to http://test.host/users/980190963
1858
+ Completed 302 Found in 5ms
1859
+  (0.1ms) SELECT COUNT(*) FROM "users"
1860
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1861
+  (0.0ms) SELECT COUNT(*) FROM "users"
1862
+ Processing by UsersController#destroy as HTML
1863
+ Parameters: {"id"=>"980190962"}
1864
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1865
+  (0.0ms) SAVEPOINT active_record_1
1866
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 980190962]]
1867
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1868
+ Redirected to http://test.host/users
1869
+ Completed 302 Found in 3ms
1870
+  (0.0ms) SELECT COUNT(*) FROM "users" 
1871
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1872
+ Processing by UsersController#edit as HTML
1873
+ Parameters: {"id"=>"980190962"}
1874
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1875
+ Rendered users/_form.html.erb (4.6ms)
1876
+ Completed 200 OK in 111ms (Views: 110.1ms | ActiveRecord: 0.1ms)
1877
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1878
+ Processing by UsersController#index as HTML
1879
+ User Load (0.2ms) SELECT "users".* FROM "users" 
1880
+ Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.2ms)
1881
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1882
+ Processing by UsersController#new as HTML
1883
+ Rendered users/_form.html.erb (2.7ms)
1884
+ Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
1885
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1886
+ Processing by UsersController#show as HTML
1887
+ Parameters: {"id"=>"980190962"}
1888
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1889
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
1890
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1891
+ Processing by UsersController#update as HTML
1892
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:26:44 UTC", "updated_at"=>"2011-11-05 08:26:44 UTC", "sl_campaign"=>nil}, "id"=>"980190962"}
1893
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "980190962"]]
1894
+  (0.0ms) SAVEPOINT active_record_1
1895
+ WARNING: Can't mass-assign protected attributes: id
1896
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1897
+ Redirected to http://test.host/users/980190962
1898
+ Completed 302 Found in 5ms
1899
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
1900
+  (0.1ms) SELECT COUNT(*) FROM "users"
1901
+ Processing by UsersController#create as HTML
1902
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:26:44 UTC", "updated_at"=>"2011-11-05 08:26:44 UTC", "sl_campaign"=>nil}}
1903
+ WARNING: Can't mass-assign protected attributes: id
1904
+  (0.0ms) SAVEPOINT active_record_1
1905
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:26:44 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", "A new test campaign"], ["updated_at", Sat, 05 Nov 2011 08:26:44 UTC +00:00]]
1906
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1907
+ Redirected to http://test.host/users/980190963
1908
+ Completed 302 Found in 5ms
1909
+  (0.1ms) SELECT COUNT(*) FROM "users"
1910
+  (0.1ms) SELECT COUNT(*) FROM "users" 
1911
+ Processing by UsersController#create as HTML
1912
+ Parameters: {"user"=>{"id"=>"980190962", "name"=>"MyString", "password"=>"[FILTERED]", "email"=>"MyString", "created_at"=>"2011-11-05 08:26:44 UTC", "updated_at"=>"2011-11-05 08:26:44 UTC", "sl_campaign"=>nil}}
1913
+ WARNING: Can't mass-assign protected attributes: id
1914
+  (0.0ms) SAVEPOINT active_record_1
1915
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "email", "name", "password", "sl_campaign", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 05 Nov 2011 08:26:44 UTC +00:00], ["email", "MyString"], ["name", "MyString"], ["password", "MyString"], ["sl_campaign", "A new test campaign"], ["updated_at", Sat, 05 Nov 2011 08:26:44 UTC +00:00]]
1916
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1917
+ Redirected to http://test.host/users/980190964
1918
+ Completed 302 Found in 4ms
1919
+  (0.1ms) SELECT COUNT(*) FROM "users"