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.
- data/CHANGELOG.rdoc +1 -1
- data/lib/contour/version.rb +1 -1
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +238 -0
- metadata +5 -5
data/CHANGELOG.rdoc
CHANGED
data/lib/contour/version.rb
CHANGED
data/test/dummy/db/test.sqlite3
CHANGED
|
Binary file
|
data/test/dummy/log/test.log
CHANGED
|
@@ -49224,3 +49224,241 @@ Completed 401 Unauthorized in 293ms
|
|
|
49224
49224
|
[1m[35m (0.1ms)[0m begin transaction
|
|
49225
49225
|
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
49226
49226
|
[1m[35m (0.1ms)[0m rollback transaction
|
|
49227
|
+
Connecting to database specified by database.yml
|
|
49228
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
|
49229
|
+
[1m[35mFixture Delete (0.3ms)[0m DELETE FROM "authentications"
|
|
49230
|
+
[1m[36mFixture Insert (0.2ms)[0m [1mINSERT 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)[0m
|
|
49231
|
+
[1m[35mFixture Insert (0.1ms)[0m 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
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT 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)[0m
|
|
49233
|
+
[1m[35mFixture Delete (0.1ms)[0m DELETE FROM "users"
|
|
49234
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT 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)[0m
|
|
49235
|
+
[1m[35mFixture Insert (0.1ms)[0m 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
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT 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)[0m
|
|
49237
|
+
[1m[35mFixture Insert (0.1ms)[0m 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
|
+
[1m[36m (2.1ms)[0m [1mcommit transaction[0m
|
|
49239
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
49240
|
+
[1m[36mAuthentication Load (2.9ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1[0m [["id", 876923740]]
|
|
49241
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
49242
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
49243
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
|
49244
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
49245
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
49246
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
49247
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
|
49248
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" [0m
|
|
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
|
+
[1m[35mAuthentication Load (0.2ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."provider" = 'google_apps' AND "authentications"."uid" = 'test@example.com' LIMIT 1
|
|
49252
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
|
49253
|
+
Logged in user found, creating associated authentication.
|
|
49254
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
49255
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "authentications" ("created_at", "provider", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
49257
|
+
Redirected to http://test.host/authentications
|
|
49258
|
+
Completed 302 Found in 153ms (ActiveRecord: 1.3ms)
|
|
49259
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" [0m
|
|
49260
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
|
49261
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
49262
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
49263
|
+
[1m[36mAuthentication Load (0.1ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1[0m [["id", 949717663]]
|
|
49264
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications"
|
|
49265
|
+
Processing by Contour::AuthenticationsController#destroy as HTML
|
|
49266
|
+
Parameters: {"id"=>"949717663"}
|
|
49267
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
|
49268
|
+
[1m[35mAuthentication Load (0.2ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169 AND "authentications"."id" = ? LIMIT 1 [["id", "949717663"]]
|
|
49269
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
49270
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "authentications" WHERE "authentications"."id" = ? [["id", 949717663]]
|
|
49271
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
49272
|
+
Redirected to http://test.host/authentications
|
|
49273
|
+
Completed 302 Found in 6ms (ActiveRecord: 0.7ms)
|
|
49274
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications"
|
|
49275
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
|
49276
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
49277
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
49278
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
|
49279
|
+
Processing by Contour::AuthenticationsController#index as HTML
|
|
49280
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
|
49281
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 201799169
|
|
49282
|
+
[1m[36mAuthentication Load (0.1ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169[0m
|
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
49287
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
49288
|
+
Processing by Contour::PasswordsController#create as HTML
|
|
49289
|
+
Parameters: {"user"=>{"email"=>"valid@example.com"}}
|
|
49290
|
+
[1m[35mUser Load (0.5ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
|
|
49291
|
+
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."reset_password_token" = 'E8EexyHZzgkSsRuE9Zjz' LIMIT 1[0m
|
|
49292
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
49293
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "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[0m
|
|
49294
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
|
49320
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
49327
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
49328
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
49329
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
49330
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
49331
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
49332
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
49333
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
49334
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
49335
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
|
49336
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["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
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
49341
|
+
[1m[36mUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1[0m
|
|
49342
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
|
49343
|
+
[1m[35mSQL (0.9ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
49345
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
49346
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116[0m
|
|
49347
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
49348
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116[0m
|
|
49349
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1[0m
|
|
49354
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
49355
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
|
49366
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
49367
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
49368
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 349534908]]
|
|
49369
|
+
[1m[35mUser Load (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
49374
|
+
[1m[35mUser Exists (0.1ms)[0m 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
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
49378
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
49379
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
|
|
49380
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
49381
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116
|
|
49382
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116[0m
|
|
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
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
|
|
49387
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
49388
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = 999914116 LIMIT 1
|
|
49395
|
+
Completed 200 OK in 21ms (Views: 19.0ms | ActiveRecord: 0.2ms)
|
|
49396
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
|
49397
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
49398
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
49399
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
|
49400
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["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
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
49405
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1[0m
|
|
49406
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
|
49407
|
+
[1m[35mSQL (0.7ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
49409
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
49410
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116[0m
|
|
49411
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
49412
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "users" SET "status" = 'pending' WHERE "users"."id" = 999914116[0m
|
|
49413
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1[0m
|
|
49418
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
49419
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
|
49430
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
49431
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
49432
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 349534908]]
|
|
49433
|
+
[1m[35mUser Load (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
49438
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
49439
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
49440
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
|
49441
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["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
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
|
|
49445
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
49446
|
+
[1m[35m (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
49448
|
+
Completed 200 OK in 305ms (Views: 0.3ms | ActiveRecord: 0.6ms)
|
|
49449
|
+
[1m[35m (7.3ms)[0m rollback transaction
|
|
49450
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
49451
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
49452
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 349534908]]
|
|
49453
|
+
[1m[35mUser Load (0.1ms)[0m 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
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1[0m
|
|
49457
|
+
Completed 401 Unauthorized in 284ms
|
|
49458
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
49459
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
49460
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
49461
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
49462
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
49463
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
49464
|
+
[1m[35m (0.1ms)[0m 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
|
|
5
|
-
prerelease:
|
|
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-
|
|
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:
|
|
643
|
+
version: '0'
|
|
644
644
|
requirements: []
|
|
645
645
|
rubyforge_project:
|
|
646
646
|
rubygems_version: 1.8.24
|