contour 1.1.2.pre → 1.1.2.pre2
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.rdoc +3 -1
- data/app/assets/images/twitter-bootstrap/{v2.1.1 → v2.2.2}/glyphicons-halflings-white.png +0 -0
- data/app/assets/images/twitter-bootstrap/{v2.1.1 → v2.2.2}/glyphicons-halflings.png +0 -0
- data/app/assets/javascripts/contour.js +1 -1
- data/app/assets/javascripts/contour/global.js.coffee +3 -0
- data/app/assets/javascripts/twitter-bootstrap/bootstrap-scroll-modal.js +148 -106
- data/app/assets/javascripts/twitter-bootstrap/{v2.2.1 → v2.2.2}/bootstrap.js +165 -31
- data/app/assets/stylesheets/bootstrap-base-overrides.css +9 -9
- data/app/assets/stylesheets/bootstrap-responsive-overrides.css +3 -2
- data/app/assets/stylesheets/contour.css +2 -2
- data/app/assets/stylesheets/twitter-bootstrap/bootstrap-scroll-modal.css +33 -6
- data/app/assets/stylesheets/twitter-bootstrap/{v2.2.1 → v2.2.2}/bootstrap-responsive.css +5 -1
- data/app/assets/stylesheets/twitter-bootstrap/{v2.2.1 → v2.2.2}/bootstrap.css +272 -126
- data/lib/contour/version.rb +1 -1
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +238 -0
- metadata +7 -9
- data/app/assets/images/twitter-bootstrap/v2.2.1/glyphicons-halflings-white.png +0 -0
- data/app/assets/images/twitter-bootstrap/v2.2.1/glyphicons-halflings.png +0 -0
data/lib/contour/version.rb
CHANGED
data/test/dummy/db/test.sqlite3
CHANGED
Binary file
|
data/test/dummy/log/test.log
CHANGED
@@ -48034,3 +48034,241 @@ Completed 401 Unauthorized in 307ms
|
|
48034
48034
|
[1m[35m (0.1ms)[0m begin transaction
|
48035
48035
|
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
48036
48036
|
[1m[35m (0.1ms)[0m rollback transaction
|
48037
|
+
Connecting to database specified by database.yml
|
48038
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48039
|
+
[1m[35mFixture Delete (0.4ms)[0m DELETE FROM "authentications"
|
48040
|
+
[1m[36mFixture Insert (0.2ms)[0m [1mINSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('open_id', 'open_id@open_id.com', '2012-12-11 18:04:13', '2012-12-11 18:04:13', 949717663, 201799169)[0m
|
48041
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('google_apps', 'test@gmail.com', '2012-12-11 18:04:13', '2012-12-11 18:04:13', 876923740, 201799169)
|
48042
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('ldap', 'CN=ldapid,CN=Users,DC=example,DC=com', '2012-12-11 18:04:13', '2012-12-11 18:04:13', 864673665, 201799169)[0m
|
48043
|
+
[1m[35mFixture Delete (0.2ms)[0m DELETE FROM "users"
|
48044
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT 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-12-11 18:04:13', '2012-12-11 18:04:13', 201799169)[0m
|
48045
|
+
[1m[35mFixture Insert (0.1ms)[0m 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-12-11 18:04:13', '2012-12-11 18:04:13', 999914115)
|
48046
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT 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-12-11 18:04:13', '2012-12-11 18:04:13', 725306934)[0m
|
48047
|
+
[1m[35mFixture Insert (0.1ms)[0m 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-12-11 18:04:13', '2012-12-11 18:04:13', 349534908)
|
48048
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
48049
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48050
|
+
[1m[36mAuthentication Load (21.4ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1[0m [["id", 876923740]]
|
48051
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
48052
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48053
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
48054
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
48055
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48056
|
+
[1m[36mUser Load (0.4ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
48057
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
48058
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" [0m
|
48059
|
+
Processing by Contour::AuthenticationsController#create as HTML
|
48060
|
+
Parameters: {"authentication"=>{"id"=>"949717663", "user_id"=>"201799169", "provider"=>"open_id", "uid"=>"open_id@open_id.com", "created_at"=>"2012-12-11 18:04:13 UTC", "updated_at"=>"2012-12-11 18:04:13 UTC"}}
|
48061
|
+
[1m[35mAuthentication Load (0.2ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."provider" = 'google_apps' AND "authentications"."uid" = 'test@example.com' LIMIT 1
|
48062
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
48063
|
+
Logged in user found, creating associated authentication.
|
48064
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48065
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "authentications" ("created_at", "provider", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Tue, 11 Dec 2012 18:04:13 UTC +00:00], ["provider", "google_apps"], ["uid", "test@example.com"], ["updated_at", Tue, 11 Dec 2012 18:04:13 UTC +00:00], ["user_id", 201799169]]
|
48066
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
48067
|
+
Redirected to http://test.host/authentications
|
48068
|
+
Completed 302 Found in 89ms (ActiveRecord: 1.2ms)
|
48069
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" [0m
|
48070
|
+
[1m[35m (10.3ms)[0m rollback transaction
|
48071
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48072
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
48073
|
+
[1m[36mAuthentication Load (0.1ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1[0m [["id", 949717663]]
|
48074
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications"
|
48075
|
+
Processing by Contour::AuthenticationsController#destroy as HTML
|
48076
|
+
Parameters: {"id"=>"949717663"}
|
48077
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
48078
|
+
[1m[35mAuthentication Load (0.2ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169 AND "authentications"."id" = ? LIMIT 1 [["id", "949717663"]]
|
48079
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48080
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "authentications" WHERE "authentications"."id" = ? [["id", 949717663]]
|
48081
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48082
|
+
Redirected to http://test.host/authentications
|
48083
|
+
Completed 302 Found in 7ms (ActiveRecord: 0.8ms)
|
48084
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications"
|
48085
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
48086
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48087
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
48088
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
48089
|
+
Processing by Contour::AuthenticationsController#index as HTML
|
48090
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
48091
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 201799169
|
48092
|
+
[1m[36mAuthentication Load (0.1ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169[0m
|
48093
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_index.html.erb (43.4ms)
|
48094
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (5.0ms)
|
48095
|
+
Completed 200 OK in 99ms (Views: 96.5ms | ActiveRecord: 0.5ms)
|
48096
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
48097
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48098
|
+
Processing by Contour::PasswordsController#create as HTML
|
48099
|
+
Parameters: {"user"=>{"email"=>"valid@example.com"}}
|
48100
|
+
[1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
|
48101
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."reset_password_token" = 'nFLrRNnspk73H2ddCeg9' LIMIT 1[0m
|
48102
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48103
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "users" SET "reset_password_token" = 'nFLrRNnspk73H2ddCeg9', "reset_password_sent_at" = '2012-12-11 18:04:13.752457', "updated_at" = '2012-12-11 18:04:13.753939' WHERE "users"."id" = 201799169[0m
|
48104
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
48105
|
+
|
48106
|
+
Sent mail to valid@example.com (89ms)
|
48107
|
+
Date: Tue, 11 Dec 2012 13:04:14 -0500
|
48108
|
+
From: please-change-me-at-config-initializers-devise@example.com
|
48109
|
+
Reply-To: please-change-me-at-config-initializers-devise@example.com
|
48110
|
+
To: valid@example.com
|
48111
|
+
Message-ID: <50c7759e6f0f_133063fd9ca035adc124fa@edge2.partners.org.mail>
|
48112
|
+
Subject: Reset password instructions
|
48113
|
+
Mime-Version: 1.0
|
48114
|
+
Content-Type: text/html;
|
48115
|
+
charset=UTF-8
|
48116
|
+
Content-Transfer-Encoding: 7bit
|
48117
|
+
|
48118
|
+
<p>Hello valid@example.com!</p>
|
48119
|
+
|
48120
|
+
<p>Someone has requested a link to change your password, and you can do this through the link below.</p>
|
48121
|
+
|
48122
|
+
<p><a href="http://localhost:3000/users/password/edit?reset_password_token=nFLrRNnspk73H2ddCeg9">Change my password</a></p>
|
48123
|
+
|
48124
|
+
<p>If you didn't request this, please ignore this email.</p>
|
48125
|
+
<p>Your password won't change until you access the link above and create a new one.</p>
|
48126
|
+
|
48127
|
+
Redirected to http://test.host/users/login
|
48128
|
+
Completed 302 Found in 363ms (ActiveRecord: 0.0ms)
|
48129
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
48130
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48131
|
+
Processing by Contour::PasswordsController#new as HTML
|
48132
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (2.9ms)
|
48133
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (4.8ms)
|
48134
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (9.1ms)
|
48135
|
+
Completed 200 OK in 27ms (Views: 25.7ms | ActiveRecord: 0.0ms)
|
48136
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
48137
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48138
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
48139
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48140
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
48141
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48142
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
48143
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48144
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
48145
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
48146
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
48147
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2012-12-11 13:04:14 -0500
|
48148
|
+
Processing by WelcomeController#logged_in_page as HTML
|
48149
|
+
Completed 401 Unauthorized in 1ms
|
48150
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48151
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1[0m
|
48152
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
48153
|
+
[1m[35mSQL (1.0ms)[0m 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, 11 Dec 2012 18:04:14 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "deleted-2@example.com"], ["encrypted_password", "$2a$04$cCJKLD/ncdsSkB1L7VzziOboJH71v1rSVguSXYxkYwqRYsPPFlPuG"], ["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, 11 Dec 2012 18:04:14 UTC +00:00]]
|
48154
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48155
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48156
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116[0m
|
48157
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
48158
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116[0m
|
48159
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "users" SET "deleted" = 't' WHERE "users"."id" = 999914116
|
48160
|
+
Started POST "/users/login" for 127.0.0.1 at 2012-12-11 13:04:14 -0500
|
48161
|
+
Processing by Contour::SessionsController#create as HTML
|
48162
|
+
Parameters: {"user"=>{"email"=>"deleted-2@example.com", "password"=>"[FILTERED]"}}
|
48163
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1[0m
|
48164
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48165
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48166
|
+
Completed 401 Unauthorized in 34ms
|
48167
|
+
Started GET "/users/login" for 127.0.0.1 at 2012-12-11 13:04:14 -0500
|
48168
|
+
Processing by Contour::SessionsController#new as HTML
|
48169
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (1.2ms)
|
48170
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_login_table.html.erb (3.8ms)
|
48171
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (1.2ms)
|
48172
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (2.7ms)
|
48173
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (5.7ms)
|
48174
|
+
Completed 200 OK in 32ms (Views: 30.0ms | ActiveRecord: 0.0ms)
|
48175
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
48176
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48177
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
48178
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 349534908]]
|
48179
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
|
48180
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2012-12-11 13:04:14 -0500
|
48181
|
+
Processing by WelcomeController#logged_in_page as HTML
|
48182
|
+
Completed 401 Unauthorized in 1ms
|
48183
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48184
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
|
48185
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
48186
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 11 Dec 2012 18:04:14 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "valid-2@example.com"], ["encrypted_password", "$2a$04$nbEeXEM4pZUmmbSbu3IjXu.9LQRT3qphqRVXCISuFKF/3geFf4Fyu"], ["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, 11 Dec 2012 18:04:14 UTC +00:00]]
|
48187
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
48188
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
48189
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
|
48190
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48191
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116
|
48192
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116[0m
|
48193
|
+
Started POST "/users/login" for 127.0.0.1 at 2012-12-11 13:04:14 -0500
|
48194
|
+
Processing by Contour::SessionsController#create as HTML
|
48195
|
+
Parameters: {"user"=>{"email"=>"valid-2@example.com", "password"=>"[FILTERED]"}}
|
48196
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
|
48197
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48198
|
+
[1m[35m (0.1ms)[0m UPDATE "users" SET "last_sign_in_at" = '2012-12-11 18:04:14.430758', "current_sign_in_at" = '2012-12-11 18:04:14.430758', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-12-11 18:04:14.432061' WHERE "users"."id" = 999914116
|
48199
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48200
|
+
Redirected to http://www.example.com/logged_in_page
|
48201
|
+
Completed 302 Found in 16ms (ActiveRecord: 0.0ms)
|
48202
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2012-12-11 13:04:14 -0500
|
48203
|
+
Processing by WelcomeController#logged_in_page as HTML
|
48204
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = 999914116 LIMIT 1
|
48205
|
+
Completed 200 OK in 16ms (Views: 14.0ms | ActiveRecord: 0.2ms)
|
48206
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
48207
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48208
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
48209
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
48210
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
48211
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2012-12-11 13:04:14 -0500
|
48212
|
+
Processing by WelcomeController#logged_in_page as HTML
|
48213
|
+
Completed 401 Unauthorized in 1ms
|
48214
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48215
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1[0m
|
48216
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
48217
|
+
[1m[35mSQL (0.9ms)[0m 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, 11 Dec 2012 18:04:14 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "pending-2@example.com"], ["encrypted_password", "$2a$04$avrDnRziir74PSIfqK2DkeLanb4CR.56sQ9MIEkf0lzsFHzbac6ly"], ["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, 11 Dec 2012 18:04:14 UTC +00:00]]
|
48218
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48219
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
48220
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116[0m
|
48221
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
48222
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "users" SET "status" = 'pending' WHERE "users"."id" = 999914116[0m
|
48223
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116
|
48224
|
+
Started POST "/users/login" for 127.0.0.1 at 2012-12-11 13:04:14 -0500
|
48225
|
+
Processing by Contour::SessionsController#create as HTML
|
48226
|
+
Parameters: {"user"=>{"email"=>"pending-2@example.com", "password"=>"[FILTERED]"}}
|
48227
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1[0m
|
48228
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
48229
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48230
|
+
Completed 401 Unauthorized in 11ms
|
48231
|
+
Started GET "/users/login" for 127.0.0.1 at 2012-12-11 13:04:14 -0500
|
48232
|
+
Processing by Contour::SessionsController#new as HTML
|
48233
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (1.0ms)
|
48234
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_login_table.html.erb (2.6ms)
|
48235
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.1ms)
|
48236
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (2.6ms)
|
48237
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (6.1ms)
|
48238
|
+
Completed 200 OK in 21ms (Views: 19.5ms | ActiveRecord: 0.0ms)
|
48239
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
48240
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48241
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
48242
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 349534908]]
|
48243
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
|
48244
|
+
Started GET "/" for 127.0.0.1 at 2012-12-11 13:04:14 -0500
|
48245
|
+
Processing by WelcomeController#index as HTML
|
48246
|
+
Completed 401 Unauthorized in 1ms
|
48247
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
48248
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48249
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
48250
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
48251
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
48252
|
+
Started GET "/logged_in_page.json" for 127.0.0.1 at 2012-12-11 13:04:14 -0500
|
48253
|
+
Processing by WelcomeController#logged_in_page as JSON
|
48254
|
+
[1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
|
48255
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
48256
|
+
[1m[35m (0.3ms)[0m UPDATE "users" SET "last_sign_in_at" = '2012-12-11 18:04:14.880473', "current_sign_in_at" = '2012-12-11 18:04:14.880473', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-12-11 18:04:14.882032' WHERE "users"."id" = 201799169
|
48257
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
48258
|
+
Completed 200 OK in 308ms (Views: 0.4ms | ActiveRecord: 0.7ms)
|
48259
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
48260
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48261
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
48262
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 349534908]]
|
48263
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
|
48264
|
+
Started GET "/logged_in_page.json" for 127.0.0.1 at 2012-12-11 13:04:14 -0500
|
48265
|
+
Processing by WelcomeController#logged_in_page as JSON
|
48266
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1[0m
|
48267
|
+
Completed 401 Unauthorized in 303ms
|
48268
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
48269
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
48270
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
48271
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
48272
|
+
[1m[35m (0.1ms)[0m begin transaction
|
48273
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
48274
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: contour
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.2.
|
4
|
+
version: 1.1.2.pre2
|
5
5
|
prerelease: 6
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-12-
|
12
|
+
date: 2012-12-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -468,10 +468,8 @@ files:
|
|
468
468
|
- app/assets/images/gentleface/16/wrench_plus_2.png
|
469
469
|
- app/assets/images/gentleface/16/zoom.png
|
470
470
|
- app/assets/images/gentleface/LICENSE.txt
|
471
|
-
- app/assets/images/twitter-bootstrap/v2.
|
472
|
-
- app/assets/images/twitter-bootstrap/v2.
|
473
|
-
- app/assets/images/twitter-bootstrap/v2.2.1/glyphicons-halflings-white.png
|
474
|
-
- app/assets/images/twitter-bootstrap/v2.2.1/glyphicons-halflings.png
|
471
|
+
- app/assets/images/twitter-bootstrap/v2.2.2/glyphicons-halflings-white.png
|
472
|
+
- app/assets/images/twitter-bootstrap/v2.2.2/glyphicons-halflings.png
|
475
473
|
- app/assets/javascripts/contour/global.js.coffee
|
476
474
|
- app/assets/javascripts/contour.js
|
477
475
|
- app/assets/javascripts/external/exporting-2.3.3.src.js
|
@@ -480,7 +478,7 @@ files:
|
|
480
478
|
- app/assets/javascripts/external/jquery.qtip.min.js
|
481
479
|
- app/assets/javascripts/twitter-bootstrap/bootstrap-scroll-modal.js
|
482
480
|
- app/assets/javascripts/twitter-bootstrap/bootstrap.js.coffee
|
483
|
-
- app/assets/javascripts/twitter-bootstrap/v2.2.
|
481
|
+
- app/assets/javascripts/twitter-bootstrap/v2.2.2/bootstrap.js
|
484
482
|
- app/assets/stylesheets/bootstrap-base-overrides.css
|
485
483
|
- app/assets/stylesheets/bootstrap-responsive-overrides.css
|
486
484
|
- app/assets/stylesheets/contour/about.css
|
@@ -490,8 +488,8 @@ files:
|
|
490
488
|
- app/assets/stylesheets/jquery.qtip.css
|
491
489
|
- app/assets/stylesheets/twitter-bootstrap/bootstrap-scroll-modal.css
|
492
490
|
- app/assets/stylesheets/twitter-bootstrap/bootstrap-subnav.css
|
493
|
-
- app/assets/stylesheets/twitter-bootstrap/v2.2.
|
494
|
-
- app/assets/stylesheets/twitter-bootstrap/v2.2.
|
491
|
+
- app/assets/stylesheets/twitter-bootstrap/v2.2.2/bootstrap-responsive.css
|
492
|
+
- app/assets/stylesheets/twitter-bootstrap/v2.2.2/bootstrap.css
|
495
493
|
- app/controllers/contour/authentications_controller.rb
|
496
494
|
- app/controllers/contour/confirmations_controller.rb
|
497
495
|
- app/controllers/contour/passwords_controller.rb
|
Binary file
|
Binary file
|