contour 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,8 @@
1
+ == 1.1.1
2
+
3
+ * Bug Fix
4
+ * Renamed LICENSE to LICENSE.txt to keep assets from failing to compile in Rails 3.2.9.rc1
5
+
1
6
  == 1.1.0
2
7
 
3
8
  * Enhancements
@@ -2,7 +2,7 @@ module Contour
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 1
5
- TINY = 0
5
+ TINY = 1
6
6
  BUILD = nil # nil, "pre", "rc", "rc2"
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
Binary file
@@ -47058,3 +47058,265 @@ Completed 401 Unauthorized in 80ms
47058
47058
   (0.1ms) begin transaction
47059
47059
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
47060
47060
   (0.1ms) rollback transaction
47061
+ Connecting to database specified by database.yml
47062
+  (0.1ms) begin transaction
47063
+ Fixture Delete (0.3ms) DELETE FROM "authentications"
47064
+ 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-10-30 15:31:58', '2012-10-30 15:31:58', 949717663, 201799169)
47065
+ Fixture Insert (0.1ms) 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
+ Fixture Insert (0.0ms) INSERT 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)
47067
+ Fixture Delete (0.1ms) DELETE FROM "users"
47068
+ 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-10-30 15:31:58', '2012-10-30 15:31:58', 201799169)
47069
+ 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-10-30 15:31:58', '2012-10-30 15:31:58', 999914115)
47070
+ 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-10-30 15:31:58', '2012-10-30 15:31:58', 725306934)
47071
+ 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-10-30 15:31:58', '2012-10-30 15:31:58', 349534908)
47072
+  (1.7ms) commit transaction
47073
+  (0.0ms) begin transaction
47074
+ Authentication Load (0.3ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 876923740]]
47075
+  (0.1ms) rollback transaction
47076
+  (0.1ms) begin transaction
47077
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
47078
+  (0.0ms) rollback transaction
47079
+  (0.1ms) begin transaction
47080
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
47081
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
47082
+  (0.1ms) SELECT COUNT(*) FROM "authentications" 
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
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."provider" = 'google_apps' AND "authentications"."uid" = 'test@example.com' LIMIT 1
47086
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
47087
+ Logged in user found, creating associated authentication.
47088
+  (0.1ms) SAVEPOINT active_record_1
47089
+ SQL (0.5ms) INSERT INTO "authentications" ("created_at", "provider", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47091
+ Redirected to http://test.host/authentications
47092
+ Completed 302 Found in 59ms (ActiveRecord: 0.9ms)
47093
+  (0.1ms) SELECT COUNT(*) FROM "authentications" 
47094
+  (0.5ms) rollback transaction
47095
+  (0.1ms) begin transaction
47096
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
47097
+ Authentication Load (0.0ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
47098
+  (0.1ms) SELECT COUNT(*) FROM "authentications"
47099
+ Processing by Contour::AuthenticationsController#destroy as HTML
47100
+ Parameters: {"id"=>"949717663"}
47101
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
47102
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169 AND "authentications"."id" = ? LIMIT 1 [["id", "949717663"]]
47103
+  (0.0ms) SAVEPOINT active_record_1
47104
+ SQL (0.2ms) DELETE FROM "authentications" WHERE "authentications"."id" = ? [["id", 949717663]]
47105
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47106
+ Redirected to http://test.host/authentications
47107
+ Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
47108
+  (0.1ms) SELECT COUNT(*) FROM "authentications"
47109
+  (0.7ms) rollback transaction
47110
+  (0.0ms) begin transaction
47111
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
47112
+ Authentication Load (0.0ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
47113
+ Processing by Contour::AuthenticationsController#index as HTML
47114
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
47115
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 201799169
47116
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169
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
+  (0.1ms) rollback transaction
47121
+  (0.1ms) begin transaction
47122
+ Processing by Contour::PasswordsController#create as HTML
47123
+ Parameters: {"user"=>{"email"=>"valid@example.com"}}
47124
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
47125
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = 'nqPLkuzcApnE7oSJPuPL' LIMIT 1
47126
+  (0.0ms) SAVEPOINT active_record_1
47127
+  (0.3ms) UPDATE "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
47128
+  (0.0ms) 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
+  (0.8ms) rollback transaction
47154
+  (0.0ms) 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
+  (0.1ms) rollback transaction
47161
+  (0.1ms) begin transaction
47162
+  (0.0ms) rollback transaction
47163
+  (0.0ms) begin transaction
47164
+  (0.0ms) rollback transaction
47165
+  (0.0ms) begin transaction
47166
+  (0.0ms) rollback transaction
47167
+  (0.0ms) begin transaction
47168
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
47169
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
47170
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["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
+  (0.1ms) SAVEPOINT active_record_1
47177
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1
47178
+ Binary data inserted for `string` type on column `encrypted_password`
47179
+ SQL (0.7ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47181
+  (0.0ms) SAVEPOINT active_record_1
47182
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
47183
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47184
+ SQL (0.3ms) UPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116
47185
+ SQL (0.1ms) 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
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1
47192
+  (0.1ms) SAVEPOINT active_record_1
47193
+  (0.0ms) RELEASE SAVEPOINT active_record_1
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
+  (0.8ms) rollback transaction
47206
+  (0.1ms) begin transaction
47207
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
47208
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
47209
+ User Load (0.0ms) 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
+  (0.1ms) SAVEPOINT active_record_1
47216
+ User Exists (0.1ms) 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
+ SQL (0.5ms) 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", "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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
47220
+  (0.0ms) SAVEPOINT active_record_1
47221
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
47222
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47223
+ SQL (0.2ms) UPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116
47224
+ SQL (0.1ms) UPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116
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
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
47231
+  (0.1ms) SAVEPOINT active_record_1
47232
+  (0.2ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
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
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 999914116 LIMIT 1
47241
+ Completed 200 OK in 19ms (Views: 18.3ms | ActiveRecord: 0.1ms)
47242
+  (0.8ms) rollback transaction
47243
+  (0.1ms) begin transaction
47244
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
47245
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
47246
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["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
+  (0.1ms) SAVEPOINT active_record_1
47253
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1
47254
+ Binary data inserted for `string` type on column `encrypted_password`
47255
+ SQL (0.5ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47257
+  (0.0ms) SAVEPOINT active_record_1
47258
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
47259
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47260
+ SQL (0.2ms) UPDATE "users" SET "status" = 'pending' WHERE "users"."id" = 999914116
47261
+ SQL (0.1ms) 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
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1
47268
+  (0.1ms) SAVEPOINT active_record_1
47269
+  (0.0ms) RELEASE SAVEPOINT active_record_1
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
+  (0.8ms) rollback transaction
47282
+  (0.1ms) begin transaction
47283
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
47284
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
47285
+ User Load (0.1ms) 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
+  (0.1ms) rollback transaction
47292
+  (0.1ms) begin transaction
47293
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
47294
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
47295
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["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
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
47301
+  (0.1ms) SAVEPOINT active_record_1
47302
+  (0.3ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47304
+ Completed 200 OK in 82ms (Views: 0.2ms | ActiveRecord: 0.5ms)
47305
+  (0.9ms) rollback transaction
47306
+  (0.1ms) begin transaction
47307
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
47308
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
47309
+ User Load (0.1ms) 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
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
47315
+ Completed 401 Unauthorized in 79ms
47316
+  (0.1ms) rollback transaction
47317
+  (0.0ms) begin transaction
47318
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
47319
+  (0.1ms) rollback transaction
47320
+  (0.1ms) begin transaction
47321
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
47322
+  (0.0ms) 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.0
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-09-18 00:00:00.000000000 Z
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