contour 1.1.0.pre2 → 1.1.0.rc
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 +5 -0
- data/app/assets/javascripts/twitter-bootstrap/v2.1.0/bootstrap.js +2 -2
- data/contour.gemspec +2 -2
- data/lib/contour/version.rb +1 -1
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +524 -0
- metadata +6 -6
data/CHANGELOG.rdoc
CHANGED
|
@@ -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);
|
data/contour.gemspec
CHANGED
|
@@ -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.
|
|
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.
|
|
35
|
+
s.add_dependency 'omniauth-twitter', '~> 0.0.13'
|
|
36
36
|
|
|
37
37
|
s.add_development_dependency "sqlite3"
|
|
38
38
|
end
|
data/lib/contour/version.rb
CHANGED
data/test/dummy/db/test.sqlite3
CHANGED
|
Binary file
|
data/test/dummy/log/test.log
CHANGED
|
@@ -45224,3 +45224,527 @@ Completed 401 Unauthorized in 81ms
|
|
|
45224
45224
|
[1m[35m (0.1ms)[0m begin transaction
|
|
45225
45225
|
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
45226
45226
|
[1m[35m (0.1ms)[0m rollback transaction
|
|
45227
|
+
Connecting to database specified by database.yml
|
|
45228
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
45229
|
+
[1m[35mFixture Delete (0.3ms)[0m DELETE FROM "authentications"
|
|
45230
|
+
[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', '2012-08-21 15:59:11', '2012-08-21 15:59:11', 949717663, 201799169)[0m
|
|
45231
|
+
[1m[35mFixture Insert (0.1ms)[0m 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
|
+
[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', '2012-08-21 15:59:11', '2012-08-21 15:59:11', 864673665, 201799169)[0m
|
|
45233
|
+
[1m[35mFixture Delete (0.1ms)[0m DELETE FROM "users"
|
|
45234
|
+
[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', '2012-08-21 15:59:11', '2012-08-21 15:59:11', 201799169)[0m
|
|
45235
|
+
[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', '2012-08-21 15:59:11', '2012-08-21 15:59:11', 999914115)
|
|
45236
|
+
[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', '2012-08-21 15:59:11', '2012-08-21 15:59:11', 725306934)[0m
|
|
45237
|
+
[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', '2012-08-21 15:59:11', '2012-08-21 15:59:11', 349534908)
|
|
45238
|
+
[1m[36m (2.0ms)[0m [1mcommit transaction[0m
|
|
45239
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
45240
|
+
[1m[36mAuthentication Load (0.3ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1[0m [["id", 876923740]]
|
|
45241
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
45242
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
45243
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
|
45244
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
45245
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
45246
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
45247
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
|
45248
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" [0m
|
|
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
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."provider" = 'google_apps' AND "authentications"."uid" = 'test@example.com' LIMIT 1
|
|
45252
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
|
45253
|
+
Logged in user found, creating associated authentication.
|
|
45254
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
45255
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "authentications" ("created_at", "provider", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
45257
|
+
Redirected to http://test.host/authentications
|
|
45258
|
+
Completed 302 Found in 50ms (ActiveRecord: 0.8ms)
|
|
45259
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" [0m
|
|
45260
|
+
[1m[35m (18.1ms)[0m rollback transaction
|
|
45261
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
45262
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
45263
|
+
[1m[36mAuthentication Load (0.0ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1[0m [["id", 949717663]]
|
|
45264
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications"
|
|
45265
|
+
Processing by Contour::AuthenticationsController#destroy as HTML
|
|
45266
|
+
Parameters: {"id"=>"949717663"}
|
|
45267
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
|
45268
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169 AND "authentications"."id" = ? LIMIT 1 [["id", "949717663"]]
|
|
45269
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
45270
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "authentications" WHERE "authentications"."id" = ? [["id", 949717663]]
|
|
45271
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
45272
|
+
Redirected to http://test.host/authentications
|
|
45273
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
|
|
45274
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications"
|
|
45275
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
|
45276
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
45277
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
45278
|
+
[1m[35mAuthentication Load (0.0ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
|
45279
|
+
Processing by Contour::AuthenticationsController#index as HTML
|
|
45280
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
|
45281
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 201799169
|
|
45282
|
+
[1m[36mAuthentication Load (0.1ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169[0m
|
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
45287
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
45288
|
+
Processing by Contour::PasswordsController#create as HTML
|
|
45289
|
+
Parameters: {"user"=>{"email"=>"valid@example.com"}}
|
|
45290
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
|
|
45291
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."reset_password_token" = 'pMY8RdeJdDcFrrpqgcP1' LIMIT 1[0m
|
|
45292
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
45293
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "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[0m
|
|
45294
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
|
45320
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
45327
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
45328
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
45329
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
45330
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
45331
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
45332
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
45333
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
45334
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
45335
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
|
45336
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["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
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
45343
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1[0m
|
|
45344
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
|
45345
|
+
[1m[35mSQL (0.6ms)[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", 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
45347
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
45348
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116[0m
|
|
45349
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
45350
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116[0m
|
|
45351
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1[0m
|
|
45358
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
45359
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
|
45372
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
45373
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
45374
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 349534908]]
|
|
45375
|
+
[1m[35mUser Load (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
45382
|
+
[1m[35mUser Exists (0.1ms)[0m 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
|
+
[1m[36mSQL (0.5ms)[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", 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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
45386
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
45387
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
|
|
45388
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
45389
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116
|
|
45390
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116[0m
|
|
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
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
|
|
45397
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
45398
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = 999914116 LIMIT 1
|
|
45407
|
+
Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms)
|
|
45408
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
|
45409
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
45410
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
45411
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
|
45412
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["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
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
45419
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1[0m
|
|
45420
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
|
45421
|
+
[1m[35mSQL (0.5ms)[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", 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
45423
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
45424
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116[0m
|
|
45425
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
45426
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "users" SET "status" = 'pending' WHERE "users"."id" = 999914116[0m
|
|
45427
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1[0m
|
|
45434
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
45435
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
|
45448
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
45449
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
45450
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 349534908]]
|
|
45451
|
+
[1m[35mUser Load (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
45458
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
45459
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
45460
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
|
45461
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["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
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
|
|
45467
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
45468
|
+
[1m[35m (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
45470
|
+
Completed 200 OK in 80ms (Views: 0.2ms | ActiveRecord: 0.5ms)
|
|
45471
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
|
45472
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
45473
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
45474
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 349534908]]
|
|
45475
|
+
[1m[35mUser Load (0.0ms)[0m 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
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1[0m
|
|
45481
|
+
Completed 401 Unauthorized in 77ms
|
|
45482
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
45483
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
45484
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
45485
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
45486
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
45487
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
45488
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
45489
|
+
Connecting to database specified by database.yml
|
|
45490
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
45491
|
+
[1m[35mFixture Delete (0.3ms)[0m DELETE FROM "authentications"
|
|
45492
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT 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)[0m
|
|
45493
|
+
[1m[35mFixture Insert (0.1ms)[0m 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
|
+
[1m[36mFixture Insert (0.0ms)[0m [1mINSERT 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)[0m
|
|
45495
|
+
[1m[35mFixture Delete (0.1ms)[0m DELETE FROM "users"
|
|
45496
|
+
[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', '2012-09-04 13:26:18', '2012-09-04 13:26:18', 201799169)[0m
|
|
45497
|
+
[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', '2012-09-04 13:26:18', '2012-09-04 13:26:18', 999914115)
|
|
45498
|
+
[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', '2012-09-04 13:26:18', '2012-09-04 13:26:18', 725306934)[0m
|
|
45499
|
+
[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', '2012-09-04 13:26:18', '2012-09-04 13:26:18', 349534908)
|
|
45500
|
+
[1m[36m (51.3ms)[0m [1mcommit transaction[0m
|
|
45501
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
45502
|
+
[1m[36mAuthentication Load (0.3ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1[0m [["id", 876923740]]
|
|
45503
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
45504
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
45505
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
|
45506
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
45507
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
45508
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
45509
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
|
45510
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" [0m
|
|
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
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."provider" = 'google_apps' AND "authentications"."uid" = 'test@example.com' LIMIT 1
|
|
45514
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
|
45515
|
+
Logged in user found, creating associated authentication.
|
|
45516
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
45517
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "authentications" ("created_at", "provider", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
45519
|
+
Redirected to http://test.host/authentications
|
|
45520
|
+
Completed 302 Found in 22ms (ActiveRecord: 0.8ms)
|
|
45521
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" [0m
|
|
45522
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
|
45523
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
45524
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
45525
|
+
[1m[36mAuthentication Load (0.0ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1[0m [["id", 949717663]]
|
|
45526
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications"
|
|
45527
|
+
Processing by Contour::AuthenticationsController#destroy as HTML
|
|
45528
|
+
Parameters: {"id"=>"949717663"}
|
|
45529
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
|
45530
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169 AND "authentications"."id" = ? LIMIT 1 [["id", "949717663"]]
|
|
45531
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
45532
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "authentications" WHERE "authentications"."id" = ? [["id", 949717663]]
|
|
45533
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
45534
|
+
Redirected to http://test.host/authentications
|
|
45535
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
|
|
45536
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications"
|
|
45537
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
|
45538
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
45539
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
45540
|
+
[1m[35mAuthentication Load (0.0ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
|
45541
|
+
Processing by Contour::AuthenticationsController#index as HTML
|
|
45542
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
|
45543
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 201799169
|
|
45544
|
+
[1m[36mAuthentication Load (0.1ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169[0m
|
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
45549
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
45550
|
+
Processing by Contour::PasswordsController#create as HTML
|
|
45551
|
+
Parameters: {"user"=>{"email"=>"valid@example.com"}}
|
|
45552
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
|
|
45553
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."reset_password_token" = 'LDQEbcVH2sqXsUFgKVUX' LIMIT 1[0m
|
|
45554
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
45555
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "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[0m
|
|
45556
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
|
45582
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
45589
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
45590
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
45591
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
45592
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
45593
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
45594
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
45595
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
45596
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
45597
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
|
45598
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["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
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
45605
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1[0m
|
|
45606
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
|
45607
|
+
[1m[35mSQL (0.6ms)[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", 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
45609
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
45610
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116[0m
|
|
45611
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
45612
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116[0m
|
|
45613
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1[0m
|
|
45620
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
45621
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
|
45634
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
45635
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
45636
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 349534908]]
|
|
45637
|
+
[1m[35mUser Load (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
45644
|
+
[1m[35mUser Exists (0.1ms)[0m 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
|
+
[1m[36mSQL (0.5ms)[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", 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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
45648
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
45649
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
|
|
45650
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
45651
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116
|
|
45652
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116[0m
|
|
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
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
|
|
45659
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
45660
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = 999914116 LIMIT 1
|
|
45669
|
+
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
|
|
45670
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
|
45671
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
45672
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
45673
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
|
45674
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["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
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
45681
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1[0m
|
|
45682
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
|
45683
|
+
[1m[35mSQL (0.6ms)[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", 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
45685
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
45686
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116[0m
|
|
45687
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
45688
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "users" SET "status" = 'pending' WHERE "users"."id" = 999914116[0m
|
|
45689
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1[0m
|
|
45696
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
45697
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
|
45710
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
45711
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
45712
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 349534908]]
|
|
45713
|
+
[1m[35mUser Load (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
45720
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
45721
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
45722
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
|
45723
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["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
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
|
|
45729
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
45730
|
+
[1m[35m (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
45732
|
+
Completed 200 OK in 84ms (Views: 0.2ms | ActiveRecord: 0.5ms)
|
|
45733
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
|
45734
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
45735
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
45736
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 349534908]]
|
|
45737
|
+
[1m[35mUser Load (0.0ms)[0m 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
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1[0m
|
|
45743
|
+
Completed 401 Unauthorized in 78ms
|
|
45744
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
45745
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
45746
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
45747
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
45748
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
45749
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
45750
|
+
[1m[35m (0.0ms)[0m 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.
|
|
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-
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
173
|
+
version: 0.0.13
|
|
174
174
|
- !ruby/object:Gem::Dependency
|
|
175
175
|
name: sqlite3
|
|
176
176
|
requirement: !ruby/object:Gem::Requirement
|