contour 1.1.0.pre2 → 1.1.0.rc

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,6 +11,11 @@
11
11
  * Breaking Changes
12
12
  * Unobtrusive JS now required, JavaScript is now included at bottom of HTML to improve perceived page load
13
13
 
14
+ == 1.0.5
15
+
16
+ * Bug Fix
17
+ * IE8 no longer shows security warning due to http reference to shim.js when using https by default
18
+
14
19
  == 1.0.4
15
20
 
16
21
  * Enhancements
@@ -717,7 +717,7 @@
717
717
  $('html')
718
718
  .on('click.dropdown.data-api touchstart.dropdown.data-api', clearMenus)
719
719
  $('body')
720
- .on('click.dropdown touchstart.dropdown.data-api', '.dropdown', function (e) { e.stopPropagation() })
720
+ .on('click.dropdown touchstart.dropdown.data-api', '.dropdown form', function (e) { e.stopPropagation() })
721
721
  .on('click.dropdown.data-api touchstart.dropdown.data-api' , toggle, Dropdown.prototype.toggle)
722
722
  .on('keydown.dropdown.data-api touchstart.dropdown.data-api', toggle + ', [role=menu]' , Dropdown.prototype.keydown)
723
723
  })
@@ -2024,4 +2024,4 @@
2024
2024
  })
2025
2025
 
2026
2026
 
2027
- }(window.jQuery);
2027
+ }(window.jQuery);
@@ -26,13 +26,13 @@ Gem::Specification.new do |s|
26
26
  s.add_dependency 'rails', '~> 3.2.8'
27
27
  s.add_dependency 'jquery-rails', '~> 2.1.1'
28
28
  s.add_dependency 'devise', '~> 2.1.2'
29
- s.add_dependency 'omniauth', '~> 1.1.0'
29
+ s.add_dependency 'omniauth', '~> 1.1.1'
30
30
  s.add_dependency 'omniauth-cas', '~> 0.0.7'
31
31
  s.add_dependency 'omniauth-facebook', '~> 1.4.1'
32
32
  s.add_dependency 'omniauth-ldap', '~> 1.0.2'
33
33
  s.add_dependency 'omniauth-linkedin', '~> 0.0.8'
34
34
  s.add_dependency 'omniauth-openid', '~> 1.0.1'
35
- s.add_dependency 'omniauth-twitter', '~> 0.0.12'
35
+ s.add_dependency 'omniauth-twitter', '~> 0.0.13'
36
36
 
37
37
  s.add_development_dependency "sqlite3"
38
38
  end
@@ -3,7 +3,7 @@ module Contour
3
3
  MAJOR = 1
4
4
  MINOR = 1
5
5
  TINY = 0
6
- BUILD = "pre2" # nil, "pre", "rc", "rc2"
6
+ BUILD = "rc" # nil, "pre", "rc", "rc2"
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
9
9
  end
Binary file
@@ -45224,3 +45224,527 @@ Completed 401 Unauthorized in 81ms
45224
45224
   (0.1ms) begin transaction
45225
45225
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45226
45226
   (0.1ms) rollback transaction
