contour 1.2.0.pre3 → 1.2.0.pre4

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.rdoc CHANGED
@@ -3,7 +3,7 @@
3
3
  * Enhancements
4
4
  * Updated Twitter Bootstrap to 2.3.0
5
5
  * Updated Gem Dependencies
6
- * devise 2.2.3, jquery-rails 2.2.1
6
+ * devise 2.2.3, jquery-rails 2.2.1, rails 3.2.12
7
7
  * Updated jQuery UI to 1.10.0, the following modules are included:
8
8
  * UI Core: Core, Widget, Mouse
9
9
  * Interactions: Draggable, Droppable, Sortable
data/contour.gemspec CHANGED
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
23
23
  s.files = Dir["{app,config,db,lib}/**/*"] + ["CHANGELOG.rdoc", "contour.gemspec", "LICENSE", "Rakefile", "README.rdoc"]
24
24
  s.test_files = Dir["test/**/*"]
25
25
 
26
- s.add_dependency 'rails', '~> 3.2.11'
26
+ s.add_dependency 'rails', '~> 3.2.12'
27
27
  s.add_dependency 'jquery-rails', '~> 2.2.1'
28
28
  s.add_dependency 'devise', '~> 2.2.3'
29
29
  s.add_dependency 'omniauth', '~> 1.1.1'
@@ -3,7 +3,7 @@ module Contour
3
3
  MAJOR = 1
4
4
  MINOR = 2
5
5
  TINY = 0
6
- BUILD = "pre3" # nil, "pre", "rc", "rc2"
6
+ BUILD = "pre4" # nil, "pre", "rc", "rc2"
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
9
9
  end
Binary file
@@ -49700,3 +49700,241 @@ Completed 401 Unauthorized in 301ms
49700
49700
   (0.1ms) begin transaction
49701
49701
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
49702
49702
   (0.1ms) rollback transaction
