contour 2.0.0.rc5 → 2.0.0.rc6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +1 -0
  3. data/app/assets/stylesheets/bootstrap-base-overrides.css.erb +24 -0
  4. data/lib/contour/version.rb +1 -1
  5. data/test/dummy/db/test.sqlite3 +0 -0
  6. data/test/dummy/log/test.log +395 -0
  7. data/test/dummy/tmp/cache/assets/test/sprockets/0b793dc498fe65856d1b31a805f114dc +0 -0
  8. data/test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  9. data/test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  10. data/test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  11. data/test/dummy/tmp/cache/assets/test/sprockets/39c42dbcd5ab9548ffa2207486c5fc96 +0 -0
  12. data/test/dummy/tmp/cache/assets/test/sprockets/3f0d51948383ef3441b45bc80b20fa9e +0 -0
  13. data/test/dummy/tmp/cache/assets/test/sprockets/408c90980fca5a250881bafa3ef0ca63 +0 -0
  14. data/test/dummy/tmp/cache/assets/test/sprockets/44037edbd37eef33ef8b0a1a91582ace +0 -0
  15. data/test/dummy/tmp/cache/assets/test/sprockets/4931993c1f5141f93b4def25a35bde94 +0 -0
  16. data/test/dummy/tmp/cache/assets/test/sprockets/52fdf8b6edf8961cb9febcb7632768f5 +0 -0
  17. data/test/dummy/tmp/cache/assets/test/sprockets/5b80da0f8a38da009b33728cac5f75cd +0 -0
  18. data/test/dummy/tmp/cache/assets/test/sprockets/6666059cb20313a69e518d351e00eb1f +0 -0
  19. data/test/dummy/tmp/cache/assets/test/sprockets/864e4f1898b310dcf0316a99ba0a3067 +0 -0
  20. data/test/dummy/tmp/cache/assets/test/sprockets/8ae2ed1d53a0bb9e378635ee6ed8b8f2 +0 -0
  21. data/test/dummy/tmp/cache/assets/test/sprockets/a1ea8dc0ad2cba980ba9bf913dc4fbb3 +0 -0
  22. data/test/dummy/tmp/cache/assets/test/sprockets/a3a6cd207915c1867e51fa92ea7827b8 +0 -0
  23. data/test/dummy/tmp/cache/assets/test/sprockets/a7b222735fc6d94f5713fa8e4c00feec +0 -0
  24. data/test/dummy/tmp/cache/assets/test/sprockets/b8a6fd5720b84300bdc9be43b56666a9 +0 -0
  25. data/test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  26. data/test/dummy/tmp/cache/assets/test/sprockets/d349e541fcee15c728353f5b98927918 +0 -0
  27. data/test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  28. data/test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  29. metadata +22 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1293e9a056f02fbc58a5ec497be412a05013855f
4
- data.tar.gz: 41252e2002cf3655ef1bfde32d910f67e8bc4d9d
3
+ metadata.gz: 42926df0e2819a5ef724dae3aa36eca642dca688
4
+ data.tar.gz: 1012337bc5ac2543a63609c45645ebc5129b02c1
5
5
  SHA512:
6
- metadata.gz: 3f554e2604833008eb7c164becfdc11eb04bd98a9fea9f9a4094753fe3e85fdbbc4d2a110925782677af22f0ef1c73e5f77e8372acccb37e94a74614e4c7241b
7
- data.tar.gz: 32656a3c8d42eae4a6f1c77b4acf5a1e7f3392a25193b606cf37884f8ea404f358f863e377d58edc892d067a563035dec40ce26d23110225e2a4c49842a5f1e7
6
+ metadata.gz: 6d4689efe8c359325b79f4933de4b6782a83c657b31d7fb44f46aea5f9d007896d8e876e7a38db7bffbbfa14ec4a65cf402788c40bdcebc1e1102e9bffbc5da8
7
+ data.tar.gz: e453c97274e6a79e9445c7ede0aee1cd898f4bba2bcc69aa1c403079f610d9d803afbfb2fdecbfd35f48b05808180360b4b30481b12024c9c375c7660a6b772c
@@ -14,6 +14,7 @@
14
14
  - Added `config.spam_fields` to the configuration allowing application registration pages to be configured with honeypot traps for submitter spam bots
15
15
  - Configuring the invisible `spam_fields` may reduce the number of fake registrations without being a burden to the existing registration process
16
16
  - Ex: `config.spam_fields = [ :address ]`
17
+ - Added `btn-danger-inverse` for GitHub style danger buttons
17
18
 
18
19
  ### Breaking Changes
19
20
  - The remaining *Gentleface* icons have been removed
@@ -60,3 +60,27 @@ h1, h2, h3, h4, h5, h6 {
60
60
  top: -16px;
61
61
  z-index: 1000;
62
62
  }