45227
+ Connecting to database specified by database.yml
45228
+  (0.1ms) begin transaction
45229
+ Fixture Delete (0.3ms) DELETE FROM "authentications"
45230
+ Fixture Insert (0.2ms) INSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('open_id', 'open_id@open_id.com', '2012-08-21 15:59:11', '2012-08-21 15:59:11', 949717663, 201799169)
45231
+ Fixture Insert (0.1ms) INSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('google_apps', 'test@gmail.com', '2012-08-21 15:59:11', '2012-08-21 15:59:11', 876923740, 201799169)
45232
+ Fixture Insert (0.1ms) INSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('ldap', 'CN=ldapid,CN=Users,DC=example,DC=com', '2012-08-21 15:59:11', '2012-08-21 15:59:11', 864673665, 201799169)
45233
+ Fixture Delete (0.1ms) DELETE FROM "users"
45234
+ Fixture Insert (0.1ms) INSERT INTO "users" ("first_name", "last_name", "status", "deleted", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "created_at", "updated_at", "id") VALUES ('FirstName', 'LastName', 'active', 'f', 'valid@example.com', '$2a$10$ZgXIxDCn.TjuCgsnS9iEp.Z1LlmQ71FGKgZe/kdCaVvgvnAAcUaz2', 'ResetTokenOne', 'MyDate', 'MyDate', 0, 'MyDate', 'MyDate', 'MyString', 'MyString', '2012-08-21 15:59:11', '2012-08-21 15:59:11', 201799169)
45235
+ Fixture Insert (0.1ms) INSERT INTO "users" ("first_name", "last_name", "status", "deleted", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'inactive', 'f', 'EmailTwo', 'MyString', 'ResetTokenTwo', 'MyDate', 'MyDate', 0, 'MyDate', 'MyDate', 'MyString', 'MyString', '2012-08-21 15:59:11', '2012-08-21 15:59:11', 999914115)
45236
+ Fixture Insert (0.1ms) INSERT INTO "users" ("first_name", "last_name", "status", "deleted", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "created_at", "updated_at", "id") VALUES ('Deleted', 'User', 'active', 't', 'deleted@example.com', 'MyString', 'ResetTokenFive', 'MyDate', '2011-02-23', 0, '2011-02-23', '2011-02-23', 'MyString', 'MyString', '2012-08-21 15:59:11', '2012-08-21 15:59:11', 725306934)
45237
+ Fixture Insert (0.1ms) INSERT INTO "users" ("first_name", "last_name", "status", "deleted", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'pending', 'f', 'pending@example.com', 'MyString', 'ResetTokenFour', 'MyDate', '2011-02-23', 0, '2011-02-23', '2011-02-23', 'MyString', 'MyString', '2012-08-21 15:59:11', '2012-08-21 15:59:11', 349534908)
45238
+  (2.0ms) commit transaction
45239
+  (0.0ms) begin transaction
45240
+ Authentication Load (0.3ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 876923740]]
45241
+  (0.1ms) rollback transaction
45242
+  (0.0ms) begin transaction
45243
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
45244
+  (0.0ms) rollback transaction
45245
+  (0.0ms) begin transaction
45246
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45247
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
45248
+  (0.1ms) SELECT COUNT(*) FROM "authentications" 
45249
+ Processing by Contour::AuthenticationsController#create as HTML
45250
+ Parameters: {"authentication"=>{"id"=>"949717663", "user_id"=>"201799169", "provider"=>"open_id", "uid"=>"open_id@open_id.com", "created_at"=>"2012-08-21 15:59:11 UTC", "updated_at"=>"2012-08-21 15:59:11 UTC"}}
45251
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."provider" = 'google_apps' AND "authentications"."uid" = 'test@example.com' LIMIT 1
45252
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
45253
+ Logged in user found, creating associated authentication.
45254
+  (0.1ms) SAVEPOINT active_record_1
45255
+ SQL (0.5ms) INSERT INTO "authentications" ("created_at", "provider", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 21 Aug 2012 15:59:11 UTC +00:00], ["provider", "google_apps"], ["uid", "test@example.com"], ["updated_at", Tue, 21 Aug 2012 15:59:11 UTC +00:00], ["user_id", 201799169]]
45256
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45257
+ Redirected to http://test.host/authentications
45258
+ Completed 302 Found in 50ms (ActiveRecord: 0.8ms)
45259
+  (0.1ms) SELECT COUNT(*) FROM "authentications" 
45260
+  (18.1ms) rollback transaction
45261
+  (0.1ms) begin transaction
45262
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45263
+ Authentication Load (0.0ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
45264
+  (0.1ms) SELECT COUNT(*) FROM "authentications"
45265
+ Processing by Contour::AuthenticationsController#destroy as HTML
45266
+ Parameters: {"id"=>"949717663"}
45267
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
45268
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169 AND "authentications"."id" = ? LIMIT 1 [["id", "949717663"]]
45269
+  (0.0ms) SAVEPOINT active_record_1
45270
+ SQL (0.3ms) DELETE FROM "authentications" WHERE "authentications"."id" = ? [["id", 949717663]]
45271
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45272
+ Redirected to http://test.host/authentications
45273
+ Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
45274
+  (0.1ms) SELECT COUNT(*) FROM "authentications"
45275
+  (0.7ms) rollback transaction
45276
+  (0.0ms) begin transaction
45277
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45278
+ Authentication Load (0.0ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
45279
+ Processing by Contour::AuthenticationsController#index as HTML
45280
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
45281
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 201799169
45282
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169
45283
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_index.html.erb (2.1ms)
45284
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (3.9ms)
45285
+ Completed 200 OK in 71ms (Views: 68.8ms | ActiveRecord: 0.4ms)
45286
+  (0.1ms) rollback transaction
45287
+  (0.1ms) begin transaction
45288
+ Processing by Contour::PasswordsController#create as HTML
45289
+ Parameters: {"user"=>{"email"=>"valid@example.com"}}
45290
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
45291
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = 'pMY8RdeJdDcFrrpqgcP1' LIMIT 1
45292
+  (0.0ms) SAVEPOINT active_record_1
45293
+  (0.3ms) UPDATE "users" SET "reset_password_token" = 'pMY8RdeJdDcFrrpqgcP1', "reset_password_sent_at" = '2012-08-21 15:59:11.277994', "updated_at" = '2012-08-21 15:59:11.278779' WHERE "users"."id" = 201799169
45294
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45295
+
45296
+ Sent mail to valid@example.com (15ms)
45297
+ Date: Tue, 21 Aug 2012 11:59:11 -0400
45298
+ From: please-change-me-at-config-initializers-devise@example.com
45299
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
45300
+ To: valid@example.com
45301
+ Message-ID: <5033b04f59b80_159d23fcde9c35ae0114c3@edge.partners.org.mail>
45302
+ Subject: Reset password instructions
45303
+ Mime-Version: 1.0
45304
+ Content-Type: text/html;
45305
+ charset=UTF-8
45306
+ Content-Transfer-Encoding: 7bit
45307
+
45308
+ <p>Hello valid@example.com!</p>
45309
+
45310
+ <p>Someone has requested a link to change your password, and you can do this through the link below.</p>
45311
+
45312
+ <p><a href="http://localhost:3000/users/password/edit?reset_password_token=pMY8RdeJdDcFrrpqgcP1">Change my password</a></p>
45313
+
45314
+ <p>If you didn't request this, please ignore this email.</p>
45315
+ <p>Your password won't change until you access the link above and create a new one.</p>
45316
+
45317
+ Redirected to http://test.host/users/login
45318
+ Completed 302 Found in 110ms (ActiveRecord: 0.0ms)
45319
+  (0.9ms) rollback transaction
45320
+  (0.0ms) begin transaction
45321
+ Processing by Contour::PasswordsController#new as HTML
45322
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (1.6ms)
45323
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (1.7ms)
45324
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (3.9ms)
45325
+ Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.0ms)
45326
+  (0.1ms) rollback transaction
45327
+  (0.1ms) begin transaction
45328
+  (0.0ms) rollback transaction
45329
+  (0.0ms) begin transaction
45330
+  (0.0ms) rollback transaction
45331
+  (0.0ms) begin transaction
45332
+  (0.0ms) rollback transaction
45333
+  (0.0ms) begin transaction
45334
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45335
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
45336
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
45337
+
45338
+
45339
+ Started GET "/logged_in_page" for 127.0.0.1 at 2012-08-21 11:59:11 -0400
45340
+ Processing by WelcomeController#logged_in_page as HTML
45341
+ Completed 401 Unauthorized in 1ms
45342
+  (0.1ms) SAVEPOINT active_record_1
45343
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1
45344
+ Binary data inserted for `string` type on column `encrypted_password`
45345
+ SQL (0.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "deleted", "email", "encrypted_password", "first_name", "last_name", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "status", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 21 Aug 2012 15:59:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "deleted-2@example.com"], ["encrypted_password", "$2a$04$SMea1HQQhbrmI1yDOeu5leUUCKxNmXUZYrRzfi6U9HFYpG5.n8yXq"], ["first_name", "Deleted"], ["last_name", "User"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["status", "pending"], ["updated_at", Tue, 21 Aug 2012 15:59:11 UTC +00:00]]
45346
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45347
+  (0.0ms) SAVEPOINT active_record_1
45348
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
45349
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45350
+ SQL (0.2ms) UPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116
45351
+ SQL (0.1ms) UPDATE "users" SET "deleted" = 't' WHERE "users"."id" = 999914116
45352
+
45353
+
45354
+ Started POST "/users/login" for 127.0.0.1 at 2012-08-21 11:59:11 -0400
45355
+ Processing by Contour::SessionsController#create as HTML
45356
+ Parameters: {"user"=>{"email"=>"deleted-2@example.com", "password"=>"[FILTERED]"}}
45357
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1
45358
+  (0.1ms) SAVEPOINT active_record_1
45359
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45360
+ Completed 401 Unauthorized in 6ms
45361
+
45362
+
45363
+ Started GET "/users/login" for 127.0.0.1 at 2012-08-21 11:59:11 -0400
45364
+ Processing by Contour::SessionsController#new as HTML
45365
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (0.6ms)
45366
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_login_table.html.erb (1.8ms)
45367
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.5ms)
45368
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (1.2ms)
45369
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (2.7ms)
45370
+ Completed 200 OK in 16ms (Views: 14.6ms | ActiveRecord: 0.0ms)
45371
+  (0.8ms) rollback transaction
45372
+  (0.1ms) begin transaction
45373
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45374
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
45375
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
45376
+
45377
+
45378
+ Started GET "/logged_in_page" for 127.0.0.1 at 2012-08-21 11:59:11 -0400
45379
+ Processing by WelcomeController#logged_in_page as HTML
45380
+ Completed 401 Unauthorized in 0ms
45381
+  (0.1ms) SAVEPOINT active_record_1
45382
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
45383
+ Binary data inserted for `string` type on column `encrypted_password`
45384
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "deleted", "email", "encrypted_password", "first_name", "last_name", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "status", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 21 Aug 2012 15:59:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "valid-2@example.com"], ["encrypted_password", "$2a$04$eBb2BAlHiEheWF0rgIlLLu1LYnbhRvN/gLA/HnBPAZZsgQhAtMN7S"], ["first_name", "FirstName"], ["last_name", "LastName"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["status", "pending"], ["updated_at", Tue, 21 Aug 2012 15:59:11 UTC +00:00]]
45385
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45386
+  (0.0ms) SAVEPOINT active_record_1
45387
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
45388
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45389
+ SQL (0.2ms) UPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116
45390
+ SQL (0.1ms) UPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116
45391
+
45392
+
45393
+ Started POST "/users/login" for 127.0.0.1 at 2012-08-21 11:59:11 -0400
45394
+ Processing by Contour::SessionsController#create as HTML
45395
+ Parameters: {"user"=>{"email"=>"valid-2@example.com", "password"=>"[FILTERED]"}}
45396
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
45397
+  (0.0ms) SAVEPOINT active_record_1
45398
+  (0.1ms) UPDATE "users" SET "last_sign_in_at" = '2012-08-21 15:59:11.546808', "current_sign_in_at" = '2012-08-21 15:59:11.546808', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-08-21 15:59:11.547258' WHERE "users"."id" = 999914116
45399
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45400
+ Redirected to http://www.example.com/logged_in_page
45401
+ Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
45402
+
45403
+
45404
+ Started GET "/logged_in_page" for 127.0.0.1 at 2012-08-21 11:59:11 -0400
45405
+ Processing by WelcomeController#logged_in_page as HTML
45406
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 999914116 LIMIT 1
45407
+ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms)
45408
+  (0.7ms) rollback transaction
45409
+  (0.1ms) begin transaction
45410
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45411
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
45412
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
45413
+
45414
+
45415
+ Started GET "/logged_in_page" for 127.0.0.1 at 2012-08-21 11:59:11 -0400
45416
+ Processing by WelcomeController#logged_in_page as HTML
45417
+ Completed 401 Unauthorized in 0ms
45418
+  (0.1ms) SAVEPOINT active_record_1
45419
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1
45420
+ Binary data inserted for `string` type on column `encrypted_password`
45421
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "deleted", "email", "encrypted_password", "first_name", "last_name", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "status", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 21 Aug 2012 15:59:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "pending-2@example.com"], ["encrypted_password", "$2a$04$W.N2DdtAAGPILkqc/PulUupqpcrIcgdJWj9pAeUiBXVXD5YPPzcZW"], ["first_name", "MyString"], ["last_name", "MyString"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["status", "pending"], ["updated_at", Tue, 21 Aug 2012 15:59:11 UTC +00:00]]
45422
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45423
+  (0.0ms) SAVEPOINT active_record_1
45424
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
45425
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45426
+ SQL (0.2ms) UPDATE "users" SET "status" = 'pending' WHERE "users"."id" = 999914116
45427
+ SQL (0.1ms) UPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116
45428
+
45429
+
45430
+ Started POST "/users/login" for 127.0.0.1 at 2012-08-21 11:59:11 -0400
45431
+ Processing by Contour::SessionsController#create as HTML
45432
+ Parameters: {"user"=>{"email"=>"pending-2@example.com", "password"=>"[FILTERED]"}}
45433
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1
45434
+  (0.0ms) SAVEPOINT active_record_1
45435
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45436
+ Completed 401 Unauthorized in 5ms
45437
+
45438
+
45439
+ Started GET "/users/login" for 127.0.0.1 at 2012-08-21 11:59:11 -0400
45440
+ Processing by Contour::SessionsController#new as HTML
45441
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (0.4ms)
45442
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_login_table.html.erb (1.3ms)
45443
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.0ms)
45444
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (2.2ms)
45445
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (4.3ms)
45446
+ Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.0ms)
45447
+  (0.7ms) rollback transaction
45448
+  (0.0ms) begin transaction
45449
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45450
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
45451
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
45452
+
45453
+
45454
+ Started GET "/" for 127.0.0.1 at 2012-08-21 11:59:11 -0400
45455
+ Processing by WelcomeController#index as HTML
45456
+ Completed 401 Unauthorized in 0ms
45457
+  (0.1ms) rollback transaction
45458
+  (0.0ms) begin transaction
45459
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45460
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
45461
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
45462
+
45463
+
45464
+ Started GET "/logged_in_page.json" for 127.0.0.1 at 2012-08-21 11:59:11 -0400
45465
+ Processing by WelcomeController#logged_in_page as JSON
45466
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
45467
+  (0.1ms) SAVEPOINT active_record_1
45468
+  (0.3ms) UPDATE "users" SET "last_sign_in_at" = '2012-08-21 15:59:11.697154', "current_sign_in_at" = '2012-08-21 15:59:11.697154', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-08-21 15:59:11.697870' WHERE "users"."id" = 201799169
45469
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45470
+ Completed 200 OK in 80ms (Views: 0.2ms | ActiveRecord: 0.5ms)
45471
+  (1.0ms) rollback transaction
45472
+  (0.1ms) begin transaction
45473
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45474
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
45475
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
45476
+
45477
+
45478
+ Started GET "/logged_in_page.json" for 127.0.0.1 at 2012-08-21 11:59:11 -0400
45479
+ Processing by WelcomeController#logged_in_page as JSON
45480
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
45481
+ Completed 401 Unauthorized in 77ms
45482
+  (0.1ms) rollback transaction
45483
+  (0.1ms) begin transaction
45484
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45485
+  (0.1ms) rollback transaction
45486
+  (0.0ms) begin transaction
45487
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45488
+  (0.1ms) rollback transaction
45489
+ Connecting to database specified by database.yml
45490
+  (0.1ms) begin transaction
45491
+ Fixture Delete (0.3ms) DELETE FROM "authentications"
45492
+ Fixture Insert (0.1ms) INSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('open_id', 'open_id@open_id.com', '2012-09-04 13:26:18', '2012-09-04 13:26:18', 949717663, 201799169)
45493
+ Fixture Insert (0.1ms) INSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('google_apps', 'test@gmail.com', '2012-09-04 13:26:18', '2012-09-04 13:26:18', 876923740, 201799169)
45494
+ Fixture Insert (0.0ms) INSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('ldap', 'CN=ldapid,CN=Users,DC=example,DC=com', '2012-09-04 13:26:18', '2012-09-04 13:26:18', 864673665, 201799169)
45495
+ Fixture Delete (0.1ms) DELETE FROM "users"
45496
+ Fixture Insert (0.1ms) INSERT INTO "users" ("first_name", "last_name", "status", "deleted", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "created_at", "updated_at", "id") VALUES ('FirstName', 'LastName', 'active', 'f', 'valid@example.com', '$2a$10$ZgXIxDCn.TjuCgsnS9iEp.Z1LlmQ71FGKgZe/kdCaVvgvnAAcUaz2', 'ResetTokenOne', 'MyDate', 'MyDate', 0, 'MyDate', 'MyDate', 'MyString', 'MyString', '2012-09-04 13:26:18', '2012-09-04 13:26:18', 201799169)
45497
+ Fixture Insert (0.1ms) INSERT INTO "users" ("first_name", "last_name", "status", "deleted", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'inactive', 'f', 'EmailTwo', 'MyString', 'ResetTokenTwo', 'MyDate', 'MyDate', 0, 'MyDate', 'MyDate', 'MyString', 'MyString', '2012-09-04 13:26:18', '2012-09-04 13:26:18', 999914115)
45498
+ Fixture Insert (0.1ms) INSERT INTO "users" ("first_name", "last_name", "status", "deleted", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "created_at", "updated_at", "id") VALUES ('Deleted', 'User', 'active', 't', 'deleted@example.com', 'MyString', 'ResetTokenFive', 'MyDate', '2011-02-23', 0, '2011-02-23', '2011-02-23', 'MyString', 'MyString', '2012-09-04 13:26:18', '2012-09-04 13:26:18', 725306934)
45499
+ Fixture Insert (0.1ms) INSERT INTO "users" ("first_name", "last_name", "status", "deleted", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'pending', 'f', 'pending@example.com', 'MyString', 'ResetTokenFour', 'MyDate', '2011-02-23', 0, '2011-02-23', '2011-02-23', 'MyString', 'MyString', '2012-09-04 13:26:18', '2012-09-04 13:26:18', 349534908)
45500
+  (51.3ms) commit transaction
45501
+  (0.1ms) begin transaction
45502
+ Authentication Load (0.3ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 876923740]]
45503
+  (0.1ms) rollback transaction
45504
+  (0.1ms) begin transaction
45505
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
45506
+  (0.0ms) rollback transaction
45507
+  (0.1ms) begin transaction
45508
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45509
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
45510
+  (0.1ms) SELECT COUNT(*) FROM "authentications" 
45511
+ Processing by Contour::AuthenticationsController#create as HTML
45512
+ Parameters: {"authentication"=>{"id"=>"949717663", "user_id"=>"201799169", "provider"=>"open_id", "uid"=>"open_id@open_id.com", "created_at"=>"2012-09-04 13:26:18 UTC", "updated_at"=>"2012-09-04 13:26:18 UTC"}}
45513
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."provider" = 'google_apps' AND "authentications"."uid" = 'test@example.com' LIMIT 1
45514
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
45515
+ Logged in user found, creating associated authentication.
45516
+  (0.1ms) SAVEPOINT active_record_1
45517
+ SQL (0.5ms) INSERT INTO "authentications" ("created_at", "provider", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 04 Sep 2012 13:26:18 UTC +00:00], ["provider", "google_apps"], ["uid", "test@example.com"], ["updated_at", Tue, 04 Sep 2012 13:26:18 UTC +00:00], ["user_id", 201799169]]
45518
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45519
+ Redirected to http://test.host/authentications
45520
+ Completed 302 Found in 22ms (ActiveRecord: 0.8ms)
45521
+  (0.1ms) SELECT COUNT(*) FROM "authentications" 
45522
+  (0.7ms) rollback transaction
45523
+  (0.0ms) begin transaction
45524
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45525
+ Authentication Load (0.0ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
45526
+  (0.1ms) SELECT COUNT(*) FROM "authentications"
45527
+ Processing by Contour::AuthenticationsController#destroy as HTML
45528
+ Parameters: {"id"=>"949717663"}
45529
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
45530
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169 AND "authentications"."id" = ? LIMIT 1 [["id", "949717663"]]
45531
+  (0.1ms) SAVEPOINT active_record_1
45532
+ SQL (0.3ms) DELETE FROM "authentications" WHERE "authentications"."id" = ? [["id", 949717663]]
45533
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45534
+ Redirected to http://test.host/authentications
45535
+ Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
45536
+  (0.1ms) SELECT COUNT(*) FROM "authentications"
45537
+  (0.7ms) rollback transaction
45538
+  (0.0ms) begin transaction
45539
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45540
+ Authentication Load (0.0ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
45541
+ Processing by Contour::AuthenticationsController#index as HTML
45542
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
45543
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 201799169
45544
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169
45545
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_index.html.erb (1.9ms)
45546
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (2.4ms)
45547
+ Completed 200 OK in 55ms (Views: 52.8ms | ActiveRecord: 0.3ms)
45548
+  (0.1ms) rollback transaction
45549
+  (0.1ms) begin transaction
45550
+ Processing by Contour::PasswordsController#create as HTML
45551
+ Parameters: {"user"=>{"email"=>"valid@example.com"}}
45552
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
45553
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = 'LDQEbcVH2sqXsUFgKVUX' LIMIT 1
45554
+  (0.0ms) SAVEPOINT active_record_1
45555
+  (0.3ms) UPDATE "users" SET "reset_password_token" = 'LDQEbcVH2sqXsUFgKVUX', "reset_password_sent_at" = '2012-09-04 13:26:18.770428', "updated_at" = '2012-09-04 13:26:18.771188' WHERE "users"."id" = 201799169
45556
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45557
+
45558
+ Sent mail to valid@example.com (16ms)
45559
+ Date: Tue, 04 Sep 2012 09:26:18 -0400
45560
+ From: please-change-me-at-config-initializers-devise@example.com
45561
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
45562
+ To: valid@example.com
45563
+ Message-ID: <5046017ae8d65_d6543febadc35ae0583c2@edge.partners.org.mail>
45564
+ Subject: Reset password instructions
45565
+ Mime-Version: 1.0
45566
+ Content-Type: text/html;
45567
+ charset=UTF-8
45568
+ Content-Transfer-Encoding: 7bit
45569
+
45570
+ <p>Hello valid@example.com!</p>
45571
+
45572
+ <p>Someone has requested a link to change your password, and you can do this through the link below.</p>
45573
+
45574
+ <p><a href="http://localhost:3000/users/password/edit?reset_password_token=LDQEbcVH2sqXsUFgKVUX">Change my password</a></p>
45575
+
45576
+ <p>If you didn't request this, please ignore this email.</p>
45577
+ <p>Your password won't change until you access the link above and create a new one.</p>
45578
+
45579
+ Redirected to http://test.host/users/login
45580
+ Completed 302 Found in 233ms (ActiveRecord: 0.0ms)
45581
+  (1.1ms) rollback transaction
45582
+  (0.0ms) begin transaction
45583
+ Processing by Contour::PasswordsController#new as HTML
45584
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (1.6ms)
45585
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (1.8ms)
45586
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (4.0ms)
45587
+ Completed 200 OK in 14ms (Views: 12.9ms | ActiveRecord: 0.0ms)
45588
+  (0.1ms) rollback transaction
45589
+  (0.0ms) begin transaction
45590
+  (0.0ms) rollback transaction
45591
+  (0.0ms) begin transaction
45592
+  (0.0ms) rollback transaction
45593
+  (0.0ms) begin transaction
45594
+  (0.0ms) rollback transaction
45595
+  (0.0ms) begin transaction
45596
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45597
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
45598
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
45599
+
45600
+
45601
+ Started GET "/logged_in_page" for 127.0.0.1 at 2012-09-04 09:26:19 -0400
45602
+ Processing by WelcomeController#logged_in_page as HTML
45603
+ Completed 401 Unauthorized in 1ms
45604
+  (0.1ms) SAVEPOINT active_record_1
45605
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1
45606
+ Binary data inserted for `string` type on column `encrypted_password`
45607
+ SQL (0.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "deleted", "email", "encrypted_password", "first_name", "last_name", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "status", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 04 Sep 2012 13:26:19 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "deleted-2@example.com"], ["encrypted_password", "$2a$04$QhaeN2QKkQc8CH0FNno/he95by2eihxrGEtkT1/OfdsSyEVhgRolq"], ["first_name", "Deleted"], ["last_name", "User"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["status", "pending"], ["updated_at", Tue, 04 Sep 2012 13:26:19 UTC +00:00]]
45608
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45609
+  (0.0ms) SAVEPOINT active_record_1
45610
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
45611
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45612
+ SQL (0.2ms) UPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116
45613
+ SQL (0.1ms) UPDATE "users" SET "deleted" = 't' WHERE "users"."id" = 999914116
45614
+
45615
+
45616
+ Started POST "/users/login" for 127.0.0.1 at 2012-09-04 09:26:19 -0400
45617
+ Processing by Contour::SessionsController#create as HTML
45618
+ Parameters: {"user"=>{"email"=>"deleted-2@example.com", "password"=>"[FILTERED]"}}
45619
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1
45620
+  (0.1ms) SAVEPOINT active_record_1
45621
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45622
+ Completed 401 Unauthorized in 6ms
45623
+
45624
+
45625
+ Started GET "/users/login" for 127.0.0.1 at 2012-09-04 09:26:19 -0400
45626
+ Processing by Contour::SessionsController#new as HTML
45627
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (0.6ms)
45628
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_login_table.html.erb (1.9ms)
45629
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.6ms)
45630
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (1.4ms)
45631
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (31.9ms)
45632
+ Completed 200 OK in 45ms (Views: 44.3ms | ActiveRecord: 0.0ms)
45633
+  (0.8ms) rollback transaction
45634
+  (0.1ms) begin transaction
45635
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45636
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
45637
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
45638
+
45639
+
45640
+ Started GET "/logged_in_page" for 127.0.0.1 at 2012-09-04 09:26:19 -0400
45641
+ Processing by WelcomeController#logged_in_page as HTML
45642
+ Completed 401 Unauthorized in 0ms
45643
+  (0.1ms) SAVEPOINT active_record_1
45644
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
45645
+ Binary data inserted for `string` type on column `encrypted_password`
45646
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "deleted", "email", "encrypted_password", "first_name", "last_name", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "status", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 04 Sep 2012 13:26:19 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "valid-2@example.com"], ["encrypted_password", "$2a$04$gJ/nGq86a6g7e8EAxyS5j.iyNGbEFdf3utHVWTQSevz9QQWnhtBNW"], ["first_name", "FirstName"], ["last_name", "LastName"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["status", "pending"], ["updated_at", Tue, 04 Sep 2012 13:26:19 UTC +00:00]]
45647
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45648
+  (0.0ms) SAVEPOINT active_record_1
45649
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
45650
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45651
+ SQL (0.2ms) UPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116
45652
+ SQL (0.1ms) UPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116
45653
+
45654
+
45655
+ Started POST "/users/login" for 127.0.0.1 at 2012-09-04 09:26:19 -0400
45656
+ Processing by Contour::SessionsController#create as HTML
45657
+ Parameters: {"user"=>{"email"=>"valid-2@example.com", "password"=>"[FILTERED]"}}
45658
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
45659
+  (0.0ms) SAVEPOINT active_record_1
45660
+  (0.1ms) UPDATE "users" SET "last_sign_in_at" = '2012-09-04 13:26:19.170591', "current_sign_in_at" = '2012-09-04 13:26:19.170591', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-09-04 13:26:19.171047' WHERE "users"."id" = 999914116
45661
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45662
+ Redirected to http://www.example.com/logged_in_page
45663
+ Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
45664
+
45665
+
45666
+ Started GET "/logged_in_page" for 127.0.0.1 at 2012-09-04 09:26:19 -0400
45667
+ Processing by WelcomeController#logged_in_page as HTML
45668
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 999914116 LIMIT 1
45669
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
45670
+  (0.6ms) rollback transaction
45671
+  (0.1ms) begin transaction
45672
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45673
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
45674
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
45675
+
45676
+
45677
+ Started GET "/logged_in_page" for 127.0.0.1 at 2012-09-04 09:26:19 -0400
45678
+ Processing by WelcomeController#logged_in_page as HTML
45679
+ Completed 401 Unauthorized in 0ms
45680
+  (0.1ms) SAVEPOINT active_record_1
45681
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1
45682
+ Binary data inserted for `string` type on column `encrypted_password`
45683
+ SQL (0.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "deleted", "email", "encrypted_password", "first_name", "last_name", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "status", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 04 Sep 2012 13:26:19 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "pending-2@example.com"], ["encrypted_password", "$2a$04$SCzkCZgplkcmyZtf/POSL.Ecw/R1bS.r6AIY5WkEZZaIcv.Vdwbiu"], ["first_name", "MyString"], ["last_name", "MyString"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["status", "pending"], ["updated_at", Tue, 04 Sep 2012 13:26:19 UTC +00:00]]
45684
+  (0.1ms) RELEASE SAVEPOINT active_record_1
45685
+  (0.0ms) SAVEPOINT active_record_1
45686
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
45687
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45688
+ SQL (0.2ms) UPDATE "users" SET "status" = 'pending' WHERE "users"."id" = 999914116
45689
+ SQL (0.1ms) UPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116
45690
+
45691
+
45692
+ Started POST "/users/login" for 127.0.0.1 at 2012-09-04 09:26:19 -0400
45693
+ Processing by Contour::SessionsController#create as HTML
45694
+ Parameters: {"user"=>{"email"=>"pending-2@example.com", "password"=>"[FILTERED]"}}
45695
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1
45696
+  (0.1ms) SAVEPOINT active_record_1
45697
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45698
+ Completed 401 Unauthorized in 6ms
45699
+
45700
+
45701
+ Started GET "/users/login" for 127.0.0.1 at 2012-09-04 09:26:19 -0400
45702
+ Processing by Contour::SessionsController#new as HTML
45703
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (1.0ms)
45704
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_login_table.html.erb (2.4ms)
45705
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.1ms)
45706
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (1.3ms)
45707
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (3.0ms)
45708
+ Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.0ms)
45709
+  (0.7ms) rollback transaction
45710
+  (0.1ms) begin transaction
45711
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45712
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
45713
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
45714
+
45715
+
45716
+ Started GET "/" for 127.0.0.1 at 2012-09-04 09:26:19 -0400
45717
+ Processing by WelcomeController#index as HTML
45718
+ Completed 401 Unauthorized in 0ms
45719
+  (0.1ms) rollback transaction
45720
+  (0.1ms) begin transaction
45721
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45722
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
45723
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
45724
+
45725
+
45726
+ Started GET "/logged_in_page.json" for 127.0.0.1 at 2012-09-04 09:26:19 -0400
45727
+ Processing by WelcomeController#logged_in_page as JSON
45728
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
45729
+  (0.1ms) SAVEPOINT active_record_1
45730
+  (0.2ms) UPDATE "users" SET "last_sign_in_at" = '2012-09-04 13:26:19.328427', "current_sign_in_at" = '2012-09-04 13:26:19.328427', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-09-04 13:26:19.329120' WHERE "users"."id" = 201799169
45731
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45732
+ Completed 200 OK in 84ms (Views: 0.2ms | ActiveRecord: 0.5ms)
45733
+  (0.8ms) rollback transaction
45734
+  (0.1ms) begin transaction
45735
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45736
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
45737
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
45738
+
45739
+
45740
+ Started GET "/logged_in_page.json" for 127.0.0.1 at 2012-09-04 09:26:19 -0400
45741
+ Processing by WelcomeController#logged_in_page as JSON
45742
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
45743
+ Completed 401 Unauthorized in 78ms
45744
+  (0.1ms) rollback transaction
45745
+  (0.0ms) begin transaction
45746
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45747
+  (0.1ms) rollback transaction
45748
+  (0.1ms) begin transaction
45749
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45750
+  (0.0ms) rollback transaction
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contour
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0.pre2
4
+ version: 1.1.0.rc
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-21 00:00:00.000000000 Z
12
+ date: 2012-09-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -66,7 +66,7 @@ dependencies:
66
66
  requirements:
