contour 1.0.0.rc2 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.rdoc +2 -2
- data/README.rdoc +1 -1
- data/contour.gemspec +1 -1
- data/lib/contour/version.rb +1 -1
- data/lib/generators/contour/scaffold/templates/controller.rb +1 -1
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +534 -0
- metadata +28 -28
data/CHANGELOG.rdoc
CHANGED
@@ -1,9 +1,9 @@
|
|
1
|
-
== 1.0.0
|
1
|
+
== 1.0.0
|
2
2
|
|
3
3
|
* Enhancements
|
4
4
|
* Twitter-Bootstrap CSS layout is now default!
|
5
5
|
* Authentications can now be placed as a submenu using { authentications: true } anywhere in the contour links configuration
|
6
|
-
* Rails updated to minimum 3.2.
|
6
|
+
* Rails updated to minimum 3.2.4
|
7
7
|
* Redirects to the user's alternate login page if a user fails to login on the default devise sign in page
|
8
8
|
* Registration page can now have fields added by modifying <tt>config.sign_up_fields</tt>
|
9
9
|
* Ex: <tt>config.sign_up_fields = [ { attribute: 'first_name', type: 'text_field' }, { attribute: 'last_name', type: 'text_field' } ]</tt>
|
data/README.rdoc
CHANGED
data/contour.gemspec
CHANGED
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
|
|
23
23
|
s.files = Dir["{app,config,db,lib}/**/*"] + ["CHANGELOG.rdoc", "contour.gemspec", "LICENSE", "Rakefile", "README.rdoc"]
|
24
24
|
s.test_files = Dir["test/**/*"]
|
25
25
|
|
26
|
-
s.add_dependency 'rails', '~> 3.2.4
|
26
|
+
s.add_dependency 'rails', '~> 3.2.4'
|
27
27
|
s.add_dependency 'jquery-rails', '~> 2.0.2'
|
28
28
|
s.add_dependency 'devise', '~> 2.1.0'
|
29
29
|
s.add_dependency 'omniauth', '~> 1.1.0'
|
data/lib/contour/version.rb
CHANGED
@@ -94,12 +94,12 @@ class <%= resource_class_name_plural %>Controller < ApplicationController
|
|
94
94
|
end
|
95
95
|
|
96
96
|
def post_params
|
97
|
+
params[:<%= resource_name %>] ||= {}
|
97
98
|
|
98
99
|
[<%= date_columns.collect{|c| ":#{c.name}"}.join(', ') %>].each do |date|
|
99
100
|
params[:<%= resource_name %>][date] = parse_date(params[:<%= resource_name %>][date])
|
100
101
|
end
|
101
102
|
|
102
|
-
params[:<%= resource_name %>] ||= {}
|
103
103
|
params[:<%= resource_name %>].slice(
|
104
104
|
<%= columns.collect{|c| ":#{c.name}"}.join(', ') %>
|
105
105
|
)
|
data/test/dummy/db/test.sqlite3
CHANGED
Binary file
|
data/test/dummy/log/test.log
CHANGED
@@ -37516,3 +37516,537 @@ Completed 401 Unauthorized in 83ms
|
|
37516
37516
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
37517
37517
|
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
37518
37518
|
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
37519
|
+
Connecting to database specified by database.yml
|
37520
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
37521
|
+
[1m[35mFixture Delete (8.4ms)[0m DELETE FROM "authentications"
|
37522
|
+
[1m[36mFixture Insert (0.5ms)[0m [1mINSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('open_id', 'open_id@open_id.com', '2012-05-31 19:00:38', '2012-05-31 19:00:38', 949717663, 201799169)[0m
|
37523
|
+
[1m[35mFixture Insert (0.2ms)[0m INSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('google_apps', 'test@gmail.com', '2012-05-31 19:00:38', '2012-05-31 19:00:38', 876923740, 201799169)
|
37524
|
+
[1m[36mFixture Insert (0.2ms)[0m [1mINSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('ldap', 'CN=ldapid,CN=Users,DC=example,DC=com', '2012-05-31 19:00:38', '2012-05-31 19:00:38', 864673665, 201799169)[0m
|
37525
|
+
[1m[35mFixture Delete (0.6ms)[0m DELETE FROM "users"
|
37526
|
+
[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-05-31 19:00:38', '2012-05-31 19:00:38', 201799169)[0m
|
37527
|
+
[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-05-31 19:00:38', '2012-05-31 19:00:38', 999914115)
|
37528
|
+
[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-05-31 19:00:38', '2012-05-31 19:00:38', 725306934)[0m
|
37529
|
+
[1m[35mFixture Insert (0.2ms)[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-05-31 19:00:38', '2012-05-31 19:00:38', 349534908)
|
37530
|
+
[1m[36m (9.6ms)[0m [1mcommit transaction[0m
|
37531
|
+
[1m[35m (0.1ms)[0m begin transaction
|
37532
|
+
[1m[36mAuthentication Load (0.3ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1[0m [["id", 876923740]]
|
37533
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
37534
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
37535
|
+
[1m[35mAuthentication Load (0.2ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
37536
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
37537
|
+
[1m[35m (0.1ms)[0m begin transaction
|
37538
|
+
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
37539
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
37540
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" [0m
|
37541
|
+
Processing by Contour::AuthenticationsController#create as HTML
|
37542
|
+
Parameters: {"authentication"=>{"id"=>"949717663", "user_id"=>"201799169", "provider"=>"open_id", "uid"=>"open_id@open_id.com", "created_at"=>"2012-05-31 19:00:38 UTC", "updated_at"=>"2012-05-31 19:00:38 UTC"}}
|
37543
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."provider" = 'google_apps' AND "authentications"."uid" = 'test@example.com' LIMIT 1
|
37544
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
37545
|
+
Logged in user found, creating associated authentication.
|
37546
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
37547
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "authentications" ("created_at", "provider", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 31 May 2012 19:00:38 UTC +00:00], ["provider", "google_apps"], ["uid", "test@example.com"], ["updated_at", Thu, 31 May 2012 19:00:38 UTC +00:00], ["user_id", 201799169]]
|
37548
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
37549
|
+
Redirected to http://test.host/authentications
|
37550
|
+
Completed 302 Found in 34ms (ActiveRecord: 1.2ms)
|
37551
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" [0m
|
37552
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
37553
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
37554
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
37555
|
+
[1m[36mAuthentication Load (0.0ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1[0m [["id", 949717663]]
|
37556
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications"
|
37557
|
+
Processing by Contour::AuthenticationsController#destroy as HTML
|
37558
|
+
Parameters: {"id"=>"949717663"}
|
37559
|
+
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
37560
|
+
[1m[35mAuthentication Load (0.2ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169 AND "authentications"."id" = ? LIMIT 1 [["id", "949717663"]]
|
37561
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
37562
|
+
[1m[35mSQL (0.4ms)[0m DELETE FROM "authentications" WHERE "authentications"."id" = ? [["id", 949717663]]
|
37563
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37564
|
+
Redirected to http://test.host/authentications
|
37565
|
+
Completed 302 Found in 8ms (ActiveRecord: 1.0ms)
|
37566
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications"
|
37567
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
37568
|
+
[1m[35m (0.1ms)[0m begin transaction
|
37569
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
37570
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
37571
|
+
Processing by Contour::AuthenticationsController#index as HTML
|
37572
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
37573
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 201799169
|
37574
|
+
[1m[36mAuthentication Load (0.1ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169[0m
|
37575
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_index.html.erb (3.0ms)
|
37576
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (2.9ms)
|
37577
|
+
Completed 200 OK in 116ms (Views: 113.4ms | ActiveRecord: 0.5ms)
|
37578
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
37579
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
37580
|
+
Processing by Contour::PasswordsController#create as HTML
|
37581
|
+
Parameters: {"user"=>{"email"=>"valid@example.com"}}
|
37582
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
|
37583
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."reset_password_token" = 'zZiQ7C4r4ofUMEJwTNqs' LIMIT 1[0m
|
37584
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37585
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "users" SET "reset_password_token" = 'zZiQ7C4r4ofUMEJwTNqs', "reset_password_sent_at" = '2012-05-31 19:00:38.770477', "updated_at" = '2012-05-31 19:00:38.771461' WHERE "users"."id" = 201799169[0m
|
37586
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37587
|
+
|
37588
|
+
Sent mail to valid@example.com (59ms)
|
37589
|
+
Date: Thu, 31 May 2012 15:00:38 -0400
|
37590
|
+
From: please-change-me-at-config-initializers-devise@example.com
|
37591
|
+
Reply-To: please-change-me-at-config-initializers-devise@example.com
|
37592
|
+
To: valid@example.com
|
37593
|
+
Message-ID: <4fc7bfd6e8118_42883fe8a4434cd0308c7@edge.mail>
|
37594
|
+
Subject: Reset password instructions
|
37595
|
+
Mime-Version: 1.0
|
37596
|
+
Content-Type: text/html;
|
37597
|
+
charset=UTF-8
|
37598
|
+
Content-Transfer-Encoding: 7bit
|
37599
|
+
|
37600
|
+
<p>Hello valid@example.com!</p>
|
37601
|
+
|
37602
|
+
<p>Someone has requested a link to change your password, and you can do this through the link below.</p>
|
37603
|
+
|
37604
|
+
<p><a href="http://localhost:3000/users/password/edit?reset_password_token=zZiQ7C4r4ofUMEJwTNqs">Change my password</a></p>
|
37605
|
+
|
37606
|
+
<p>If you didn't request this, please ignore this email.</p>
|
37607
|
+
<p>Your password won't change until you access the link above and create a new one.</p>
|
37608
|
+
|
37609
|
+
Redirected to http://test.host/users/login
|
37610
|
+
Completed 302 Found in 233ms (ActiveRecord: 0.0ms)
|
37611
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
37612
|
+
[1m[35m (0.1ms)[0m begin transaction
|
37613
|
+
Processing by Contour::PasswordsController#new as HTML
|
37614
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (1.8ms)
|
37615
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (3.3ms)
|
37616
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (25.1ms)
|
37617
|
+
Completed 200 OK in 76ms (Views: 74.7ms | ActiveRecord: 0.0ms)
|
37618
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
37619
|
+
[1m[35m (0.1ms)[0m begin transaction
|
37620
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
37621
|
+
[1m[35m (0.1ms)[0m begin transaction
|
37622
|
+
[1m[36mUser Load (0.4ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
37623
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
37624
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
37625
|
+
|
37626
|
+
|
37627
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2012-05-31 15:00:39 -0400
|
37628
|
+
Processing by WelcomeController#logged_in_page as HTML
|
37629
|
+
Completed 401 Unauthorized in 1ms
|
37630
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
37631
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1[0m
|
37632
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
37633
|
+
[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", Thu, 31 May 2012 19:00:39 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "deleted-2@example.com"], ["encrypted_password", "$2a$04$Z2Ox6MuPnWpWemVcdGx3tOEblvWr9oV2hg6JV5e9qtR2sfgTmOnVW"], ["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", Thu, 31 May 2012 19:00:39 UTC +00:00]]
|
37634
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37635
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37636
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116[0m
|
37637
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
37638
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37639
|
+
[1m[35m (15.7ms)[0m UPDATE "users" SET "status" = 'active', "updated_at" = '2012-05-31 19:00:39.189216' WHERE "users"."id" = 999914116
|
37640
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37641
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37642
|
+
[1m[36m (0.1ms)[0m [1mUPDATE "users" SET "deleted" = 't', "updated_at" = '2012-05-31 19:00:39.206652' WHERE "users"."id" = 999914116[0m
|
37643
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37644
|
+
|
37645
|
+
|
37646
|
+
Started POST "/users/login" for 127.0.0.1 at 2012-05-31 15:00:39 -0400
|
37647
|
+
Processing by Contour::SessionsController#create as HTML
|
37648
|
+
Parameters: {"user"=>{"email"=>"deleted-2@example.com", "password"=>"[FILTERED]"}}
|
37649
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1[0m
|
37650
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
37651
|
+
[1m[36m (0.2ms)[0m [1mUPDATE "users" SET "remember_created_at" = NULL, "updated_at" = '2012-05-31 19:00:39.221609' WHERE "users"."id" = 999914116[0m
|
37652
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
37653
|
+
Completed 401 Unauthorized in 11ms
|
37654
|
+
|
37655
|
+
|
37656
|
+
Started GET "/users/login" for 127.0.0.1 at 2012-05-31 15:00:39 -0400
|
37657
|
+
Processing by Contour::SessionsController#new as HTML
|
37658
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (1.9ms)
|
37659
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.7ms)
|
37660
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (1.6ms)
|
37661
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (3.2ms)
|
37662
|
+
Completed 200 OK in 47ms (Views: 45.3ms | ActiveRecord: 0.0ms)
|
37663
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
37664
|
+
[1m[35m (0.1ms)[0m begin transaction
|
37665
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
37666
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
37667
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
37668
|
+
|
37669
|
+
|
37670
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2012-05-31 15:00:39 -0400
|
37671
|
+
Processing by WelcomeController#logged_in_page as HTML
|
37672
|
+
Completed 401 Unauthorized in 1ms
|
37673
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
37674
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1[0m
|
37675
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
37676
|
+
[1m[35mSQL (0.8ms)[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", Thu, 31 May 2012 19:00:39 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "valid-2@example.com"], ["encrypted_password", "$2a$04$c69PBMFRjZ1uB6OLT/KwOeSPlCfXc95Bwwdk./.Q.W7kRsXutdGIG"], ["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", Thu, 31 May 2012 19:00:39 UTC +00:00]]
|
37677
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37678
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37679
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116[0m
|
37680
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
37681
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37682
|
+
[1m[35m (0.4ms)[0m UPDATE "users" SET "status" = 'active', "updated_at" = '2012-05-31 19:00:39.309942' WHERE "users"."id" = 999914116
|
37683
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37684
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37685
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37686
|
+
|
37687
|
+
|
37688
|
+
Started POST "/users/login" for 127.0.0.1 at 2012-05-31 15:00:39 -0400
|
37689
|
+
Processing by Contour::SessionsController#create as HTML
|
37690
|
+
Parameters: {"user"=>{"email"=>"valid-2@example.com", "password"=>"[FILTERED]"}}
|
37691
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
|
37692
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
37693
|
+
[1m[35m (0.2ms)[0m UPDATE "users" SET "last_sign_in_at" = '2012-05-31 19:00:39.322100', "current_sign_in_at" = '2012-05-31 19:00:39.322100', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-05-31 19:00:39.323849' WHERE "users"."id" = 999914116
|
37694
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37695
|
+
Redirected to http://www.example.com/logged_in_page
|
37696
|
+
Completed 302 Found in 12ms (ActiveRecord: 0.0ms)
|
37697
|
+
|
37698
|
+
|
37699
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2012-05-31 15:00:39 -0400
|
37700
|
+
Processing by WelcomeController#logged_in_page as HTML
|
37701
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = 999914116 LIMIT 1
|
37702
|
+
Completed 200 OK in 22ms (Views: 18.7ms | ActiveRecord: 0.2ms)
|
37703
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
37704
|
+
[1m[35m (0.1ms)[0m begin transaction
|
37705
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
37706
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
37707
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
37708
|
+
|
37709
|
+
|
37710
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2012-05-31 15:00:39 -0400
|
37711
|
+
Processing by WelcomeController#logged_in_page as HTML
|
37712
|
+
Completed 401 Unauthorized in 0ms
|
37713
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
37714
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1[0m
|
37715
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
37716
|
+
[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", Thu, 31 May 2012 19:00:39 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "pending-2@example.com"], ["encrypted_password", "$2a$04$Hqh1OkIUwAbFE8J1JNO5SOVolcCvMs3oeAq/F3CWBkM8ptpFZ1BwW"], ["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", Thu, 31 May 2012 19:00:39 UTC +00:00]]
|
37717
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37718
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37719
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116[0m
|
37720
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37721
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37722
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37723
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37724
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37725
|
+
|
37726
|
+
|
37727
|
+
Started POST "/users/login" for 127.0.0.1 at 2012-05-31 15:00:39 -0400
|
37728
|
+
Processing by Contour::SessionsController#create as HTML
|
37729
|
+
Parameters: {"user"=>{"email"=>"pending-2@example.com", "password"=>"[FILTERED]"}}
|
37730
|
+
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1[0m
|
37731
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
37732
|
+
[1m[36m (0.5ms)[0m [1mUPDATE "users" SET "remember_created_at" = NULL, "updated_at" = '2012-05-31 19:00:39.389868' WHERE "users"."id" = 999914116[0m
|
37733
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
37734
|
+
Completed 401 Unauthorized in 8ms
|
37735
|
+
|
37736
|
+
|
37737
|
+
Started GET "/users/login" for 127.0.0.1 at 2012-05-31 15:00:39 -0400
|
37738
|
+
Processing by Contour::SessionsController#new as HTML
|
37739
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (0.7ms)
|
37740
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.1ms)
|
37741
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (1.8ms)
|
37742
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (3.5ms)
|
37743
|
+
Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.0ms)
|
37744
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
37745
|
+
[1m[35m (0.0ms)[0m begin transaction
|
37746
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
37747
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
37748
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
37749
|
+
|
37750
|
+
|
37751
|
+
Started GET "/" for 127.0.0.1 at 2012-05-31 15:00:39 -0400
|
37752
|
+
Processing by WelcomeController#index as HTML
|
37753
|
+
Completed 401 Unauthorized in 1ms
|
37754
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
37755
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
37756
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
37757
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 349534908]]
|
37758
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
|
37759
|
+
|
37760
|
+
|
37761
|
+
Started GET "/logged_in_page.json" for 127.0.0.1 at 2012-05-31 15:00:39 -0400
|
37762
|
+
Processing by WelcomeController#logged_in_page as JSON
|
37763
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1[0m
|
37764
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
37765
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "users" SET "last_sign_in_at" = '2012-05-31 19:00:39.568148', "current_sign_in_at" = '2012-05-31 19:00:39.568148', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-05-31 19:00:39.569202' WHERE "users"."id" = 201799169[0m
|
37766
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
37767
|
+
Completed 200 OK in 92ms (Views: 0.4ms | ActiveRecord: 0.6ms)
|
37768
|
+
[1m[36m (13.3ms)[0m [1mrollback transaction[0m
|
37769
|
+
[1m[35m (0.1ms)[0m begin transaction
|
37770
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
37771
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
37772
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
37773
|
+
|
37774
|
+
|
37775
|
+
Started GET "/logged_in_page.json" for 127.0.0.1 at 2012-05-31 15:00:39 -0400
|
37776
|
+
Processing by WelcomeController#logged_in_page as JSON
|
37777
|
+
[1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
|
37778
|
+
Completed 401 Unauthorized in 88ms
|
37779
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
37780
|
+
[1m[35m (0.1ms)[0m begin transaction
|
37781
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
37782
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
37783
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
37784
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
37785
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
37786
|
+
Connecting to database specified by database.yml
|
37787
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
37788
|
+
[1m[35mFixture Delete (0.2ms)[0m DELETE FROM "authentications"
|
37789
|
+
[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-05-31 19:09:14', '2012-05-31 19:09:14', 949717663, 201799169)[0m
|
37790
|
+
[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-05-31 19:09:14', '2012-05-31 19:09:14', 876923740, 201799169)
|
37791
|
+
[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-05-31 19:09:14', '2012-05-31 19:09:14', 864673665, 201799169)[0m
|
37792
|
+
[1m[35mFixture Delete (0.1ms)[0m DELETE FROM "users"
|
37793
|
+
[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-05-31 19:09:14', '2012-05-31 19:09:14', 201799169)[0m
|
37794
|
+
[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-05-31 19:09:14', '2012-05-31 19:09:14', 999914115)
|
37795
|
+
[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-05-31 19:09:14', '2012-05-31 19:09:14', 725306934)[0m
|
37796
|
+
[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-05-31 19:09:14', '2012-05-31 19:09:14', 349534908)
|
37797
|
+
[1m[36m (2.6ms)[0m [1mcommit transaction[0m
|
37798
|
+
[1m[35m (0.0ms)[0m begin transaction
|
37799
|
+
[1m[36mAuthentication Load (0.2ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1[0m [["id", 876923740]]
|
37800
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
37801
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
37802
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
37803
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
37804
|
+
[1m[35m (0.1ms)[0m begin transaction
|
37805
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
37806
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
37807
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" [0m
|
37808
|
+
Processing by Contour::AuthenticationsController#create as HTML
|
37809
|
+
Parameters: {"authentication"=>{"id"=>"949717663", "user_id"=>"201799169", "provider"=>"open_id", "uid"=>"open_id@open_id.com", "created_at"=>"2012-05-31 19:09:14 UTC", "updated_at"=>"2012-05-31 19:09:14 UTC"}}
|
37810
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."provider" = 'google_apps' AND "authentications"."uid" = 'test@example.com' LIMIT 1
|
37811
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
37812
|
+
Logged in user found, creating associated authentication.
|
37813
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
37814
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "authentications" ("created_at", "provider", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 31 May 2012 19:09:14 UTC +00:00], ["provider", "google_apps"], ["uid", "test@example.com"], ["updated_at", Thu, 31 May 2012 19:09:14 UTC +00:00], ["user_id", 201799169]]
|
37815
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37816
|
+
Redirected to http://test.host/authentications
|
37817
|
+
Completed 302 Found in 22ms (ActiveRecord: 0.8ms)
|
37818
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" [0m
|
37819
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
37820
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
37821
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
37822
|
+
[1m[36mAuthentication Load (0.0ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1[0m [["id", 949717663]]
|
37823
|
+
[1m[35m (26.0ms)[0m SELECT COUNT(*) FROM "authentications"
|
37824
|
+
Processing by Contour::AuthenticationsController#destroy as HTML
|
37825
|
+
Parameters: {"id"=>"949717663"}
|
37826
|
+
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
37827
|
+
[1m[35mAuthentication Load (0.2ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169 AND "authentications"."id" = ? LIMIT 1 [["id", "949717663"]]
|
37828
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
37829
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "authentications" WHERE "authentications"."id" = ? [["id", 949717663]]
|
37830
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37831
|
+
Redirected to http://test.host/authentications
|
37832
|
+
Completed 302 Found in 7ms (ActiveRecord: 0.9ms)
|
37833
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications"
|
37834
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
37835
|
+
[1m[35m (0.0ms)[0m begin transaction
|
37836
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
37837
|
+
[1m[35mAuthentication Load (0.0ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
37838
|
+
Processing by Contour::AuthenticationsController#index as HTML
|
37839
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
37840
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 201799169
|
37841
|
+
[1m[36mAuthentication Load (0.1ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169[0m
|
37842
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_index.html.erb (2.2ms)
|
37843
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (2.5ms)
|
37844
|
+
Completed 200 OK in 29ms (Views: 27.2ms | ActiveRecord: 0.3ms)
|
37845
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
37846
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
37847
|
+
Processing by Contour::PasswordsController#create as HTML
|
37848
|
+
Parameters: {"user"=>{"email"=>"valid@example.com"}}
|
37849
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
|
37850
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."reset_password_token" = 'dfuTHbfTsYixy1JabNTU' LIMIT 1[0m
|
37851
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37852
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "users" SET "reset_password_token" = 'dfuTHbfTsYixy1JabNTU', "reset_password_sent_at" = '2012-05-31 19:09:14.347772', "updated_at" = '2012-05-31 19:09:14.348530' WHERE "users"."id" = 201799169[0m
|
37853
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
37854
|
+
|
37855
|
+
Sent mail to valid@example.com (42ms)
|
37856
|
+
Date: Thu, 31 May 2012 15:09:14 -0400
|
37857
|
+
From: please-change-me-at-config-initializers-devise@example.com
|
37858
|
+
Reply-To: please-change-me-at-config-initializers-devise@example.com
|
37859
|
+
To: valid@example.com
|
37860
|
+
Message-ID: <4fc7c1da7b046_433c3fc649834ce0815e9@edge.mail>
|
37861
|
+
Subject: Reset password instructions
|
37862
|
+
Mime-Version: 1.0
|
37863
|
+
Content-Type: text/html;
|
37864
|
+
charset=UTF-8
|
37865
|
+
Content-Transfer-Encoding: 7bit
|
37866
|
+
|
37867
|
+
<p>Hello valid@example.com!</p>
|
37868
|
+
|
37869
|
+
<p>Someone has requested a link to change your password, and you can do this through the link below.</p>
|
37870
|
+
|
37871
|
+
<p><a href="http://localhost:3000/users/password/edit?reset_password_token=dfuTHbfTsYixy1JabNTU">Change my password</a></p>
|
37872
|
+
|
37873
|
+
<p>If you didn't request this, please ignore this email.</p>
|
37874
|
+
<p>Your password won't change until you access the link above and create a new one.</p>
|
37875
|
+
|
37876
|
+
Redirected to http://test.host/users/login
|
37877
|
+
Completed 302 Found in 177ms (ActiveRecord: 0.0ms)
|
37878
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
37879
|
+
[1m[35m (0.0ms)[0m begin transaction
|
37880
|
+
Processing by Contour::PasswordsController#new as HTML
|
37881
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (1.6ms)
|
37882
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (2.0ms)
|
37883
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (4.3ms)
|
37884
|
+
Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.0ms)
|
37885
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
37886
|
+
[1m[35m (0.0ms)[0m begin transaction
|
37887
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
37888
|
+
[1m[35m (0.0ms)[0m begin transaction
|
37889
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
37890
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
37891
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
37892
|
+
|
37893
|
+
|
37894
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2012-05-31 15:09:14 -0400
|
37895
|
+
Processing by WelcomeController#logged_in_page as HTML
|
37896
|
+
Completed 401 Unauthorized in 1ms
|
37897
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
37898
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1[0m
|
37899
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
37900
|
+
[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", Thu, 31 May 2012 19:09:14 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "deleted-2@example.com"], ["encrypted_password", "$2a$04$xGeJ4g1UDvSaTQrFwzoHa.Rn2K9sxRXCkfbxmRcUcPUpg69GsS0MC"], ["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", Thu, 31 May 2012 19:09:14 UTC +00:00]]
|
37901
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37902
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37903
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116[0m
|
37904
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37905
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37906
|
+
[1m[35m (0.3ms)[0m UPDATE "users" SET "status" = 'active', "updated_at" = '2012-05-31 19:09:14.624584' WHERE "users"."id" = 999914116
|
37907
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37908
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37909
|
+
[1m[36m (0.1ms)[0m [1mUPDATE "users" SET "deleted" = 't', "updated_at" = '2012-05-31 19:09:14.625854' WHERE "users"."id" = 999914116[0m
|
37910
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37911
|
+
|
37912
|
+
|
37913
|
+
Started POST "/users/login" for 127.0.0.1 at 2012-05-31 15:09:14 -0400
|
37914
|
+
Processing by Contour::SessionsController#create as HTML
|
37915
|
+
Parameters: {"user"=>{"email"=>"deleted-2@example.com", "password"=>"[FILTERED]"}}
|
37916
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1[0m
|
37917
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
37918
|
+
[1m[36m (0.1ms)[0m [1mUPDATE "users" SET "remember_created_at" = NULL, "updated_at" = '2012-05-31 19:09:14.636655' WHERE "users"."id" = 999914116[0m
|
37919
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37920
|
+
Completed 401 Unauthorized in 7ms
|
37921
|
+
|
37922
|
+
|
37923
|
+
Started GET "/users/login" for 127.0.0.1 at 2012-05-31 15:09:14 -0400
|
37924
|
+
Processing by Contour::SessionsController#new as HTML
|
37925
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (0.6ms)
|
37926
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.5ms)
|
37927
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (1.5ms)
|
37928
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (3.0ms)
|
37929
|
+
Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.0ms)
|
37930
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
37931
|
+
[1m[35m (0.0ms)[0m begin transaction
|
37932
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
37933
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
37934
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
37935
|
+
|
37936
|
+
|
37937
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2012-05-31 15:09:14 -0400
|
37938
|
+
Processing by WelcomeController#logged_in_page as HTML
|
37939
|
+
Completed 401 Unauthorized in 0ms
|
37940
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
37941
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1[0m
|
37942
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
37943
|
+
[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", Thu, 31 May 2012 19:09:14 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "valid-2@example.com"], ["encrypted_password", "$2a$04$YHvjeVw2t7kakZBqx0VFiek6LZemBvRSvoTRFaKyOFl5MFm8mxbi6"], ["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", Thu, 31 May 2012 19:09:14 UTC +00:00]]
|
37944
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37945
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37946
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116[0m
|
37947
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37948
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37949
|
+
[1m[35m (0.2ms)[0m UPDATE "users" SET "status" = 'active', "updated_at" = '2012-05-31 19:09:14.676240' WHERE "users"."id" = 999914116
|
37950
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37951
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37952
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37953
|
+
|
37954
|
+
|
37955
|
+
Started POST "/users/login" for 127.0.0.1 at 2012-05-31 15:09:14 -0400
|
37956
|
+
Processing by Contour::SessionsController#create as HTML
|
37957
|
+
Parameters: {"user"=>{"email"=>"valid-2@example.com", "password"=>"[FILTERED]"}}
|
37958
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
|
37959
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37960
|
+
[1m[35m (0.1ms)[0m UPDATE "users" SET "last_sign_in_at" = '2012-05-31 19:09:14.684904', "current_sign_in_at" = '2012-05-31 19:09:14.684904', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-05-31 19:09:14.685416' WHERE "users"."id" = 999914116
|
37961
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37962
|
+
Redirected to http://www.example.com/logged_in_page
|
37963
|
+
Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
|
37964
|
+
|
37965
|
+
|
37966
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2012-05-31 15:09:14 -0400
|
37967
|
+
Processing by WelcomeController#logged_in_page as HTML
|
37968
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = 999914116 LIMIT 1
|
37969
|
+
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.1ms)
|
37970
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
37971
|
+
[1m[35m (0.1ms)[0m begin transaction
|
37972
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
37973
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
37974
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
37975
|
+
|
37976
|
+
|
37977
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2012-05-31 15:09:14 -0400
|
37978
|
+
Processing by WelcomeController#logged_in_page as HTML
|
37979
|
+
Completed 401 Unauthorized in 0ms
|
37980
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
37981
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1[0m
|
37982
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
37983
|
+
[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", Thu, 31 May 2012 19:09:14 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "pending-2@example.com"], ["encrypted_password", "$2a$04$D.FvN0N/sZPGnBgEyh8NfuOXi/mWMnyHeD80vkiveFsSOrqcxmxce"], ["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", Thu, 31 May 2012 19:09:14 UTC +00:00]]
|
37984
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37985
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37986
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116[0m
|
37987
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37988
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37989
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37990
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37991
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37992
|
+
|
37993
|
+
|
37994
|
+
Started POST "/users/login" for 127.0.0.1 at 2012-05-31 15:09:14 -0400
|
37995
|
+
Processing by Contour::SessionsController#create as HTML
|
37996
|
+
Parameters: {"user"=>{"email"=>"pending-2@example.com", "password"=>"[FILTERED]"}}
|
37997
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1[0m
|
37998
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37999
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "users" SET "remember_created_at" = NULL, "updated_at" = '2012-05-31 19:09:14.721625' WHERE "users"."id" = 999914116[0m
|
38000
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38001
|
+
Completed 401 Unauthorized in 5ms
|
38002
|
+
|
38003
|
+
|
38004
|
+
Started GET "/users/login" for 127.0.0.1 at 2012-05-31 15:09:14 -0400
|
38005
|
+
Processing by Contour::SessionsController#new as HTML
|
38006
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (0.5ms)
|
38007
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.0ms)
|
38008
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (2.7ms)
|
38009
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (5.2ms)
|
38010
|
+
Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms)
|
38011
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
38012
|
+
[1m[35m (0.1ms)[0m begin transaction
|
38013
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
38014
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
38015
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
38016
|
+
|
38017
|
+
|
38018
|
+
Started GET "/" for 127.0.0.1 at 2012-05-31 15:09:14 -0400
|
38019
|
+
Processing by WelcomeController#index as HTML
|
38020
|
+
Completed 401 Unauthorized in 1ms
|
38021
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
38022
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
38023
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
38024
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 349534908]]
|
38025
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
|
38026
|
+
|
38027
|
+
|
38028
|
+
Started GET "/logged_in_page.json" for 127.0.0.1 at 2012-05-31 15:09:14 -0400
|
38029
|
+
Processing by WelcomeController#logged_in_page as JSON
|
38030
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1[0m
|
38031
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
38032
|
+
[1m[36m (0.2ms)[0m [1mUPDATE "users" SET "last_sign_in_at" = '2012-05-31 19:09:14.865805', "current_sign_in_at" = '2012-05-31 19:09:14.865805', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-05-31 19:09:14.866487' WHERE "users"."id" = 201799169[0m
|
38033
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38034
|
+
Completed 200 OK in 80ms (Views: 0.2ms | ActiveRecord: 0.5ms)
|
38035
|
+
[1m[36m (10.7ms)[0m [1mrollback transaction[0m
|
38036
|
+
[1m[35m (0.1ms)[0m begin transaction
|
38037
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
38038
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
38039
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
38040
|
+
|
38041
|
+
|
38042
|
+
Started GET "/logged_in_page.json" for 127.0.0.1 at 2012-05-31 15:09:14 -0400
|
38043
|
+
Processing by WelcomeController#logged_in_page as JSON
|
38044
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
|
38045
|
+
Completed 401 Unauthorized in 78ms
|
38046
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
38047
|
+
[1m[35m (0.1ms)[0m begin transaction
|
38048
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
38049
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
38050
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
38051
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
38052
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
metadata
CHANGED
@@ -1,30 +1,30 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: contour
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0
|
5
|
-
prerelease:
|
4
|
+
version: 1.0.0
|
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: 2012-05-
|
12
|
+
date: 2012-05-31 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
16
|
-
requirement: &
|
16
|
+
requirement: &70243368125780 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ~>
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 3.2.4
|
21
|
+
version: 3.2.4
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70243368125780
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: jquery-rails
|
27
|
-
requirement: &
|
27
|
+
requirement: &70243368155060 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ~>
|
@@ -32,10 +32,10 @@ dependencies:
|
|
32
32
|
version: 2.0.2
|
33
33
|
type: :runtime
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *70243368155060
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: devise
|
38
|
-
requirement: &
|
38
|
+
requirement: &70243368154600 !ruby/object:Gem::Requirement
|
39
39
|
none: false
|
40
40
|
requirements:
|
41
41
|
- - ~>
|
@@ -43,10 +43,10 @@ dependencies:
|
|
43
43
|
version: 2.1.0
|
44
44
|
type: :runtime
|
45
45
|
prerelease: false
|
46
|
-
version_requirements: *
|
46
|
+
version_requirements: *70243368154600
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: omniauth
|
49
|
-
requirement: &
|
49
|
+
requirement: &70243368154040 !ruby/object:Gem::Requirement
|
50
50
|
none: false
|
51
51
|
requirements:
|
52
52
|
- - ~>
|
@@ -54,10 +54,10 @@ dependencies:
|
|
54
54
|
version: 1.1.0
|
55
55
|
type: :runtime
|
56
56
|
prerelease: false
|
57
|
-
version_requirements: *
|
57
|
+
version_requirements: *70243368154040
|
58
58
|
- !ruby/object:Gem::Dependency
|
59
59
|
name: omniauth-cas
|
60
|
-
requirement: &
|
60
|
+
requirement: &70243368153120 !ruby/object:Gem::Requirement
|
61
61
|
none: false
|
62
62
|
requirements:
|
63
63
|
- - ~>
|
@@ -65,10 +65,10 @@ dependencies:
|
|
65
65
|
version: 0.0.7
|
66
66
|
type: :runtime
|
67
67
|
prerelease: false
|
68
|
-
version_requirements: *
|
68
|
+
version_requirements: *70243368153120
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: omniauth-facebook
|
71
|
-
requirement: &
|
71
|
+
requirement: &70243368151980 !ruby/object:Gem::Requirement
|
72
72
|
none: false
|
73
73
|
requirements:
|
74
74
|
- - ~>
|
@@ -76,10 +76,10 @@ dependencies:
|
|
76
76
|
version: 1.3.0
|
77
77
|
type: :runtime
|
78
78
|
prerelease: false
|
79
|
-
version_requirements: *
|
79
|
+
version_requirements: *70243368151980
|
80
80
|
- !ruby/object:Gem::Dependency
|
81
81
|
name: omniauth-ldap
|
82
|
-
requirement: &
|
82
|
+
requirement: &70243368150960 !ruby/object:Gem::Requirement
|
83
83
|
none: false
|
84
84
|
requirements:
|
85
85
|
- - ~>
|
@@ -87,10 +87,10 @@ dependencies:
|
|
87
87
|
version: 1.0.2
|
88
88
|
type: :runtime
|
89
89
|
prerelease: false
|
90
|
-
version_requirements: *
|
90
|
+
version_requirements: *70243368150960
|
91
91
|
- !ruby/object:Gem::Dependency
|
92
92
|
name: omniauth-linkedin
|
93
|
-
requirement: &
|
93
|
+
requirement: &70243368150220 !ruby/object:Gem::Requirement
|
94
94
|
none: false
|
95
95
|
requirements:
|
96
96
|
- - ~>
|
@@ -98,10 +98,10 @@ dependencies:
|
|
98
98
|
version: 0.0.6
|
99
99
|
type: :runtime
|
100
100
|
prerelease: false
|
101
|
-
version_requirements: *
|
101
|
+
version_requirements: *70243368150220
|
102
102
|
- !ruby/object:Gem::Dependency
|
103
103
|
name: omniauth-openid
|
104
|
-
requirement: &
|
104
|
+
requirement: &70243368148780 !ruby/object:Gem::Requirement
|
105
105
|
none: false
|
106
106
|
requirements:
|
107
107
|
- - ~>
|
@@ -109,10 +109,10 @@ dependencies:
|
|
109
109
|
version: 1.0.1
|
110
110
|
type: :runtime
|
111
111
|
prerelease: false
|
112
|
-
version_requirements: *
|
112
|
+
version_requirements: *70243368148780
|
113
113
|
- !ruby/object:Gem::Dependency
|
114
114
|
name: omniauth-twitter
|
115
|
-
requirement: &
|
115
|
+
requirement: &70243368148140 !ruby/object:Gem::Requirement
|
116
116
|
none: false
|
117
117
|
requirements:
|
118
118
|
- - ~>
|
@@ -120,10 +120,10 @@ dependencies:
|
|
120
120
|
version: 0.0.11
|
121
121
|
type: :runtime
|
122
122
|
prerelease: false
|
123
|
-
version_requirements: *
|
123
|
+
version_requirements: *70243368148140
|
124
124
|
- !ruby/object:Gem::Dependency
|
125
125
|
name: sqlite3
|
126
|
-
requirement: &
|
126
|
+
requirement: &70243368171760 !ruby/object:Gem::Requirement
|
127
127
|
none: false
|
128
128
|
requirements:
|
129
129
|
- - ! '>='
|
@@ -131,7 +131,7 @@ dependencies:
|
|
131
131
|
version: '0'
|
132
132
|
type: :development
|
133
133
|
prerelease: false
|
134
|
-
version_requirements: *
|
134
|
+
version_requirements: *70243368171760
|
135
135
|
description: Basic Rails Framework files and assets for layout and authentication
|
136
136
|
email: remosm@gmail.com
|
137
137
|
executables: []
|
@@ -554,9 +554,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
554
554
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
555
555
|
none: false
|
556
556
|
requirements:
|
557
|
-
- - ! '
|
557
|
+
- - ! '>='
|
558
558
|
- !ruby/object:Gem::Version
|
559
|
-
version:
|
559
|
+
version: '0'
|
560
560
|
requirements: []
|
561
561
|
rubyforge_project:
|
562
562
|
rubygems_version: 1.8.15
|