contour 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.rdoc CHANGED
@@ -1,3 +1,9 @@
1
+ == 1.0.1
2
+
3
+ * Enhancements
4
+ * Rails updated to minimum 3.2.5
5
+ * Recommended use of Ruby 1.9.3-p194
6
+
1
7
  == 1.0.0
2
8
 
3
9
  * Enhancements
data/README.rdoc CHANGED
@@ -14,7 +14,7 @@ Or update your <tt>Gemfile</tt> to include
14
14
 
15
15
  == Getting started
16
16
 
17
- Make sure you have Rails 3.2.4
17
+ Make sure you have Rails 3.2.5
18
18
 
19
19
  rails -v
20
20
 
@@ -24,7 +24,7 @@ Make sure you have Rails 3.2.4
24
24
 
25
25
  Modify <tt>Gemfile</tt> and add
26
26
 
27
- gem 'contour', '~> 1.0.0'
27
+ gem 'contour', '~> 1.0.1'
28
28
 
29
29
  Run Bundle install
30
30
 
data/contour.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  # Compiling the Gem
2
2
  # gem build contour.gemspec
3
- # gem install ./contour-x.x.x.gem
3
+ # gem install ./contour-x.x.x.gem --no-ri --no-rdoc
4
4
  #
5
5
  # gem push contour-x.x.x.gem
6
6
  # gem list -r contour
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
23
23
  s.files = Dir["{app,config,db,lib}/**/*"] + ["CHANGELOG.rdoc", "contour.gemspec", "LICENSE", "Rakefile", "README.rdoc"]
24
24
  s.test_files = Dir["test/**/*"]
25
25
 
26
- s.add_dependency 'rails', '~> 3.2.4'
26
+ s.add_dependency 'rails', '~> 3.2.5'
27
27
  s.add_dependency 'jquery-rails', '~> 2.0.2'
28
28
  s.add_dependency 'devise', '~> 2.1.0'
29
29
  s.add_dependency 'omniauth', '~> 1.1.0'
@@ -2,7 +2,7 @@ module Contour
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 0
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
@@ -38050,3 +38050,537 @@ Completed 401 Unauthorized in 78ms
38050
38050
   (0.0ms) begin transaction
38051
38051
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
38052
38052
   (0.0ms) rollback transaction
