contour 1.1.3.pre2 → 1.1.3

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.
@@ -1,4 +1,4 @@
1
- == 1.1.3
1
+ == 1.1.3 (February 11, 2013)
2
2
 
3
3
  * Enhancements
4
4
  * Tooltip base line-height is now fixed at 20px
@@ -3,7 +3,7 @@ module Contour
3
3
  MAJOR = 1
4
4
  MINOR = 1
5
5
  TINY = 3
6
- BUILD = "pre2" # nil, "pre", "rc", "rc2"
6
+ BUILD = nil # nil, "pre", "rc", "rc2"
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
9
9
  end
Binary file
@@ -49224,3 +49224,241 @@ Completed 401 Unauthorized in 293ms
49224
49224
   (0.1ms) begin transaction
49225
49225
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
49226
49226
   (0.1ms) rollback transaction
49227
+ Connecting to database specified by database.yml
49228
+  (0.2ms) begin transaction
49229
+ Fixture Delete (0.3ms) DELETE FROM "authentications"
49230
+ Fixture Insert (0.2ms) INSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('open_id', 'open_id@open_id.com', '2013-02-11 13:44:30', '2013-02-11 13:44:30', 949717663, 201799169)
49231
+ Fixture Insert (0.1ms) INSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('google_apps', 'test@gmail.com', '2013-02-11 13:44:30', '2013-02-11 13:44:30', 876923740, 201799169)
49232
+ 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', '2013-02-11 13:44:30', '2013-02-11 13:44:30', 864673665, 201799169)
49233
+ Fixture Delete (0.1ms) DELETE FROM "users"
49234
+ 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', '2013-02-11 13:44:30', '2013-02-11 13:44:30', 201799169)
49235
+ 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', '2013-02-11 13:44:30', '2013-02-11 13:44:30', 999914115)
49236
+ 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', '2013-02-11 13:44:30', '2013-02-11 13:44:30', 725306934)
49237
+ 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', '2013-02-11 13:44:30', '2013-02-11 13:44:30', 349534908)
49238
+  (2.1ms) commit transaction
49239
+  (0.1ms) begin transaction
49240
+ Authentication Load (2.9ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 876923740]]
49241
+  (0.1ms) rollback transaction
49242
+  (0.1ms) begin transaction
49243
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
49244
+  (0.1ms) rollback transaction
49245
+  (0.1ms) begin transaction
49246
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
49247
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
49248
+  (0.1ms) SELECT COUNT(*) FROM "authentications" 
49249
+ Processing by Contour::AuthenticationsController#create as HTML
49250
+ Parameters: {"authentication"=>{"id"=>"949717663", "user_id"=>"201799169", "provider"=>"open_id", "uid"=>"open_id@open_id.com", "created_at"=>"2013-02-11 13:44:30 UTC", "updated_at"=>"2013-02-11 13:44:30 UTC"}}
49251
+ Authentication Load (0.2ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."provider" = 'google_apps' AND "authentications"."uid" = 'test@example.com' LIMIT 1
49252
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
49253
+ Logged in user found, creating associated authentication.
49254
+  (0.1ms) SAVEPOINT active_record_1
49255
+ SQL (0.8ms) INSERT INTO "authentications" ("created_at", "provider", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 11 Feb 2013 13:44:30 UTC +00:00], ["provider", "google_apps"], ["uid", "test@example.com"], ["updated_at", Mon, 11 Feb 2013 13:44:30 UTC +00:00], ["user_id", 201799169]]
49256
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49257
+ Redirected to http://test.host/authentications
49258
+ Completed 302 Found in 153ms (ActiveRecord: 1.3ms)
49259
+  (0.1ms) SELECT COUNT(*) FROM "authentications" 
49260
+  (1.0ms) rollback transaction
49261
+  (0.1ms) begin transaction
49262
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
49263
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
49264
+  (0.1ms) SELECT COUNT(*) FROM "authentications"
49265
+ Processing by Contour::AuthenticationsController#destroy as HTML
49266
+ Parameters: {"id"=>"949717663"}
49267
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
49268
+ Authentication Load (0.2ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169 AND "authentications"."id" = ? LIMIT 1 [["id", "949717663"]]
49269
+  (0.1ms) SAVEPOINT active_record_1
49270
+ SQL (0.3ms) DELETE FROM "authentications" WHERE "authentications"."id" = ? [["id", 949717663]]
49271
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49272
+ Redirected to http://test.host/authentications
49273
+ Completed 302 Found in 6ms (ActiveRecord: 0.7ms)
49274
+  (0.1ms) SELECT COUNT(*) FROM "authentications"
49275
+  (0.7ms) rollback transaction
49276
+  (0.1ms) begin transaction
49277
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
49278
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
49279
+ Processing by Contour::AuthenticationsController#index as HTML
49280
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
49281
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 201799169
49282
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169
49283
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_index.html.erb (3.7ms)
49284
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (4.8ms)
49285
+ Completed 200 OK in 131ms (Views: 128.0ms | ActiveRecord: 0.4ms)
49286
+  (0.1ms) rollback transaction
49287
+  (0.1ms) begin transaction
49288
+ Processing by Contour::PasswordsController#create as HTML
49289
+ Parameters: {"user"=>{"email"=>"valid@example.com"}}
49290
+ User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
49291
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = 'E8EexyHZzgkSsRuE9Zjz' LIMIT 1
49292
+  (0.1ms) SAVEPOINT active_record_1
49293
+  (0.4ms) UPDATE "users" SET "reset_password_token" = 'E8EexyHZzgkSsRuE9Zjz', "reset_password_sent_at" = '2013-02-11 13:44:31.153237', "updated_at" = '2013-02-11 13:44:31.155459' WHERE "users"."id" = 201799169
49294
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49295
+
49296
+ Sent mail to valid@example.com (79ms)
49297
+ Date: Mon, 11 Feb 2013 08:44:31 -0500
49298
+ From: please-change-me-at-config-initializers-devise@example.com
49299
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
49300
+ To: valid@example.com
49301
+ Message-ID: <5118f5bf66e79_142813fe14c835adc76675@edge2.partners.org.mail>
49302
+ Subject: Reset password instructions
49303
+ Mime-Version: 1.0
49304
+ Content-Type: text/html;
49305
+ charset=UTF-8
49306
+ Content-Transfer-Encoding: 7bit
49307
+
49308
+ <p>Hello valid@example.com!</p>
49309
+
49310
+ <p>Someone has requested a link to change your password, and you can do this through the link below.</p>
49311
+
49312
+ <p><a href="http://localhost:3000/users/password/edit?reset_password_token=E8EexyHZzgkSsRuE9Zjz">Change my password</a></p>
49313
+
49314
+ <p>If you didn't request this, please ignore this email.</p>
49315
+ <p>Your password won't change until you access the link above and create a new one.</p>
49316
+
49317
+ Redirected to http://test.host/users/login
49318
+ Completed 302 Found in 346ms (ActiveRecord: 0.0ms)
49319
+  (0.8ms) rollback transaction
49320
+  (0.1ms) begin transaction
49321
+ Processing by Contour::PasswordsController#new as HTML
49322
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (2.8ms)
49323
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (3.5ms)
49324
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (7.3ms)
49325
+ Completed 200 OK in 25ms (Views: 24.3ms | ActiveRecord: 0.0ms)
49326
+  (0.1ms) rollback transaction
49327
+  (0.1ms) begin transaction
49328
+  (0.1ms) rollback transaction
49329
+  (0.1ms) begin transaction
49330
+  (0.1ms) rollback transaction
49331
+  (0.1ms) begin transaction
49332
+  (0.1ms) rollback transaction
49333
+  (0.1ms) begin transaction
49334
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
49335
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
49336
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
49337
+ Started GET "/logged_in_page" for 127.0.0.1 at 2013-02-11 08:44:31 -0500
49338
+ Processing by WelcomeController#logged_in_page as HTML
49339
+ Completed 401 Unauthorized in 1ms
49340
+  (0.1ms) SAVEPOINT active_record_1
49341
+ User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1
49342
+ Binary data inserted for `string` type on column `encrypted_password`
49343
+ SQL (0.9ms) 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", Mon, 11 Feb 2013 13:44:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "deleted-2@example.com"], ["encrypted_password", "$2a$04$qPVE1mGB4HolVmsMrSNyRuiIP6pN.63ObB9QF2L1l6ydc11fnU6R."], ["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", Mon, 11 Feb 2013 13:44:31 UTC +00:00]]
49344
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49345
+  (0.1ms) SAVEPOINT active_record_1
49346
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
49347
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49348
+ SQL (0.3ms) UPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116
49349
+ SQL (0.1ms) UPDATE "users" SET "deleted" = 't' WHERE "users"."id" = 999914116
49350
+ Started POST "/users/login" for 127.0.0.1 at 2013-02-11 08:44:31 -0500
49351
+ Processing by Contour::SessionsController#create as HTML
49352
+ Parameters: {"user"=>{"email"=>"deleted-2@example.com", "password"=>"[FILTERED]"}}
49353
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1
49354
+  (0.1ms) SAVEPOINT active_record_1
49355
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49356
+ Completed 401 Unauthorized in 13ms
49357
+ Started GET "/users/login" for 127.0.0.1 at 2013-02-11 08:44:31 -0500
49358
+ Processing by Contour::SessionsController#new as HTML
49359
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (1.1ms)
49360
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_login_table.html.erb (3.4ms)
49361
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.9ms)
49362
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (2.5ms)
49363
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (5.3ms)
49364
+ Completed 200 OK in 29ms (Views: 27.3ms | ActiveRecord: 0.0ms)
49365
+  (0.8ms) rollback transaction
49366
+  (0.1ms) begin transaction
49367
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
49368
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
49369
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
49370
+ Started GET "/logged_in_page" for 127.0.0.1 at 2013-02-11 08:44:31 -0500
49371
+ Processing by WelcomeController#logged_in_page as HTML
49372
+ Completed 401 Unauthorized in 0ms
49373
+  (0.1ms) SAVEPOINT active_record_1
49374
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
49375
+ Binary data inserted for `string` type on column `encrypted_password`
49376
+ SQL (0.7ms) 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", Mon, 11 Feb 2013 13:44:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "valid-2@example.com"], ["encrypted_password", "$2a$04$Eu3P7YHPZqdzuHxnNMHbi.dgDnXaYmLWNJ.HPXlp39m4e5zz2tn3e"], ["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", Mon, 11 Feb 2013 13:44:31 UTC +00:00]]
49377
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49378
+  (0.0ms) SAVEPOINT active_record_1
49379
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
49380
+  (0.0ms) RELEASE SAVEPOINT active_record_1
49381
+ SQL (0.3ms) UPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116
49382
+ SQL (0.1ms) UPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116
49383
+ Started POST "/users/login" for 127.0.0.1 at 2013-02-11 08:44:31 -0500
49384
+ Processing by Contour::SessionsController#create as HTML
49385
+ Parameters: {"user"=>{"email"=>"valid-2@example.com", "password"=>"[FILTERED]"}}
49386
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
49387
+  (0.1ms) SAVEPOINT active_record_1
49388
+  (0.1ms) UPDATE "users" SET "last_sign_in_at" = '2013-02-11 13:44:31.839542', "current_sign_in_at" = '2013-02-11 13:44:31.839542', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2013-02-11 13:44:31.840704' WHERE "users"."id" = 999914116
49389
+  (0.0ms) RELEASE SAVEPOINT active_record_1
49390
+ Redirected to http://www.example.com/logged_in_page
49391
+ Completed 302 Found in 15ms (ActiveRecord: 0.0ms)
49392
+ Started GET "/logged_in_page" for 127.0.0.1 at 2013-02-11 08:44:31 -0500
49393
+ Processing by WelcomeController#logged_in_page as HTML
49394
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 999914116 LIMIT 1
49395
+ Completed 200 OK in 21ms (Views: 19.0ms | ActiveRecord: 0.2ms)
49396
+  (0.9ms) rollback transaction
49397
+  (0.1ms) begin transaction
49398
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
49399
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
49400
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
49401
+ Started GET "/logged_in_page" for 127.0.0.1 at 2013-02-11 08:44:31 -0500
49402
+ Processing by WelcomeController#logged_in_page as HTML
49403
+ Completed 401 Unauthorized in 0ms
49404
+  (0.1ms) SAVEPOINT active_record_1
49405
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1
49406
+ Binary data inserted for `string` type on column `encrypted_password`
49407
+ SQL (0.7ms) 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", Mon, 11 Feb 2013 13:44:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "pending-2@example.com"], ["encrypted_password", "$2a$04$ZzjtLXJM/Bky2W7V2C0jF.PM8moc/GMT13TUXQ5Xl7nWMCAeK3pRu"], ["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", Mon, 11 Feb 2013 13:44:31 UTC +00:00]]
49408
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49409
+  (0.0ms) SAVEPOINT active_record_1
49410
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
49411
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49412
+ SQL (0.3ms) UPDATE "users" SET "status" = 'pending' WHERE "users"."id" = 999914116
49413
+ SQL (0.1ms) UPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116
49414
+ Started POST "/users/login" for 127.0.0.1 at 2013-02-11 08:44:31 -0500
49415
+ Processing by Contour::SessionsController#create as HTML
49416
+ Parameters: {"user"=>{"email"=>"pending-2@example.com", "password"=>"[FILTERED]"}}
49417
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1
49418
+  (0.1ms) SAVEPOINT active_record_1
49419
+  (0.0ms) RELEASE SAVEPOINT active_record_1
49420
+ Completed 401 Unauthorized in 10ms
49421
+ Started GET "/users/login" for 127.0.0.1 at 2013-02-11 08:44:31 -0500
49422
+ Processing by Contour::SessionsController#new as HTML
49423
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (0.9ms)
49424
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_login_table.html.erb (2.3ms)
49425
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.1ms)
49426
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (2.5ms)
49427
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (5.3ms)
49428
+ Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.0ms)
49429
+  (0.9ms) rollback transaction
49430
+  (0.1ms) begin transaction
49431
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
49432
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
49433
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
49434
+ Started GET "/" for 127.0.0.1 at 2013-02-11 08:44:31 -0500
49435
+ Processing by WelcomeController#index as HTML
49436
+ Completed 401 Unauthorized in 1ms
49437
+  (0.1ms) rollback transaction
49438
+  (0.1ms) begin transaction
49439
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
49440
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
49441
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
49442
+ Started GET "/logged_in_page.json" for 127.0.0.1 at 2013-02-11 08:44:31 -0500
49443
+ Processing by WelcomeController#logged_in_page as JSON
49444
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
49445
+  (0.1ms) SAVEPOINT active_record_1
49446
+  (0.3ms) UPDATE "users" SET "last_sign_in_at" = '2013-02-11 13:44:32.281075', "current_sign_in_at" = '2013-02-11 13:44:32.281075', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2013-02-11 13:44:32.282466' WHERE "users"."id" = 201799169
49447
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49448
+ Completed 200 OK in 305ms (Views: 0.3ms | ActiveRecord: 0.6ms)
49449
+  (7.3ms) rollback transaction
49450
+  (0.1ms) begin transaction
49451
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
49452
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
49453
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
49454
+ Started GET "/logged_in_page.json" for 127.0.0.1 at 2013-02-11 08:44:32 -0500
49455
+ Processing by WelcomeController#logged_in_page as JSON
49456
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
49457
+ Completed 401 Unauthorized in 284ms
49458
+  (0.1ms) rollback transaction
49459
+  (0.1ms) begin transaction
49460
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
49461
+  (0.1ms) rollback transaction
49462
+  (0.1ms) begin transaction
49463
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
49464
+  (0.1ms) rollback transaction
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contour
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3.pre2
5
- prerelease: 6
4
+ version: 1.1.3
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Remo Mueller
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-05 00:00:00.000000000 Z
12
+ date: 2013-02-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -638,9 +638,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
638
638
  required_rubygems_version: !ruby/object:Gem::Requirement
639
639
  none: false
640
640
  requirements:
641
- - - ! '>'
641
+ - - ! '>='
642
642
  - !ruby/object:Gem::Version
643
- version: 1.3.1
643
+ version: '0'
644
644
  requirements: []
645
645
  rubyforge_project:
646
646
  rubygems_version: 1.8.24