contour 1.1.2.pre → 1.1.2.pre2

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.
@@ -3,7 +3,7 @@ module Contour
3
3
  MAJOR = 1
4
4
  MINOR = 1
5
5
  TINY = 2
6
- BUILD = "pre" # nil, "pre", "rc", "rc2"
6
+ BUILD = "pre2" # nil, "pre", "rc", "rc2"
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
9
9
  end
Binary file
@@ -48034,3 +48034,241 @@ Completed 401 Unauthorized in 307ms
48034
48034
   (0.1ms) begin transaction
48035
48035
  User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
48036
48036
   (0.1ms) rollback transaction
48037
+ Connecting to database specified by database.yml
48038
+  (0.1ms) begin transaction
48039
+ Fixture Delete (0.4ms) DELETE FROM "authentications"
48040
+ Fixture Insert (0.2ms) INSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('open_id', 'open_id@open_id.com', '2012-12-11 18:04:13', '2012-12-11 18:04:13', 949717663, 201799169)
48041
+ Fixture Insert (0.1ms) INSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('google_apps', 'test@gmail.com', '2012-12-11 18:04:13', '2012-12-11 18:04:13', 876923740, 201799169)
48042
+ Fixture Insert (0.1ms) INSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('ldap', 'CN=ldapid,CN=Users,DC=example,DC=com', '2012-12-11 18:04:13', '2012-12-11 18:04:13', 864673665, 201799169)
48043
+ Fixture Delete (0.2ms) DELETE FROM "users"
48044
+ Fixture Insert (0.1ms) 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 ('FirstName', 'LastName', 'active', 'f', 'valid@example.com', '$2a$10$ZgXIxDCn.TjuCgsnS9iEp.Z1LlmQ71FGKgZe/kdCaVvgvnAAcUaz2', 'ResetTokenOne', 'MyDate', 'MyDate', 0, 'MyDate', 'MyDate', 'MyString', 'MyString', '2012-12-11 18:04:13', '2012-12-11 18:04:13', 201799169)
48045
+ Fixture Insert (0.1ms) 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-12-11 18:04:13', '2012-12-11 18:04:13', 999914115)
48046
+ Fixture Insert (0.1ms) 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 ('Deleted', 'User', 'active', 't', 'deleted@example.com', 'MyString', 'ResetTokenFive', 'MyDate', '2011-02-23', 0, '2011-02-23', '2011-02-23', 'MyString', 'MyString', '2012-12-11 18:04:13', '2012-12-11 18:04:13', 725306934)
48047
+ Fixture Insert (0.1ms) 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-12-11 18:04:13', '2012-12-11 18:04:13', 349534908)
48048
+  (1.1ms) commit transaction
48049
+  (0.1ms) begin transaction
48050
+ Authentication Load (21.4ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 876923740]]
48051
+  (0.1ms) rollback transaction
48052
+  (0.1ms) begin transaction
48053
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
48054
+  (0.1ms) rollback transaction
48055
+  (0.1ms) begin transaction
48056
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
48057
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
48058
+  (0.1ms) SELECT COUNT(*) FROM "authentications" 
48059
+ Processing by Contour::AuthenticationsController#create as HTML
48060
+ Parameters: {"authentication"=>{"id"=>"949717663", "user_id"=>"201799169", "provider"=>"open_id", "uid"=>"open_id@open_id.com", "created_at"=>"2012-12-11 18:04:13 UTC", "updated_at"=>"2012-12-11 18:04:13 UTC"}}
48061
+ Authentication Load (0.2ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."provider" = 'google_apps' AND "authentications"."uid" = 'test@example.com' LIMIT 1
48062
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
48063
+ Logged in user found, creating associated authentication.
48064
+  (0.1ms) SAVEPOINT active_record_1
48065
+ SQL (0.7ms) INSERT INTO "authentications" ("created_at", "provider", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 11 Dec 2012 18:04:13 UTC +00:00], ["provider", "google_apps"], ["uid", "test@example.com"], ["updated_at", Tue, 11 Dec 2012 18:04:13 UTC +00:00], ["user_id", 201799169]]
48066
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48067
+ Redirected to http://test.host/authentications
48068
+ Completed 302 Found in 89ms (ActiveRecord: 1.2ms)
48069
+  (0.1ms) SELECT COUNT(*) FROM "authentications" 
48070
+  (10.3ms) rollback transaction
48071
+  (0.1ms) begin transaction
48072
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
48073
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
48074
+  (0.1ms) SELECT COUNT(*) FROM "authentications"
48075
+ Processing by Contour::AuthenticationsController#destroy as HTML
48076
+ Parameters: {"id"=>"949717663"}
48077
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
48078
+ Authentication Load (0.2ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169 AND "authentications"."id" = ? LIMIT 1 [["id", "949717663"]]
48079
+  (0.1ms) SAVEPOINT active_record_1
48080
+ SQL (0.3ms) DELETE FROM "authentications" WHERE "authentications"."id" = ? [["id", 949717663]]
48081
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48082
+ Redirected to http://test.host/authentications
48083
+ Completed 302 Found in 7ms (ActiveRecord: 0.8ms)
48084
+  (0.1ms) SELECT COUNT(*) FROM "authentications"
48085
+  (0.3ms) rollback transaction
48086
+  (0.1ms) begin transaction
48087
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
48088
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
48089
+ Processing by Contour::AuthenticationsController#index as HTML
48090
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
48091
+  (0.2ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 201799169
48092
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169
48093
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_index.html.erb (43.4ms)
48094
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (5.0ms)
48095
+ Completed 200 OK in 99ms (Views: 96.5ms | ActiveRecord: 0.5ms)
48096
+  (0.1ms) rollback transaction
48097
+  (0.1ms) begin transaction
48098
+ Processing by Contour::PasswordsController#create as HTML
48099
+ Parameters: {"user"=>{"email"=>"valid@example.com"}}
48100
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
48101
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = 'nFLrRNnspk73H2ddCeg9' LIMIT 1
48102
+  (0.1ms) SAVEPOINT active_record_1
48103
+  (0.4ms) UPDATE "users" SET "reset_password_token" = 'nFLrRNnspk73H2ddCeg9', "reset_password_sent_at" = '2012-12-11 18:04:13.752457', "updated_at" = '2012-12-11 18:04:13.753939' WHERE "users"."id" = 201799169
48104
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48105
+
48106
+ Sent mail to valid@example.com (89ms)
48107
+ Date: Tue, 11 Dec 2012 13:04:14 -0500
48108
+ From: please-change-me-at-config-initializers-devise@example.com
48109
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
48110
+ To: valid@example.com
48111
+ Message-ID: <50c7759e6f0f_133063fd9ca035adc124fa@edge2.partners.org.mail>
48112
+ Subject: Reset password instructions
48113
+ Mime-Version: 1.0
48114
+ Content-Type: text/html;
48115
+ charset=UTF-8
48116
+ Content-Transfer-Encoding: 7bit
48117
+
48118
+ <p>Hello valid@example.com!</p>
48119
+
48120
+ <p>Someone has requested a link to change your password, and you can do this through the link below.</p>
48121
+
48122
+ <p><a href="http://localhost:3000/users/password/edit?reset_password_token=nFLrRNnspk73H2ddCeg9">Change my password</a></p>
48123
+
48124
+ <p>If you didn't request this, please ignore this email.</p>
48125
+ <p>Your password won't change until you access the link above and create a new one.</p>
48126
+
48127
+ Redirected to http://test.host/users/login
48128
+ Completed 302 Found in 363ms (ActiveRecord: 0.0ms)
48129
+  (0.5ms) rollback transaction
48130
+  (0.1ms) begin transaction
48131
+ Processing by Contour::PasswordsController#new as HTML
48132
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (2.9ms)
48133
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (4.8ms)
48134
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (9.1ms)
48135
+ Completed 200 OK in 27ms (Views: 25.7ms | ActiveRecord: 0.0ms)
48136
+  (0.1ms) rollback transaction
48137
+  (0.1ms) begin transaction
48138
+  (0.1ms) rollback transaction
48139
+  (0.1ms) begin transaction
48140
+  (0.1ms) rollback transaction
48141
+  (0.1ms) begin transaction
48142
+  (0.1ms) rollback transaction
48143
+  (0.1ms) begin transaction
48144
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
48145
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
48146
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
48147
+ Started GET "/logged_in_page" for 127.0.0.1 at 2012-12-11 13:04:14 -0500
48148
+ Processing by WelcomeController#logged_in_page as HTML
48149
+ Completed 401 Unauthorized in 1ms
48150
+  (0.1ms) SAVEPOINT active_record_1
48151
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1
48152
+ Binary data inserted for `string` type on column `encrypted_password`
48153
+ SQL (1.0ms) 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, 11 Dec 2012 18:04:14 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "deleted-2@example.com"], ["encrypted_password", "$2a$04$cCJKLD/ncdsSkB1L7VzziOboJH71v1rSVguSXYxkYwqRYsPPFlPuG"], ["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, 11 Dec 2012 18:04:14 UTC +00:00]]
48154
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48155
+  (0.1ms) SAVEPOINT active_record_1
48156
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
48157
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48158
+ SQL (0.4ms) UPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116
48159
+ SQL (0.2ms) UPDATE "users" SET "deleted" = 't' WHERE "users"."id" = 999914116
48160
+ Started POST "/users/login" for 127.0.0.1 at 2012-12-11 13:04:14 -0500
48161
+ Processing by Contour::SessionsController#create as HTML
48162
+ Parameters: {"user"=>{"email"=>"deleted-2@example.com", "password"=>"[FILTERED]"}}
48163
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1
48164
+  (0.1ms) SAVEPOINT active_record_1
48165
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48166
+ Completed 401 Unauthorized in 34ms
48167
+ Started GET "/users/login" for 127.0.0.1 at 2012-12-11 13:04:14 -0500
48168
+ Processing by Contour::SessionsController#new as HTML
48169
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (1.2ms)
48170
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_login_table.html.erb (3.8ms)
48171
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (1.2ms)
48172
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (2.7ms)
48173
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (5.7ms)
48174
+ Completed 200 OK in 32ms (Views: 30.0ms | ActiveRecord: 0.0ms)
48175
+  (0.6ms) rollback transaction
48176
+  (0.1ms) begin transaction
48177
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
48178
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
48179
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
48180
+ Started GET "/logged_in_page" for 127.0.0.1 at 2012-12-11 13:04:14 -0500
48181
+ Processing by WelcomeController#logged_in_page as HTML
48182
+ Completed 401 Unauthorized in 1ms
48183
+  (0.1ms) SAVEPOINT active_record_1
48184
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
48185
+ Binary data inserted for `string` type on column `encrypted_password`
48186
+ SQL (0.8ms) 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, 11 Dec 2012 18:04:14 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "valid-2@example.com"], ["encrypted_password", "$2a$04$nbEeXEM4pZUmmbSbu3IjXu.9LQRT3qphqRVXCISuFKF/3geFf4Fyu"], ["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, 11 Dec 2012 18:04:14 UTC +00:00]]
48187
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48188
+  (0.0ms) SAVEPOINT active_record_1
48189
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
48190
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48191
+ SQL (0.3ms) UPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116
48192
+ SQL (0.2ms) UPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116
48193
+ Started POST "/users/login" for 127.0.0.1 at 2012-12-11 13:04:14 -0500
48194
+ Processing by Contour::SessionsController#create as HTML
48195
+ Parameters: {"user"=>{"email"=>"valid-2@example.com", "password"=>"[FILTERED]"}}
48196
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
48197
+  (0.1ms) SAVEPOINT active_record_1
48198
+  (0.1ms) UPDATE "users" SET "last_sign_in_at" = '2012-12-11 18:04:14.430758', "current_sign_in_at" = '2012-12-11 18:04:14.430758', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-12-11 18:04:14.432061' WHERE "users"."id" = 999914116
48199
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48200
+ Redirected to http://www.example.com/logged_in_page
48201
+ Completed 302 Found in 16ms (ActiveRecord: 0.0ms)
48202
+ Started GET "/logged_in_page" for 127.0.0.1 at 2012-12-11 13:04:14 -0500
48203
+ Processing by WelcomeController#logged_in_page as HTML
48204
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 999914116 LIMIT 1
48205
+ Completed 200 OK in 16ms (Views: 14.0ms | ActiveRecord: 0.2ms)
48206
+  (0.5ms) rollback transaction
48207
+  (0.1ms) begin transaction
48208
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
48209
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
48210
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
48211
+ Started GET "/logged_in_page" for 127.0.0.1 at 2012-12-11 13:04:14 -0500
48212
+ Processing by WelcomeController#logged_in_page as HTML
48213
+ Completed 401 Unauthorized in 1ms
48214
+  (0.1ms) SAVEPOINT active_record_1
48215
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1
48216
+ Binary data inserted for `string` type on column `encrypted_password`
48217
+ SQL (0.9ms) 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, 11 Dec 2012 18:04:14 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "pending-2@example.com"], ["encrypted_password", "$2a$04$avrDnRziir74PSIfqK2DkeLanb4CR.56sQ9MIEkf0lzsFHzbac6ly"], ["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, 11 Dec 2012 18:04:14 UTC +00:00]]
48218
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48219
+  (0.0ms) SAVEPOINT active_record_1
48220
+  (0.2ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
48221
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48222
+ SQL (0.3ms) UPDATE "users" SET "status" = 'pending' WHERE "users"."id" = 999914116
48223
+ SQL (0.1ms) UPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116
48224
+ Started POST "/users/login" for 127.0.0.1 at 2012-12-11 13:04:14 -0500
48225
+ Processing by Contour::SessionsController#create as HTML
48226
+ Parameters: {"user"=>{"email"=>"pending-2@example.com", "password"=>"[FILTERED]"}}
48227
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1
48228
+  (0.1ms) SAVEPOINT active_record_1
48229
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48230
+ Completed 401 Unauthorized in 11ms
48231
+ Started GET "/users/login" for 127.0.0.1 at 2012-12-11 13:04:14 -0500
48232
+ Processing by Contour::SessionsController#new as HTML
48233
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (1.0ms)
48234
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_login_table.html.erb (2.6ms)
48235
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.1ms)
48236
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (2.6ms)
48237
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (6.1ms)
48238
+ Completed 200 OK in 21ms (Views: 19.5ms | ActiveRecord: 0.0ms)
48239
+  (0.6ms) rollback transaction
48240
+  (0.1ms) begin transaction
48241
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
48242
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
48243
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
48244
+ Started GET "/" for 127.0.0.1 at 2012-12-11 13:04:14 -0500
48245
+ Processing by WelcomeController#index as HTML
48246
+ Completed 401 Unauthorized in 1ms
48247
+  (0.1ms) rollback transaction
48248
+  (0.1ms) begin transaction
48249
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
48250
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
48251
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
48252
+ Started GET "/logged_in_page.json" for 127.0.0.1 at 2012-12-11 13:04:14 -0500
48253
+ Processing by WelcomeController#logged_in_page as JSON
48254
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
48255
+  (0.1ms) SAVEPOINT active_record_1
48256
+  (0.3ms) UPDATE "users" SET "last_sign_in_at" = '2012-12-11 18:04:14.880473', "current_sign_in_at" = '2012-12-11 18:04:14.880473', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-12-11 18:04:14.882032' WHERE "users"."id" = 201799169
48257
+  (0.1ms) RELEASE SAVEPOINT active_record_1
48258
+ Completed 200 OK in 308ms (Views: 0.4ms | ActiveRecord: 0.7ms)
48259
+  (0.6ms) rollback transaction
48260
+  (0.1ms) begin transaction
48261
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
48262
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
48263
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
48264
+ Started GET "/logged_in_page.json" for 127.0.0.1 at 2012-12-11 13:04:14 -0500
48265
+ Processing by WelcomeController#logged_in_page as JSON
48266
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
48267
+ Completed 401 Unauthorized in 303ms
48268
+  (0.1ms) rollback transaction
48269
+  (0.1ms) begin transaction
48270
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
48271
+  (0.1ms) rollback transaction
48272
+  (0.1ms) begin transaction
48273
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
48274
+  (0.1ms) 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.2.pre
4
+ version: 1.1.2.pre2
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-05 00:00:00.000000000 Z
12
+ date: 2012-12-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -468,10 +468,8 @@ files:
468
468
  - app/assets/images/gentleface/16/wrench_plus_2.png
469
469
  - app/assets/images/gentleface/16/zoom.png
470
470
  - app/assets/images/gentleface/LICENSE.txt
471
- - app/assets/images/twitter-bootstrap/v2.1.1/glyphicons-halflings-white.png
472
- - app/assets/images/twitter-bootstrap/v2.1.1/glyphicons-halflings.png
473
- - app/assets/images/twitter-bootstrap/v2.2.1/glyphicons-halflings-white.png
474
- - app/assets/images/twitter-bootstrap/v2.2.1/glyphicons-halflings.png
471
+ - app/assets/images/twitter-bootstrap/v2.2.2/glyphicons-halflings-white.png
472
+ - app/assets/images/twitter-bootstrap/v2.2.2/glyphicons-halflings.png
475
473
  - app/assets/javascripts/contour/global.js.coffee
476
474
  - app/assets/javascripts/contour.js
477
475
  - app/assets/javascripts/external/exporting-2.3.3.src.js
@@ -480,7 +478,7 @@ files:
480
478
  - app/assets/javascripts/external/jquery.qtip.min.js
481
479
  - app/assets/javascripts/twitter-bootstrap/bootstrap-scroll-modal.js
482
480
  - app/assets/javascripts/twitter-bootstrap/bootstrap.js.coffee
483
- - app/assets/javascripts/twitter-bootstrap/v2.2.1/bootstrap.js
481
+ - app/assets/javascripts/twitter-bootstrap/v2.2.2/bootstrap.js
484
482
  - app/assets/stylesheets/bootstrap-base-overrides.css
485
483
  - app/assets/stylesheets/bootstrap-responsive-overrides.css
486
484
  - app/assets/stylesheets/contour/about.css
@@ -490,8 +488,8 @@ files:
490
488
  - app/assets/stylesheets/jquery.qtip.css
491
489
  - app/assets/stylesheets/twitter-bootstrap/bootstrap-scroll-modal.css
492
490
  - app/assets/stylesheets/twitter-bootstrap/bootstrap-subnav.css
493
- - app/assets/stylesheets/twitter-bootstrap/v2.2.1/bootstrap-responsive.css
494
- - app/assets/stylesheets/twitter-bootstrap/v2.2.1/bootstrap.css
491
+ - app/assets/stylesheets/twitter-bootstrap/v2.2.2/bootstrap-responsive.css
492
+ - app/assets/stylesheets/twitter-bootstrap/v2.2.2/bootstrap.css
495
493
  - app/controllers/contour/authentications_controller.rb
496
494
  - app/controllers/contour/confirmations_controller.rb
497
495
  - app/controllers/contour/passwords_controller.rb