63
+
64
+ .btn-danger-inverse.active {
65
+ color: rgba(255, 255, 255, 0.75);
66
+ }
67
+
68
+ .btn-danger-inverse {
69
+ color: #bd362f;
70
+ }
71
+
72
+ .btn-danger-inverse:hover,
73
+ .btn-danger-inverse:focus,
74
+ .btn-danger-inverse:active,
75
+ .btn-danger-inverse.active,
76
+ .btn-danger-inverse.disabled,
77
+ .btn-danger-inverse[disabled] {
78
+ color: #fff;
79
+ text-shadow: 0px -1px 0 rgba(0,0,0,0.3);
80
+ background-color: #bd362f;
81
+ background-image: -moz-linear-gradient(#ee5f5b, #bd362f);
82
+ background-image: -webkit-linear-gradient(#ee5f5b, #bd362f);
83
+ background-image: linear-gradient(#ee5f5b, #bd362f);
84
+ background-repeat: repeat-x;
85
+ border-color: #cd504a;
86
+ }
@@ -3,7 +3,7 @@ module Contour
3
3
  MAJOR = 2
4
4
  MINOR = 0
5
5
  TINY = 0
6
- BUILD = "rc5" # nil, "pre", "rc", "rc2"
6
+ BUILD = "rc6" # nil, "pre", "rc", "rc2"
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
9
9
  end
Binary file
@@ -79764,6 +79764,401 @@ UserTest: test_should_apply_omniauth
79764
79764
   (0.0ms) begin transaction
79765
79765
  --------------------------------------
79766
79766
  UserTest: test_should_get_reverse_name
79767
+ --------------------------------------
79768
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
79769
+  (0.1ms) rollback transaction
79770
+  (0.4ms) begin transaction
79771
+ Fixture Delete (0.4ms) DELETE FROM "authentications"
79772
+ Fixture Insert (0.3ms) INSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('open_id', 'open_id@open_id.com', '2013-07-25 13:52:31', '2013-07-25 13:52:31', 949717663, 201799169)
79773
+ Fixture Insert (0.1ms) INSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('google_apps', 'test@gmail.com', '2013-07-25 13:52:31', '2013-07-25 13:52:31', 876923740, 201799169)
79774
+ 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', '2013-07-25 13:52:31', '2013-07-25 13:52:31', 864673665, 201799169)
79775
+ Fixture Delete (0.2ms) DELETE FROM "users"
79776
+ 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', '2013-07-25 13:52:31', '2013-07-25 13:52:31', 201799169)
79777
+ Fixture Insert (0.2ms) 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', '2013-07-25 13:52:31', '2013-07-25 13:52:31', 999914115)
79778
+ 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', '2013-07-25 13:52:31', '2013-07-25 13:52:31', 725306934)
79779
+ 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', '2013-07-25 13:52:31', '2013-07-25 13:52:31', 349534908)
79780
+  (1.6ms) commit transaction
79781
+  (0.1ms) begin transaction
79782
+ -------------------------------------------------
79783
+ AuthenticationTest: test_should_get_provider_name
79784
+ -------------------------------------------------
79785
+ Authentication Load (0.3ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 876923740]]
79786
+  (0.1ms) rollback transaction
79787
+  (0.1ms) begin transaction
79788
+ --------------------------------------------------------------------------------
79789
+ AuthenticationTest: test_should_get_provider_name_and_handle_OpenID_special_case
79790
+ --------------------------------------------------------------------------------
79791
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
79792
+  (0.1ms) rollback transaction
79793
+  (0.1ms) begin transaction
79794
+ -------------------------------------------------------------------------
79795
+ Contour::AuthenticationsControllerTest: test_should_create_authentication
79796
+ -------------------------------------------------------------------------
79797
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
79798
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
79799
+  (0.1ms) SELECT COUNT(*) FROM "authentications"
79800
+ Processing by Contour::AuthenticationsController#create as HTML
79801
+ Parameters: {"authentication"=>{"id"=>"949717663", "user_id"=>"201799169", "provider"=>"open_id", "uid"=>"open_id@open_id.com", "created_at"=>"2013-07-25 13:52:31 UTC", "updated_at"=>"2013-07-25 13:52:31 UTC"}}
79802
+ Authentication Load (0.2ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."provider" = 'google_apps' AND "authentications"."uid" = 'test@example.com' LIMIT 1
79803
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 ORDER BY "users"."id" ASC LIMIT 1
79804
+ Logged in user found, creating associated authentication.
79805
+  (0.1ms) SAVEPOINT active_record_1
79806
+ SQL (0.5ms) INSERT INTO "authentications" ("created_at", "provider", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 25 Jul 2013 13:52:32 UTC +00:00], ["provider", "google_apps"], ["uid", "test@example.com"], ["updated_at", Thu, 25 Jul 2013 13:52:32 UTC +00:00], ["user_id", 201799169]]
79807
+  (0.1ms) RELEASE SAVEPOINT active_record_1
79808
+ Redirected to http://test.host/authentications
79809
+ Completed 302 Found in 52ms (ActiveRecord: 1.1ms)
79810
+  (0.1ms) SELECT COUNT(*) FROM "authentications"
79811
+  (15.0ms) rollback transaction
79812
+  (0.1ms) begin transaction
79813
+ --------------------------------------------------------------------------
79814
+ Contour::AuthenticationsControllerTest: test_should_destroy_authentication
79815
+ --------------------------------------------------------------------------
79816
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
79817
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
79818
+  (0.1ms) SELECT COUNT(*) FROM "authentications"
79819
+ Processing by Contour::AuthenticationsController#destroy as HTML
79820
+ Parameters: {"id"=>"949717663"}
79821
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 ORDER BY "users"."id" ASC LIMIT 1
79822
+ Authentication Load (0.2ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = ? AND "authentications"."id" = ? LIMIT 1 [["user_id", 201799169], ["id", "949717663"]]
79823
+  (0.1ms) SAVEPOINT active_record_1
79824
+ SQL (0.4ms) DELETE FROM "authentications" WHERE "authentications"."id" = ? [["id", 949717663]]
79825
+  (0.1ms) RELEASE SAVEPOINT active_record_1
79826
+ Redirected to http://test.host/authentications
79827
+ Completed 302 Found in 5ms (ActiveRecord: 0.9ms)
79828
+  (0.1ms) SELECT COUNT(*) FROM "authentications"
79829
+  (0.5ms) rollback transaction
79830
+  (0.1ms) begin transaction
79831
+ -------------------------------------------------------------
79832
+ Contour::AuthenticationsControllerTest: test_should_get_index
79833
+ -------------------------------------------------------------
79834
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
79835
+ Authentication Load (0.0ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
79836
+ Processing by Contour::AuthenticationsController#index as HTML
79837
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 ORDER BY "users"."id" ASC LIMIT 1
79838
+ Authentication Exists (0.2ms) SELECT 1 AS one FROM "authentications" WHERE "authentications"."user_id" = ? LIMIT 1 [["user_id", 201799169]]
79839
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = ? [["user_id", 201799169]]
79840
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_index.html.erb (48.5ms)
79841
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (2.9ms)
79842
+ Completed 200 OK in 901ms (Views: 899.1ms | ActiveRecord: 0.4ms)
79843
+  (0.2ms) rollback transaction
79844
+  (0.1ms) begin transaction
79845
+ -----------------------------------------------------------------------------
79846
+ Contour::PasswordsControllerTest: test_should_be_able_to_request_new_password
79847
+ -----------------------------------------------------------------------------
79848
+ Processing by Contour::PasswordsController#create as HTML
79849
+ Parameters: {"user"=>{"email"=>"valid@example.com"}}
79850
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
79851
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = 'RZq5sEHCDmyqFnyVVks8' LIMIT 1
79852
+  (0.1ms) SAVEPOINT active_record_1
79853
+ SQL (0.7ms) UPDATE "users" SET "reset_password_token" = ?, "reset_password_sent_at" = ?, "updated_at" = ? WHERE "users"."id" = 201799169 [["reset_password_token", "RZq5sEHCDmyqFnyVVks8"], ["reset_password_sent_at", Thu, 25 Jul 2013 13:52:33 UTC +00:00], ["updated_at", Thu, 25 Jul 2013 13:52:33 UTC +00:00]]
79854
+  (0.1ms) RELEASE SAVEPOINT active_record_1
79855
+
79856
+ Sent mail to valid@example.com (15.9ms)
79857
+ Date: Thu, 25 Jul 2013 09:52:33 -0400
79858
+ From: please-change-me-at-config-initializers-devise@example.com
79859
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
79860
+ To: valid@example.com
79861
+ Message-ID: <51f12da1671ad_19133ff9544606d0908d1@edge.partners.org.mail>
79862
+ Subject: Reset password instructions
79863
+ Mime-Version: 1.0
79864
+ Content-Type: text/html;
79865
+ charset=UTF-8
79866
+ Content-Transfer-Encoding: 7bit
79867
+
79868
+ <p>Hello valid@example.com!</p>
79869
+
79870
+ <p>Someone has requested a link to change your password. You can do this through the link below.</p>
79871
+
79872
+ <p><a href="http://localhost:3000/users/password/edit?reset_password_token=RZq5sEHCDmyqFnyVVks8">Change my password</a></p>
79873
+
79874
+ <p>If you didn't request this, please ignore this email.</p>
79875
+ <p>Your password won't change until you access the link above and create a new one.</p>
79876
+
79877
+ Redirected to http://test.host/users/login
79878
+ Completed 302 Found in 242ms (ActiveRecord: 1.3ms)
79879
+  (0.8ms) rollback transaction
79880
+  (0.1ms) begin transaction
79881
+ -----------------------------------------------------------------------------
79882
+ Contour::PasswordsControllerTest: test_should_be_able_to_view_forget_password
79883
+ -----------------------------------------------------------------------------
79884
+ Processing by Contour::PasswordsController#new as HTML
79885
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (1.6ms)
79886
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (6.9ms)
79887
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (9.8ms)
79888
+ Completed 200 OK in 93ms (Views: 91.9ms | ActiveRecord: 0.0ms)
79889
+  (0.1ms) rollback transaction
79890
+  (0.1ms) begin transaction
79891
+ -------------------------------------------------------------------------------
79892
+ Contour::RegistrationsControllerTest: test_a_new_user_should_be_able_to_sign_up
79893
+ -------------------------------------------------------------------------------
79894
+  (0.2ms) SELECT COUNT(*) FROM "users"
79895
+ Processing by Contour::RegistrationsController#create as HTML
79896
+ Parameters: {"user"=>{"first_name"=>"First Name", "last_name"=>"Last Name", "email"=>"new_user@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "spam"=>""}}
79897
+ Unpermitted parameters: spam
79898
+  (0.1ms) SAVEPOINT active_record_1
79899
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'new_user@example.com' LIMIT 1
79900
+ Binary data inserted for `string` type on column `encrypted_password`
79901
+ SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "encrypted_password", "first_name", "last_name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 25 Jul 2013 13:52:33 UTC +00:00], ["email", "new_user@example.com"], ["encrypted_password", "$2a$04$ee6BziZ1bt5EmmNi6S5TeOqtSjmrG1Ot24izXqkMfIDt66Or0/1Q2"], ["first_name", "First Name"], ["last_name", "Last Name"], ["updated_at", Thu, 25 Jul 2013 13:52:33 UTC +00:00]]
79902
+  (0.1ms) RELEASE SAVEPOINT active_record_1
79903
+ Redirected to http://test.host/users/login
79904
+ Completed 302 Found in 31ms (ActiveRecord: 1.0ms)
79905
+  (0.1ms) SELECT COUNT(*) FROM "users"
79906
+  (0.7ms) rollback transaction
79907
+  (0.1ms) begin transaction
79908
+ --------------------------------------------------------------------------------------------
79909
+ Contour::RegistrationsControllerTest: test_a_new_user_should_not_be_able_to_set_their_status
79910
+ --------------------------------------------------------------------------------------------
79911
+  (0.2ms) SELECT COUNT(*) FROM "users"
79912
+ Processing by Contour::RegistrationsController#create as HTML
79913
+ Parameters: {"user"=>{"first_name"=>"First Name", "last_name"=>"Last Name", "status"=>"active", "email"=>"new_registration@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
79914
+ Unpermitted parameters: status
79915
+  (0.1ms) SAVEPOINT active_record_1
79916
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'new_registration@example.com' LIMIT 1
79917
+ Binary data inserted for `string` type on column `encrypted_password`
79918
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "encrypted_password", "first_name", "last_name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 25 Jul 2013 13:52:33 UTC +00:00], ["email", "new_registration@example.com"], ["encrypted_password", "$2a$04$nfs2cHBKZIbMhMHzRyNWXOj/Iex0IZAOreRh4PCO3.g3TOFf9tExy"], ["first_name", "First Name"], ["last_name", "Last Name"], ["updated_at", Thu, 25 Jul 2013 13:52:33 UTC +00:00]]
79919
+  (0.1ms) RELEASE SAVEPOINT active_record_1
79920
+ Redirected to http://test.host/users/login
79921
+ Completed 302 Found in 9ms (ActiveRecord: 0.7ms)
79922
+  (0.1ms) SELECT COUNT(*) FROM "users"
79923
+  (0.8ms) rollback transaction
79924
+  (0.1ms) begin transaction
79925
+ ---------------------------------------------------------------------------------------------
79926
+ Contour::RegistrationsControllerTest: test_a_submitter_spam_bot_should_not_be_able_to_sign_up
79927
+ ---------------------------------------------------------------------------------------------
79928
+  (0.1ms) SELECT COUNT(*) FROM "users"
79929
+ Processing by Contour::RegistrationsController#create as HTML
79930
+ Parameters: {"user"=>{"first_name"=>"First Name", "last_name"=>"Last Name", "email"=>"new_user@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "spam"=>"http://buystuffhere.com"}}
79931
+ SPAM BOT SIGNUP: {"user"=>{"first_name"=>"First Name", "last_name"=>"Last Name", "email"=>"new_user@example.com", "password"=>"password", "password_confirmation"=>"password", "spam"=>"http://buystuffhere.com"}, "controller"=>"contour/registrations", "action"=>"create"}
79932
+ Unpermitted parameters: spam
79933
+ Redirected to http://test.host/users/login
79934
+ Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
79935
+  (0.1ms) SELECT COUNT(*) FROM "users"
79936
+  (0.1ms) rollback transaction
79937
+  (0.0ms) begin transaction
79938
+ ----------------------------------------------------------------------
79939
+ Contour::SessionsControllerTest: test_return_user_json_object_on_login
79940
+ ----------------------------------------------------------------------
79941
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
79942
+ Processing by Contour::SessionsController#create as JSON
79943
+ Parameters: {"user"=>{"email"=>"valid@example.com", "password"=>"[FILTERED]"}}
79944
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
79945
+  (0.1ms) SAVEPOINT active_record_1
79946
+ SQL (0.5ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = 201799169 [["last_sign_in_at", Thu, 25 Jul 2013 13:52:33 UTC +00:00], ["current_sign_in_at", Thu, 25 Jul 2013 13:52:33 UTC +00:00], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", Thu, 25 Jul 2013 13:52:33 UTC +00:00]]
79947
+  (0.1ms) RELEASE SAVEPOINT active_record_1
79948
+ Completed 200 OK in 82ms (Views: 0.4ms | ActiveRecord: 0.8ms)
79949
+  (0.7ms) rollback transaction
79950
+  (0.1ms) begin transaction
79951
+ ----------------------------------------------------------------------------------------------------------
79952
+ Contour::SessionsControllerTest: test_should_do_a_graceful_redirect_to_google_apps_through_secondary_email
79953
+ ----------------------------------------------------------------------------------------------------------
79954
+ Processing by Contour::SessionsController#create as HTML
79955
+ Parameters: {"user"=>{"email"=>"test@gmail.com", "password"=>"[FILTERED]"}}
79956
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'test@gmail.com' LIMIT 1
79957
+  (0.1ms) SELECT "authentications"."provider" FROM "authentications" WHERE "authentications"."uid" = 'test@gmail.com'
79958
+ Redirected to http://test.host/auth/google_apps
79959
+ Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
79960
+  (0.1ms) rollback transaction
79961
+  (0.1ms) begin transaction
79962
+ ----------------------------------------------------------------------------------------------
79963
+ Contour::SessionsControllerTest: test_should_do_a_graceful_redirect_to_ldap_with_primary_email
79964
+ ----------------------------------------------------------------------------------------------
79965
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
79966
+ Processing by Contour::SessionsController#create as HTML
79967
+ Parameters: {"user"=>{"email"=>"valid@example.com", "password"=>"[FILTERED]"}}
79968
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
79969
+  (0.2ms) SELECT "authentications"."provider" FROM "authentications" WHERE "authentications"."user_id" = ? [["user_id", 201799169]]
79970
+ Redirected to http://test.host/auth/ldap
79971
+ Completed 302 Found in 5ms (ActiveRecord: 0.4ms)
79972
+  (0.1ms) rollback transaction
79973
+  (0.0ms) begin transaction
79974
+ --------------------------------------------------------------------------
79975
+ Contour::SessionsControllerTest: test_should_not_login_invalid_credentials
79976
+ --------------------------------------------------------------------------
79977
+ Processing by Contour::SessionsController#create as HTML
79978
+ Parameters: {"user"=>{"email"=>"", "password"=>"[FILTERED]"}}
79979
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = '' LIMIT 1
79980
+  (0.1ms) SELECT "authentications"."provider" FROM "authentications" WHERE "authentications"."uid" = ''
79981
+ Completed 401 Unauthorized in 3ms
79982
+ Processing by Contour::SessionsController#new as HTML
79983
+ Parameters: {"user"=>{"email"=>"", "password"=>"[FILTERED]"}}
79984
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (1.0ms)
79985
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_login_table.html.erb (2.1ms)
79986
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.6ms)
79987
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (1.6ms)
79988
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (3.5ms)
79989
+ Completed 200 OK in 34ms (Views: 32.6ms | ActiveRecord: 0.0ms)
79990
+  (0.1ms) rollback transaction
79991
+  (0.1ms) begin transaction
79992
+ -----------------------------------------------------
79993
+ ContourHelperTest: test_should_show_sort_field_helper
79994
+ -----------------------------------------------------
79995
+  (0.1ms) rollback transaction
79996
+  (0.1ms) begin transaction
79997
+ ---------------------------------------------------------------------
79998
+ ContourHelperTest: test_should_show_sort_field_helper_with_same_order
79999
+ ---------------------------------------------------------------------
80000
+  (0.1ms) rollback transaction
80001
+  (0.0ms) begin transaction
80002
+ -----------------------
80003
+ ContourTest: test_truth
80004
+ -----------------------
80005
+  (0.1ms) rollback transaction
80006
+  (0.1ms) begin transaction
80007
+ --------------------------------------------------------------------
80008
+ NavigationTest: test_deleted_users_should_be_not_be_allowed_to_login
80009
+ --------------------------------------------------------------------
80010
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
80011
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
80012
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
80013
+ Started GET "/logged_in_page" for 127.0.0.1 at 2013-07-25 09:52:34 -0400
80014
+ Processing by WelcomeController#logged_in_page as HTML
80015
+ Completed 401 Unauthorized in 33ms
80016
+  (0.1ms) SAVEPOINT active_record_1
80017
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1
80018
+ Binary data inserted for `string` type on column `encrypted_password`
80019
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "encrypted_password", "first_name", "last_name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 25 Jul 2013 13:52:34 UTC +00:00], ["email", "deleted-2@example.com"], ["encrypted_password", "$2a$04$9ffh2K7v3h3JMm4ddbgyDuisCBMz6WNdplJXCADlkVXHupPWmWxgO"], ["first_name", "Deleted"], ["last_name", "User"], ["updated_at", Thu, 25 Jul 2013 13:52:34 UTC +00:00]]
80020
+  (0.1ms) RELEASE SAVEPOINT active_record_1
80021
+  (0.0ms) SAVEPOINT active_record_1
80022
+ Authentication Exists (0.1ms) SELECT 1 AS one FROM "authentications" WHERE "authentications"."user_id" = ? LIMIT 1 [["user_id", 999914116]]
80023
+ Authentication Exists (0.0ms) SELECT 1 AS one FROM "authentications" WHERE "authentications"."user_id" = ? LIMIT 1 [["user_id", 999914116]]
80024
+  (0.0ms) RELEASE SAVEPOINT active_record_1
80025
+ SQL (0.3ms) UPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116
80026
+ SQL (0.1ms) UPDATE "users" SET "deleted" = 't' WHERE "users"."id" = 999914116
80027
+ Started POST "/users/login" for 127.0.0.1 at 2013-07-25 09:52:34 -0400
80028
+ Processing by Contour::SessionsController#create as HTML
80029
+ Parameters: {"user"=>{"email"=>"deleted-2@example.com", "password"=>"[FILTERED]"}}
80030
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1
80031
+  (0.1ms) SAVEPOINT active_record_1
80032
+  (0.1ms) RELEASE SAVEPOINT active_record_1
80033
+ Completed 401 Unauthorized in 22ms
80034
+ Started GET "/users/login" for 127.0.0.1 at 2013-07-25 09:52:34 -0400
80035
+ Processing by Contour::SessionsController#new as HTML
80036
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (0.5ms)
80037
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_login_table.html.erb (1.2ms)
80038
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.1ms)
80039
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (1.4ms)
80040
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (3.0ms)
80041
+ Completed 200 OK in 14ms (Views: 12.2ms | ActiveRecord: 0.0ms)
80042
+  (0.7ms) rollback transaction
80043
+  (0.1ms) begin transaction
80044
+ --------------------------------------------------------
80045
+ NavigationTest: test_friendly_url_forwarding_after_login
80046
+ --------------------------------------------------------
80047
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
80048
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
80049
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
80050
+ Started GET "/logged_in_page" for 127.0.0.1 at 2013-07-25 09:52:34 -0400
80051
+ Processing by WelcomeController#logged_in_page as HTML
80052
+ Completed 401 Unauthorized in 1ms
80053
+  (0.1ms) SAVEPOINT active_record_1
80054
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
80055
+ Binary data inserted for `string` type on column `encrypted_password`
80056
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "encrypted_password", "first_name", "last_name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 25 Jul 2013 13:52:34 UTC +00:00], ["email", "valid-2@example.com"], ["encrypted_password", "$2a$04$0AtVweYt36NoXcaM86XjXOXJ/fjV5zqgD7/BCW9KdZ4SgKmnSXEmW"], ["first_name", "FirstName"], ["last_name", "LastName"], ["updated_at", Thu, 25 Jul 2013 13:52:34 UTC +00:00]]
80057
+  (0.1ms) RELEASE SAVEPOINT active_record_1
80058
+  (0.0ms) SAVEPOINT active_record_1
80059
+ Authentication Exists (0.1ms) SELECT 1 AS one FROM "authentications" WHERE "authentications"."user_id" = ? LIMIT 1 [["user_id", 999914116]]
80060
+ Authentication Exists (0.0ms) SELECT 1 AS one FROM "authentications" WHERE "authentications"."user_id" = ? LIMIT 1 [["user_id", 999914116]]
80061
+  (0.1ms) RELEASE SAVEPOINT active_record_1
80062
+ SQL (0.3ms) UPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116
80063
+ SQL (0.1ms) UPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116
80064
+ Started POST "/users/login" for 127.0.0.1 at 2013-07-25 09:52:34 -0400
80065
+ Processing by Contour::SessionsController#create as HTML
80066
+ Parameters: {"user"=>{"email"=>"valid-2@example.com", "password"=>"[FILTERED]"}}
80067
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
80068
+  (0.1ms) SAVEPOINT active_record_1
80069
+ SQL (0.3ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = 999914116 [["last_sign_in_at", Thu, 25 Jul 2013 13:52:34 UTC +00:00], ["current_sign_in_at", Thu, 25 Jul 2013 13:52:34 UTC +00:00], ["last_sign_in_ip", "127.0.0.1"], ["current_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", Thu, 25 Jul 2013 13:52:34 UTC +00:00]]
80070
+  (0.0ms) RELEASE SAVEPOINT active_record_1
80071
+ Redirected to http://www.example.com/logged_in_page
80072
+ Completed 302 Found in 10ms (ActiveRecord: 0.5ms)
80073
+ Started GET "/logged_in_page" for 127.0.0.1 at 2013-07-25 09:52:34 -0400
80074
+ Processing by WelcomeController#logged_in_page as HTML
80075
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 999914116 ORDER BY "users"."id" ASC LIMIT 1
80076
+ Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)
80077
+  (0.7ms) rollback transaction
80078
+  (0.1ms) begin transaction
80079
+ --------------------------------------------------------------------
80080
+ NavigationTest: test_pending_users_should_be_not_be_allowed_to_login
80081
+ --------------------------------------------------------------------
80082
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
80083
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
80084
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
80085
+ Started GET "/logged_in_page" for 127.0.0.1 at 2013-07-25 09:52:34 -0400
80086
+ Processing by WelcomeController#logged_in_page as HTML
80087
+ Completed 401 Unauthorized in 1ms
80088
+  (0.1ms) SAVEPOINT active_record_1
80089
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1
80090
+ Binary data inserted for `string` type on column `encrypted_password`
80091
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "encrypted_password", "first_name", "last_name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 25 Jul 2013 13:52:34 UTC +00:00], ["email", "pending-2@example.com"], ["encrypted_password", "$2a$04$CxP.eaPGYs7JHjtGftcJ3uj5ul4LmXy86wALN6YfXaZASmfhwk8jy"], ["first_name", "MyString"], ["last_name", "MyString"], ["updated_at", Thu, 25 Jul 2013 13:52:34 UTC +00:00]]
80092
+  (0.1ms) RELEASE SAVEPOINT active_record_1
80093
+  (0.0ms) SAVEPOINT active_record_1
80094
+ Authentication Exists (0.1ms) SELECT 1 AS one FROM "authentications" WHERE "authentications"."user_id" = ? LIMIT 1 [["user_id", 999914116]]
80095
+ Authentication Exists (0.0ms) SELECT 1 AS one FROM "authentications" WHERE "authentications"."user_id" = ? LIMIT 1 [["user_id", 999914116]]
80096
+  (0.1ms) RELEASE SAVEPOINT active_record_1
80097
+ SQL (0.3ms) UPDATE "users" SET "status" = 'pending' WHERE "users"."id" = 999914116
80098
+ SQL (0.1ms) UPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116
80099
+ Started POST "/users/login" for 127.0.0.1 at 2013-07-25 09:52:34 -0400
80100
+ Processing by Contour::SessionsController#create as HTML
80101
+ Parameters: {"user"=>{"email"=>"pending-2@example.com", "password"=>"[FILTERED]"}}
80102
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1
80103
+  (0.0ms) SAVEPOINT active_record_1
80104
+  (0.0ms) RELEASE SAVEPOINT active_record_1
80105
+ Completed 401 Unauthorized in 5ms
80106
+ Started GET "/users/login" for 127.0.0.1 at 2013-07-25 09:52:34 -0400
80107
+ Processing by Contour::SessionsController#new as HTML
80108
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (0.4ms)
80109
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_login_table.html.erb (1.2ms)
80110
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.1ms)
80111
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (1.3ms)
80112
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (2.7ms)
80113
+ Completed 200 OK in 13ms (Views: 11.5ms | ActiveRecord: 0.0ms)
80114
+  (1.0ms) rollback transaction
80115
+  (0.1ms) begin transaction
80116
+ -------------------------------------------------------------
80117
+ NavigationTest: test_root_navigation_redirected_to_login_page
80118
+ -------------------------------------------------------------
80119
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
80120
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
80121
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
80122
+ Started GET "/" for 127.0.0.1 at 2013-07-25 09:52:34 -0400
80123
+ Processing by WelcomeController#index as HTML
80124
+ Completed 401 Unauthorized in 1ms
80125
+  (0.1ms) rollback transaction
80126
+  (0.1ms) begin transaction
80127
+ -------------------------------------------------------------------------
80128
+ NavigationTest: test_valid_users_should_be_able_to_login_using_basic_http
80129
+ -------------------------------------------------------------------------
80130
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
80131
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
80132
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
80133
+ Started GET "/logged_in_page.json" for 127.0.0.1 at 2013-07-25 09:52:34 -0400
80134
+ Processing by WelcomeController#logged_in_page as JSON
80135
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
80136
+  (0.1ms) SAVEPOINT active_record_1
80137
+ SQL (0.4ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = 201799169 [["last_sign_in_at", Thu, 25 Jul 2013 13:52:34 UTC +00:00], ["current_sign_in_at", Thu, 25 Jul 2013 13:52:34 UTC +00:00], ["current_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", Thu, 25 Jul 2013 13:52:34 UTC +00:00]]
80138
+  (0.1ms) RELEASE SAVEPOINT active_record_1
80139
+ Completed 200 OK in 82ms (Views: 0.2ms | ActiveRecord: 0.7ms)
80140
+  (0.5ms) rollback transaction
80141
+  (0.1ms) begin transaction
80142
+ ------------------------------------------------------------------------------------------------
80143
+ NavigationTest: test_valid_users_should_not_be_able_to_login_using_basic_http_and_wrong_password
80144
+ ------------------------------------------------------------------------------------------------
80145
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
80146
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
80147
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
80148
+ Started GET "/logged_in_page.json" for 127.0.0.1 at 2013-07-25 09:52:34 -0400
80149
+ Processing by WelcomeController#logged_in_page as JSON
80150
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
80151
+ Completed 401 Unauthorized in 79ms
80152
+  (0.1ms) rollback transaction
80153
+  (0.1ms) begin transaction
80154
+ ------------------------------------
80155
+ UserTest: test_should_apply_omniauth
80156
+ ------------------------------------
80157
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
80158
+  (0.1ms) rollback transaction
80159
+  (0.1ms) begin transaction
80160
+ --------------------------------------
80161
+ UserTest: test_should_get_reverse_name
79767
80162
  --------------------------------------
79768
80163
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
79769
80164
   (0.1ms) rollback transaction
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contour
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.rc5
4
+ version: 2.0.0.rc6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Remo Mueller
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-17 00:00:00.000000000 Z
11
+ date: 2013-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -392,20 +392,26 @@ files:
392
392
  - test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
393
393
  - test/dummy/tmp/cache/assets/test/sprockets/346128943c5e30fdb088f54a58af54cc
394
394
  - test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
395
+ - test/dummy/tmp/cache/assets/test/sprockets/39c42dbcd5ab9548ffa2207486c5fc96
395
396
  - test/dummy/tmp/cache/assets/test/sprockets/3ed734f0003effb5248235744ea7cfbf
397
+ - test/dummy/tmp/cache/assets/test/sprockets/3f0d51948383ef3441b45bc80b20fa9e
396
398
  - test/dummy/tmp/cache/assets/test/sprockets/408c90980fca5a250881bafa3ef0ca63
397
399
  - test/dummy/tmp/cache/assets/test/sprockets/42bbea7a13ce140463a5486a3ae03c94
398
400
  - test/dummy/tmp/cache/assets/test/sprockets/43f737dd071b0018e1efcfb1922ff593
401
+ - test/dummy/tmp/cache/assets/test/sprockets/44037edbd37eef33ef8b0a1a91582ace
399
402
  - test/dummy/tmp/cache/assets/test/sprockets/4556873bdb635e908edb1b44651d42e4
400
403
  - test/dummy/tmp/cache/assets/test/sprockets/484869e0e90da89451d284b6ea1b97ea
404
+ - test/dummy/tmp/cache/assets/test/sprockets/4931993c1f5141f93b4def25a35bde94
401
405
  - test/dummy/tmp/cache/assets/test/sprockets/4c1f9630c371980e45f3ae2dfaec8a28
402
406
  - test/dummy/tmp/cache/assets/test/sprockets/4e7d7c035444f1095fa7dc67721581db
403
407
  - test/dummy/tmp/cache/assets/test/sprockets/501011855a4cc902996843acadb9c797
404
408
  - test/dummy/tmp/cache/assets/test/sprockets/52cdaf963c787c0aa7e2741ce4340be0
409
+ - test/dummy/tmp/cache/assets/test/sprockets/52fdf8b6edf8961cb9febcb7632768f5
405
410
  - test/dummy/tmp/cache/assets/test/sprockets/565a4c5a5681bc36489ea1beae4553b0
406
411
  - test/dummy/tmp/cache/assets/test/sprockets/57199a94a0d7d2804ecb7299ea783759
407
412
  - test/dummy/tmp/cache/assets/test/sprockets/5735b70ef1f983b248a47ab1f71fe267
408
413
  - test/dummy/tmp/cache/assets/test/sprockets/5aa48c4b9b88fd0c67e1480c677ac489
414
+ - test/dummy/tmp/cache/assets/test/sprockets/5b80da0f8a38da009b33728cac5f75cd
409
415
  - test/dummy/tmp/cache/assets/test/sprockets/5bc2e1947318770b4a07d9bcac5faff6
410
416
  - test/dummy/tmp/cache/assets/test/sprockets/6565915e91061b9bb42eda9dfa4cf3fc
411
417
  - test/dummy/tmp/cache/assets/test/sprockets/6666059cb20313a69e518d351e00eb1f
@@ -423,6 +429,7 @@ files:
423
429
  - test/dummy/tmp/cache/assets/test/sprockets/864e4f1898b310dcf0316a99ba0a3067
424
430
  - test/dummy/tmp/cache/assets/test/sprockets/87f0cc2881f608195fdaec58ee54fbfe
425
431
  - test/dummy/tmp/cache/assets/test/sprockets/884005c51eb580c211fdf86f83cbd7d4
432
+ - test/dummy/tmp/cache/assets/test/sprockets/8ae2ed1d53a0bb9e378635ee6ed8b8f2
426
433
  - test/dummy/tmp/cache/assets/test/sprockets/8c0ac229a3088e0cd0d9db95df428103
427
434
  - test/dummy/tmp/cache/assets/test/sprockets/8c9648e885b8d874d9d989efeb044c36
428
435
  - test/dummy/tmp/cache/assets/test/sprockets/8e0772a1c692d481d2e5ef800602c9b3
@@ -435,6 +442,7 @@ files:
435
442
  - test/dummy/tmp/cache/assets/test/sprockets/995fdf281fb38f250be81a2c769a9a79
436
443
  - test/dummy/tmp/cache/assets/test/sprockets/a049654e5ab2df058699bd8968c0f493
437
444
  - test/dummy/tmp/cache/assets/test/sprockets/a143a0bc0632c5cb89f596cf5272528e
445
+ - test/dummy/tmp/cache/assets/test/sprockets/a1ea8dc0ad2cba980ba9bf913dc4fbb3
438
446
  - test/dummy/tmp/cache/assets/test/sprockets/a3041faa4e334801f4f495371a8cced2
439
447
  - test/dummy/tmp/cache/assets/test/sprockets/a3a6cd207915c1867e51fa92ea7827b8
440
448
  - test/dummy/tmp/cache/assets/test/sprockets/a4faa95d6bafec287fc59ff59eec9625
@@ -445,6 +453,7 @@ files:
445
453
  - test/dummy/tmp/cache/assets/test/sprockets/b1af56ecfd1879ac79e3a22e042caf15
446
454
  - test/dummy/tmp/cache/assets/test/sprockets/b3b0b443293be8cc1ebeefa441c1d56f
447
455
  - test/dummy/tmp/cache/assets/test/sprockets/b6899690f985b099f7e80d4a0939a9e0
456
+ - test/dummy/tmp/cache/assets/test/sprockets/b8a6fd5720b84300bdc9be43b56666a9
448
457
  - test/dummy/tmp/cache/assets/test/sprockets/bd73f0158510de99a53a18f4aeb1fb90
449
458
  - test/dummy/tmp/cache/assets/test/sprockets/bec5edffa453a85a42afd4849f868e81
450
459
  - test/dummy/tmp/cache/assets/test/sprockets/c04795d4fdfb36d2041fd2ee97edfdfe
@@ -457,6 +466,7 @@ files:
457
466
  - test/dummy/tmp/cache/assets/test/sprockets/ce2d46fba538c6756b32019ae8500047
458
467
  - test/dummy/tmp/cache/assets/test/sprockets/cfd79f791d02847181f8fcf1dcf2763e
459
468
  - test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
469
+ - test/dummy/tmp/cache/assets/test/sprockets/d349e541fcee15c728353f5b98927918
460
470
  - test/dummy/tmp/cache/assets/test/sprockets/d3d217eee875712c702e7b5aa7f61a5f
461
471
  - test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
462
472
  - test/dummy/tmp/cache/assets/test/sprockets/dda16ed9cc1e54fd0d97a6036e928d8d
@@ -568,20 +578,26 @@ test_files:
568
578
  - test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
569
579
  - test/dummy/tmp/cache/assets/test/sprockets/346128943c5e30fdb088f54a58af54cc
570
580
  - test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
581
+ - test/dummy/tmp/cache/assets/test/sprockets/39c42dbcd5ab9548ffa2207486c5fc96
571
582
  - test/dummy/tmp/cache/assets/test/sprockets/3ed734f0003effb5248235744ea7cfbf
583
+ - test/dummy/tmp/cache/assets/test/sprockets/3f0d51948383ef3441b45bc80b20fa9e
572
584
  - test/dummy/tmp/cache/assets/test/sprockets/408c90980fca5a250881bafa3ef0ca63
573
585
  - test/dummy/tmp/cache/assets/test/sprockets/42bbea7a13ce140463a5486a3ae03c94
574
586
  - test/dummy/tmp/cache/assets/test/sprockets/43f737dd071b0018e1efcfb1922ff593
587
+ - test/dummy/tmp/cache/assets/test/sprockets/44037edbd37eef33ef8b0a1a91582ace
575
588
  - test/dummy/tmp/cache/assets/test/sprockets/4556873bdb635e908edb1b44651d42e4
576
589
  - test/dummy/tmp/cache/assets/test/sprockets/484869e0e90da89451d284b6ea1b97ea
590
+ - test/dummy/tmp/cache/assets/test/sprockets/4931993c1f5141f93b4def25a35bde94
577
591
  - test/dummy/tmp/cache/assets/test/sprockets/4c1f9630c371980e45f3ae2dfaec8a28
578
592
  - test/dummy/tmp/cache/assets/test/sprockets/4e7d7c035444f1095fa7dc67721581db
579
593
  - test/dummy/tmp/cache/assets/test/sprockets/501011855a4cc902996843acadb9c797
580
594
  - test/dummy/tmp/cache/assets/test/sprockets/52cdaf963c787c0aa7e2741ce4340be0
595
+ - test/dummy/tmp/cache/assets/test/sprockets/52fdf8b6edf8961cb9febcb7632768f5
581
596
  - test/dummy/tmp/cache/assets/test/sprockets/565a4c5a5681bc36489ea1beae4553b0
582
597
  - test/dummy/tmp/cache/assets/test/sprockets/57199a94a0d7d2804ecb7299ea783759
583
598
  - test/dummy/tmp/cache/assets/test/sprockets/5735b70ef1f983b248a47ab1f71fe267
584
599
  - test/dummy/tmp/cache/assets/test/sprockets/5aa48c4b9b88fd0c67e1480c677ac489
600
+ - test/dummy/tmp/cache/assets/test/sprockets/5b80da0f8a38da009b33728cac5f75cd
585
601
  - test/dummy/tmp/cache/assets/test/sprockets/5bc2e1947318770b4a07d9bcac5faff6
586
602
  - test/dummy/tmp/cache/assets/test/sprockets/6565915e91061b9bb42eda9dfa4cf3fc
587
603
  - test/dummy/tmp/cache/assets/test/sprockets/6666059cb20313a69e518d351e00eb1f
@@ -599,6 +615,7 @@ test_files:
599
615
  - test/dummy/tmp/cache/assets/test/sprockets/864e4f1898b310dcf0316a99ba0a3067
600
616
  - test/dummy/tmp/cache/assets/test/sprockets/87f0cc2881f608195fdaec58ee54fbfe
601
617
  - test/dummy/tmp/cache/assets/test/sprockets/884005c51eb580c211fdf86f83cbd7d4
618
+ - test/dummy/tmp/cache/assets/test/sprockets/8ae2ed1d53a0bb9e378635ee6ed8b8f2
602
619
  - test/dummy/tmp/cache/assets/test/sprockets/8c0ac229a3088e0cd0d9db95df428103
603
620
  - test/dummy/tmp/cache/assets/test/sprockets/8c9648e885b8d874d9d989efeb044c36
604
621
  - test/dummy/tmp/cache/assets/test/sprockets/8e0772a1c692d481d2e5ef800602c9b3
@@ -611,6 +628,7 @@ test_files:
611
628
  - test/dummy/tmp/cache/assets/test/sprockets/995fdf281fb38f250be81a2c769a9a79
612
629
  - test/dummy/tmp/cache/assets/test/sprockets/a049654e5ab2df058699bd8968c0f493
613
630
  - test/dummy/tmp/cache/assets/test/sprockets/a143a0bc0632c5cb89f596cf5272528e
631
+ - test/dummy/tmp/cache/assets/test/sprockets/a1ea8dc0ad2cba980ba9bf913dc4fbb3
614
632
  - test/dummy/tmp/cache/assets/test/sprockets/a3041faa4e334801f4f495371a8cced2
615
633
  - test/dummy/tmp/cache/assets/test/sprockets/a3a6cd207915c1867e51fa92ea7827b8
616
634
  - test/dummy/tmp/cache/assets/test/sprockets/a4faa95d6bafec287fc59ff59eec9625
@@ -621,6 +639,7 @@ test_files:
621
639
  - test/dummy/tmp/cache/assets/test/sprockets/b1af56ecfd1879ac79e3a22e042caf15
622
640
  - test/dummy/tmp/cache/assets/test/sprockets/b3b0b443293be8cc1ebeefa441c1d56f
623
641
  - test/dummy/tmp/cache/assets/test/sprockets/b6899690f985b099f7e80d4a0939a9e0
642
+ - test/dummy/tmp/cache/assets/test/sprockets/b8a6fd5720b84300bdc9be43b56666a9
624
643
  - test/dummy/tmp/cache/assets/test/sprockets/bd73f0158510de99a53a18f4aeb1fb90
625
644
  - test/dummy/tmp/cache/assets/test/sprockets/bec5edffa453a85a42afd4849f868e81
626
645
  - test/dummy/tmp/cache/assets/test/sprockets/c04795d4fdfb36d2041fd2ee97edfdfe
@@ -633,6 +652,7 @@ test_files:
633
652
  - test/dummy/tmp/cache/assets/test/sprockets/ce2d46fba538c6756b32019ae8500047
634
653
  - test/dummy/tmp/cache/assets/test/sprockets/cfd79f791d02847181f8fcf1dcf2763e
635
654
  - test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
655
+ - test/dummy/tmp/cache/assets/test/sprockets/d349e541fcee15c728353f5b98927918
636
656
  - test/dummy/tmp/cache/assets/test/sprockets/d3d217eee875712c702e7b5aa7f61a5f
637
657
  - test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
638
658
  - test/dummy/tmp/cache/assets/test/sprockets/dda16ed9cc1e54fd0d97a6036e928d8d