contour 1.1.0.rc3 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- = Contour {<img src="https://secure.travis-ci.org/remomueller/contour.png"/>}[http://travis-ci.org/remomueller/contour] {<img src="https://gemnasium.com/remomueller/contour.png" alt="Dependency Status" />}[https://gemnasium.com/remomueller/contour]
1
+ = Contour {<img src="https://secure.travis-ci.org/remomueller/contour.png"/>}[http://travis-ci.org/remomueller/contour] {<img src="https://gemnasium.com/remomueller/contour.png" alt="Dependency Status" />}[https://gemnasium.com/remomueller/contour] {<img src="https://codeclimate.com/badge.png" />}[https://codeclimate.com/github/remomueller/contour]
2
2
 
3
3
  Basic Rails framework files and assets for layout and authentication
4
4
 
@@ -117,7 +117,7 @@ You can then sign in using your {Google Account}[http://localhost:3000/auth/goog
117
117
 
118
118
  Add {Kaminari}[https://github.com/amatsuda/kaminari] gem to your <tt>Gemfile</tt>
119
119
 
120
- gem 'kaminari', '~> 0.14.0'
120
+ gem 'kaminari', '~> 0.14.1'
121
121
 
122
122
  Update your gems
123
123
 
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
24
24
  s.test_files = Dir["test/**/*"]
25
25
 
26
26
  s.add_dependency 'rails', '~> 3.2.8'
27
- s.add_dependency 'jquery-rails', '~> 2.1.1'
27
+ s.add_dependency 'jquery-rails', '~> 2.1.2'
28
28
  s.add_dependency 'devise', '~> 2.1.2'
29
29
  s.add_dependency 'omniauth', '~> 1.1.1'
30
30
  s.add_dependency 'omniauth-cas', '~> 0.0.7'
@@ -3,7 +3,7 @@ module Contour
3
3
  MAJOR = 1
4
4
  MINOR = 1
5
5
  TINY = 0
6
- BUILD = "rc3" # nil, "pre", "rc", "rc2"
6
+ BUILD = nil # nil, "pre", "rc", "rc2"
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
9
9
  end
Binary file
@@ -46796,3 +46796,265 @@ Completed 401 Unauthorized in 82ms
46796
46796
   (0.1ms) begin transaction
46797
46797
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
46798
46798
   (0.0ms) rollback transaction
46799
+ Connecting to database specified by database.yml
46800
+  (0.1ms) begin transaction
46801
+ Fixture Delete (8.4ms) DELETE FROM "authentications"
46802
+ Fixture Insert (1.0ms) INSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('open_id', 'open_id@open_id.com', '2012-09-18 13:51:35', '2012-09-18 13:51:35', 949717663, 201799169)
46803
+ Fixture Insert (0.1ms) INSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('google_apps', 'test@gmail.com', '2012-09-18 13:51:35', '2012-09-18 13:51:35', 876923740, 201799169)
46804
+ 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-18 13:51:35', '2012-09-18 13:51:35', 864673665, 201799169)
46805
+ Fixture Delete (1.0ms) DELETE FROM "users"
46806
+ 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-18 13:51:35', '2012-09-18 13:51:35', 201799169)
46807
+ 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-18 13:51:35', '2012-09-18 13:51:35', 999914115)
46808
+ 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-18 13:51:35', '2012-09-18 13:51:35', 725306934)
46809
+ 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-18 13:51:35', '2012-09-18 13:51:35', 349534908)
46810
+  (1.9ms) commit transaction
46811
+  (0.0ms) begin transaction
46812
+ Authentication Load (0.3ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 876923740]]
46813
+  (0.1ms) rollback transaction
46814
+  (0.1ms) begin transaction
46815
+ Authentication Load (0.2ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
46816
+  (0.1ms) rollback transaction
46817
+  (0.1ms) begin transaction
46818
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
46819
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
46820
+  (0.1ms) SELECT COUNT(*) FROM "authentications" 
46821
+ Processing by Contour::AuthenticationsController#create as HTML
46822
+ Parameters: {"authentication"=>{"id"=>"949717663", "user_id"=>"201799169", "provider"=>"open_id", "uid"=>"open_id@open_id.com", "created_at"=>"2012-09-18 13:51:35 UTC", "updated_at"=>"2012-09-18 13:51:35 UTC"}}
46823
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."provider" = 'google_apps' AND "authentications"."uid" = 'test@example.com' LIMIT 1
46824
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
46825
+ Logged in user found, creating associated authentication.
46826
+  (0.1ms) SAVEPOINT active_record_1
46827
+ SQL (0.6ms) INSERT INTO "authentications" ("created_at", "provider", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Tue, 18 Sep 2012 13:51:36 UTC +00:00], ["provider", "google_apps"], ["uid", "test@example.com"], ["updated_at", Tue, 18 Sep 2012 13:51:36 UTC +00:00], ["user_id", 201799169]]
46828
+  (0.1ms) RELEASE SAVEPOINT active_record_1
46829
+ Redirected to http://test.host/authentications
46830
+ Completed 302 Found in 47ms (ActiveRecord: 0.9ms)
46831
+  (0.1ms) SELECT COUNT(*) FROM "authentications" 
46832
+  (0.5ms) rollback transaction
46833
+  (0.0ms) begin transaction
46834
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
46835
+ Authentication Load (0.0ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
46836
+  (0.1ms) SELECT COUNT(*) FROM "authentications"
46837
+ Processing by Contour::AuthenticationsController#destroy as HTML
46838
+ Parameters: {"id"=>"949717663"}
46839
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
46840
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169 AND "authentications"."id" = ? LIMIT 1 [["id", "949717663"]]
46841
+  (0.0ms) SAVEPOINT active_record_1
46842
+ SQL (0.3ms) DELETE FROM "authentications" WHERE "authentications"."id" = ? [["id", 949717663]]
46843
+  (0.0ms) RELEASE SAVEPOINT active_record_1
46844
+ Redirected to http://test.host/authentications
46845
+ Completed 302 Found in 5ms (ActiveRecord: 0.7ms)
46846
+  (0.1ms) SELECT COUNT(*) FROM "authentications"
46847
+  (0.6ms) rollback transaction
46848
+  (0.0ms) begin transaction
46849
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
46850
+ Authentication Load (0.0ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
46851
+ Processing by Contour::AuthenticationsController#index as HTML
46852
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
46853
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 201799169
46854
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169
46855
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_index.html.erb (2.6ms)
46856
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (4.6ms)
46857
+ Completed 200 OK in 99ms (Views: 96.9ms | ActiveRecord: 0.4ms)
46858
+  (0.1ms) rollback transaction
46859
+  (0.1ms) begin transaction
46860
+ Processing by Contour::PasswordsController#create as HTML
46861
+ Parameters: {"user"=>{"email"=>"valid@example.com"}}
46862
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
46863
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = 'v5VriATE3rqa5sf8TX7e' LIMIT 1
46864
+  (0.0ms) SAVEPOINT active_record_1
46865
+  (0.3ms) UPDATE "users" SET "reset_password_token" = 'v5VriATE3rqa5sf8TX7e', "reset_password_sent_at" = '2012-09-18 13:51:36.182706', "updated_at" = '2012-09-18 13:51:36.183424' WHERE "users"."id" = 201799169
46866
+  (0.0ms) RELEASE SAVEPOINT active_record_1
46867
+
46868
+ Sent mail to valid@example.com (68ms)
46869
+ Date: Tue, 18 Sep 2012 09:51:36 -0400
46870
+ From: please-change-me-at-config-initializers-devise@example.com
46871
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
46872
+ To: valid@example.com
46873
+ Message-ID: <50587c6855131_5d703fc22c835ad082084@edge.partners.org.mail>
46874
+ Subject: Reset password instructions
46875
+ Mime-Version: 1.0
46876
+ Content-Type: text/html;
46877
+ charset=UTF-8
46878
+ Content-Transfer-Encoding: 7bit
46879
+
46880
+ <p>Hello valid@example.com!</p>
46881
+
46882
+ <p>Someone has requested a link to change your password, and you can do this through the link below.</p>
46883
+
46884
+ <p><a href="http://localhost:3000/users/password/edit?reset_password_token=v5VriATE3rqa5sf8TX7e">Change my password</a></p>
46885
+
46886
+ <p>If you didn't request this, please ignore this email.</p>
46887
+ <p>Your password won't change until you access the link above and create a new one.</p>
46888
+
46889
+ Redirected to http://test.host/users/login
46890
+ Completed 302 Found in 229ms (ActiveRecord: 0.0ms)
46891
+  (0.7ms) rollback transaction
46892
+  (0.1ms) begin transaction
46893
+ Processing by Contour::PasswordsController#new as HTML
46894
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (4.3ms)
46895
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (2.8ms)
46896
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (35.6ms)
46897
+ Completed 200 OK in 91ms (Views: 90.4ms | ActiveRecord: 0.0ms)
46898
+  (0.1ms) rollback transaction
46899
+  (0.1ms) begin transaction
46900
+  (0.0ms) rollback transaction
46901
+  (0.0ms) begin transaction
46902
+  (0.1ms) rollback transaction
46903
+  (0.1ms) begin transaction
46904
+  (0.0ms) rollback transaction
46905
+  (0.1ms) begin transaction
46906
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
46907
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
46908
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
46909
+
46910
+
46911
+ Started GET "/logged_in_page" for 127.0.0.1 at 2012-09-18 09:51:36 -0400
46912
+ Processing by WelcomeController#logged_in_page as HTML
46913
+ Completed 401 Unauthorized in 1ms
46914
+  (0.1ms) SAVEPOINT active_record_1
46915
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1
46916
+ Binary data inserted for `string` type on column `encrypted_password`
46917
+ 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", Tue, 18 Sep 2012 13:51:36 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "deleted-2@example.com"], ["encrypted_password", "$2a$04$Q3fdr19n.vTpgIJsX05.Ve3DAD2XOjVTAbrdihiqzTFAT/CU58uKq"], ["first_name", "Deleted"], ["last_name", "User"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["status", "pending"], ["updated_at", Tue, 18 Sep 2012 13:51:36 UTC +00:00]]
46918
+  (0.0ms) RELEASE SAVEPOINT active_record_1
46919
+  (0.0ms) SAVEPOINT active_record_1
46920
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
46921
+  (0.0ms) RELEASE SAVEPOINT active_record_1
46922
+ SQL (0.2ms) UPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116
46923
+ SQL (0.1ms) UPDATE "users" SET "deleted" = 't' WHERE "users"."id" = 999914116
46924
+
46925
+
46926
+ Started POST "/users/login" for 127.0.0.1 at 2012-09-18 09:51:36 -0400
46927
+ Processing by Contour::SessionsController#create as HTML
46928
+ Parameters: {"user"=>{"email"=>"deleted-2@example.com", "password"=>"[FILTERED]"}}
46929
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1
46930
+  (0.1ms) SAVEPOINT active_record_1
46931
+  (0.0ms) RELEASE SAVEPOINT active_record_1
46932
+ Completed 401 Unauthorized in 23ms
46933
+
46934
+
46935
+ Started GET "/users/login" for 127.0.0.1 at 2012-09-18 09:51:36 -0400
46936
+ Processing by Contour::SessionsController#new as HTML
46937
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (0.6ms)
46938
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_login_table.html.erb (3.2ms)
46939
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.5ms)
46940
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (1.3ms)
46941
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (2.9ms)
46942
+ Completed 200 OK in 21ms (Views: 19.9ms | ActiveRecord: 0.0ms)
46943
+  (0.8ms) rollback transaction
46944
+  (0.0ms) begin transaction
46945
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
46946
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
46947
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
46948
+
46949
+
46950
+ Started GET "/logged_in_page" for 127.0.0.1 at 2012-09-18 09:51:36 -0400
46951
+ Processing by WelcomeController#logged_in_page as HTML
46952
+ Completed 401 Unauthorized in 0ms
46953
+  (0.1ms) SAVEPOINT active_record_1
46954
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
46955
+ Binary data inserted for `string` type on column `encrypted_password`
46956
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "deleted", "email", "encrypted_password", "first_name", "last_name", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "status", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 18 Sep 2012 13:51:36 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "valid-2@example.com"], ["encrypted_password", "$2a$04$80dbZNKOZghjpO3WQeVlW.NVZc2KmxEc3yjwuWJrLxAPmN2QLQ96S"], ["first_name", "FirstName"], ["last_name", "LastName"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["status", "pending"], ["updated_at", Tue, 18 Sep 2012 13:51:36 UTC +00:00]]
46957
+  (0.0ms) RELEASE SAVEPOINT active_record_1
46958
+  (0.0ms) SAVEPOINT active_record_1
46959
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
46960
+  (0.1ms) RELEASE SAVEPOINT active_record_1
46961
+ SQL (0.4ms) UPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116
46962
+ SQL (0.1ms) UPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116
46963
+
46964
+
46965
+ Started POST "/users/login" for 127.0.0.1 at 2012-09-18 09:51:36 -0400
46966
+ Processing by Contour::SessionsController#create as HTML
46967
+ Parameters: {"user"=>{"email"=>"valid-2@example.com", "password"=>"[FILTERED]"}}
46968
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
46969
+  (0.0ms) SAVEPOINT active_record_1
46970
+  (0.1ms) UPDATE "users" SET "last_sign_in_at" = '2012-09-18 13:51:36.695617', "current_sign_in_at" = '2012-09-18 13:51:36.695617', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-09-18 13:51:36.696101' WHERE "users"."id" = 999914116
46971
+  (0.0ms) RELEASE SAVEPOINT active_record_1
46972
+ Redirected to http://www.example.com/logged_in_page
46973
+ Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
46974
+
46975
+
46976
+ Started GET "/logged_in_page" for 127.0.0.1 at 2012-09-18 09:51:36 -0400
46977
+ Processing by WelcomeController#logged_in_page as HTML
46978
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 999914116 LIMIT 1
46979
+ Completed 200 OK in 18ms (Views: 16.1ms | ActiveRecord: 0.2ms)
46980
+  (0.8ms) rollback transaction
46981
+  (0.1ms) begin transaction
46982
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
46983
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
46984
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
46985
+
46986
+
46987
+ Started GET "/logged_in_page" for 127.0.0.1 at 2012-09-18 09:51:36 -0400
46988
+ Processing by WelcomeController#logged_in_page as HTML
46989
+ Completed 401 Unauthorized in 0ms
46990
+  (0.1ms) SAVEPOINT active_record_1
46991
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1
46992
+ Binary data inserted for `string` type on column `encrypted_password`
46993
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "deleted", "email", "encrypted_password", "first_name", "last_name", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "status", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 18 Sep 2012 13:51:36 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "pending-2@example.com"], ["encrypted_password", "$2a$04$xup37RpRR1VAF/.lQeZ.nuDu./jl.7V3y/CLzlgEbPBu5qvoHFTKO"], ["first_name", "MyString"], ["last_name", "MyString"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["status", "pending"], ["updated_at", Tue, 18 Sep 2012 13:51:36 UTC +00:00]]
46994
+  (0.0ms) RELEASE SAVEPOINT active_record_1
46995
+  (0.0ms) SAVEPOINT active_record_1
46996
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
46997
+  (0.1ms) RELEASE SAVEPOINT active_record_1
46998
+ SQL (0.3ms) UPDATE "users" SET "status" = 'pending' WHERE "users"."id" = 999914116
46999
+ SQL (0.1ms) UPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116
47000
+
47001
+
47002
+ Started POST "/users/login" for 127.0.0.1 at 2012-09-18 09:51:36 -0400
47003
+ Processing by Contour::SessionsController#create as HTML
47004
+ Parameters: {"user"=>{"email"=>"pending-2@example.com", "password"=>"[FILTERED]"}}
47005
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1
47006
+  (0.0ms) SAVEPOINT active_record_1
47007
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47008
+ Completed 401 Unauthorized in 4ms
47009
+
47010
+
47011
+ Started GET "/users/login" for 127.0.0.1 at 2012-09-18 09:51:36 -0400
47012
+ Processing by Contour::SessionsController#new as HTML
47013
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (0.9ms)
47014
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_login_table.html.erb (1.3ms)
47015
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.1ms)
47016
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (1.3ms)
47017
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (2.8ms)
47018
+ Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms)
47019
+  (0.6ms) rollback transaction
47020
+  (0.1ms) begin transaction
47021
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
47022
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
47023
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
47024
+
47025
+
47026
+ Started GET "/" for 127.0.0.1 at 2012-09-18 09:51:36 -0400
47027
+ Processing by WelcomeController#index as HTML
47028
+ Completed 401 Unauthorized in 1ms
47029
+  (0.1ms) rollback transaction
47030
+  (0.0ms) begin transaction
47031
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
47032
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
47033
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
47034
+
47035
+
47036
+ Started GET "/logged_in_page.json" for 127.0.0.1 at 2012-09-18 09:51:36 -0400
47037
+ Processing by WelcomeController#logged_in_page as JSON
47038
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
47039
+  (0.1ms) SAVEPOINT active_record_1
47040
+  (0.3ms) UPDATE "users" SET "last_sign_in_at" = '2012-09-18 13:51:36.862445', "current_sign_in_at" = '2012-09-18 13:51:36.862445', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-09-18 13:51:36.863143' WHERE "users"."id" = 201799169
47041
+  (0.0ms) RELEASE SAVEPOINT active_record_1
47042
+ Completed 200 OK in 83ms (Views: 0.3ms | ActiveRecord: 0.5ms)
47043
+  (0.7ms) rollback transaction
47044
+  (0.0ms) begin transaction
47045
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
47046
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
47047
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
47048
+
47049
+
47050
+ Started GET "/logged_in_page.json" for 127.0.0.1 at 2012-09-18 09:51:36 -0400
47051
+ Processing by WelcomeController#logged_in_page as JSON
47052
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
47053
+ Completed 401 Unauthorized in 80ms
47054
+  (0.1ms) rollback transaction
47055
+  (0.1ms) begin transaction
47056
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
47057
+  (0.1ms) rollback transaction
47058
+  (0.1ms) begin transaction
47059
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
47060
+  (0.1ms) rollback transaction
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contour
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0.rc3
5
- prerelease: 6
4
+ version: 1.1.0
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Remo Mueller
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-10 00:00:00.000000000 Z
12
+ date: 2012-09-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -34,7 +34,7 @@ dependencies:
34
34
  requirements:
35
35
  - - ~>
36
36
  - !ruby/object:Gem::Version
37
- version: 2.1.1
37
+ version: 2.1.2
38
38
  type: :runtime
39
39
  prerelease: false
40
40
  version_requirements: !ruby/object:Gem::Requirement
@@ -42,7 +42,7 @@ dependencies:
42
42
  requirements:
43
43
  - - ~>
44
44
  - !ruby/object:Gem::Version
45
- version: 2.1.1
45
+ version: 2.1.2
46
46
  - !ruby/object:Gem::Dependency
47
47
  name: devise
48
48
  requirement: !ruby/object:Gem::Requirement
@@ -610,9 +610,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
610
610
  required_rubygems_version: !ruby/object:Gem::Requirement
611
611
  none: false
612
612
  requirements:
613
- - - ! '>'
613
+ - - ! '>='
614
614
  - !ruby/object:Gem::Version
615
- version: 1.3.1
615
+ version: '0'
616
616
  requirements: []
617
617
  rubyforge_project:
618
618
  rubygems_version: 1.8.24