contour 1.1.0.rc3 → 1.1.0
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/README.rdoc +2 -2
- data/contour.gemspec +1 -1
- data/lib/contour/version.rb +1 -1
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +262 -0
- metadata +7 -7
data/README.rdoc
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
= Contour {<img src="https://secure.travis-ci.org/remomueller/contour.png"/>}[http://travis-ci.org/remomueller/contour] {<img src="https://gemnasium.com/remomueller/contour.png" alt="Dependency Status" />}[https://gemnasium.com/remomueller/contour]
|
|
1
|
+
= Contour {<img src="https://secure.travis-ci.org/remomueller/contour.png"/>}[http://travis-ci.org/remomueller/contour] {<img src="https://gemnasium.com/remomueller/contour.png" alt="Dependency Status" />}[https://gemnasium.com/remomueller/contour] {<img src="https://codeclimate.com/badge.png" />}[https://codeclimate.com/github/remomueller/contour]
|
|
2
2
|
|
|
3
3
|
Basic Rails framework files and assets for layout and authentication
|
|
4
4
|
|
|
@@ -117,7 +117,7 @@ You can then sign in using your {Google Account}[http://localhost:3000/auth/goog
|
|
|
117
117
|
|
|
118
118
|
Add {Kaminari}[https://github.com/amatsuda/kaminari] gem to your <tt>Gemfile</tt>
|
|
119
119
|
|
|
120
|
-
gem 'kaminari', '~> 0.14.
|
|
120
|
+
gem 'kaminari', '~> 0.14.1'
|
|
121
121
|
|
|
122
122
|
Update your gems
|
|
123
123
|
|
data/contour.gemspec
CHANGED
|
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
|
|
|
24
24
|
s.test_files = Dir["test/**/*"]
|
|
25
25
|
|
|
26
26
|
s.add_dependency 'rails', '~> 3.2.8'
|
|
27
|
-
s.add_dependency 'jquery-rails', '~> 2.1.
|
|
27
|
+
s.add_dependency 'jquery-rails', '~> 2.1.2'
|
|
28
28
|
s.add_dependency 'devise', '~> 2.1.2'
|
|
29
29
|
s.add_dependency 'omniauth', '~> 1.1.1'
|
|
30
30
|
s.add_dependency 'omniauth-cas', '~> 0.0.7'
|
data/lib/contour/version.rb
CHANGED
data/test/dummy/db/test.sqlite3
CHANGED
|
Binary file
|
data/test/dummy/log/test.log
CHANGED
|
@@ -46796,3 +46796,265 @@ Completed 401 Unauthorized in 82ms
|
|
|
46796
46796
|
[1m[35m (0.1ms)[0m begin transaction
|
|
46797
46797
|
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
46798
46798
|
[1m[35m (0.0ms)[0m rollback transaction
|
|
46799
|
+
Connecting to database specified by database.yml
|
|
46800
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
46801
|
+
[1m[35mFixture Delete (8.4ms)[0m DELETE FROM "authentications"
|
|
46802
|
+
[1m[36mFixture Insert (1.0ms)[0m [1mINSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('open_id', 'open_id@open_id.com', '2012-09-18 13:51:35', '2012-09-18 13:51:35', 949717663, 201799169)[0m
|
|
46803
|
+
[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-18 13:51:35', '2012-09-18 13:51:35', 876923740, 201799169)
|
|
46804
|
+
[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-09-18 13:51:35', '2012-09-18 13:51:35', 864673665, 201799169)[0m
|
|
46805
|
+
[1m[35mFixture Delete (1.0ms)[0m DELETE FROM "users"
|
|
46806
|
+
[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-18 13:51:35', '2012-09-18 13:51:35', 201799169)[0m
|
|
46807
|
+
[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-18 13:51:35', '2012-09-18 13:51:35', 999914115)
|
|
46808
|
+
[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-18 13:51:35', '2012-09-18 13:51:35', 725306934)[0m
|
|
46809
|
+
[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-18 13:51:35', '2012-09-18 13:51:35', 349534908)
|
|
46810
|
+
[1m[36m (1.9ms)[0m [1mcommit transaction[0m
|
|
46811
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
46812
|
+
[1m[36mAuthentication Load (0.3ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1[0m [["id", 876923740]]
|
|
46813
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
46814
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
46815
|
+
[1m[35mAuthentication Load (0.2ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
|
46816
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
46817
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
46818
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
46819
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
|
46820
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" [0m
|
|
46821
|
+
Processing by Contour::AuthenticationsController#create as HTML
|
|
46822
|
+
Parameters: {"authentication"=>{"id"=>"949717663", "user_id"=>"201799169", "provider"=>"open_id", "uid"=>"open_id@open_id.com", "created_at"=>"2012-09-18 13:51:35 UTC", "updated_at"=>"2012-09-18 13:51:35 UTC"}}
|
|
46823
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."provider" = 'google_apps' AND "authentications"."uid" = 'test@example.com' LIMIT 1
|
|
46824
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
|
46825
|
+
Logged in user found, creating associated authentication.
|
|
46826
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
46827
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "authentications" ("created_at", "provider", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Tue, 18 Sep 2012 13:51:36 UTC +00:00], ["provider", "google_apps"], ["uid", "test@example.com"], ["updated_at", Tue, 18 Sep 2012 13:51:36 UTC +00:00], ["user_id", 201799169]]
|
|
46828
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
46829
|
+
Redirected to http://test.host/authentications
|
|
46830
|
+
Completed 302 Found in 47ms (ActiveRecord: 0.9ms)
|
|
46831
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" [0m
|
|
46832
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
|
46833
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
46834
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
46835
|
+
[1m[36mAuthentication Load (0.0ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1[0m [["id", 949717663]]
|
|
46836
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications"
|
|
46837
|
+
Processing by Contour::AuthenticationsController#destroy as HTML
|
|
46838
|
+
Parameters: {"id"=>"949717663"}
|
|
46839
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
|
46840
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169 AND "authentications"."id" = ? LIMIT 1 [["id", "949717663"]]
|
|
46841
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
46842
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "authentications" WHERE "authentications"."id" = ? [["id", 949717663]]
|
|
46843
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
46844
|
+
Redirected to http://test.host/authentications
|
|
46845
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.7ms)
|
|
46846
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications"
|
|
46847
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
|
46848
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
46849
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
46850
|
+
[1m[35mAuthentication Load (0.0ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
|
46851
|
+
Processing by Contour::AuthenticationsController#index as HTML
|
|
46852
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
|
46853
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 201799169
|
|
46854
|
+
[1m[36mAuthentication Load (0.1ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169[0m
|
|
46855
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_index.html.erb (2.6ms)
|
|
46856
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (4.6ms)
|
|
46857
|
+
Completed 200 OK in 99ms (Views: 96.9ms | ActiveRecord: 0.4ms)
|
|
46858
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
46859
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
46860
|
+
Processing by Contour::PasswordsController#create as HTML
|
|
46861
|
+
Parameters: {"user"=>{"email"=>"valid@example.com"}}
|
|
46862
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
|
|
46863
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."reset_password_token" = 'v5VriATE3rqa5sf8TX7e' LIMIT 1[0m
|
|
46864
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
46865
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "users" SET "reset_password_token" = 'v5VriATE3rqa5sf8TX7e', "reset_password_sent_at" = '2012-09-18 13:51:36.182706', "updated_at" = '2012-09-18 13:51:36.183424' WHERE "users"."id" = 201799169[0m
|
|
46866
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
46867
|
+
|
|
46868
|
+
Sent mail to valid@example.com (68ms)
|
|
46869
|
+
Date: Tue, 18 Sep 2012 09:51:36 -0400
|
|
46870
|
+
From: please-change-me-at-config-initializers-devise@example.com
|
|
46871
|
+
Reply-To: please-change-me-at-config-initializers-devise@example.com
|
|
46872
|
+
To: valid@example.com
|
|
46873
|
+
Message-ID: <50587c6855131_5d703fc22c835ad082084@edge.partners.org.mail>
|
|
46874
|
+
Subject: Reset password instructions
|
|
46875
|
+
Mime-Version: 1.0
|
|
46876
|
+
Content-Type: text/html;
|
|
46877
|
+
charset=UTF-8
|
|
46878
|
+
Content-Transfer-Encoding: 7bit
|
|
46879
|
+
|
|
46880
|
+
<p>Hello valid@example.com!</p>
|
|
46881
|
+
|
|
46882
|
+
<p>Someone has requested a link to change your password, and you can do this through the link below.</p>
|
|
46883
|
+
|
|
46884
|
+
<p><a href="http://localhost:3000/users/password/edit?reset_password_token=v5VriATE3rqa5sf8TX7e">Change my password</a></p>
|
|
46885
|
+
|
|
46886
|
+
<p>If you didn't request this, please ignore this email.</p>
|
|
46887
|
+
<p>Your password won't change until you access the link above and create a new one.</p>
|
|
46888
|
+
|
|
46889
|
+
Redirected to http://test.host/users/login
|
|
46890
|
+
Completed 302 Found in 229ms (ActiveRecord: 0.0ms)
|
|
46891
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
|
46892
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
46893
|
+
Processing by Contour::PasswordsController#new as HTML
|
|
46894
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (4.3ms)
|
|
46895
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (2.8ms)
|
|
46896
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (35.6ms)
|
|
46897
|
+
Completed 200 OK in 91ms (Views: 90.4ms | ActiveRecord: 0.0ms)
|
|
46898
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
46899
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
46900
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
46901
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
46902
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
46903
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
46904
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
46905
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
46906
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
46907
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
|
46908
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
|
46909
|
+
|
|
46910
|
+
|
|
46911
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2012-09-18 09:51:36 -0400
|
|
46912
|
+
Processing by WelcomeController#logged_in_page as HTML
|
|
46913
|
+
Completed 401 Unauthorized in 1ms
|
|
46914
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
46915
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1[0m
|
|
46916
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
|
46917
|
+
[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, 18 Sep 2012 13:51:36 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "deleted-2@example.com"], ["encrypted_password", "$2a$04$Q3fdr19n.vTpgIJsX05.Ve3DAD2XOjVTAbrdihiqzTFAT/CU58uKq"], ["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, 18 Sep 2012 13:51:36 UTC +00:00]]
|
|
46918
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
46919
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
46920
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116[0m
|
|
46921
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
46922
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116[0m
|
|
46923
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "users" SET "deleted" = 't' WHERE "users"."id" = 999914116
|
|
46924
|
+
|
|
46925
|
+
|
|
46926
|
+
Started POST "/users/login" for 127.0.0.1 at 2012-09-18 09:51:36 -0400
|
|
46927
|
+
Processing by Contour::SessionsController#create as HTML
|
|
46928
|
+
Parameters: {"user"=>{"email"=>"deleted-2@example.com", "password"=>"[FILTERED]"}}
|
|
46929
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1[0m
|
|
46930
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
46931
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
46932
|
+
Completed 401 Unauthorized in 23ms
|
|
46933
|
+
|
|
46934
|
+
|
|
46935
|
+
Started GET "/users/login" for 127.0.0.1 at 2012-09-18 09:51:36 -0400
|
|
46936
|
+
Processing by Contour::SessionsController#new as HTML
|
|
46937
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (0.6ms)
|
|
46938
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_login_table.html.erb (3.2ms)
|
|
46939
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.5ms)
|
|
46940
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (1.3ms)
|
|
46941
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (2.9ms)
|
|
46942
|
+
Completed 200 OK in 21ms (Views: 19.9ms | ActiveRecord: 0.0ms)
|
|
46943
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
|
46944
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
46945
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
46946
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 349534908]]
|
|
46947
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
|
|
46948
|
+
|
|
46949
|
+
|
|
46950
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2012-09-18 09:51:36 -0400
|
|
46951
|
+
Processing by WelcomeController#logged_in_page as HTML
|
|
46952
|
+
Completed 401 Unauthorized in 0ms
|
|
46953
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
46954
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
|
|
46955
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
|
46956
|
+
[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, 18 Sep 2012 13:51:36 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "valid-2@example.com"], ["encrypted_password", "$2a$04$80dbZNKOZghjpO3WQeVlW.NVZc2KmxEc3yjwuWJrLxAPmN2QLQ96S"], ["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, 18 Sep 2012 13:51:36 UTC +00:00]]
|
|
46957
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
46958
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
46959
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
|
|
46960
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
46961
|
+
[1m[35mSQL (0.4ms)[0m UPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116
|
|
46962
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116[0m
|
|
46963
|
+
|
|
46964
|
+
|
|
46965
|
+
Started POST "/users/login" for 127.0.0.1 at 2012-09-18 09:51:36 -0400
|
|
46966
|
+
Processing by Contour::SessionsController#create as HTML
|
|
46967
|
+
Parameters: {"user"=>{"email"=>"valid-2@example.com", "password"=>"[FILTERED]"}}
|
|
46968
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
|
|
46969
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
46970
|
+
[1m[35m (0.1ms)[0m UPDATE "users" SET "last_sign_in_at" = '2012-09-18 13:51:36.695617', "current_sign_in_at" = '2012-09-18 13:51:36.695617', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-09-18 13:51:36.696101' WHERE "users"."id" = 999914116
|
|
46971
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
46972
|
+
Redirected to http://www.example.com/logged_in_page
|
|
46973
|
+
Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
|
|
46974
|
+
|
|
46975
|
+
|
|
46976
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2012-09-18 09:51:36 -0400
|
|
46977
|
+
Processing by WelcomeController#logged_in_page as HTML
|
|
46978
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = 999914116 LIMIT 1
|
|
46979
|
+
Completed 200 OK in 18ms (Views: 16.1ms | ActiveRecord: 0.2ms)
|
|
46980
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
|
46981
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
46982
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
46983
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
|
46984
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
|
46985
|
+
|
|
46986
|
+
|
|
46987
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2012-09-18 09:51:36 -0400
|
|
46988
|
+
Processing by WelcomeController#logged_in_page as HTML
|
|
46989
|
+
Completed 401 Unauthorized in 0ms
|
|
46990
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
46991
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1[0m
|
|
46992
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
|
46993
|
+
[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, 18 Sep 2012 13:51:36 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "pending-2@example.com"], ["encrypted_password", "$2a$04$xup37RpRR1VAF/.lQeZ.nuDu./jl.7V3y/CLzlgEbPBu5qvoHFTKO"], ["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, 18 Sep 2012 13:51:36 UTC +00:00]]
|
|
46994
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
46995
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
46996
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116[0m
|
|
46997
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
46998
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "users" SET "status" = 'pending' WHERE "users"."id" = 999914116[0m
|
|
46999
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116
|
|
47000
|
+
|
|
47001
|
+
|
|
47002
|
+
Started POST "/users/login" for 127.0.0.1 at 2012-09-18 09:51:36 -0400
|
|
47003
|
+
Processing by Contour::SessionsController#create as HTML
|
|
47004
|
+
Parameters: {"user"=>{"email"=>"pending-2@example.com", "password"=>"[FILTERED]"}}
|
|
47005
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1[0m
|
|
47006
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
47007
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
47008
|
+
Completed 401 Unauthorized in 4ms
|
|
47009
|
+
|
|
47010
|
+
|
|
47011
|
+
Started GET "/users/login" for 127.0.0.1 at 2012-09-18 09:51:36 -0400
|
|
47012
|
+
Processing by Contour::SessionsController#new as HTML
|
|
47013
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (0.9ms)
|
|
47014
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_login_table.html.erb (1.3ms)
|
|
47015
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.1ms)
|
|
47016
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (1.3ms)
|
|
47017
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (2.8ms)
|
|
47018
|
+
Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms)
|
|
47019
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
|
47020
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
47021
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
47022
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 349534908]]
|
|
47023
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
|
|
47024
|
+
|
|
47025
|
+
|
|
47026
|
+
Started GET "/" for 127.0.0.1 at 2012-09-18 09:51:36 -0400
|
|
47027
|
+
Processing by WelcomeController#index as HTML
|
|
47028
|
+
Completed 401 Unauthorized in 1ms
|
|
47029
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
47030
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
47031
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
47032
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
|
47033
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
|
47034
|
+
|
|
47035
|
+
|
|
47036
|
+
Started GET "/logged_in_page.json" for 127.0.0.1 at 2012-09-18 09:51:36 -0400
|
|
47037
|
+
Processing by WelcomeController#logged_in_page as JSON
|
|
47038
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
|
|
47039
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
47040
|
+
[1m[35m (0.3ms)[0m UPDATE "users" SET "last_sign_in_at" = '2012-09-18 13:51:36.862445', "current_sign_in_at" = '2012-09-18 13:51:36.862445', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-09-18 13:51:36.863143' WHERE "users"."id" = 201799169
|
|
47041
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
47042
|
+
Completed 200 OK in 83ms (Views: 0.3ms | ActiveRecord: 0.5ms)
|
|
47043
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
|
47044
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
47045
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
47046
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 349534908]]
|
|
47047
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
|
|
47048
|
+
|
|
47049
|
+
|
|
47050
|
+
Started GET "/logged_in_page.json" for 127.0.0.1 at 2012-09-18 09:51:36 -0400
|
|
47051
|
+
Processing by WelcomeController#logged_in_page as JSON
|
|
47052
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1[0m
|
|
47053
|
+
Completed 401 Unauthorized in 80ms
|
|
47054
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
47055
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
47056
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
47057
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
47058
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
47059
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
47060
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: contour
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.0
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 1.1.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-09-
|
|
12
|
+
date: 2012-09-18 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -34,7 +34,7 @@ dependencies:
|
|
|
34
34
|
requirements:
|
|
35
35
|
- - ~>
|
|
36
36
|
- !ruby/object:Gem::Version
|
|
37
|
-
version: 2.1.
|
|
37
|
+
version: 2.1.2
|
|
38
38
|
type: :runtime
|
|
39
39
|
prerelease: false
|
|
40
40
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -42,7 +42,7 @@ dependencies:
|
|
|
42
42
|
requirements:
|
|
43
43
|
- - ~>
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
|
-
version: 2.1.
|
|
45
|
+
version: 2.1.2
|
|
46
46
|
- !ruby/object:Gem::Dependency
|
|
47
47
|
name: devise
|
|
48
48
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -610,9 +610,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
610
610
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
611
611
|
none: false
|
|
612
612
|
requirements:
|
|
613
|
-
- - ! '
|
|
613
|
+
- - ! '>='
|
|
614
614
|
- !ruby/object:Gem::Version
|
|
615
|
-
version:
|
|
615
|
+
version: '0'
|
|
616
616
|
requirements: []
|
|
617
617
|
rubyforge_project:
|
|
618
618
|
rubygems_version: 1.8.24
|