49703
+ Connecting to database specified by database.yml
49704
+  (0.1ms) begin transaction
49705
+ Fixture Delete (0.3ms) DELETE FROM "authentications"
49706
+ Fixture Insert (0.2ms) INSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('open_id', 'open_id@open_id.com', '2013-02-11 19:00:52', '2013-02-11 19:00:52', 949717663, 201799169)
49707
+ Fixture Insert (0.1ms) INSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('google_apps', 'test@gmail.com', '2013-02-11 19:00:52', '2013-02-11 19:00:52', 876923740, 201799169)
49708
+ 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-02-11 19:00:52', '2013-02-11 19:00:52', 864673665, 201799169)
49709
+ Fixture Delete (0.2ms) DELETE FROM "users"
49710
+ 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-02-11 19:00:52', '2013-02-11 19:00:52', 201799169)
49711
+ 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', '2013-02-11 19:00:52', '2013-02-11 19:00:52', 999914115)
49712
+ 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-02-11 19:00:52', '2013-02-11 19:00:52', 725306934)
49713
+ 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-02-11 19:00:52', '2013-02-11 19:00:52', 349534908)
49714
+  (1.2ms) commit transaction
49715
+  (0.1ms) begin transaction
49716
+ Authentication Load (2.7ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 876923740]]
49717
+  (0.1ms) rollback transaction
49718
+  (0.1ms) begin transaction
49719
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
49720
+  (0.1ms) rollback transaction
49721
+  (0.1ms) begin transaction
49722
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
49723
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
49724
+  (0.1ms) SELECT COUNT(*) FROM "authentications" 
49725
+ Processing by Contour::AuthenticationsController#create as HTML
49726
+ Parameters: {"authentication"=>{"id"=>"949717663", "user_id"=>"201799169", "provider"=>"open_id", "uid"=>"open_id@open_id.com", "created_at"=>"2013-02-11 19:00:52 UTC", "updated_at"=>"2013-02-11 19:00:52 UTC"}}
49727
+ Authentication Load (0.2ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."provider" = 'google_apps' AND "authentications"."uid" = 'test@example.com' LIMIT 1
49728
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
49729
+ Logged in user found, creating associated authentication.
49730
+  (0.1ms) SAVEPOINT active_record_1
49731
+ SQL (0.7ms) INSERT INTO "authentications" ("created_at", "provider", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 11 Feb 2013 19:00:53 UTC +00:00], ["provider", "google_apps"], ["uid", "test@example.com"], ["updated_at", Mon, 11 Feb 2013 19:00:53 UTC +00:00], ["user_id", 201799169]]
49732
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49733
+ Redirected to http://test.host/authentications
49734
+ Completed 302 Found in 86ms (ActiveRecord: 1.1ms)
49735
+  (0.1ms) SELECT COUNT(*) FROM "authentications" 
49736
+  (26.4ms) rollback transaction
49737
+  (0.1ms) begin transaction
49738
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
49739
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
49740
+  (0.1ms) SELECT COUNT(*) FROM "authentications"
49741
+ Processing by Contour::AuthenticationsController#destroy as HTML
49742
+ Parameters: {"id"=>"949717663"}
49743
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
49744
+ Authentication Load (0.2ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169 AND "authentications"."id" = ? LIMIT 1 [["id", "949717663"]]
49745
+  (0.1ms) SAVEPOINT active_record_1
49746
+ SQL (0.3ms) DELETE FROM "authentications" WHERE "authentications"."id" = ? [["id", 949717663]]
49747
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49748
+ Redirected to http://test.host/authentications
49749
+ Completed 302 Found in 7ms (ActiveRecord: 0.8ms)
49750
+  (0.1ms) SELECT COUNT(*) FROM "authentications"
49751
+  (29.5ms) rollback transaction
49752
+  (0.1ms) begin transaction
49753
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
49754
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
49755
+ Processing by Contour::AuthenticationsController#index as HTML
49756
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
49757
+  (0.2ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 201799169
49758
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169
49759
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_index.html.erb (4.0ms)
49760
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (5.2ms)
49761
+ Completed 200 OK in 99ms (Views: 95.7ms | ActiveRecord: 0.6ms)
49762
+  (0.1ms) rollback transaction
49763
+  (0.1ms) begin transaction
49764
+ Processing by Contour::PasswordsController#create as HTML
49765
+ Parameters: {"user"=>{"email"=>"valid@example.com"}}
49766
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
49767
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = 'mzRySEBVxpmaC58rrtog' LIMIT 1
49768
+  (0.1ms) SAVEPOINT active_record_1
49769
+  (0.3ms) UPDATE "users" SET "reset_password_token" = 'mzRySEBVxpmaC58rrtog', "reset_password_sent_at" = '2013-02-11 19:00:53.252861', "updated_at" = '2013-02-11 19:00:53.254391' WHERE "users"."id" = 201799169
49770
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49771
+
49772
+ Sent mail to valid@example.com (77ms)
49773
+ Date: Mon, 11 Feb 2013 14:00:53 -0500
49774
+ From: please-change-me-at-config-initializers-devise@example.com
49775
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
49776
+ To: valid@example.com
49777
+ Message-ID: <51193fe588809_171903fe590835ad021589@edge.partners.org.mail>
49778
+ Subject: Reset password instructions
49779
+ Mime-Version: 1.0
49780
+ Content-Type: text/html;
49781
+ charset=UTF-8
49782
+ Content-Transfer-Encoding: 7bit
49783
+
49784
+ <p>Hello valid@example.com!</p>
49785
+
49786
+ <p>Someone has requested a link to change your password. You can do this through the link below.</p>
49787
+
49788
+ <p><a href="http://localhost:3000/users/password/edit?reset_password_token=mzRySEBVxpmaC58rrtog">Change my password</a></p>
49789
+
49790
+ <p>If you didn't request this, please ignore this email.</p>
49791
+ <p>Your password won't change until you access the link above and create a new one.</p>
49792
+
49793
+ Redirected to http://test.host/users/login
49794
+ Completed 302 Found in 387ms (ActiveRecord: 0.0ms)
49795
+  (0.8ms) rollback transaction
49796
+  (0.1ms) begin transaction
49797
+ Processing by Contour::PasswordsController#new as HTML
49798
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (2.7ms)
49799
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (3.5ms)
49800
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (7.4ms)
49801
+ Completed 200 OK in 24ms (Views: 22.9ms | ActiveRecord: 0.0ms)
49802
+  (0.1ms) rollback transaction
49803
+  (0.1ms) begin transaction
49804
+  (0.1ms) rollback transaction
49805
+  (0.1ms) begin transaction
49806
+  (0.1ms) rollback transaction
49807
+  (0.1ms) begin transaction
49808
+  (0.1ms) rollback transaction
49809
+  (0.1ms) begin transaction
49810
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
49811
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
49812
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
49813
+ Started GET "/logged_in_page" for 127.0.0.1 at 2013-02-11 14:00:53 -0500
49814
+ Processing by WelcomeController#logged_in_page as HTML
49815
+ Completed 401 Unauthorized in 1ms
49816
+  (0.1ms) SAVEPOINT active_record_1
49817
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1
49818
+ Binary data inserted for `string` type on column `encrypted_password`
49819
+ SQL (0.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "deleted", "email", "encrypted_password", "first_name", "last_name", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "status", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 11 Feb 2013 19:00:53 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "deleted-2@example.com"], ["encrypted_password", "$2a$04$QaUh/C8zwajx8bXdk8q59.Ax2ldHoyWB6fCLTqkoQsJ4paX/oFMaC"], ["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", Mon, 11 Feb 2013 19:00:53 UTC +00:00]]
49820
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49821
+  (0.0ms) SAVEPOINT active_record_1
49822
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
49823
+  (0.0ms) RELEASE SAVEPOINT active_record_1
49824
+ SQL (0.3ms) UPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116
49825
+ SQL (0.1ms) UPDATE "users" SET "deleted" = 't' WHERE "users"."id" = 999914116
49826
+ Started POST "/users/login" for 127.0.0.1 at 2013-02-11 14:00:53 -0500
49827
+ Processing by Contour::SessionsController#create as HTML
49828
+ Parameters: {"user"=>{"email"=>"deleted-2@example.com", "password"=>"[FILTERED]"}}
49829
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1
49830
+  (0.1ms) SAVEPOINT active_record_1
49831
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49832
+ Completed 401 Unauthorized in 17ms
49833
+ Started GET "/users/login" for 127.0.0.1 at 2013-02-11 14:00:53 -0500
49834
+ Processing by Contour::SessionsController#new as HTML
49835
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (1.1ms)
49836
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_login_table.html.erb (3.3ms)
49837
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.9ms)
49838
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (2.4ms)
49839
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (5.4ms)
49840
+ Completed 200 OK in 28ms (Views: 26.7ms | ActiveRecord: 0.0ms)
49841
+  (1.2ms) rollback transaction
49842
+  (0.1ms) begin transaction
49843
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
49844
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
49845
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
49846
+ Started GET "/logged_in_page" for 127.0.0.1 at 2013-02-11 14:00:53 -0500
49847
+ Processing by WelcomeController#logged_in_page as HTML
49848
+ Completed 401 Unauthorized in 0ms
49849
+  (0.1ms) SAVEPOINT active_record_1
49850
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
49851
+ Binary data inserted for `string` type on column `encrypted_password`
49852
+ SQL (0.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "deleted", "email", "encrypted_password", "first_name", "last_name", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "status", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 11 Feb 2013 19:00:53 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "valid-2@example.com"], ["encrypted_password", "$2a$04$FdFda0.Mwq06oV8hdKXkgusul8NA5SUVDyj3m8UvlGJ3gH8mFemHi"], ["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", Mon, 11 Feb 2013 19:00:53 UTC +00:00]]
49853
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49854
+  (0.0ms) SAVEPOINT active_record_1
49855
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
49856
+  (0.0ms) RELEASE SAVEPOINT active_record_1
49857
+ SQL (0.2ms) UPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116
49858
+ SQL (0.1ms) UPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116
49859
+ Started POST "/users/login" for 127.0.0.1 at 2013-02-11 14:00:53 -0500
49860
+ Processing by Contour::SessionsController#create as HTML
49861
+ Parameters: {"user"=>{"email"=>"valid-2@example.com", "password"=>"[FILTERED]"}}
49862
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
49863
+  (0.1ms) SAVEPOINT active_record_1
49864
+  (0.2ms) UPDATE "users" SET "last_sign_in_at" = '2013-02-11 19:00:53.918534', "current_sign_in_at" = '2013-02-11 19:00:53.918534', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2013-02-11 19:00:53.919628' WHERE "users"."id" = 999914116
49865
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49866
+ Redirected to http://www.example.com/logged_in_page
49867
+ Completed 302 Found in 15ms (ActiveRecord: 0.0ms)
49868
+ Started GET "/logged_in_page" for 127.0.0.1 at 2013-02-11 14:00:53 -0500
49869
+ Processing by WelcomeController#logged_in_page as HTML
49870
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 999914116 LIMIT 1
49871
+ Completed 200 OK in 6ms (Views: 3.7ms | ActiveRecord: 0.2ms)
49872
+  (0.9ms) rollback transaction
49873
+  (0.1ms) begin transaction
49874
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
49875
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
49876
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
49877
+ Started GET "/logged_in_page" for 127.0.0.1 at 2013-02-11 14:00:53 -0500
49878
+ Processing by WelcomeController#logged_in_page as HTML
49879
+ Completed 401 Unauthorized in 1ms
49880
+  (0.1ms) SAVEPOINT active_record_1
49881
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1
49882
+ Binary data inserted for `string` type on column `encrypted_password`
49883
+ SQL (0.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "deleted", "email", "encrypted_password", "first_name", "last_name", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "status", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 11 Feb 2013 19:00:53 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "pending-2@example.com"], ["encrypted_password", "$2a$04$n3IebC/HmWfmRNGVSoL8/OhfjOMlJV99WQzdFFxf43isW8jD4JHuq"], ["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", Mon, 11 Feb 2013 19:00:53 UTC +00:00]]
49884
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49885
+  (0.0ms) SAVEPOINT active_record_1
49886
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
49887
+  (0.0ms) RELEASE SAVEPOINT active_record_1
49888
+ SQL (0.2ms) UPDATE "users" SET "status" = 'pending' WHERE "users"."id" = 999914116
49889
+ SQL (0.1ms) UPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116
49890
+ Started POST "/users/login" for 127.0.0.1 at 2013-02-11 14:00:53 -0500
49891
+ Processing by Contour::SessionsController#create as HTML
49892
+ Parameters: {"user"=>{"email"=>"pending-2@example.com", "password"=>"[FILTERED]"}}
49893
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1
49894
+  (0.1ms) SAVEPOINT active_record_1
49895
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49896
+ Completed 401 Unauthorized in 10ms
49897
+ Started GET "/users/login" for 127.0.0.1 at 2013-02-11 14:00:53 -0500
49898
+ Processing by Contour::SessionsController#new as HTML
49899
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (1.4ms)
49900
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_login_table.html.erb (45.3ms)
49901
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.1ms)
49902
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (2.5ms)
49903
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (5.4ms)
49904
+ Completed 200 OK in 63ms (Views: 62.4ms | ActiveRecord: 0.0ms)
49905
+  (0.8ms) rollback transaction
49906
+  (0.1ms) begin transaction
49907
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
49908
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
49909
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
49910
+ Started GET "/" for 127.0.0.1 at 2013-02-11 14:00:54 -0500
49911
+ Processing by WelcomeController#index as HTML
49912
+ Completed 401 Unauthorized in 1ms
49913
+  (0.1ms) rollback transaction
49914
+  (0.1ms) begin transaction
49915
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
49916
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
49917
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
49918
+ Started GET "/logged_in_page.json" for 127.0.0.1 at 2013-02-11 14:00:54 -0500
49919
+ Processing by WelcomeController#logged_in_page as JSON
49920
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
49921
+  (0.1ms) SAVEPOINT active_record_1
49922
+  (0.3ms) UPDATE "users" SET "last_sign_in_at" = '2013-02-11 19:00:54.387132', "current_sign_in_at" = '2013-02-11 19:00:54.387132', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2013-02-11 19:00:54.388558' WHERE "users"."id" = 201799169
49923
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49924
+ Completed 200 OK in 301ms (Views: 0.3ms | ActiveRecord: 0.7ms)
49925
+  (1.0ms) rollback transaction
49926
+  (0.1ms) begin transaction
49927
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
49928
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
49929
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
49930
+ Started GET "/logged_in_page.json" for 127.0.0.1 at 2013-02-11 14:00:54 -0500
49931
+ Processing by WelcomeController#logged_in_page as JSON
49932
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
49933
+ Completed 401 Unauthorized in 293ms
49934
+  (0.1ms) rollback transaction
49935
+  (0.1ms) begin transaction
49936
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
49937
+  (0.1ms) rollback transaction
49938
+  (0.1ms) begin transaction
49939
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
49940
+  (0.1ms) 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.2.0.pre3
4
+ version: 1.2.0.pre4
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 3.2.11
21
+ version: 3.2.12
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: 3.2.11
29
+ version: 3.2.12
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: jquery-rails
32
32
  requirement: !ruby/object:Gem::Requirement