67
67
  - - ~>
68
68
  - !ruby/object:Gem::Version
69
- version: 1.1.0
69
+ version: 1.1.1
70
70
  type: :runtime
71
71
  prerelease: false
72
72
  version_requirements: !ruby/object:Gem::Requirement
@@ -74,7 +74,7 @@ dependencies:
74
74
  requirements:
75
75
  - - ~>
76
76
  - !ruby/object:Gem::Version
77
- version: 1.1.0
77
+ version: 1.1.1
78
78
  - !ruby/object:Gem::Dependency
79
79
  name: omniauth-cas
80
80
  requirement: !ruby/object:Gem::Requirement
@@ -162,7 +162,7 @@ dependencies:
162
162
  requirements:
163
163
  - - ~>
164
164
  - !ruby/object:Gem::Version
165
- version: 0.0.12
165
+ version: 0.0.13
166
166
  type: :runtime
167
167
  prerelease: false
168
168
  version_requirements: !ruby/object:Gem::Requirement
@@ -170,7 +170,7 @@ dependencies:
170
170
  requirements:
171
171
  - - ~>
172
172
  - !ruby/object:Gem::Version
173
- version: 0.0.12
173
+ version: 0.0.13
174
174
  - !ruby/object:Gem::Dependency
175
175
  name: sqlite3
176
176
  requirement: !ruby/object:Gem::Requirement