contour 2.0.0.rc5 → 2.0.0.rc6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1 -0
- data/app/assets/stylesheets/bootstrap-base-overrides.css.erb +24 -0
- data/lib/contour/version.rb +1 -1
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +395 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/0b793dc498fe65856d1b31a805f114dc +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/39c42dbcd5ab9548ffa2207486c5fc96 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/3f0d51948383ef3441b45bc80b20fa9e +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/408c90980fca5a250881bafa3ef0ca63 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/44037edbd37eef33ef8b0a1a91582ace +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/4931993c1f5141f93b4def25a35bde94 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/52fdf8b6edf8961cb9febcb7632768f5 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/5b80da0f8a38da009b33728cac5f75cd +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/6666059cb20313a69e518d351e00eb1f +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/864e4f1898b310dcf0316a99ba0a3067 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/8ae2ed1d53a0bb9e378635ee6ed8b8f2 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/a1ea8dc0ad2cba980ba9bf913dc4fbb3 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/a3a6cd207915c1867e51fa92ea7827b8 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/a7b222735fc6d94f5713fa8e4c00feec +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/b8a6fd5720b84300bdc9be43b56666a9 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/d349e541fcee15c728353f5b98927918 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- metadata +22 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 42926df0e2819a5ef724dae3aa36eca642dca688
|
4
|
+
data.tar.gz: 1012337bc5ac2543a63609c45645ebc5129b02c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d4689efe8c359325b79f4933de4b6782a83c657b31d7fb44f46aea5f9d007896d8e876e7a38db7bffbbfa14ec4a65cf402788c40bdcebc1e1102e9bffbc5da8
|
7
|
+
data.tar.gz: e453c97274e6a79e9445c7ede0aee1cd898f4bba2bcc69aa1c403079f610d9d803afbfb2fdecbfd35f48b05808180360b4b30481b12024c9c375c7660a6b772c
|
data/CHANGELOG.md
CHANGED
@@ -14,6 +14,7 @@
|
|
14
14
|
- Added `config.spam_fields` to the configuration allowing application registration pages to be configured with honeypot traps for submitter spam bots
|
15
15
|
- Configuring the invisible `spam_fields` may reduce the number of fake registrations without being a burden to the existing registration process
|
16
16
|
- Ex: `config.spam_fields = [ :address ]`
|
17
|
+
- Added `btn-danger-inverse` for GitHub style danger buttons
|
17
18
|
|
18
19
|
### Breaking Changes
|
19
20
|
- The remaining *Gentleface* icons have been removed
|
@@ -60,3 +60,27 @@ h1, h2, h3, h4, h5, h6 {
|
|
60
60
|
top: -16px;
|
61
61
|
z-index: 1000;
|
62
62
|
}
|
63
|
+
|
64
|
+
.btn-danger-inverse.active {
|
65
|
+
color: rgba(255, 255, 255, 0.75);
|
66
|
+
}
|
67
|
+
|
68
|
+
.btn-danger-inverse {
|
69
|
+
color: #bd362f;
|
70
|
+
}
|
71
|
+
|
72
|
+
.btn-danger-inverse:hover,
|
73
|
+
.btn-danger-inverse:focus,
|
74
|
+
.btn-danger-inverse:active,
|
75
|
+
.btn-danger-inverse.active,
|
76
|
+
.btn-danger-inverse.disabled,
|
77
|
+
.btn-danger-inverse[disabled] {
|
78
|
+
color: #fff;
|
79
|
+
text-shadow: 0px -1px 0 rgba(0,0,0,0.3);
|
80
|
+
background-color: #bd362f;
|
81
|
+
background-image: -moz-linear-gradient(#ee5f5b, #bd362f);
|
82
|
+
background-image: -webkit-linear-gradient(#ee5f5b, #bd362f);
|
83
|
+
background-image: linear-gradient(#ee5f5b, #bd362f);
|
84
|
+
background-repeat: repeat-x;
|
85
|
+
border-color: #cd504a;
|
86
|
+
}
|
data/lib/contour/version.rb
CHANGED
data/test/dummy/db/test.sqlite3
CHANGED
Binary file
|
data/test/dummy/log/test.log
CHANGED
@@ -79764,6 +79764,401 @@ UserTest: test_should_apply_omniauth
|
|
79764
79764
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79765
79765
|
--------------------------------------
|
79766
79766
|
UserTest: test_should_get_reverse_name
|
79767
|
+
--------------------------------------
|
79768
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
79769
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
79770
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
79771
|
+
[1m[35mFixture Delete (0.4ms)[0m DELETE FROM "authentications"
|
79772
|
+
[1m[36mFixture Insert (0.3ms)[0m [1mINSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('open_id', 'open_id@open_id.com', '2013-07-25 13:52:31', '2013-07-25 13:52:31', 949717663, 201799169)[0m
|
79773
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('google_apps', 'test@gmail.com', '2013-07-25 13:52:31', '2013-07-25 13:52:31', 876923740, 201799169)
|
79774
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('ldap', 'CN=ldapid,CN=Users,DC=example,DC=com', '2013-07-25 13:52:31', '2013-07-25 13:52:31', 864673665, 201799169)[0m
|
79775
|
+
[1m[35mFixture Delete (0.2ms)[0m DELETE FROM "users"
|
79776
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "users" ("first_name", "last_name", "status", "deleted", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "created_at", "updated_at", "id") VALUES ('FirstName', 'LastName', 'active', 'f', 'valid@example.com', '$2a$10$ZgXIxDCn.TjuCgsnS9iEp.Z1LlmQ71FGKgZe/kdCaVvgvnAAcUaz2', 'ResetTokenOne', 'MyDate', 'MyDate', 0, 'MyDate', 'MyDate', 'MyString', 'MyString', '2013-07-25 13:52:31', '2013-07-25 13:52:31', 201799169)[0m
|
79777
|
+
[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', 'inactive', 'f', 'EmailTwo', 'MyString', 'ResetTokenTwo', 'MyDate', 'MyDate', 0, 'MyDate', 'MyDate', 'MyString', 'MyString', '2013-07-25 13:52:31', '2013-07-25 13:52:31', 999914115)
|
79778
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "users" ("first_name", "last_name", "status", "deleted", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "created_at", "updated_at", "id") VALUES ('Deleted', 'User', 'active', 't', 'deleted@example.com', 'MyString', 'ResetTokenFive', 'MyDate', '2011-02-23', 0, '2011-02-23', '2011-02-23', 'MyString', 'MyString', '2013-07-25 13:52:31', '2013-07-25 13:52:31', 725306934)[0m
|
79779
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "users" ("first_name", "last_name", "status", "deleted", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'pending', 'f', 'pending@example.com', 'MyString', 'ResetTokenFour', 'MyDate', '2011-02-23', 0, '2011-02-23', '2011-02-23', 'MyString', 'MyString', '2013-07-25 13:52:31', '2013-07-25 13:52:31', 349534908)
|
79780
|
+
[1m[36m (1.6ms)[0m [1mcommit transaction[0m
|
79781
|
+
[1m[35m (0.1ms)[0m begin transaction
|
79782
|
+
-------------------------------------------------
|
79783
|
+
AuthenticationTest: test_should_get_provider_name
|
79784
|
+
-------------------------------------------------
|
79785
|
+
[1m[36mAuthentication Load (0.3ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1[0m [["id", 876923740]]
|
79786
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79787
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79788
|
+
--------------------------------------------------------------------------------
|
79789
|
+
AuthenticationTest: test_should_get_provider_name_and_handle_OpenID_special_case
|
79790
|
+
--------------------------------------------------------------------------------
|
79791
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
79792
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
79793
|
+
[1m[35m (0.1ms)[0m begin transaction
|
79794
|
+
-------------------------------------------------------------------------
|
79795
|
+
Contour::AuthenticationsControllerTest: test_should_create_authentication
|
79796
|
+
-------------------------------------------------------------------------
|
79797
|
+
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
79798
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
79799
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications"[0m
|
79800
|
+
Processing by Contour::AuthenticationsController#create as HTML
|
79801
|
+
Parameters: {"authentication"=>{"id"=>"949717663", "user_id"=>"201799169", "provider"=>"open_id", "uid"=>"open_id@open_id.com", "created_at"=>"2013-07-25 13:52:31 UTC", "updated_at"=>"2013-07-25 13:52:31 UTC"}}
|
79802
|
+
[1m[35mAuthentication Load (0.2ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."provider" = 'google_apps' AND "authentications"."uid" = 'test@example.com' LIMIT 1
|
79803
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 ORDER BY "users"."id" ASC LIMIT 1[0m
|
79804
|
+
Logged in user found, creating associated authentication.
|
79805
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
79806
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "authentications" ("created_at", "provider", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 25 Jul 2013 13:52:32 UTC +00:00], ["provider", "google_apps"], ["uid", "test@example.com"], ["updated_at", Thu, 25 Jul 2013 13:52:32 UTC +00:00], ["user_id", 201799169]]
|
79807
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
79808
|
+
Redirected to http://test.host/authentications
|
79809
|
+
Completed 302 Found in 52ms (ActiveRecord: 1.1ms)
|
79810
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications"[0m
|
79811
|
+
[1m[35m (15.0ms)[0m rollback transaction
|
79812
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79813
|
+
--------------------------------------------------------------------------
|
79814
|
+
Contour::AuthenticationsControllerTest: test_should_destroy_authentication
|
79815
|
+
--------------------------------------------------------------------------
|
79816
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
79817
|
+
[1m[36mAuthentication Load (0.1ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1[0m [["id", 949717663]]
|
79818
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications"
|
79819
|
+
Processing by Contour::AuthenticationsController#destroy as HTML
|
79820
|
+
Parameters: {"id"=>"949717663"}
|
79821
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 ORDER BY "users"."id" ASC LIMIT 1[0m
|
79822
|
+
[1m[35mAuthentication Load (0.2ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = ? AND "authentications"."id" = ? LIMIT 1 [["user_id", 201799169], ["id", "949717663"]]
|
79823
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
79824
|
+
[1m[35mSQL (0.4ms)[0m DELETE FROM "authentications" WHERE "authentications"."id" = ? [["id", 949717663]]
|
79825
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
79826
|
+
Redirected to http://test.host/authentications
|
79827
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.9ms)
|
79828
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications"
|
79829
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
79830
|
+
[1m[35m (0.1ms)[0m begin transaction
|
79831
|
+
-------------------------------------------------------------
|
79832
|
+
Contour::AuthenticationsControllerTest: test_should_get_index
|
79833
|
+
-------------------------------------------------------------
|
79834
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
79835
|
+
[1m[35mAuthentication Load (0.0ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
79836
|
+
Processing by Contour::AuthenticationsController#index as HTML
|
79837
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 ORDER BY "users"."id" ASC LIMIT 1[0m
|
79838
|
+
[1m[35mAuthentication Exists (0.2ms)[0m SELECT 1 AS one FROM "authentications" WHERE "authentications"."user_id" = ? LIMIT 1 [["user_id", 201799169]]
|
79839
|
+
[1m[36mAuthentication Load (0.1ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = ?[0m [["user_id", 201799169]]
|
79840
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_index.html.erb (48.5ms)
|
79841
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (2.9ms)
|
79842
|
+
Completed 200 OK in 901ms (Views: 899.1ms | ActiveRecord: 0.4ms)
|
79843
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
79844
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79845
|
+
-----------------------------------------------------------------------------
|
79846
|
+
Contour::PasswordsControllerTest: test_should_be_able_to_request_new_password
|
79847
|
+
-----------------------------------------------------------------------------
|
79848
|
+
Processing by Contour::PasswordsController#create as HTML
|
79849
|
+
Parameters: {"user"=>{"email"=>"valid@example.com"}}
|
79850
|
+
[1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
|
79851
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."reset_password_token" = 'RZq5sEHCDmyqFnyVVks8' LIMIT 1[0m
|
79852
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
79853
|
+
[1m[36mSQL (0.7ms)[0m [1mUPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = 201799169[0m [["reset_password_token", "RZq5sEHCDmyqFnyVVks8"], ["reset_password_sent_at", Thu, 25 Jul 2013 13:52:33 UTC +00:00], ["updated_at", Thu, 25 Jul 2013 13:52:33 UTC +00:00]]
|
79854
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
79855
|
+
|
79856
|
+
Sent mail to valid@example.com (15.9ms)
|
79857
|
+
Date: Thu, 25 Jul 2013 09:52:33 -0400
|
79858
|
+
From: please-change-me-at-config-initializers-devise@example.com
|
79859
|
+
Reply-To: please-change-me-at-config-initializers-devise@example.com
|
79860
|
+
To: valid@example.com
|
79861
|
+
Message-ID: <51f12da1671ad_19133ff9544606d0908d1@edge.partners.org.mail>
|
79862
|
+
Subject: Reset password instructions
|
79863
|
+
Mime-Version: 1.0
|
79864
|
+
Content-Type: text/html;
|
79865
|
+
charset=UTF-8
|
79866
|
+
Content-Transfer-Encoding: 7bit
|
79867
|
+
|
79868
|
+
<p>Hello valid@example.com!</p>
|
79869
|
+
|
79870
|
+
<p>Someone has requested a link to change your password. You can do this through the link below.</p>
|
79871
|
+
|
79872
|
+
<p><a href="http://localhost:3000/users/password/edit?reset_password_token=RZq5sEHCDmyqFnyVVks8">Change my password</a></p>
|
79873
|
+
|
79874
|
+
<p>If you didn't request this, please ignore this email.</p>
|
79875
|
+
<p>Your password won't change until you access the link above and create a new one.</p>
|
79876
|
+
|
79877
|
+
Redirected to http://test.host/users/login
|
79878
|
+
Completed 302 Found in 242ms (ActiveRecord: 1.3ms)
|
79879
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
79880
|
+
[1m[35m (0.1ms)[0m begin transaction
|
79881
|
+
-----------------------------------------------------------------------------
|
79882
|
+
Contour::PasswordsControllerTest: test_should_be_able_to_view_forget_password
|
79883
|
+
-----------------------------------------------------------------------------
|
79884
|
+
Processing by Contour::PasswordsController#new as HTML
|
79885
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (1.6ms)
|
79886
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (6.9ms)
|
79887
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (9.8ms)
|
79888
|
+
Completed 200 OK in 93ms (Views: 91.9ms | ActiveRecord: 0.0ms)
|
79889
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
79890
|
+
[1m[35m (0.1ms)[0m begin transaction
|
79891
|
+
-------------------------------------------------------------------------------
|
79892
|
+
Contour::RegistrationsControllerTest: test_a_new_user_should_be_able_to_sign_up
|
79893
|
+
-------------------------------------------------------------------------------
|
79894
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "users"[0m
|
79895
|
+
Processing by Contour::RegistrationsController#create as HTML
|
79896
|
+
Parameters: {"user"=>{"first_name"=>"First Name", "last_name"=>"Last Name", "email"=>"new_user@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "spam"=>""}}
|
79897
|
+
Unpermitted parameters: spam
|
79898
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
79899
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'new_user@example.com' LIMIT 1[0m
|
79900
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
79901
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "users" ("created_at", "email", "encrypted_password", "first_name", "last_name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 25 Jul 2013 13:52:33 UTC +00:00], ["email", "new_user@example.com"], ["encrypted_password", "$2a$04$ee6BziZ1bt5EmmNi6S5TeOqtSjmrG1Ot24izXqkMfIDt66Or0/1Q2"], ["first_name", "First Name"], ["last_name", "Last Name"], ["updated_at", Thu, 25 Jul 2013 13:52:33 UTC +00:00]]
|
79902
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
79903
|
+
Redirected to http://test.host/users/login
|
79904
|
+
Completed 302 Found in 31ms (ActiveRecord: 1.0ms)
|
79905
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "users"
|
79906
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
79907
|
+
[1m[35m (0.1ms)[0m begin transaction
|
79908
|
+
--------------------------------------------------------------------------------------------
|
79909
|
+
Contour::RegistrationsControllerTest: test_a_new_user_should_not_be_able_to_set_their_status
|
79910
|
+
--------------------------------------------------------------------------------------------
|
79911
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "users"[0m
|
79912
|
+
Processing by Contour::RegistrationsController#create as HTML
|
79913
|
+
Parameters: {"user"=>{"first_name"=>"First Name", "last_name"=>"Last Name", "status"=>"active", "email"=>"new_registration@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
|
79914
|
+
Unpermitted parameters: status
|
79915
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
79916
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'new_registration@example.com' LIMIT 1[0m
|
79917
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
79918
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("created_at", "email", "encrypted_password", "first_name", "last_name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 25 Jul 2013 13:52:33 UTC +00:00], ["email", "new_registration@example.com"], ["encrypted_password", "$2a$04$nfs2cHBKZIbMhMHzRyNWXOj/Iex0IZAOreRh4PCO3.g3TOFf9tExy"], ["first_name", "First Name"], ["last_name", "Last Name"], ["updated_at", Thu, 25 Jul 2013 13:52:33 UTC +00:00]]
|
79919
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
79920
|
+
Redirected to http://test.host/users/login
|
79921
|
+
Completed 302 Found in 9ms (ActiveRecord: 0.7ms)
|
79922
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "users"
|
79923
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
79924
|
+
[1m[35m (0.1ms)[0m begin transaction
|
79925
|
+
---------------------------------------------------------------------------------------------
|
79926
|
+
Contour::RegistrationsControllerTest: test_a_submitter_spam_bot_should_not_be_able_to_sign_up
|
79927
|
+
---------------------------------------------------------------------------------------------
|
79928
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "users"[0m
|
79929
|
+
Processing by Contour::RegistrationsController#create as HTML
|
79930
|
+
Parameters: {"user"=>{"first_name"=>"First Name", "last_name"=>"Last Name", "email"=>"new_user@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "spam"=>"http://buystuffhere.com"}}
|
79931
|
+
SPAM BOT SIGNUP: {"user"=>{"first_name"=>"First Name", "last_name"=>"Last Name", "email"=>"new_user@example.com", "password"=>"password", "password_confirmation"=>"password", "spam"=>"http://buystuffhere.com"}, "controller"=>"contour/registrations", "action"=>"create"}
|
79932
|
+
Unpermitted parameters: spam
|
79933
|
+
Redirected to http://test.host/users/login
|
79934
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
|
79935
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "users"
|
79936
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
79937
|
+
[1m[35m (0.0ms)[0m begin transaction
|
79938
|
+
----------------------------------------------------------------------
|
79939
|
+
Contour::SessionsControllerTest: test_return_user_json_object_on_login
|
79940
|
+
----------------------------------------------------------------------
|
79941
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
79942
|
+
Processing by Contour::SessionsController#create as JSON
|
79943
|
+
Parameters: {"user"=>{"email"=>"valid@example.com", "password"=>"[FILTERED]"}}
|
79944
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
|
79945
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
79946
|
+
[1m[35mSQL (0.5ms)[0m UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = 201799169 [["last_sign_in_at", Thu, 25 Jul 2013 13:52:33 UTC +00:00], ["current_sign_in_at", Thu, 25 Jul 2013 13:52:33 UTC +00:00], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", Thu, 25 Jul 2013 13:52:33 UTC +00:00]]
|
79947
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
79948
|
+
Completed 200 OK in 82ms (Views: 0.4ms | ActiveRecord: 0.8ms)
|
79949
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
79950
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79951
|
+
----------------------------------------------------------------------------------------------------------
|
79952
|
+
Contour::SessionsControllerTest: test_should_do_a_graceful_redirect_to_google_apps_through_secondary_email
|
79953
|
+
----------------------------------------------------------------------------------------------------------
|
79954
|
+
Processing by Contour::SessionsController#create as HTML
|
79955
|
+
Parameters: {"user"=>{"email"=>"test@gmail.com", "password"=>"[FILTERED]"}}
|
79956
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'test@gmail.com' LIMIT 1
|
79957
|
+
[1m[36m (0.1ms)[0m [1mSELECT "authentications"."provider" FROM "authentications" WHERE "authentications"."uid" = 'test@gmail.com'[0m
|
79958
|
+
Redirected to http://test.host/auth/google_apps
|
79959
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
|
79960
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79961
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79962
|
+
----------------------------------------------------------------------------------------------
|
79963
|
+
Contour::SessionsControllerTest: test_should_do_a_graceful_redirect_to_ldap_with_primary_email
|
79964
|
+
----------------------------------------------------------------------------------------------
|
79965
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
79966
|
+
Processing by Contour::SessionsController#create as HTML
|
79967
|
+
Parameters: {"user"=>{"email"=>"valid@example.com", "password"=>"[FILTERED]"}}
|
79968
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1[0m
|
79969
|
+
[1m[35m (0.2ms)[0m SELECT "authentications"."provider" FROM "authentications" WHERE "authentications"."user_id" = ? [["user_id", 201799169]]
|
79970
|
+
Redirected to http://test.host/auth/ldap
|
79971
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.4ms)
|
79972
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
79973
|
+
[1m[35m (0.0ms)[0m begin transaction
|
79974
|
+
--------------------------------------------------------------------------
|
79975
|
+
Contour::SessionsControllerTest: test_should_not_login_invalid_credentials
|
79976
|
+
--------------------------------------------------------------------------
|
79977
|
+
Processing by Contour::SessionsController#create as HTML
|
79978
|
+
Parameters: {"user"=>{"email"=>"", "password"=>"[FILTERED]"}}
|
79979
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = '' LIMIT 1[0m
|
79980
|
+
[1m[35m (0.1ms)[0m SELECT "authentications"."provider" FROM "authentications" WHERE "authentications"."uid" = ''
|
79981
|
+
Completed 401 Unauthorized in 3ms
|
79982
|
+
Processing by Contour::SessionsController#new as HTML
|
79983
|
+
Parameters: {"user"=>{"email"=>"", "password"=>"[FILTERED]"}}
|
79984
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (1.0ms)
|
79985
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_login_table.html.erb (2.1ms)
|
79986
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.6ms)
|
79987
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (1.6ms)
|
79988
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (3.5ms)
|
79989
|
+
Completed 200 OK in 34ms (Views: 32.6ms | ActiveRecord: 0.0ms)
|
79990
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
79991
|
+
[1m[35m (0.1ms)[0m begin transaction
|
79992
|
+
-----------------------------------------------------
|
79993
|
+
ContourHelperTest: test_should_show_sort_field_helper
|
79994
|
+
-----------------------------------------------------
|
79995
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
79996
|
+
[1m[35m (0.1ms)[0m begin transaction
|
79997
|
+
---------------------------------------------------------------------
|
79998
|
+
ContourHelperTest: test_should_show_sort_field_helper_with_same_order
|
79999
|
+
---------------------------------------------------------------------
|
80000
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
80001
|
+
[1m[35m (0.0ms)[0m begin transaction
|
80002
|
+
-----------------------
|
80003
|
+
ContourTest: test_truth
|
80004
|
+
-----------------------
|
80005
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
80006
|
+
[1m[35m (0.1ms)[0m begin transaction
|
80007
|
+
--------------------------------------------------------------------
|
80008
|
+
NavigationTest: test_deleted_users_should_be_not_be_allowed_to_login
|
80009
|
+
--------------------------------------------------------------------
|
80010
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
80011
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
80012
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
80013
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2013-07-25 09:52:34 -0400
|
80014
|
+
Processing by WelcomeController#logged_in_page as HTML
|
80015
|
+
Completed 401 Unauthorized in 33ms
|
80016
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
80017
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1[0m
|
80018
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
80019
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("created_at", "email", "encrypted_password", "first_name", "last_name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 25 Jul 2013 13:52:34 UTC +00:00], ["email", "deleted-2@example.com"], ["encrypted_password", "$2a$04$9ffh2K7v3h3JMm4ddbgyDuisCBMz6WNdplJXCADlkVXHupPWmWxgO"], ["first_name", "Deleted"], ["last_name", "User"], ["updated_at", Thu, 25 Jul 2013 13:52:34 UTC +00:00]]
|
80020
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
80021
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
80022
|
+
[1m[36mAuthentication Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "authentications" WHERE "authentications"."user_id" = ? LIMIT 1[0m [["user_id", 999914116]]
|
80023
|
+
[1m[35mAuthentication Exists (0.0ms)[0m SELECT 1 AS one FROM "authentications" WHERE "authentications"."user_id" = ? LIMIT 1 [["user_id", 999914116]]
|
80024
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
80025
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116
|
80026
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "users" SET "deleted" = 't' WHERE "users"."id" = 999914116[0m
|
80027
|
+
Started POST "/users/login" for 127.0.0.1 at 2013-07-25 09:52:34 -0400
|
80028
|
+
Processing by Contour::SessionsController#create as HTML
|
80029
|
+
Parameters: {"user"=>{"email"=>"deleted-2@example.com", "password"=>"[FILTERED]"}}
|
80030
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1
|
80031
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
80032
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
80033
|
+
Completed 401 Unauthorized in 22ms
|
80034
|
+
Started GET "/users/login" for 127.0.0.1 at 2013-07-25 09:52:34 -0400
|
80035
|
+
Processing by Contour::SessionsController#new as HTML
|
80036
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (0.5ms)
|
80037
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_login_table.html.erb (1.2ms)
|
80038
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.1ms)
|
80039
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (1.4ms)
|
80040
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (3.0ms)
|
80041
|
+
Completed 200 OK in 14ms (Views: 12.2ms | ActiveRecord: 0.0ms)
|
80042
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
80043
|
+
[1m[35m (0.1ms)[0m begin transaction
|
80044
|
+
--------------------------------------------------------
|
80045
|
+
NavigationTest: test_friendly_url_forwarding_after_login
|
80046
|
+
--------------------------------------------------------
|
80047
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
80048
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
80049
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
80050
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2013-07-25 09:52:34 -0400
|
80051
|
+
Processing by WelcomeController#logged_in_page as HTML
|
80052
|
+
Completed 401 Unauthorized in 1ms
|
80053
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
80054
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1[0m
|
80055
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
80056
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("created_at", "email", "encrypted_password", "first_name", "last_name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 25 Jul 2013 13:52:34 UTC +00:00], ["email", "valid-2@example.com"], ["encrypted_password", "$2a$04$0AtVweYt36NoXcaM86XjXOXJ/fjV5zqgD7/BCW9KdZ4SgKmnSXEmW"], ["first_name", "FirstName"], ["last_name", "LastName"], ["updated_at", Thu, 25 Jul 2013 13:52:34 UTC +00:00]]
|
80057
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
80058
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
80059
|
+
[1m[36mAuthentication Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "authentications" WHERE "authentications"."user_id" = ? LIMIT 1[0m [["user_id", 999914116]]
|
80060
|
+
[1m[35mAuthentication Exists (0.0ms)[0m SELECT 1 AS one FROM "authentications" WHERE "authentications"."user_id" = ? LIMIT 1 [["user_id", 999914116]]
|
80061
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
80062
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116
|
80063
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116[0m
|
80064
|
+
Started POST "/users/login" for 127.0.0.1 at 2013-07-25 09:52:34 -0400
|
80065
|
+
Processing by Contour::SessionsController#create as HTML
|
80066
|
+
Parameters: {"user"=>{"email"=>"valid-2@example.com", "password"=>"[FILTERED]"}}
|
80067
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
|
80068
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
80069
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = 999914116 [["last_sign_in_at", Thu, 25 Jul 2013 13:52:34 UTC +00:00], ["current_sign_in_at", Thu, 25 Jul 2013 13:52:34 UTC +00:00], ["last_sign_in_ip", "127.0.0.1"], ["current_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", Thu, 25 Jul 2013 13:52:34 UTC +00:00]]
|
80070
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
80071
|
+
Redirected to http://www.example.com/logged_in_page
|
80072
|
+
Completed 302 Found in 10ms (ActiveRecord: 0.5ms)
|
80073
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2013-07-25 09:52:34 -0400
|
80074
|
+
Processing by WelcomeController#logged_in_page as HTML
|
80075
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = 999914116 ORDER BY "users"."id" ASC LIMIT 1
|
80076
|
+
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)
|
80077
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
80078
|
+
[1m[35m (0.1ms)[0m begin transaction
|
80079
|
+
--------------------------------------------------------------------
|
80080
|
+
NavigationTest: test_pending_users_should_be_not_be_allowed_to_login
|
80081
|
+
--------------------------------------------------------------------
|
80082
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
80083
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
80084
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
80085
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2013-07-25 09:52:34 -0400
|
80086
|
+
Processing by WelcomeController#logged_in_page as HTML
|
80087
|
+
Completed 401 Unauthorized in 1ms
|
80088
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
80089
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1[0m
|
80090
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
80091
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("created_at", "email", "encrypted_password", "first_name", "last_name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 25 Jul 2013 13:52:34 UTC +00:00], ["email", "pending-2@example.com"], ["encrypted_password", "$2a$04$CxP.eaPGYs7JHjtGftcJ3uj5ul4LmXy86wALN6YfXaZASmfhwk8jy"], ["first_name", "MyString"], ["last_name", "MyString"], ["updated_at", Thu, 25 Jul 2013 13:52:34 UTC +00:00]]
|
80092
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
80093
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
80094
|
+
[1m[36mAuthentication Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "authentications" WHERE "authentications"."user_id" = ? LIMIT 1[0m [["user_id", 999914116]]
|
80095
|
+
[1m[35mAuthentication Exists (0.0ms)[0m SELECT 1 AS one FROM "authentications" WHERE "authentications"."user_id" = ? LIMIT 1 [["user_id", 999914116]]
|
80096
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
80097
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "users" SET "status" = 'pending' WHERE "users"."id" = 999914116
|
80098
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116[0m
|
80099
|
+
Started POST "/users/login" for 127.0.0.1 at 2013-07-25 09:52:34 -0400
|
80100
|
+
Processing by Contour::SessionsController#create as HTML
|
80101
|
+
Parameters: {"user"=>{"email"=>"pending-2@example.com", "password"=>"[FILTERED]"}}
|
80102
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1
|
80103
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
80104
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
80105
|
+
Completed 401 Unauthorized in 5ms
|
80106
|
+
Started GET "/users/login" for 127.0.0.1 at 2013-07-25 09:52:34 -0400
|
80107
|
+
Processing by Contour::SessionsController#new as HTML
|
80108
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (0.4ms)
|
80109
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_login_table.html.erb (1.2ms)
|
80110
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.1ms)
|
80111
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (1.3ms)
|
80112
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (2.7ms)
|
80113
|
+
Completed 200 OK in 13ms (Views: 11.5ms | ActiveRecord: 0.0ms)
|
80114
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
80115
|
+
[1m[35m (0.1ms)[0m begin transaction
|
80116
|
+
-------------------------------------------------------------
|
80117
|
+
NavigationTest: test_root_navigation_redirected_to_login_page
|
80118
|
+
-------------------------------------------------------------
|
80119
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
80120
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
80121
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
80122
|
+
Started GET "/" for 127.0.0.1 at 2013-07-25 09:52:34 -0400
|
80123
|
+
Processing by WelcomeController#index as HTML
|
80124
|
+
Completed 401 Unauthorized in 1ms
|
80125
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
80126
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
80127
|
+
-------------------------------------------------------------------------
|
80128
|
+
NavigationTest: test_valid_users_should_be_able_to_login_using_basic_http
|
80129
|
+
-------------------------------------------------------------------------
|
80130
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
80131
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 349534908]]
|
80132
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
|
80133
|
+
Started GET "/logged_in_page.json" for 127.0.0.1 at 2013-07-25 09:52:34 -0400
|
80134
|
+
Processing by WelcomeController#logged_in_page as JSON
|
80135
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1[0m
|
80136
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
80137
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = 201799169[0m [["last_sign_in_at", Thu, 25 Jul 2013 13:52:34 UTC +00:00], ["current_sign_in_at", Thu, 25 Jul 2013 13:52:34 UTC +00:00], ["current_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", Thu, 25 Jul 2013 13:52:34 UTC +00:00]]
|
80138
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
80139
|
+
Completed 200 OK in 82ms (Views: 0.2ms | ActiveRecord: 0.7ms)
|
80140
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
80141
|
+
[1m[35m (0.1ms)[0m begin transaction
|
80142
|
+
------------------------------------------------------------------------------------------------
|
80143
|
+
NavigationTest: test_valid_users_should_not_be_able_to_login_using_basic_http_and_wrong_password
|
80144
|
+
------------------------------------------------------------------------------------------------
|
80145
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
80146
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
80147
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
80148
|
+
Started GET "/logged_in_page.json" for 127.0.0.1 at 2013-07-25 09:52:34 -0400
|
80149
|
+
Processing by WelcomeController#logged_in_page as JSON
|
80150
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
|
80151
|
+
Completed 401 Unauthorized in 79ms
|
80152
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
80153
|
+
[1m[35m (0.1ms)[0m begin transaction
|
80154
|
+
------------------------------------
|
80155
|
+
UserTest: test_should_apply_omniauth
|
80156
|
+
------------------------------------
|
80157
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
80158
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
80159
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
80160
|
+
--------------------------------------
|
80161
|
+
UserTest: test_should_get_reverse_name
|
79767
80162
|
--------------------------------------
|
79768
80163
|
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
79769
80164
|
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: contour
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.0.
|
4
|
+
version: 2.0.0.rc6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Remo Mueller
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-07-
|
11
|
+
date: 2013-07-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -392,20 +392,26 @@ files:
|
|
392
392
|
- test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
393
393
|
- test/dummy/tmp/cache/assets/test/sprockets/346128943c5e30fdb088f54a58af54cc
|
394
394
|
- test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
|
395
|
+
- test/dummy/tmp/cache/assets/test/sprockets/39c42dbcd5ab9548ffa2207486c5fc96
|
395
396
|
- test/dummy/tmp/cache/assets/test/sprockets/3ed734f0003effb5248235744ea7cfbf
|
397
|
+
- test/dummy/tmp/cache/assets/test/sprockets/3f0d51948383ef3441b45bc80b20fa9e
|
396
398
|
- test/dummy/tmp/cache/assets/test/sprockets/408c90980fca5a250881bafa3ef0ca63
|
397
399
|
- test/dummy/tmp/cache/assets/test/sprockets/42bbea7a13ce140463a5486a3ae03c94
|
398
400
|
- test/dummy/tmp/cache/assets/test/sprockets/43f737dd071b0018e1efcfb1922ff593
|
401
|
+
- test/dummy/tmp/cache/assets/test/sprockets/44037edbd37eef33ef8b0a1a91582ace
|
399
402
|
- test/dummy/tmp/cache/assets/test/sprockets/4556873bdb635e908edb1b44651d42e4
|
400
403
|
- test/dummy/tmp/cache/assets/test/sprockets/484869e0e90da89451d284b6ea1b97ea
|
404
|
+
- test/dummy/tmp/cache/assets/test/sprockets/4931993c1f5141f93b4def25a35bde94
|
401
405
|
- test/dummy/tmp/cache/assets/test/sprockets/4c1f9630c371980e45f3ae2dfaec8a28
|
402
406
|
- test/dummy/tmp/cache/assets/test/sprockets/4e7d7c035444f1095fa7dc67721581db
|
403
407
|
- test/dummy/tmp/cache/assets/test/sprockets/501011855a4cc902996843acadb9c797
|
404
408
|
- test/dummy/tmp/cache/assets/test/sprockets/52cdaf963c787c0aa7e2741ce4340be0
|
409
|
+
- test/dummy/tmp/cache/assets/test/sprockets/52fdf8b6edf8961cb9febcb7632768f5
|
405
410
|
- test/dummy/tmp/cache/assets/test/sprockets/565a4c5a5681bc36489ea1beae4553b0
|
406
411
|
- test/dummy/tmp/cache/assets/test/sprockets/57199a94a0d7d2804ecb7299ea783759
|
407
412
|
- test/dummy/tmp/cache/assets/test/sprockets/5735b70ef1f983b248a47ab1f71fe267
|
408
413
|
- test/dummy/tmp/cache/assets/test/sprockets/5aa48c4b9b88fd0c67e1480c677ac489
|
414
|
+
- test/dummy/tmp/cache/assets/test/sprockets/5b80da0f8a38da009b33728cac5f75cd
|
409
415
|
- test/dummy/tmp/cache/assets/test/sprockets/5bc2e1947318770b4a07d9bcac5faff6
|
410
416
|
- test/dummy/tmp/cache/assets/test/sprockets/6565915e91061b9bb42eda9dfa4cf3fc
|
411
417
|
- test/dummy/tmp/cache/assets/test/sprockets/6666059cb20313a69e518d351e00eb1f
|
@@ -423,6 +429,7 @@ files:
|
|
423
429
|
- test/dummy/tmp/cache/assets/test/sprockets/864e4f1898b310dcf0316a99ba0a3067
|
424
430
|
- test/dummy/tmp/cache/assets/test/sprockets/87f0cc2881f608195fdaec58ee54fbfe
|
425
431
|
- test/dummy/tmp/cache/assets/test/sprockets/884005c51eb580c211fdf86f83cbd7d4
|
432
|
+
- test/dummy/tmp/cache/assets/test/sprockets/8ae2ed1d53a0bb9e378635ee6ed8b8f2
|
426
433
|
- test/dummy/tmp/cache/assets/test/sprockets/8c0ac229a3088e0cd0d9db95df428103
|
427
434
|
- test/dummy/tmp/cache/assets/test/sprockets/8c9648e885b8d874d9d989efeb044c36
|
428
435
|
- test/dummy/tmp/cache/assets/test/sprockets/8e0772a1c692d481d2e5ef800602c9b3
|
@@ -435,6 +442,7 @@ files:
|
|
435
442
|
- test/dummy/tmp/cache/assets/test/sprockets/995fdf281fb38f250be81a2c769a9a79
|
436
443
|
- test/dummy/tmp/cache/assets/test/sprockets/a049654e5ab2df058699bd8968c0f493
|
437
444
|
- test/dummy/tmp/cache/assets/test/sprockets/a143a0bc0632c5cb89f596cf5272528e
|
445
|
+
- test/dummy/tmp/cache/assets/test/sprockets/a1ea8dc0ad2cba980ba9bf913dc4fbb3
|
438
446
|
- test/dummy/tmp/cache/assets/test/sprockets/a3041faa4e334801f4f495371a8cced2
|
439
447
|
- test/dummy/tmp/cache/assets/test/sprockets/a3a6cd207915c1867e51fa92ea7827b8
|
440
448
|
- test/dummy/tmp/cache/assets/test/sprockets/a4faa95d6bafec287fc59ff59eec9625
|
@@ -445,6 +453,7 @@ files:
|
|
445
453
|
- test/dummy/tmp/cache/assets/test/sprockets/b1af56ecfd1879ac79e3a22e042caf15
|
446
454
|
- test/dummy/tmp/cache/assets/test/sprockets/b3b0b443293be8cc1ebeefa441c1d56f
|
447
455
|
- test/dummy/tmp/cache/assets/test/sprockets/b6899690f985b099f7e80d4a0939a9e0
|
456
|
+
- test/dummy/tmp/cache/assets/test/sprockets/b8a6fd5720b84300bdc9be43b56666a9
|
448
457
|
- test/dummy/tmp/cache/assets/test/sprockets/bd73f0158510de99a53a18f4aeb1fb90
|
449
458
|
- test/dummy/tmp/cache/assets/test/sprockets/bec5edffa453a85a42afd4849f868e81
|
450
459
|
- test/dummy/tmp/cache/assets/test/sprockets/c04795d4fdfb36d2041fd2ee97edfdfe
|
@@ -457,6 +466,7 @@ files:
|
|
457
466
|
- test/dummy/tmp/cache/assets/test/sprockets/ce2d46fba538c6756b32019ae8500047
|
458
467
|
- test/dummy/tmp/cache/assets/test/sprockets/cfd79f791d02847181f8fcf1dcf2763e
|
459
468
|
- test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
469
|
+
- test/dummy/tmp/cache/assets/test/sprockets/d349e541fcee15c728353f5b98927918
|
460
470
|
- test/dummy/tmp/cache/assets/test/sprockets/d3d217eee875712c702e7b5aa7f61a5f
|
461
471
|
- test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
462
472
|
- test/dummy/tmp/cache/assets/test/sprockets/dda16ed9cc1e54fd0d97a6036e928d8d
|
@@ -568,20 +578,26 @@ test_files:
|
|
568
578
|
- test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
569
579
|
- test/dummy/tmp/cache/assets/test/sprockets/346128943c5e30fdb088f54a58af54cc
|
570
580
|
- test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
|
581
|
+
- test/dummy/tmp/cache/assets/test/sprockets/39c42dbcd5ab9548ffa2207486c5fc96
|
571
582
|
- test/dummy/tmp/cache/assets/test/sprockets/3ed734f0003effb5248235744ea7cfbf
|
583
|
+
- test/dummy/tmp/cache/assets/test/sprockets/3f0d51948383ef3441b45bc80b20fa9e
|
572
584
|
- test/dummy/tmp/cache/assets/test/sprockets/408c90980fca5a250881bafa3ef0ca63
|
573
585
|
- test/dummy/tmp/cache/assets/test/sprockets/42bbea7a13ce140463a5486a3ae03c94
|
574
586
|
- test/dummy/tmp/cache/assets/test/sprockets/43f737dd071b0018e1efcfb1922ff593
|
587
|
+
- test/dummy/tmp/cache/assets/test/sprockets/44037edbd37eef33ef8b0a1a91582ace
|
575
588
|
- test/dummy/tmp/cache/assets/test/sprockets/4556873bdb635e908edb1b44651d42e4
|
576
589
|
- test/dummy/tmp/cache/assets/test/sprockets/484869e0e90da89451d284b6ea1b97ea
|
590
|
+
- test/dummy/tmp/cache/assets/test/sprockets/4931993c1f5141f93b4def25a35bde94
|
577
591
|
- test/dummy/tmp/cache/assets/test/sprockets/4c1f9630c371980e45f3ae2dfaec8a28
|
578
592
|
- test/dummy/tmp/cache/assets/test/sprockets/4e7d7c035444f1095fa7dc67721581db
|
579
593
|
- test/dummy/tmp/cache/assets/test/sprockets/501011855a4cc902996843acadb9c797
|
580
594
|
- test/dummy/tmp/cache/assets/test/sprockets/52cdaf963c787c0aa7e2741ce4340be0
|
595
|
+
- test/dummy/tmp/cache/assets/test/sprockets/52fdf8b6edf8961cb9febcb7632768f5
|
581
596
|
- test/dummy/tmp/cache/assets/test/sprockets/565a4c5a5681bc36489ea1beae4553b0
|
582
597
|
- test/dummy/tmp/cache/assets/test/sprockets/57199a94a0d7d2804ecb7299ea783759
|
583
598
|
- test/dummy/tmp/cache/assets/test/sprockets/5735b70ef1f983b248a47ab1f71fe267
|
584
599
|
- test/dummy/tmp/cache/assets/test/sprockets/5aa48c4b9b88fd0c67e1480c677ac489
|
600
|
+
- test/dummy/tmp/cache/assets/test/sprockets/5b80da0f8a38da009b33728cac5f75cd
|
585
601
|
- test/dummy/tmp/cache/assets/test/sprockets/5bc2e1947318770b4a07d9bcac5faff6
|
586
602
|
- test/dummy/tmp/cache/assets/test/sprockets/6565915e91061b9bb42eda9dfa4cf3fc
|
587
603
|
- test/dummy/tmp/cache/assets/test/sprockets/6666059cb20313a69e518d351e00eb1f
|
@@ -599,6 +615,7 @@ test_files:
|
|
599
615
|
- test/dummy/tmp/cache/assets/test/sprockets/864e4f1898b310dcf0316a99ba0a3067
|
600
616
|
- test/dummy/tmp/cache/assets/test/sprockets/87f0cc2881f608195fdaec58ee54fbfe
|
601
617
|
- test/dummy/tmp/cache/assets/test/sprockets/884005c51eb580c211fdf86f83cbd7d4
|
618
|
+
- test/dummy/tmp/cache/assets/test/sprockets/8ae2ed1d53a0bb9e378635ee6ed8b8f2
|
602
619
|
- test/dummy/tmp/cache/assets/test/sprockets/8c0ac229a3088e0cd0d9db95df428103
|
603
620
|
- test/dummy/tmp/cache/assets/test/sprockets/8c9648e885b8d874d9d989efeb044c36
|
604
621
|
- test/dummy/tmp/cache/assets/test/sprockets/8e0772a1c692d481d2e5ef800602c9b3
|
@@ -611,6 +628,7 @@ test_files:
|
|
611
628
|
- test/dummy/tmp/cache/assets/test/sprockets/995fdf281fb38f250be81a2c769a9a79
|
612
629
|
- test/dummy/tmp/cache/assets/test/sprockets/a049654e5ab2df058699bd8968c0f493
|
613
630
|
- test/dummy/tmp/cache/assets/test/sprockets/a143a0bc0632c5cb89f596cf5272528e
|
631
|
+
- test/dummy/tmp/cache/assets/test/sprockets/a1ea8dc0ad2cba980ba9bf913dc4fbb3
|
614
632
|
- test/dummy/tmp/cache/assets/test/sprockets/a3041faa4e334801f4f495371a8cced2
|
615
633
|
- test/dummy/tmp/cache/assets/test/sprockets/a3a6cd207915c1867e51fa92ea7827b8
|
616
634
|
- test/dummy/tmp/cache/assets/test/sprockets/a4faa95d6bafec287fc59ff59eec9625
|
@@ -621,6 +639,7 @@ test_files:
|
|
621
639
|
- test/dummy/tmp/cache/assets/test/sprockets/b1af56ecfd1879ac79e3a22e042caf15
|
622
640
|
- test/dummy/tmp/cache/assets/test/sprockets/b3b0b443293be8cc1ebeefa441c1d56f
|
623
641
|
- test/dummy/tmp/cache/assets/test/sprockets/b6899690f985b099f7e80d4a0939a9e0
|
642
|
+
- test/dummy/tmp/cache/assets/test/sprockets/b8a6fd5720b84300bdc9be43b56666a9
|
624
643
|
- test/dummy/tmp/cache/assets/test/sprockets/bd73f0158510de99a53a18f4aeb1fb90
|
625
644
|
- test/dummy/tmp/cache/assets/test/sprockets/bec5edffa453a85a42afd4849f868e81
|
626
645
|
- test/dummy/tmp/cache/assets/test/sprockets/c04795d4fdfb36d2041fd2ee97edfdfe
|
@@ -633,6 +652,7 @@ test_files:
|
|
633
652
|
- test/dummy/tmp/cache/assets/test/sprockets/ce2d46fba538c6756b32019ae8500047
|
634
653
|
- test/dummy/tmp/cache/assets/test/sprockets/cfd79f791d02847181f8fcf1dcf2763e
|
635
654
|
- test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
655
|
+
- test/dummy/tmp/cache/assets/test/sprockets/d349e541fcee15c728353f5b98927918
|
636
656
|
- test/dummy/tmp/cache/assets/test/sprockets/d3d217eee875712c702e7b5aa7f61a5f
|
637
657
|
- test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
638
658
|
- test/dummy/tmp/cache/assets/test/sprockets/dda16ed9cc1e54fd0d97a6036e928d8d
|