contour 1.1.0.rc → 1.1.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ module Contour
3
3
  MAJOR = 1
4
4
  MINOR = 1
5
5
  TINY = 0
6
- BUILD = "rc" # nil, "pre", "rc", "rc2"
6
+ BUILD = "rc2" # nil, "pre", "rc", "rc2"
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
9
9
  end
Binary file
@@ -45748,3 +45748,265 @@ Completed 401 Unauthorized in 78ms
45748
45748
   (0.1ms) begin transaction
45749
45749
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45750
45750
   (0.0ms) rollback transaction
45751
+ Connecting to database specified by database.yml
45752
+  (0.1ms) begin transaction
45753
+ Fixture Delete (0.3ms) DELETE FROM "authentications"
45754
+ Fixture Insert (0.1ms) INSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('open_id', 'open_id@open_id.com', '2012-09-05 13:39:48', '2012-09-05 13:39:48', 949717663, 201799169)
45755
+ Fixture Insert (0.1ms) INSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('google_apps', 'test@gmail.com', '2012-09-05 13:39:48', '2012-09-05 13:39:48', 876923740, 201799169)
45756
+ 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-09-05 13:39:48', '2012-09-05 13:39:48', 864673665, 201799169)
45757
+ Fixture Delete (0.1ms) DELETE FROM "users"
45758
+ 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-09-05 13:39:48', '2012-09-05 13:39:48', 201799169)
45759
+ 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-09-05 13:39:48', '2012-09-05 13:39:48', 999914115)
45760
+ 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-09-05 13:39:48', '2012-09-05 13:39:48', 725306934)
45761
+ 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-09-05 13:39:48', '2012-09-05 13:39:48', 349534908)
45762
+  (1.7ms) commit transaction
45763
+  (0.0ms) begin transaction
45764
+ Authentication Load (0.2ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 876923740]]
45765
+  (0.1ms) rollback transaction
45766
+  (0.1ms) begin transaction
45767
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
45768
+  (0.1ms) rollback transaction
45769
+  (0.1ms) begin transaction
45770
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45771
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
45772
+  (0.1ms) SELECT COUNT(*) FROM "authentications" 
45773
+ Processing by Contour::AuthenticationsController#create as HTML
45774
+ Parameters: {"authentication"=>{"id"=>"949717663", "user_id"=>"201799169", "provider"=>"open_id", "uid"=>"open_id@open_id.com", "created_at"=>"2012-09-05 13:39:48 UTC", "updated_at"=>"2012-09-05 13:39:48 UTC"}}
45775
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."provider" = 'google_apps' AND "authentications"."uid" = 'test@example.com' LIMIT 1
45776
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
45777
+ Logged in user found, creating associated authentication.
45778
+  (0.1ms) SAVEPOINT active_record_1
45779
+ SQL (0.5ms) INSERT INTO "authentications" ("created_at", "provider", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 05 Sep 2012 13:39:48 UTC +00:00], ["provider", "google_apps"], ["uid", "test@example.com"], ["updated_at", Wed, 05 Sep 2012 13:39:48 UTC +00:00], ["user_id", 201799169]]
45780
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45781
+ Redirected to http://test.host/authentications
45782
+ Completed 302 Found in 22ms (ActiveRecord: 0.8ms)
45783
+  (0.1ms) SELECT COUNT(*) FROM "authentications" 
45784
+  (0.8ms) rollback transaction
45785
+  (0.0ms) begin transaction
45786
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45787
+ Authentication Load (0.0ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
45788
+  (0.1ms) SELECT COUNT(*) FROM "authentications"
45789
+ Processing by Contour::AuthenticationsController#destroy as HTML
45790
+ Parameters: {"id"=>"949717663"}
45791
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
45792
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169 AND "authentications"."id" = ? LIMIT 1 [["id", "949717663"]]
45793
+  (0.0ms) SAVEPOINT active_record_1
45794
+ SQL (0.2ms) DELETE FROM "authentications" WHERE "authentications"."id" = ? [["id", 949717663]]
45795
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45796
+ Redirected to http://test.host/authentications
45797
+ Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
45798
+  (0.1ms) SELECT COUNT(*) FROM "authentications"
45799
+  (0.7ms) rollback transaction
45800
+  (0.0ms) begin transaction
45801
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45802
+ Authentication Load (0.0ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
45803
+ Processing by Contour::AuthenticationsController#index as HTML
45804
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
45805
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 201799169
45806
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169
45807
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_index.html.erb (3.3ms)
45808
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (2.9ms)
45809
+ Completed 200 OK in 96ms (Views: 65.1ms | ActiveRecord: 0.4ms)
45810
+  (0.1ms) rollback transaction
45811
+  (0.1ms) begin transaction
45812
+ Processing by Contour::PasswordsController#create as HTML
45813
+ Parameters: {"user"=>{"email"=>"valid@example.com"}}
45814
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
45815
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = 'PjfLsyWZsM2d7GCGv8e2' LIMIT 1
45816
+  (0.0ms) SAVEPOINT active_record_1
45817
+  (0.3ms) UPDATE "users" SET "reset_password_token" = 'PjfLsyWZsM2d7GCGv8e2', "reset_password_sent_at" = '2012-09-05 13:39:49.117902', "updated_at" = '2012-09-05 13:39:49.118624' WHERE "users"."id" = 201799169
45818
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45819
+
45820
+ Sent mail to valid@example.com (15ms)
45821
+ Date: Wed, 05 Sep 2012 09:39:49 -0400
45822
+ From: please-change-me-at-config-initializers-devise@example.com
45823
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
45824
+ To: valid@example.com
45825
+ Message-ID: <5047562534d48_12ed93ff49e035ad4390ad@edge2.partners.org.mail>
45826
+ Subject: Reset password instructions
45827
+ Mime-Version: 1.0
45828
+ Content-Type: text/html;
45829
+ charset=UTF-8
45830
+ Content-Transfer-Encoding: 7bit
45831
+
45832
+ <p>Hello valid@example.com!</p>
45833
+
45834
+ <p>Someone has requested a link to change your password, and you can do this through the link below.</p>
45835
+
45836
+ <p><a href="http://localhost:3000/users/password/edit?reset_password_token=PjfLsyWZsM2d7GCGv8e2">Change my password</a></p>
45837
+
45838
+ <p>If you didn't request this, please ignore this email.</p>
45839
+ <p>Your password won't change until you access the link above and create a new one.</p>
45840
+
45841
+ Redirected to http://test.host/users/login
45842
+ Completed 302 Found in 146ms (ActiveRecord: 0.0ms)
45843
+  (1.1ms) rollback transaction
45844
+  (0.0ms) begin transaction
45845
+ Processing by Contour::PasswordsController#new as HTML
45846
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (2.8ms)
45847
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (2.9ms)
45848
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (7.4ms)
45849
+ Completed 200 OK in 39ms (Views: 38.5ms | ActiveRecord: 0.0ms)
45850
+  (0.1ms) rollback transaction
45851
+  (0.1ms) begin transaction
45852
+  (0.0ms) rollback transaction
45853
+  (0.1ms) begin transaction
45854
+  (0.0ms) rollback transaction
45855
+  (0.0ms) begin transaction
45856
+  (0.0ms) rollback transaction
45857
+  (0.0ms) begin transaction
45858
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45859
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
45860
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
45861
+
45862
+
45863
+ Started GET "/logged_in_page" for 127.0.0.1 at 2012-09-05 09:39:49 -0400
45864
+ Processing by WelcomeController#logged_in_page as HTML
45865
+ Completed 401 Unauthorized in 1ms
45866
+  (0.1ms) SAVEPOINT active_record_1
45867
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1
45868
+ Binary data inserted for `string` type on column `encrypted_password`
45869
+ SQL (0.6ms) 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", Wed, 05 Sep 2012 13:39:49 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "deleted-2@example.com"], ["encrypted_password", "$2a$04$8XKPvD6OrBuqa7NfTSS5vuhZ7HeLKXc3YlDVhLmGildQcD5IqLYTy"], ["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", Wed, 05 Sep 2012 13:39:49 UTC +00:00]]
45870
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45871
+  (0.0ms) SAVEPOINT active_record_1
45872
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
45873
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45874
+ SQL (0.2ms) UPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116
45875
+ SQL (0.1ms) UPDATE "users" SET "deleted" = 't' WHERE "users"."id" = 999914116
45876
+
45877
+
45878
+ Started POST "/users/login" for 127.0.0.1 at 2012-09-05 09:39:49 -0400
45879
+ Processing by Contour::SessionsController#create as HTML
45880
+ Parameters: {"user"=>{"email"=>"deleted-2@example.com", "password"=>"[FILTERED]"}}
45881
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1
45882
+  (0.1ms) SAVEPOINT active_record_1
45883
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45884
+ Completed 401 Unauthorized in 6ms
45885
+
45886
+
45887
+ Started GET "/users/login" for 127.0.0.1 at 2012-09-05 09:39:49 -0400
45888
+ Processing by Contour::SessionsController#new as HTML
45889
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (0.6ms)
45890
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_login_table.html.erb (3.2ms)
45891
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.7ms)
45892
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (1.4ms)
45893
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (3.1ms)
45894
+ Completed 200 OK in 47ms (Views: 46.5ms | ActiveRecord: 0.0ms)
45895
+  (0.6ms) rollback transaction
45896
+  (0.1ms) begin transaction
45897
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45898
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
45899
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
45900
+
45901
+
45902
+ Started GET "/logged_in_page" for 127.0.0.1 at 2012-09-05 09:39:49 -0400
45903
+ Processing by WelcomeController#logged_in_page as HTML
45904
+ Completed 401 Unauthorized in 0ms
45905
+  (0.1ms) SAVEPOINT active_record_1
45906
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
45907
+ Binary data inserted for `string` type on column `encrypted_password`
45908
+ 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", Wed, 05 Sep 2012 13:39:49 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "valid-2@example.com"], ["encrypted_password", "$2a$04$ZqTLa0jFc4aQChlOD/4CI.pQweY8Civ/1SiYovRdJd.HAbGfK5VCm"], ["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", Wed, 05 Sep 2012 13:39:49 UTC +00:00]]
45909
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45910
+  (0.0ms) SAVEPOINT active_record_1
45911
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
45912
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45913
+ SQL (0.2ms) UPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116
45914
+ SQL (0.1ms) UPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116
45915
+
45916
+
45917
+ Started POST "/users/login" for 127.0.0.1 at 2012-09-05 09:39:49 -0400
45918
+ Processing by Contour::SessionsController#create as HTML
45919
+ Parameters: {"user"=>{"email"=>"valid-2@example.com", "password"=>"[FILTERED]"}}
45920
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
45921
+  (0.0ms) SAVEPOINT active_record_1
45922
+  (0.1ms) UPDATE "users" SET "last_sign_in_at" = '2012-09-05 13:39:49.459868', "current_sign_in_at" = '2012-09-05 13:39:49.459868', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-09-05 13:39:49.460314' WHERE "users"."id" = 999914116
45923
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45924
+ Redirected to http://www.example.com/logged_in_page
45925
+ Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
45926
+
45927
+
45928
+ Started GET "/logged_in_page" for 127.0.0.1 at 2012-09-05 09:39:49 -0400
45929
+ Processing by WelcomeController#logged_in_page as HTML
45930
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 999914116 LIMIT 1
45931
+ Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)
45932
+  (0.6ms) rollback transaction
45933
+  (0.1ms) begin transaction
45934
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45935
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
45936
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
45937
+
45938
+
45939
+ Started GET "/logged_in_page" for 127.0.0.1 at 2012-09-05 09:39:49 -0400
45940
+ Processing by WelcomeController#logged_in_page as HTML
45941
+ Completed 401 Unauthorized in 0ms
45942
+  (0.1ms) SAVEPOINT active_record_1
45943
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1
45944
+ Binary data inserted for `string` type on column `encrypted_password`
45945
+ 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", Wed, 05 Sep 2012 13:39:49 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "pending-2@example.com"], ["encrypted_password", "$2a$04$tcnAbLuusn9W2A/.fHY2f.qP/zwhopAagvR1REHfLO3w/qmquNzgu"], ["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", Wed, 05 Sep 2012 13:39:49 UTC +00:00]]
45946
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45947
+  (0.0ms) SAVEPOINT active_record_1
45948
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
45949
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45950
+ SQL (0.3ms) UPDATE "users" SET "status" = 'pending' WHERE "users"."id" = 999914116
45951
+ SQL (0.1ms) UPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116
45952
+
45953
+
45954
+ Started POST "/users/login" for 127.0.0.1 at 2012-09-05 09:39:49 -0400
45955
+ Processing by Contour::SessionsController#create as HTML
45956
+ Parameters: {"user"=>{"email"=>"pending-2@example.com", "password"=>"[FILTERED]"}}
45957
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1
45958
+  (0.0ms) SAVEPOINT active_record_1
45959
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45960
+ Completed 401 Unauthorized in 4ms
45961
+
45962
+
45963
+ Started GET "/users/login" for 127.0.0.1 at 2012-09-05 09:39:49 -0400
45964
+ Processing by Contour::SessionsController#new as HTML
45965
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (0.5ms)
45966
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_login_table.html.erb (1.2ms)
45967
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.0ms)
45968
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (1.2ms)
45969
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (2.8ms)
45970
+ Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.0ms)
45971
+  (0.6ms) rollback transaction
45972
+  (0.1ms) begin transaction
45973
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45974
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
45975
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
45976
+
45977
+
45978
+ Started GET "/" for 127.0.0.1 at 2012-09-05 09:39:49 -0400
45979
+ Processing by WelcomeController#index as HTML
45980
+ Completed 401 Unauthorized in 0ms
45981
+  (0.1ms) rollback transaction
45982
+  (0.1ms) begin transaction
45983
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45984
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
45985
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
45986
+
45987
+
45988
+ Started GET "/logged_in_page.json" for 127.0.0.1 at 2012-09-05 09:39:49 -0400
45989
+ Processing by WelcomeController#logged_in_page as JSON
45990
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
45991
+  (0.1ms) SAVEPOINT active_record_1
45992
+  (0.3ms) UPDATE "users" SET "last_sign_in_at" = '2012-09-05 13:39:49.607213', "current_sign_in_at" = '2012-09-05 13:39:49.607213', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-09-05 13:39:49.607899' WHERE "users"."id" = 201799169
45993
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45994
+ Completed 200 OK in 80ms (Views: 0.2ms | ActiveRecord: 0.5ms)
45995
+  (0.7ms) rollback transaction
45996
+  (0.0ms) begin transaction
45997
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
45998
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
45999
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
46000
+
46001
+
46002
+ Started GET "/logged_in_page.json" for 127.0.0.1 at 2012-09-05 09:39:49 -0400
46003
+ Processing by WelcomeController#logged_in_page as JSON
46004
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
46005
+ Completed 401 Unauthorized in 78ms
46006
+  (0.1ms) rollback transaction
46007
+  (0.1ms) begin transaction
46008
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
46009
+  (0.1ms) rollback transaction
46010
+  (0.0ms) begin transaction
46011
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
46012
+  (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.rc
4
+ version: 1.1.0.rc2
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-09-04 00:00:00.000000000 Z
12
+ date: 2012-09-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -468,8 +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
471
- - app/assets/images/twitter-bootstrap/v2.1.0/glyphicons-halflings-white.png
472
- - app/assets/images/twitter-bootstrap/v2.1.0/glyphicons-halflings.png
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
473
  - app/assets/javascripts/contour/global.js.coffee
474
474
  - app/assets/javascripts/contour.js
475
475
  - app/assets/javascripts/external/exporting-2.1.9.src.js
@@ -478,7 +478,7 @@ files:
478
478
  - app/assets/javascripts/external/jquery.qtip.min.js
479
479
  - app/assets/javascripts/twitter-bootstrap/bootstrap-scroll-modal.js
480
480
  - app/assets/javascripts/twitter-bootstrap/bootstrap.js.coffee
481
- - app/assets/javascripts/twitter-bootstrap/v2.1.0/bootstrap.js
481
+ - app/assets/javascripts/twitter-bootstrap/v2.1.1/bootstrap.js
482
482
  - app/assets/stylesheets/bootstrap-base-overrides.css
483
483
  - app/assets/stylesheets/bootstrap-responsive-overrides.css
484
484
  - app/assets/stylesheets/contour/about.css
@@ -488,8 +488,8 @@ files:
488
488
  - app/assets/stylesheets/jquery.qtip.css
489
489
  - app/assets/stylesheets/twitter-bootstrap/bootstrap-scroll-modal.css
490
490
  - app/assets/stylesheets/twitter-bootstrap/bootstrap-subnav.css
491
- - app/assets/stylesheets/twitter-bootstrap/v2.1.0/bootstrap-responsive.css
492
- - app/assets/stylesheets/twitter-bootstrap/v2.1.0/bootstrap.css
491
+ - app/assets/stylesheets/twitter-bootstrap/v2.1.1/bootstrap-responsive.css
492
+ - app/assets/stylesheets/twitter-bootstrap/v2.1.1/bootstrap.css
493
493
  - app/controllers/contour/authentications_controller.rb
494
494
  - app/controllers/contour/confirmations_controller.rb
495
495
  - app/controllers/contour/passwords_controller.rb