38053
+ Connecting to database specified by database.yml
38054
+  (0.1ms) begin transaction
38055
+ Fixture Delete (0.3ms) DELETE FROM "authentications"
38056
+ 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-06-01 13:26:40', '2012-06-01 13:26:40', 949717663, 201799169)
38057
+ Fixture Insert (0.1ms) INSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('google_apps', 'test@gmail.com', '2012-06-01 13:26:40', '2012-06-01 13:26:40', 876923740, 201799169)
38058
+ 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-06-01 13:26:40', '2012-06-01 13:26:40', 864673665, 201799169)
38059
+ Fixture Delete (0.1ms) DELETE FROM "users"
38060
+ 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-06-01 13:26:40', '2012-06-01 13:26:40', 201799169)
38061
+ 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-06-01 13:26:40', '2012-06-01 13:26:40', 999914115)
38062
+ 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-06-01 13:26:40', '2012-06-01 13:26:40', 725306934)
38063
+ 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-06-01 13:26:40', '2012-06-01 13:26:40', 349534908)
38064
+  (7.1ms) commit transaction
38065
+  (0.1ms) begin transaction
38066
+ Authentication Load (0.5ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 876923740]]
38067
+  (0.1ms) rollback transaction
38068
+  (0.0ms) begin transaction
38069
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
38070
+  (0.0ms) rollback transaction
38071
+  (0.1ms) begin transaction
38072
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
38073
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
38074
+  (0.1ms) SELECT COUNT(*) FROM "authentications" 
38075
+ Processing by Contour::AuthenticationsController#create as HTML
38076
+ Parameters: {"authentication"=>{"id"=>"949717663", "user_id"=>"201799169", "provider"=>"open_id", "uid"=>"open_id@open_id.com", "created_at"=>"2012-06-01 13:26:40 UTC", "updated_at"=>"2012-06-01 13:26:40 UTC"}}
38077
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."provider" = 'google_apps' AND "authentications"."uid" = 'test@example.com' LIMIT 1
38078
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
38079
+ Logged in user found, creating associated authentication.
38080
+  (0.1ms) SAVEPOINT active_record_1
38081
+ SQL (0.5ms) INSERT INTO "authentications" ("created_at", "provider", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 01 Jun 2012 13:26:40 UTC +00:00], ["provider", "google_apps"], ["uid", "test@example.com"], ["updated_at", Fri, 01 Jun 2012 13:26:40 UTC +00:00], ["user_id", 201799169]]
38082
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38083
+ Redirected to http://test.host/authentications
38084
+ Completed 302 Found in 50ms (ActiveRecord: 0.9ms)
38085
+  (0.1ms) SELECT COUNT(*) FROM "authentications" 
38086
+  (0.6ms) rollback transaction
38087
+  (0.0ms) begin transaction
38088
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
38089
+ Authentication Load (0.0ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
38090
+  (0.1ms) SELECT COUNT(*) FROM "authentications"
38091
+ Processing by Contour::AuthenticationsController#destroy as HTML
38092
+ Parameters: {"id"=>"949717663"}
38093
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
38094
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169 AND "authentications"."id" = ? LIMIT 1 [["id", "949717663"]]
38095
+  (0.0ms) SAVEPOINT active_record_1
38096
+ SQL (0.2ms) DELETE FROM "authentications" WHERE "authentications"."id" = ? [["id", 949717663]]
38097
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38098
+ Redirected to http://test.host/authentications
38099
+ Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
38100
+  (0.1ms) SELECT COUNT(*) FROM "authentications"
38101
+  (0.7ms) rollback transaction
38102
+  (0.0ms) begin transaction
38103
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
38104
+ Authentication Load (0.0ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
38105
+ Processing by Contour::AuthenticationsController#index as HTML
38106
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
38107
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 201799169
38108
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169
38109
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_index.html.erb (2.2ms)
38110
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (2.6ms)
38111
+ Completed 200 OK in 54ms (Views: 52.9ms | ActiveRecord: 0.3ms)
38112
+  (0.1ms) rollback transaction
38113
+  (0.0ms) begin transaction
38114
+ Processing by Contour::PasswordsController#create as HTML
38115
+ Parameters: {"user"=>{"email"=>"valid@example.com"}}
38116
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
38117
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = 'Ne9WyB6CmqUskP2xDTeC' LIMIT 1
38118
+  (0.1ms) SAVEPOINT active_record_1
38119
+  (0.3ms) UPDATE "users" SET "reset_password_token" = 'Ne9WyB6CmqUskP2xDTeC', "reset_password_sent_at" = '2012-06-01 13:26:40.869699', "updated_at" = '2012-06-01 13:26:40.870750' WHERE "users"."id" = 201799169
38120
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38121
+
38122
+ Sent mail to valid@example.com (19ms)
38123
+ Date: Fri, 01 Jun 2012 09:26:41 -0400
38124
+ From: please-change-me-at-config-initializers-devise@example.com
38125
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
38126
+ To: valid@example.com
38127
+ Message-ID: <4fc8c311196_8a843fe231834cdc58528@edge.mail>
38128
+ Subject: Reset password instructions
38129
+ Mime-Version: 1.0
38130
+ Content-Type: text/html;
38131
+ charset=UTF-8
38132
+ Content-Transfer-Encoding: 7bit
38133
+
38134
+ <p>Hello valid@example.com!</p>
38135
+
38136
+ <p>Someone has requested a link to change your password, and you can do this through the link below.</p>
38137
+
38138
+ <p><a href="http://localhost:3000/users/password/edit?reset_password_token=Ne9WyB6CmqUskP2xDTeC">Change my password</a></p>
38139
+
38140
+ <p>If you didn't request this, please ignore this email.</p>
38141
+ <p>Your password won't change until you access the link above and create a new one.</p>
38142
+
38143
+ Redirected to http://test.host/users/login
38144
+ Completed 302 Found in 163ms (ActiveRecord: 0.0ms)
38145
+  (0.7ms) rollback transaction
38146
+  (0.1ms) begin transaction
38147
+ Processing by Contour::PasswordsController#new as HTML
38148
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (1.8ms)
38149
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (2.2ms)
38150
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (33.7ms)
38151
+ Completed 200 OK in 44ms (Views: 43.2ms | ActiveRecord: 0.0ms)
38152
+  (0.1ms) rollback transaction
38153
+  (0.0ms) begin transaction
38154
+  (0.0ms) rollback transaction
38155
+  (0.0ms) begin transaction
38156
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
38157
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
38158
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
38159
+
38160
+
38161
+ Started GET "/logged_in_page" for 127.0.0.1 at 2012-06-01 09:26:41 -0400
38162
+ Processing by WelcomeController#logged_in_page as HTML
38163
+ Completed 401 Unauthorized in 1ms
38164
+  (0.1ms) SAVEPOINT active_record_1
38165
+ User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1
38166
+ Binary data inserted for `string` type on column `encrypted_password`
38167
+ 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", Fri, 01 Jun 2012 13:26:41 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "deleted-2@example.com"], ["encrypted_password", "$2a$04$k9IFSdaRjRWxJgpP6DK2suYMxM07qCIZegN7wcnyj71iMbZIWxJ6K"], ["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", Fri, 01 Jun 2012 13:26:41 UTC +00:00]]
38168
+  (0.1ms) RELEASE SAVEPOINT active_record_1
38169
+  (0.0ms) SAVEPOINT active_record_1
38170
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
38171
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38172
+  (0.0ms) SAVEPOINT active_record_1
38173
+  (0.3ms) UPDATE "users" SET "status" = 'active', "updated_at" = '2012-06-01 13:26:41.138814' WHERE "users"."id" = 999914116
38174
+  (0.1ms) RELEASE SAVEPOINT active_record_1
38175
+  (0.0ms) SAVEPOINT active_record_1
38176
+  (0.1ms) UPDATE "users" SET "deleted" = 't', "updated_at" = '2012-06-01 13:26:41.140173' WHERE "users"."id" = 999914116
38177
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38178
+
38179
+
38180
+ Started POST "/users/login" for 127.0.0.1 at 2012-06-01 09:26:41 -0400
38181
+ Processing by Contour::SessionsController#create as HTML
38182
+ Parameters: {"user"=>{"email"=>"deleted-2@example.com", "password"=>"[FILTERED]"}}
38183
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1
38184
+  (0.1ms) SAVEPOINT active_record_1
38185
+  (0.1ms) UPDATE "users" SET "remember_created_at" = NULL, "updated_at" = '2012-06-01 13:26:41.151951' WHERE "users"."id" = 999914116
38186
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38187
+ Completed 401 Unauthorized in 8ms
38188
+
38189
+
38190
+ Started GET "/users/login" for 127.0.0.1 at 2012-06-01 09:26:41 -0400
38191
+ Processing by Contour::SessionsController#new as HTML
38192
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (0.8ms)
38193
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.5ms)
38194
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (29.0ms)
38195
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (31.0ms)
38196
+ Completed 200 OK in 44ms (Views: 42.2ms | ActiveRecord: 0.0ms)
38197
+  (0.7ms) rollback transaction
38198
+  (0.1ms) begin transaction
38199
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
38200
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
38201
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
38202
+
38203
+
38204
+ Started GET "/logged_in_page" for 127.0.0.1 at 2012-06-01 09:26:41 -0400
38205
+ Processing by WelcomeController#logged_in_page as HTML
38206
+ Completed 401 Unauthorized in 0ms
38207
+  (0.1ms) SAVEPOINT active_record_1
38208
+ User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
38209
+ Binary data inserted for `string` type on column `encrypted_password`
38210
+ 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", Fri, 01 Jun 2012 13:26:41 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "valid-2@example.com"], ["encrypted_password", "$2a$04$/OMW17.VKh68QCWFMdxh9uCgH7pvyTgAW.elmZv0wsYVoyBmkDH0u"], ["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", Fri, 01 Jun 2012 13:26:41 UTC +00:00]]
38211
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38212
+  (0.0ms) SAVEPOINT active_record_1
38213
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
38214
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38215
+  (0.0ms) SAVEPOINT active_record_1
38216
+  (0.2ms) UPDATE "users" SET "status" = 'active', "updated_at" = '2012-06-01 13:26:41.224306' WHERE "users"."id" = 999914116
38217
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38218
+  (0.0ms) SAVEPOINT active_record_1
38219
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38220
+
38221
+
38222
+ Started POST "/users/login" for 127.0.0.1 at 2012-06-01 09:26:41 -0400
38223
+ Processing by Contour::SessionsController#create as HTML
38224
+ Parameters: {"user"=>{"email"=>"valid-2@example.com", "password"=>"[FILTERED]"}}
38225
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
38226
+  (0.0ms) SAVEPOINT active_record_1
38227
+  (0.1ms) UPDATE "users" SET "last_sign_in_at" = '2012-06-01 13:26:41.233070', "current_sign_in_at" = '2012-06-01 13:26:41.233070', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-06-01 13:26:41.233524' WHERE "users"."id" = 999914116
38228
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38229
+ Redirected to http://www.example.com/logged_in_page
38230
+ Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
38231
+
38232
+
38233
+ Started GET "/logged_in_page" for 127.0.0.1 at 2012-06-01 09:26:41 -0400
38234
+ Processing by WelcomeController#logged_in_page as HTML
38235
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 999914116 LIMIT 1
38236
+ Completed 200 OK in 4ms (Views: 2.4ms | ActiveRecord: 0.1ms)
38237
+  (0.7ms) rollback transaction
38238
+  (0.1ms) begin transaction
38239
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
38240
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
38241
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
38242
+
38243
+
38244
+ Started GET "/logged_in_page" for 127.0.0.1 at 2012-06-01 09:26:41 -0400
38245
+ Processing by WelcomeController#logged_in_page as HTML
38246
+ Completed 401 Unauthorized in 0ms
38247
+  (0.1ms) SAVEPOINT active_record_1
38248
+ User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1
38249
+ Binary data inserted for `string` type on column `encrypted_password`
38250
+ 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", Fri, 01 Jun 2012 13:26:41 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "pending-2@example.com"], ["encrypted_password", "$2a$04$y8sY3G6neGQ0M8hg1VyIcucWproz.efFJbWNeOqvcLvzotW94LrXK"], ["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", Fri, 01 Jun 2012 13:26:41 UTC +00:00]]
38251
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38252
+  (0.0ms) SAVEPOINT active_record_1
38253
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
38254
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38255
+  (0.0ms) SAVEPOINT active_record_1
38256
+  (0.1ms) RELEASE SAVEPOINT active_record_1
38257
+  (0.0ms) SAVEPOINT active_record_1
38258
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38259
+
38260
+
38261
+ Started POST "/users/login" for 127.0.0.1 at 2012-06-01 09:26:41 -0400
38262
+ Processing by Contour::SessionsController#create as HTML
38263
+ Parameters: {"user"=>{"email"=>"pending-2@example.com", "password"=>"[FILTERED]"}}
38264
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1
38265
+  (0.0ms) SAVEPOINT active_record_1
38266
+  (0.3ms) UPDATE "users" SET "remember_created_at" = NULL, "updated_at" = '2012-06-01 13:26:41.269182' WHERE "users"."id" = 999914116
38267
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38268
+ Completed 401 Unauthorized in 5ms
38269
+
38270
+
38271
+ Started GET "/users/login" for 127.0.0.1 at 2012-06-01 09:26:41 -0400
38272
+ Processing by Contour::SessionsController#new as HTML
38273
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (0.5ms)
38274
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.0ms)
38275
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (1.6ms)
38276
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (3.4ms)
38277
+ Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.0ms)
38278
+  (0.7ms) rollback transaction
38279
+  (0.0ms) begin transaction
38280
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
38281
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
38282
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
38283
+
38284
+
38285
+ Started GET "/" for 127.0.0.1 at 2012-06-01 09:26:41 -0400
38286
+ Processing by WelcomeController#index as HTML
38287
+ Completed 401 Unauthorized in 1ms
38288
+  (0.1ms) rollback transaction
38289
+  (0.0ms) begin transaction
38290
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
38291
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
38292
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
38293
+
38294
+
38295
+ Started GET "/logged_in_page.json" for 127.0.0.1 at 2012-06-01 09:26:41 -0400
38296
+ Processing by WelcomeController#logged_in_page as JSON
38297
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
38298
+  (0.1ms) SAVEPOINT active_record_1
38299
+  (0.2ms) UPDATE "users" SET "last_sign_in_at" = '2012-06-01 13:26:41.380623', "current_sign_in_at" = '2012-06-01 13:26:41.380623', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-06-01 13:26:41.381332' WHERE "users"."id" = 201799169
38300
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38301
+ Completed 200 OK in 82ms (Views: 0.2ms | ActiveRecord: 0.5ms)
38302
+  (6.5ms) rollback transaction
38303
+  (0.1ms) begin transaction
38304
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
38305
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
38306
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
38307
+
38308
+
38309
+ Started GET "/logged_in_page.json" for 127.0.0.1 at 2012-06-01 09:26:41 -0400
38310
+ Processing by WelcomeController#logged_in_page as JSON
38311
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
38312
+ Completed 401 Unauthorized in 82ms
38313
+  (0.1ms) rollback transaction
38314
+  (0.1ms) begin transaction
38315
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
38316
+  (0.1ms) rollback transaction
38317
+  (0.1ms) begin transaction
38318
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
38319
+  (0.1ms) rollback transaction
38320
+ Connecting to database specified by database.yml
38321
+  (0.1ms) begin transaction
38322
+ Fixture Delete (0.3ms) DELETE FROM "authentications"
38323
+ 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-06-01 13:51:33', '2012-06-01 13:51:33', 949717663, 201799169)
38324
+ Fixture Insert (0.1ms) INSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('google_apps', 'test@gmail.com', '2012-06-01 13:51:33', '2012-06-01 13:51:33', 876923740, 201799169)
38325
+ 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-06-01 13:51:33', '2012-06-01 13:51:33', 864673665, 201799169)
38326
+ Fixture Delete (0.2ms) DELETE FROM "users"
38327
+ 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-06-01 13:51:33', '2012-06-01 13:51:33', 201799169)
38328
+ 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-06-01 13:51:33', '2012-06-01 13:51:33', 999914115)
38329
+ 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-06-01 13:51:33', '2012-06-01 13:51:33', 725306934)
38330
+ 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-06-01 13:51:33', '2012-06-01 13:51:33', 349534908)
38331
+  (1.6ms) commit transaction
38332
+  (0.0ms) begin transaction
38333
+ Authentication Load (0.3ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 876923740]]
38334
+  (0.1ms) rollback transaction
38335
+  (0.0ms) begin transaction
38336
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
38337
+  (0.0ms) rollback transaction
38338
+  (0.1ms) begin transaction
38339
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
38340
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
38341
+  (0.1ms) SELECT COUNT(*) FROM "authentications" 
38342
+ Processing by Contour::AuthenticationsController#create as HTML
38343
+ Parameters: {"authentication"=>{"id"=>"949717663", "user_id"=>"201799169", "provider"=>"open_id", "uid"=>"open_id@open_id.com", "created_at"=>"2012-06-01 13:51:33 UTC", "updated_at"=>"2012-06-01 13:51:33 UTC"}}
38344
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."provider" = 'google_apps' AND "authentications"."uid" = 'test@example.com' LIMIT 1
38345
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
38346
+ Logged in user found, creating associated authentication.
38347
+  (0.1ms) SAVEPOINT active_record_1
38348
+ SQL (0.6ms) INSERT INTO "authentications" ("created_at", "provider", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 01 Jun 2012 13:51:33 UTC +00:00], ["provider", "google_apps"], ["uid", "test@example.com"], ["updated_at", Fri, 01 Jun 2012 13:51:33 UTC +00:00], ["user_id", 201799169]]
38349
+  (0.1ms) RELEASE SAVEPOINT active_record_1
38350
+ Redirected to http://test.host/authentications
38351
+ Completed 302 Found in 64ms (ActiveRecord: 1.0ms)
38352
+  (0.1ms) SELECT COUNT(*) FROM "authentications" 
38353
+  (0.6ms) rollback transaction
38354
+  (0.1ms) begin transaction
38355
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
38356
+ Authentication Load (0.0ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
38357
+  (0.1ms) SELECT COUNT(*) FROM "authentications"
38358
+ Processing by Contour::AuthenticationsController#destroy as HTML
38359
+ Parameters: {"id"=>"949717663"}
38360
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
38361
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169 AND "authentications"."id" = ? LIMIT 1 [["id", "949717663"]]
38362
+  (0.0ms) SAVEPOINT active_record_1
38363
+ SQL (0.3ms) DELETE FROM "authentications" WHERE "authentications"."id" = ? [["id", 949717663]]
38364
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38365
+ Redirected to http://test.host/authentications
38366
+ Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
38367
+  (0.1ms) SELECT COUNT(*) FROM "authentications"
38368
+  (0.4ms) rollback transaction
38369
+  (0.1ms) begin transaction
38370
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
38371
+ Authentication Load (0.0ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
38372
+ Processing by Contour::AuthenticationsController#index as HTML
38373
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
38374
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 201799169
38375
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169
38376
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_index.html.erb (2.7ms)
38377
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (2.6ms)
38378
+ Completed 200 OK in 110ms (Views: 108.4ms | ActiveRecord: 0.4ms)
38379
+  (0.1ms) rollback transaction
38380
+  (0.1ms) begin transaction
38381
+ Processing by Contour::PasswordsController#create as HTML
38382
+ Parameters: {"user"=>{"email"=>"valid@example.com"}}
38383
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
38384
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = 'NzGLys9WervdxZMbFdYy' LIMIT 1
38385
+  (0.1ms) SAVEPOINT active_record_1
38386
+  (0.4ms) UPDATE "users" SET "reset_password_token" = 'NzGLys9WervdxZMbFdYy', "reset_password_sent_at" = '2012-06-01 13:51:33.696017', "updated_at" = '2012-06-01 13:51:33.697082' WHERE "users"."id" = 201799169
38387
+  (0.1ms) RELEASE SAVEPOINT active_record_1
38388
+
38389
+ Sent mail to valid@example.com (20ms)
38390
+ Date: Fri, 01 Jun 2012 09:51:33 -0400
38391
+ From: please-change-me-at-config-initializers-devise@example.com
38392
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
38393
+ To: valid@example.com
38394
+ Message-ID: <4fc8c8e5dc95b_d81e3ff2f1434cd8506a0@edge.mail>
38395
+ Subject: Reset password instructions
38396
+ Mime-Version: 1.0
38397
+ Content-Type: text/html;
38398
+ charset=UTF-8
38399
+ Content-Transfer-Encoding: 7bit
38400
+
38401
+ <p>Hello valid@example.com!</p>
38402
+
38403
+ <p>Someone has requested a link to change your password, and you can do this through the link below.</p>
38404
+
38405
+ <p><a href="http://localhost:3000/users/password/edit?reset_password_token=NzGLys9WervdxZMbFdYy">Change my password</a></p>
38406
+
38407
+ <p>If you didn't request this, please ignore this email.</p>
38408
+ <p>Your password won't change until you access the link above and create a new one.</p>
38409
+
38410
+ Redirected to http://test.host/users/login
38411
+ Completed 302 Found in 289ms (ActiveRecord: 0.0ms)
38412
+  (0.8ms) rollback transaction
38413
+  (0.1ms) begin transaction
38414
+ Processing by Contour::PasswordsController#new as HTML
38415
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (1.6ms)
38416
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (2.1ms)
38417
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (5.4ms)
38418
+ Completed 200 OK in 59ms (Views: 58.0ms | ActiveRecord: 0.0ms)
38419
+  (0.1ms) rollback transaction
38420
+  (0.1ms) begin transaction
38421
+  (0.0ms) rollback transaction
38422
+  (0.1ms) begin transaction
38423
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
38424
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
38425
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
38426
+
38427
+
38428
+ Started GET "/logged_in_page" for 127.0.0.1 at 2012-06-01 09:51:34 -0400
38429
+ Processing by WelcomeController#logged_in_page as HTML
38430
+ Completed 401 Unauthorized in 1ms
38431
+  (0.1ms) SAVEPOINT active_record_1
38432
+ User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1
38433
+ Binary data inserted for `string` type on column `encrypted_password`
38434
+ 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", Fri, 01 Jun 2012 13:51:34 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "deleted-2@example.com"], ["encrypted_password", "$2a$04$uVkJbAF5xD/i9O43L9D.Luo5xL1BkhspIwagDwEFe19apnsW3kyxa"], ["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", Fri, 01 Jun 2012 13:51:34 UTC +00:00]]
38435
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38436
+  (0.0ms) SAVEPOINT active_record_1
38437
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
38438
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38439
+  (0.0ms) SAVEPOINT active_record_1
38440
+  (0.8ms) UPDATE "users" SET "status" = 'active', "updated_at" = '2012-06-01 13:51:34.097104' WHERE "users"."id" = 999914116
38441
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38442
+  (0.0ms) SAVEPOINT active_record_1
38443
+  (0.1ms) UPDATE "users" SET "deleted" = 't', "updated_at" = '2012-06-01 13:51:34.099070' WHERE "users"."id" = 999914116
38444
+  (0.1ms) RELEASE SAVEPOINT active_record_1
38445
+
38446
+
38447
+ Started POST "/users/login" for 127.0.0.1 at 2012-06-01 09:51:34 -0400
38448
+ Processing by Contour::SessionsController#create as HTML
38449
+ Parameters: {"user"=>{"email"=>"deleted-2@example.com", "password"=>"[FILTERED]"}}
38450
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1
38451
+  (0.1ms) SAVEPOINT active_record_1
38452
+  (0.2ms) UPDATE "users" SET "remember_created_at" = NULL, "updated_at" = '2012-06-01 13:51:34.136954' WHERE "users"."id" = 999914116
38453
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38454
+ Completed 401 Unauthorized in 33ms
38455
+
38456
+
38457
+ Started GET "/users/login" for 127.0.0.1 at 2012-06-01 09:51:34 -0400
38458
+ Processing by Contour::SessionsController#new as HTML
38459
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (1.0ms)
38460
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.8ms)
38461
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (30.1ms)
38462
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (32.3ms)
38463
+ Completed 200 OK in 70ms (Views: 68.3ms | ActiveRecord: 0.0ms)
38464
+  (1.2ms) rollback transaction
38465
+  (0.0ms) begin transaction
38466
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
38467
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
38468
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
38469
+
38470
+
38471
+ Started GET "/logged_in_page" for 127.0.0.1 at 2012-06-01 09:51:34 -0400
38472
+ Processing by WelcomeController#logged_in_page as HTML
38473
+ Completed 401 Unauthorized in 0ms
38474
+  (0.1ms) SAVEPOINT active_record_1
38475
+ User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
38476
+ Binary data inserted for `string` type on column `encrypted_password`
38477
+ 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", Fri, 01 Jun 2012 13:51:34 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "valid-2@example.com"], ["encrypted_password", "$2a$04$1qKuHDxJvR9m/Zc2.pSkZ.eu83vMTvdXb9de9UBCJx8dcMObuRzeu"], ["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", Fri, 01 Jun 2012 13:51:34 UTC +00:00]]
38478
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38479
+  (0.0ms) SAVEPOINT active_record_1
38480
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
38481
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38482
+  (0.0ms) SAVEPOINT active_record_1
38483
+  (0.3ms) UPDATE "users" SET "status" = 'active', "updated_at" = '2012-06-01 13:51:34.235661' WHERE "users"."id" = 999914116
38484
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38485
+  (0.0ms) SAVEPOINT active_record_1
38486
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38487
+
38488
+
38489
+ Started POST "/users/login" for 127.0.0.1 at 2012-06-01 09:51:34 -0400
38490
+ Processing by Contour::SessionsController#create as HTML
38491
+ Parameters: {"user"=>{"email"=>"valid-2@example.com", "password"=>"[FILTERED]"}}
38492
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
38493
+  (0.0ms) SAVEPOINT active_record_1
38494
+  (0.1ms) UPDATE "users" SET "last_sign_in_at" = '2012-06-01 13:51:34.244659', "current_sign_in_at" = '2012-06-01 13:51:34.244659', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-06-01 13:51:34.245141' WHERE "users"."id" = 999914116
38495
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38496
+ Redirected to http://www.example.com/logged_in_page
38497
+ Completed 302 Found in 8ms (ActiveRecord: 0.0ms)
38498
+
38499
+
38500
+ Started GET "/logged_in_page" for 127.0.0.1 at 2012-06-01 09:51:34 -0400
38501
+ Processing by WelcomeController#logged_in_page as HTML
38502
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 999914116 LIMIT 1
38503
+ Completed 200 OK in 28ms (Views: 25.4ms | ActiveRecord: 0.2ms)
38504
+  (0.7ms) rollback transaction
38505
+  (0.1ms) begin transaction
38506
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
38507
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
38508
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
38509
+
38510
+
38511
+ Started GET "/logged_in_page" for 127.0.0.1 at 2012-06-01 09:51:34 -0400
38512
+ Processing by WelcomeController#logged_in_page as HTML
38513
+ Completed 401 Unauthorized in 0ms
38514
+  (0.1ms) SAVEPOINT active_record_1
38515
+ User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1
38516
+ Binary data inserted for `string` type on column `encrypted_password`
38517
+ 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", Fri, 01 Jun 2012 13:51:34 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "pending-2@example.com"], ["encrypted_password", "$2a$04$.Di10074YygqCMDCyL2tbumvnRtzuYOlExAHQFzRtJbiaF1o3Ru1W"], ["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", Fri, 01 Jun 2012 13:51:34 UTC +00:00]]
38518
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38519
+  (0.0ms) SAVEPOINT active_record_1
38520
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
38521
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38522
+  (0.0ms) SAVEPOINT active_record_1
38523
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38524
+  (0.0ms) SAVEPOINT active_record_1
38525
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38526
+
38527
+
38528
+ Started POST "/users/login" for 127.0.0.1 at 2012-06-01 09:51:34 -0400
38529
+ Processing by Contour::SessionsController#create as HTML
38530
+ Parameters: {"user"=>{"email"=>"pending-2@example.com", "password"=>"[FILTERED]"}}
38531
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1
38532
+  (0.0ms) SAVEPOINT active_record_1
38533
+  (0.3ms) UPDATE "users" SET "remember_created_at" = NULL, "updated_at" = '2012-06-01 13:51:34.304185' WHERE "users"."id" = 999914116
38534
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38535
+ Completed 401 Unauthorized in 5ms
38536
+
38537
+
38538
+ Started GET "/users/login" for 127.0.0.1 at 2012-06-01 09:51:34 -0400
38539
+ Processing by Contour::SessionsController#new as HTML
38540
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (0.5ms)
38541
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.0ms)
38542
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (1.7ms)
38543
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (3.6ms)
38544
+ Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms)
38545
+  (0.8ms) rollback transaction
38546
+  (0.1ms) begin transaction
38547
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
38548
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
38549
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
38550
+
38551
+
38552
+ Started GET "/" for 127.0.0.1 at 2012-06-01 09:51:34 -0400
38553
+ Processing by WelcomeController#index as HTML
38554
+ Completed 401 Unauthorized in 1ms
38555
+  (0.1ms) rollback transaction
38556
+  (0.0ms) begin transaction
38557
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
38558
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
38559
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
38560
+
38561
+
38562
+ Started GET "/logged_in_page.json" for 127.0.0.1 at 2012-06-01 09:51:34 -0400
38563
+ Processing by WelcomeController#logged_in_page as JSON
38564
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
38565
+  (0.1ms) SAVEPOINT active_record_1
38566
+  (0.2ms) UPDATE "users" SET "last_sign_in_at" = '2012-06-01 13:51:34.414361', "current_sign_in_at" = '2012-06-01 13:51:34.414361', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-06-01 13:51:34.415071' WHERE "users"."id" = 201799169
38567
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38568
+ Completed 200 OK in 81ms (Views: 0.2ms | ActiveRecord: 0.5ms)
38569
+  (0.7ms) rollback transaction
38570
+  (0.1ms) begin transaction
38571
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
38572
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
38573
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
38574
+
38575
+
38576
+ Started GET "/logged_in_page.json" for 127.0.0.1 at 2012-06-01 09:51:34 -0400
38577
+ Processing by WelcomeController#logged_in_page as JSON
38578
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
38579
+ Completed 401 Unauthorized in 81ms
38580
+  (0.1ms) rollback transaction
38581
+  (0.0ms) begin transaction
38582
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
38583
+  (0.1ms) rollback transaction
38584
+  (0.0ms) begin transaction
38585
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
38586
+  (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.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,22 +9,22 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-31 00:00:00.000000000 Z
12
+ date: 2012-06-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
16
- requirement: &70243368125780 !ruby/object:Gem::Requirement
16
+ requirement: &70214625186920 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 3.2.4
21
+ version: 3.2.5
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70243368125780
24
+ version_requirements: *70214625186920
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: jquery-rails
27
- requirement: &70243368155060 !ruby/object:Gem::Requirement
27
+ requirement: &70214625186400 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: 2.0.2
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *70243368155060
35
+ version_requirements: *70214625186400
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: devise
38
- requirement: &70243368154600 !ruby/object:Gem::Requirement
38
+ requirement: &70214625185920 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ~>
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: 2.1.0
44
44
  type: :runtime
45
45
  prerelease: false
46
- version_requirements: *70243368154600
46
+ version_requirements: *70214625185920
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: omniauth
49
- requirement: &70243368154040 !ruby/object:Gem::Requirement
49
+ requirement: &70214625185420 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ~>
@@ -54,10 +54,10 @@ dependencies:
54
54
  version: 1.1.0
55
55
  type: :runtime
56
56
  prerelease: false
57
- version_requirements: *70243368154040
57
+ version_requirements: *70214625185420
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: omniauth-cas
60
- requirement: &70243368153120 !ruby/object:Gem::Requirement
60
+ requirement: &70214625184720 !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
63
63
  - - ~>
@@ -65,10 +65,10 @@ dependencies:
65
65
  version: 0.0.7
66
66
  type: :runtime
67
67
  prerelease: false
68
- version_requirements: *70243368153120
68
+ version_requirements: *70214625184720
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: omniauth-facebook
71
- requirement: &70243368151980 !ruby/object:Gem::Requirement
71
+ requirement: &70214625183860 !ruby/object:Gem::Requirement
72
72
  none: false
73
73
  requirements:
74
74
  - - ~>
@@ -76,10 +76,10 @@ dependencies:
76
76
  version: 1.3.0
77
77
  type: :runtime
78
78
  prerelease: false
79
- version_requirements: *70243368151980
79
+ version_requirements: *70214625183860
80
80
  - !ruby/object:Gem::Dependency
81
81
  name: omniauth-ldap
82
- requirement: &70243368150960 !ruby/object:Gem::Requirement
82
+ requirement: &70214625205720 !ruby/object:Gem::Requirement
83
83
  none: false
84
84
  requirements:
85
85
  - - ~>
@@ -87,10 +87,10 @@ dependencies:
87
87
  version: 1.0.2
88
88
  type: :runtime
89
89
  prerelease: false
90
- version_requirements: *70243368150960
90
+ version_requirements: *70214625205720
91
91
  - !ruby/object:Gem::Dependency
92
92
  name: omniauth-linkedin
93
- requirement: &70243368150220 !ruby/object:Gem::Requirement
93
+ requirement: &70214625205160 !ruby/object:Gem::Requirement
94
94
  none: false
95
95
  requirements:
96
96
  - - ~>
@@ -98,10 +98,10 @@ dependencies:
98
98
  version: 0.0.6
99
99
  type: :runtime
100
100
  prerelease: false
101
- version_requirements: *70243368150220
101
+ version_requirements: *70214625205160
102
102
  - !ruby/object:Gem::Dependency
103
103
  name: omniauth-openid
104
- requirement: &70243368148780 !ruby/object:Gem::Requirement
104
+ requirement: &70214625204680 !ruby/object:Gem::Requirement
105
105
  none: false
106
106
  requirements:
107
107
  - - ~>
@@ -109,10 +109,10 @@ dependencies:
109
109
  version: 1.0.1
110
110
  type: :runtime
111
111
  prerelease: false
112
- version_requirements: *70243368148780
112
+ version_requirements: *70214625204680
113
113
  - !ruby/object:Gem::Dependency
114
114
  name: omniauth-twitter
115
- requirement: &70243368148140 !ruby/object:Gem::Requirement
115
+ requirement: &70214625204020 !ruby/object:Gem::Requirement
116
116
  none: false
117
117
  requirements:
118
118
  - - ~>
@@ -120,10 +120,10 @@ dependencies:
120
120
  version: 0.0.11
121
121
  type: :runtime
122
122
  prerelease: false
123
- version_requirements: *70243368148140
123
+ version_requirements: *70214625204020
124
124
  - !ruby/object:Gem::Dependency
125
125
  name: sqlite3
126
- requirement: &70243368171760 !ruby/object:Gem::Requirement
126
+ requirement: &70214625203480 !ruby/object:Gem::Requirement
127
127
  none: false
128
128
  requirements:
129
129
  - - ! '>='
@@ -131,7 +131,7 @@ dependencies:
131
131
  version: '0'
132
132
  type: :development
133
133
  prerelease: false
134
- version_requirements: *70243368171760
134
+ version_requirements: *70214625203480
135
135
  description: Basic Rails Framework files and assets for layout and authentication
136
136
  email: remosm@gmail.com
137
137
  executables: []