contour 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG.rdoc +5 -0
- data/app/assets/images/gentleface/{LICENSE → LICENSE.txt} +0 -0
- data/lib/contour/version.rb +1 -1
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +262 -0
- metadata +3 -3
data/CHANGELOG.rdoc
CHANGED
|
File without changes
|
data/lib/contour/version.rb
CHANGED
data/test/dummy/db/test.sqlite3
CHANGED
|
Binary file
|
data/test/dummy/log/test.log
CHANGED
|
@@ -47058,3 +47058,265 @@ Completed 401 Unauthorized in 80ms
|
|
|
47058
47058
|
[1m[35m (0.1ms)[0m begin transaction
|
|
47059
47059
|
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
47060
47060
|
[1m[35m (0.1ms)[0m rollback transaction
|
|
47061
|
+
Connecting to database specified by database.yml
|
|
47062
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
47063
|
+
[1m[35mFixture Delete (0.3ms)[0m DELETE FROM "authentications"
|
|
47064
|
+
[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-10-30 15:31:58', '2012-10-30 15:31:58', 949717663, 201799169)[0m
|
|
47065
|
+
[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-10-30 15:31:58', '2012-10-30 15:31:58', 876923740, 201799169)
|
|
47066
|
+
[1m[36mFixture Insert (0.0ms)[0m [1mINSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('ldap', 'CN=ldapid,CN=Users,DC=example,DC=com', '2012-10-30 15:31:58', '2012-10-30 15:31:58', 864673665, 201799169)[0m
|
|
47067
|
+
[1m[35mFixture Delete (0.1ms)[0m DELETE FROM "users"
|
|
47068
|
+
[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-10-30 15:31:58', '2012-10-30 15:31:58', 201799169)[0m
|
|
47069
|
+
[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-10-30 15:31:58', '2012-10-30 15:31:58', 999914115)
|
|
47070
|
+
[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-10-30 15:31:58', '2012-10-30 15:31:58', 725306934)[0m
|
|
47071
|
+
[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-10-30 15:31:58', '2012-10-30 15:31:58', 349534908)
|
|
47072
|
+
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
|
|
47073
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
47074
|
+
[1m[36mAuthentication Load (0.3ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1[0m [["id", 876923740]]
|
|
47075
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
47076
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
47077
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
|
47078
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
47079
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
47080
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
47081
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
|
47082
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" [0m
|
|
47083
|
+
Processing by Contour::AuthenticationsController#create as HTML
|
|
47084
|
+
Parameters: {"authentication"=>{"id"=>"949717663", "user_id"=>"201799169", "provider"=>"open_id", "uid"=>"open_id@open_id.com", "created_at"=>"2012-10-30 15:31:58 UTC", "updated_at"=>"2012-10-30 15:31:58 UTC"}}
|
|
47085
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."provider" = 'google_apps' AND "authentications"."uid" = 'test@example.com' LIMIT 1
|
|
47086
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
|
47087
|
+
Logged in user found, creating associated authentication.
|
|
47088
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
47089
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "authentications" ("created_at", "provider", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Tue, 30 Oct 2012 15:31:58 UTC +00:00], ["provider", "google_apps"], ["uid", "test@example.com"], ["updated_at", Tue, 30 Oct 2012 15:31:58 UTC +00:00], ["user_id", 201799169]]
|
|
47090
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
47091
|
+
Redirected to http://test.host/authentications
|
|
47092
|
+
Completed 302 Found in 59ms (ActiveRecord: 0.9ms)
|
|
47093
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" [0m
|
|
47094
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
|
47095
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
47096
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
47097
|
+
[1m[36mAuthentication Load (0.0ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1[0m [["id", 949717663]]
|
|
47098
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications"
|
|
47099
|
+
Processing by Contour::AuthenticationsController#destroy as HTML
|
|
47100
|
+
Parameters: {"id"=>"949717663"}
|
|
47101
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
|
47102
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169 AND "authentications"."id" = ? LIMIT 1 [["id", "949717663"]]
|
|
47103
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
47104
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "authentications" WHERE "authentications"."id" = ? [["id", 949717663]]
|
|
47105
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
47106
|
+
Redirected to http://test.host/authentications
|
|
47107
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
|
|
47108
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications"
|
|
47109
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
|
47110
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
47111
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
47112
|
+
[1m[35mAuthentication Load (0.0ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
|
47113
|
+
Processing by Contour::AuthenticationsController#index as HTML
|
|
47114
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
|
47115
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 201799169
|
|
47116
|
+
[1m[36mAuthentication Load (0.1ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169[0m
|
|
47117
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_index.html.erb (32.2ms)
|
|
47118
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (2.6ms)
|
|
47119
|
+
Completed 200 OK in 129ms (Views: 127.5ms | ActiveRecord: 0.3ms)
|
|
47120
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
47121
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
47122
|
+
Processing by Contour::PasswordsController#create as HTML
|
|
47123
|
+
Parameters: {"user"=>{"email"=>"valid@example.com"}}
|
|
47124
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
|
|
47125
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."reset_password_token" = 'nqPLkuzcApnE7oSJPuPL' LIMIT 1[0m
|
|
47126
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
47127
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "users" SET "reset_password_token" = 'nqPLkuzcApnE7oSJPuPL', "reset_password_sent_at" = '2012-10-30 15:31:58.630426', "updated_at" = '2012-10-30 15:31:58.631188' WHERE "users"."id" = 201799169[0m
|
|
47128
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
47129
|
+
|
|
47130
|
+
Sent mail to valid@example.com (46ms)
|
|
47131
|
+
Date: Tue, 30 Oct 2012 11:31:58 -0400
|
|
47132
|
+
From: please-change-me-at-config-initializers-devise@example.com
|
|
47133
|
+
Reply-To: please-change-me-at-config-initializers-devise@example.com
|
|
47134
|
+
To: valid@example.com
|
|
47135
|
+
Message-ID: <508ff2eec2ec4_10f53fdb75c35ad876578@edge.partners.org.mail>
|
|
47136
|
+
Subject: Reset password instructions
|
|
47137
|
+
Mime-Version: 1.0
|
|
47138
|
+
Content-Type: text/html;
|
|
47139
|
+
charset=UTF-8
|
|
47140
|
+
Content-Transfer-Encoding: 7bit
|
|
47141
|
+
|
|
47142
|
+
<p>Hello valid@example.com!</p>
|
|
47143
|
+
|
|
47144
|
+
<p>Someone has requested a link to change your password, and you can do this through the link below.</p>
|
|
47145
|
+
|
|
47146
|
+
<p><a href="http://localhost:3000/users/password/edit?reset_password_token=nqPLkuzcApnE7oSJPuPL">Change my password</a></p>
|
|
47147
|
+
|
|
47148
|
+
<p>If you didn't request this, please ignore this email.</p>
|
|
47149
|
+
<p>Your password won't change until you access the link above and create a new one.</p>
|
|
47150
|
+
|
|
47151
|
+
Redirected to http://test.host/users/login
|
|
47152
|
+
Completed 302 Found in 207ms (ActiveRecord: 0.0ms)
|
|
47153
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
|
47154
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
47155
|
+
Processing by Contour::PasswordsController#new as HTML
|
|
47156
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (1.5ms)
|
|
47157
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (1.7ms)
|
|
47158
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (3.9ms)
|
|
47159
|
+
Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.0ms)
|
|
47160
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
47161
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
47162
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
47163
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
47164
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
47165
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
47166
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
47167
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
47168
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
47169
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
|
47170
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
|
47171
|
+
|
|
47172
|
+
|
|
47173
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2012-10-30 11:31:58 -0400
|
|
47174
|
+
Processing by WelcomeController#logged_in_page as HTML
|
|
47175
|
+
Completed 401 Unauthorized in 1ms
|
|
47176
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
47177
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1[0m
|
|
47178
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
|
47179
|
+
[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", Tue, 30 Oct 2012 15:31:58 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "deleted-2@example.com"], ["encrypted_password", "$2a$04$cF.PecWIFfaibHZ0Tefhl.Lr1TM08WT23YDwtnYX/3vuJ3lxhXFWy"], ["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, 30 Oct 2012 15:31:58 UTC +00:00]]
|
|
47180
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
47181
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
47182
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116[0m
|
|
47183
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
47184
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116[0m
|
|
47185
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "users" SET "deleted" = 't' WHERE "users"."id" = 999914116
|
|
47186
|
+
|
|
47187
|
+
|
|
47188
|
+
Started POST "/users/login" for 127.0.0.1 at 2012-10-30 11:31:58 -0400
|
|
47189
|
+
Processing by Contour::SessionsController#create as HTML
|
|
47190
|
+
Parameters: {"user"=>{"email"=>"deleted-2@example.com", "password"=>"[FILTERED]"}}
|
|
47191
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1[0m
|
|
47192
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
47193
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
47194
|
+
Completed 401 Unauthorized in 6ms
|
|
47195
|
+
|
|
47196
|
+
|
|
47197
|
+
Started GET "/users/login" for 127.0.0.1 at 2012-10-30 11:31:58 -0400
|
|
47198
|
+
Processing by Contour::SessionsController#new as HTML
|
|
47199
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (0.6ms)
|
|
47200
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_login_table.html.erb (1.8ms)
|
|
47201
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.5ms)
|
|
47202
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (2.2ms)
|
|
47203
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (4.8ms)
|
|
47204
|
+
Completed 200 OK in 18ms (Views: 16.9ms | ActiveRecord: 0.0ms)
|
|
47205
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
|
47206
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
47207
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
47208
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 349534908]]
|
|
47209
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
|
|
47210
|
+
|
|
47211
|
+
|
|
47212
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2012-10-30 11:31:58 -0400
|
|
47213
|
+
Processing by WelcomeController#logged_in_page as HTML
|
|
47214
|
+
Completed 401 Unauthorized in 0ms
|
|
47215
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
47216
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
|
|
47217
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
|
47218
|
+
[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, 30 Oct 2012 15:31:59 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "valid-2@example.com"], ["encrypted_password", "$2a$04$BkUt3X9r0tgIjqjbpsPVxeuAAO3Qpupk.rog.wEu5zmQujeY.yaBO"], ["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, 30 Oct 2012 15:31:59 UTC +00:00]]
|
|
47219
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
47220
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
47221
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
|
|
47222
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
47223
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116
|
|
47224
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116[0m
|
|
47225
|
+
|
|
47226
|
+
|
|
47227
|
+
Started POST "/users/login" for 127.0.0.1 at 2012-10-30 11:31:59 -0400
|
|
47228
|
+
Processing by Contour::SessionsController#create as HTML
|
|
47229
|
+
Parameters: {"user"=>{"email"=>"valid-2@example.com", "password"=>"[FILTERED]"}}
|
|
47230
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
|
|
47231
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
47232
|
+
[1m[35m (0.2ms)[0m UPDATE "users" SET "last_sign_in_at" = '2012-10-30 15:31:59.021098', "current_sign_in_at" = '2012-10-30 15:31:59.021098', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-10-30 15:31:59.021830' WHERE "users"."id" = 999914116
|
|
47233
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
47234
|
+
Redirected to http://www.example.com/logged_in_page
|
|
47235
|
+
Completed 302 Found in 8ms (ActiveRecord: 0.0ms)
|
|
47236
|
+
|
|
47237
|
+
|
|
47238
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2012-10-30 11:31:59 -0400
|
|
47239
|
+
Processing by WelcomeController#logged_in_page as HTML
|
|
47240
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = 999914116 LIMIT 1
|
|
47241
|
+
Completed 200 OK in 19ms (Views: 18.3ms | ActiveRecord: 0.1ms)
|
|
47242
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
|
47243
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
47244
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
47245
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
|
47246
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
|
47247
|
+
|
|
47248
|
+
|
|
47249
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2012-10-30 11:31:59 -0400
|
|
47250
|
+
Processing by WelcomeController#logged_in_page as HTML
|
|
47251
|
+
Completed 401 Unauthorized in 0ms
|
|
47252
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
47253
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1[0m
|
|
47254
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
|
47255
|
+
[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, 30 Oct 2012 15:31:59 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "pending-2@example.com"], ["encrypted_password", "$2a$04$A25OGJbn1j7iTz082VfkM.GUml8bzFJwlugtIQJj3UaGgvpwvt.hO"], ["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, 30 Oct 2012 15:31:59 UTC +00:00]]
|
|
47256
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
47257
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
47258
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116[0m
|
|
47259
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
47260
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "users" SET "status" = 'pending' WHERE "users"."id" = 999914116[0m
|
|
47261
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116
|
|
47262
|
+
|
|
47263
|
+
|
|
47264
|
+
Started POST "/users/login" for 127.0.0.1 at 2012-10-30 11:31:59 -0400
|
|
47265
|
+
Processing by Contour::SessionsController#create as HTML
|
|
47266
|
+
Parameters: {"user"=>{"email"=>"pending-2@example.com", "password"=>"[FILTERED]"}}
|
|
47267
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1[0m
|
|
47268
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
47269
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
47270
|
+
Completed 401 Unauthorized in 4ms
|
|
47271
|
+
|
|
47272
|
+
|
|
47273
|
+
Started GET "/users/login" for 127.0.0.1 at 2012-10-30 11:31:59 -0400
|
|
47274
|
+
Processing by Contour::SessionsController#new as HTML
|
|
47275
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (0.5ms)
|
|
47276
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_login_table.html.erb (1.3ms)
|
|
47277
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.0ms)
|
|
47278
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (2.2ms)
|
|
47279
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (4.2ms)
|
|
47280
|
+
Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.0ms)
|
|
47281
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
|
47282
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
47283
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
47284
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 349534908]]
|
|
47285
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
|
|
47286
|
+
|
|
47287
|
+
|
|
47288
|
+
Started GET "/" for 127.0.0.1 at 2012-10-30 11:31:59 -0400
|
|
47289
|
+
Processing by WelcomeController#index as HTML
|
|
47290
|
+
Completed 401 Unauthorized in 0ms
|
|
47291
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
47292
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
47293
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
47294
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
|
47295
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
|
47296
|
+
|
|
47297
|
+
|
|
47298
|
+
Started GET "/logged_in_page.json" for 127.0.0.1 at 2012-10-30 11:31:59 -0400
|
|
47299
|
+
Processing by WelcomeController#logged_in_page as JSON
|
|
47300
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
|
|
47301
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
47302
|
+
[1m[35m (0.3ms)[0m UPDATE "users" SET "last_sign_in_at" = '2012-10-30 15:31:59.189075', "current_sign_in_at" = '2012-10-30 15:31:59.189075', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-10-30 15:31:59.189790' WHERE "users"."id" = 201799169
|
|
47303
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
47304
|
+
Completed 200 OK in 82ms (Views: 0.2ms | ActiveRecord: 0.5ms)
|
|
47305
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
|
47306
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
47307
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
47308
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 349534908]]
|
|
47309
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
|
|
47310
|
+
|
|
47311
|
+
|
|
47312
|
+
Started GET "/logged_in_page.json" for 127.0.0.1 at 2012-10-30 11:31:59 -0400
|
|
47313
|
+
Processing by WelcomeController#logged_in_page as JSON
|
|
47314
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1[0m
|
|
47315
|
+
Completed 401 Unauthorized in 79ms
|
|
47316
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
47317
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
47318
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
47319
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
47320
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
47321
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
47322
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: contour
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-10-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -467,7 +467,7 @@ files:
|
|
|
467
467
|
- app/assets/images/gentleface/16/wrench_plus.png
|
|
468
468
|
- app/assets/images/gentleface/16/wrench_plus_2.png
|
|
469
469
|
- app/assets/images/gentleface/16/zoom.png
|
|
470
|
-
- app/assets/images/gentleface/LICENSE
|
|
470
|
+
- app/assets/images/gentleface/LICENSE.txt
|
|
471
471
|
- app/assets/images/twitter-bootstrap/v2.1.1/glyphicons-halflings-white.png
|
|
472
472
|
- app/assets/images/twitter-bootstrap/v2.1.1/glyphicons-halflings.png
|
|
473
473
|
- app/assets/javascripts/contour/global.js.coffee
|