contour 1.2.0.pre8 → 1.2.0

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.
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
20
20
 
21
21
  s.platform = Gem::Platform::RUBY
22
22
 
23
- s.files = Dir["{app,config,db,lib}/**/*"] + ["CHANGELOG.rdoc", "contour.gemspec", "LICENSE", "Rakefile", "README.rdoc"]
23
+ s.files = Dir["{app,config,db,lib}/**/*"] + ["CHANGELOG.md", "contour.gemspec", "LICENSE", "Rakefile", "README.md"]
24
24
  s.test_files = Dir["test/**/*"]
25
25
 
26
26
  s.add_dependency 'rails', '~> 3.2.12'
@@ -3,7 +3,7 @@ module Contour
3
3
  MAJOR = 1
4
4
  MINOR = 2
5
5
  TINY = 0
6
- BUILD = "pre8" # 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
@@ -49938,3 +49938,241 @@ Completed 401 Unauthorized in 293ms
49938
49938
   (0.1ms) begin transaction
49939
49939
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
49940
49940
   (0.1ms) rollback transaction
49941
+ Connecting to database specified by database.yml
49942
+  (0.1ms) begin transaction
49943
+ Fixture Delete (0.3ms) DELETE FROM "authentications"
49944
+ 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-15 19:44:12', '2013-02-15 19:44:12', 949717663, 201799169)
49945
+ Fixture Insert (0.1ms) INSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('google_apps', 'test@gmail.com', '2013-02-15 19:44:12', '2013-02-15 19:44:12', 876923740, 201799169)
49946
+ 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-15 19:44:12', '2013-02-15 19:44:12', 864673665, 201799169)
49947
+ Fixture Delete (0.2ms) DELETE FROM "users"
49948
+ 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-15 19:44:12', '2013-02-15 19:44:12', 201799169)
49949
+ 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-15 19:44:12', '2013-02-15 19:44:12', 999914115)
49950
+ 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-15 19:44:12', '2013-02-15 19:44:12', 725306934)
49951
+ 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-15 19:44:12', '2013-02-15 19:44:12', 349534908)
49952
+  (2.1ms) commit transaction
49953
+  (0.1ms) begin transaction
49954
+ Authentication Load (3.4ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 876923740]]
49955
+  (0.1ms) rollback transaction
49956
+  (0.1ms) begin transaction
49957
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
49958
+  (0.1ms) rollback transaction
49959
+  (0.1ms) begin transaction
49960
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
49961
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
49962
+  (0.1ms) SELECT COUNT(*) FROM "authentications" 
49963
+ Processing by Contour::AuthenticationsController#create as HTML
49964
+ Parameters: {"authentication"=>{"id"=>"949717663", "user_id"=>"201799169", "provider"=>"open_id", "uid"=>"open_id@open_id.com", "created_at"=>"2013-02-15 19:44:12 UTC", "updated_at"=>"2013-02-15 19:44:12 UTC"}}
49965
+ Authentication Load (0.2ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."provider" = 'google_apps' AND "authentications"."uid" = 'test@example.com' LIMIT 1
49966
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
49967
+ Logged in user found, creating associated authentication.
49968
+  (0.1ms) SAVEPOINT active_record_1
49969
+ SQL (0.7ms) INSERT INTO "authentications" ("created_at", "provider", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 15 Feb 2013 19:44:12 UTC +00:00], ["provider", "google_apps"], ["uid", "test@example.com"], ["updated_at", Fri, 15 Feb 2013 19:44:12 UTC +00:00], ["user_id", 201799169]]
49970
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49971
+ Redirected to http://test.host/authentications
49972
+ Completed 302 Found in 112ms (ActiveRecord: 1.2ms)
49973
+  (0.1ms) SELECT COUNT(*) FROM "authentications" 
49974
+  (0.8ms) rollback transaction
49975
+  (0.1ms) begin transaction
49976
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
49977
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
49978
+  (0.1ms) SELECT COUNT(*) FROM "authentications"
49979
+ Processing by Contour::AuthenticationsController#destroy as HTML
49980
+ Parameters: {"id"=>"949717663"}
49981
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
49982
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169 AND "authentications"."id" = ? LIMIT 1 [["id", "949717663"]]
49983
+  (0.1ms) SAVEPOINT active_record_1
49984
+ SQL (0.3ms) DELETE FROM "authentications" WHERE "authentications"."id" = ? [["id", 949717663]]
49985
+  (0.1ms) RELEASE SAVEPOINT active_record_1
49986
+ Redirected to http://test.host/authentications
49987
+ Completed 302 Found in 6ms (ActiveRecord: 0.7ms)
49988
+  (0.1ms) SELECT COUNT(*) FROM "authentications"
49989
+  (0.7ms) rollback transaction
49990
+  (0.1ms) begin transaction
49991
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
49992
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
49993
+ Processing by Contour::AuthenticationsController#index as HTML
49994
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1
49995
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 201799169
49996
+ Authentication Load (0.1ms) SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169
49997
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_index.html.erb (3.7ms)
49998
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (5.3ms)
49999
+ Completed 200 OK in 100ms (Views: 96.8ms | ActiveRecord: 0.4ms)
50000
+  (0.1ms) rollback transaction
50001
+  (0.1ms) begin transaction
50002
+ Processing by Contour::PasswordsController#create as HTML
50003
+ Parameters: {"user"=>{"email"=>"valid@example.com"}}
50004
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
50005
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = 'kDw9ZE7wJvfBw25Cq3ts' LIMIT 1
50006
+  (0.1ms) SAVEPOINT active_record_1
50007
+  (0.5ms) UPDATE "users" SET "reset_password_token" = 'kDw9ZE7wJvfBw25Cq3ts', "reset_password_sent_at" = '2013-02-15 19:44:13.079246', "updated_at" = '2013-02-15 19:44:13.080999' WHERE "users"."id" = 201799169
50008
+  (0.1ms) RELEASE SAVEPOINT active_record_1
50009
+
50010
+ Sent mail to valid@example.com (100ms)
50011
+ Date: Fri, 15 Feb 2013 14:44:13 -0500
50012
+ From: please-change-me-at-config-initializers-devise@example.com
50013
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
50014
+ To: valid@example.com
50015
+ Message-ID: <511e900d69246_117513feb7d835ad81451e@edge2.partners.org.mail>
50016
+ Subject: Reset password instructions
50017
+ Mime-Version: 1.0
50018
+ Content-Type: text/html;
50019
+ charset=UTF-8
50020
+ Content-Transfer-Encoding: 7bit
50021
+
50022
+ <p>Hello valid@example.com!</p>
50023
+
50024
+ <p>Someone has requested a link to change your password. You can do this through the link below.</p>
50025
+
50026
+ <p><a href="http://localhost:3000/users/password/edit?reset_password_token=kDw9ZE7wJvfBw25Cq3ts">Change my password</a></p>
50027
+
50028
+ <p>If you didn't request this, please ignore this email.</p>
50029
+ <p>Your password won't change until you access the link above and create a new one.</p>
50030
+
50031
+ Redirected to http://test.host/users/login
50032
+ Completed 302 Found in 438ms (ActiveRecord: 0.0ms)
50033
+  (0.7ms) rollback transaction
50034
+  (0.1ms) begin transaction
50035
+ Processing by Contour::PasswordsController#new as HTML
50036
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (2.7ms)
50037
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (3.4ms)
50038
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (7.4ms)
50039
+ Completed 200 OK in 24ms (Views: 23.2ms | ActiveRecord: 0.0ms)
50040
+  (0.1ms) rollback transaction
50041
+  (0.1ms) begin transaction
50042
+  (0.1ms) rollback transaction
50043
+  (0.1ms) begin transaction
50044
+  (0.1ms) rollback transaction
50045
+  (0.1ms) begin transaction
50046
+  (0.1ms) rollback transaction
50047
+  (0.1ms) begin transaction
50048
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
50049
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
50050
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
50051
+ Started GET "/logged_in_page" for 127.0.0.1 at 2013-02-15 14:44:13 -0500
50052
+ Processing by WelcomeController#logged_in_page as HTML
50053
+ Completed 401 Unauthorized in 1ms
50054
+  (0.1ms) SAVEPOINT active_record_1
50055
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1
50056
+ Binary data inserted for `string` type on column `encrypted_password`
50057
+ SQL (0.9ms) 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", Fri, 15 Feb 2013 19:44:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "deleted-2@example.com"], ["encrypted_password", "$2a$04$3cviuPomtCP6iiSzfWhCo.IaTdTulR/o4QC/KO9ifB5.AFFlzPiLa"], ["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", Fri, 15 Feb 2013 19:44:13 UTC +00:00]]
50058
+  (0.1ms) RELEASE SAVEPOINT active_record_1
50059
+  (0.0ms) SAVEPOINT active_record_1
50060
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
50061
+  (0.0ms) RELEASE SAVEPOINT active_record_1
50062
+ SQL (30.4ms) UPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116
50063
+ SQL (0.2ms) UPDATE "users" SET "deleted" = 't' WHERE "users"."id" = 999914116
50064
+ Started POST "/users/login" for 127.0.0.1 at 2013-02-15 14:44:13 -0500
50065
+ Processing by Contour::SessionsController#create as HTML
50066
+ Parameters: {"user"=>{"email"=>"deleted-2@example.com", "password"=>"[FILTERED]"}}
50067
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1
50068
+  (0.1ms) SAVEPOINT active_record_1
50069
+  (0.1ms) RELEASE SAVEPOINT active_record_1
50070
+ Completed 401 Unauthorized in 33ms
50071
+ Started GET "/users/login" for 127.0.0.1 at 2013-02-15 14:44:13 -0500
50072
+ Processing by Contour::SessionsController#new as HTML
50073
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (1.2ms)
50074
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_login_table.html.erb (3.3ms)
50075
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.9ms)
50076
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (2.5ms)
50077
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (6.0ms)
50078
+ Completed 200 OK in 29ms (Views: 27.1ms | ActiveRecord: 0.0ms)
50079
+  (0.8ms) rollback transaction
50080
+  (0.1ms) begin transaction
50081
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
50082
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
50083
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
50084
+ Started GET "/logged_in_page" for 127.0.0.1 at 2013-02-15 14:44:13 -0500
50085
+ Processing by WelcomeController#logged_in_page as HTML
50086
+ Completed 401 Unauthorized in 1ms
50087
+  (0.1ms) SAVEPOINT active_record_1
50088
+ User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
50089
+ Binary data inserted for `string` type on column `encrypted_password`
50090
+ SQL (1.1ms) 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", Fri, 15 Feb 2013 19:44:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "valid-2@example.com"], ["encrypted_password", "$2a$04$Ggh8RbepTlo8rhQsMdGQT.OMmvKCxDxBo6Ta7FihJf.nYprxThLYa"], ["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", Fri, 15 Feb 2013 19:44:13 UTC +00:00]]
50091
+  (0.1ms) RELEASE SAVEPOINT active_record_1
50092
+  (0.1ms) SAVEPOINT active_record_1
50093
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
50094
+  (0.1ms) RELEASE SAVEPOINT active_record_1
50095
+ SQL (17.1ms) UPDATE "users" SET "status" = 'active' WHERE "users"."id" = 999914116
50096
+ SQL (0.2ms) UPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116
50097
+ Started POST "/users/login" for 127.0.0.1 at 2013-02-15 14:44:13 -0500
50098
+ Processing by Contour::SessionsController#create as HTML
50099
+ Parameters: {"user"=>{"email"=>"valid-2@example.com", "password"=>"[FILTERED]"}}
50100
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
50101
+  (0.1ms) SAVEPOINT active_record_1
50102
+  (0.1ms) UPDATE "users" SET "last_sign_in_at" = '2013-02-15 19:44:13.918836', "current_sign_in_at" = '2013-02-15 19:44:13.918836', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2013-02-15 19:44:13.920120' WHERE "users"."id" = 999914116
50103
+  (0.0ms) RELEASE SAVEPOINT active_record_1
50104
+ Redirected to http://www.example.com/logged_in_page
50105
+ Completed 302 Found in 15ms (ActiveRecord: 0.0ms)
50106
+ Started GET "/logged_in_page" for 127.0.0.1 at 2013-02-15 14:44:13 -0500
50107
+ Processing by WelcomeController#logged_in_page as HTML
50108
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 999914116 LIMIT 1
50109
+ Completed 200 OK in 22ms (Views: 20.2ms | ActiveRecord: 0.2ms)
50110
+  (1.0ms) rollback transaction
50111
+  (0.1ms) begin transaction
50112
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
50113
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
50114
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
50115
+ Started GET "/logged_in_page" for 127.0.0.1 at 2013-02-15 14:44:13 -0500
50116
+ Processing by WelcomeController#logged_in_page as HTML
50117
+ Completed 401 Unauthorized in 1ms
50118
+  (0.1ms) SAVEPOINT active_record_1
50119
+ User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1
50120
+ Binary data inserted for `string` type on column `encrypted_password`
50121
+ 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", Fri, 15 Feb 2013 19:44:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "pending-2@example.com"], ["encrypted_password", "$2a$04$.aJ/d7T36SzU6DT6rqdw.eo3gcezxm2N03bJm/FkqxtybUMJzAC.W"], ["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", Fri, 15 Feb 2013 19:44:13 UTC +00:00]]
50122
+  (0.1ms) RELEASE SAVEPOINT active_record_1
50123
+  (0.0ms) SAVEPOINT active_record_1
50124
+  (0.1ms) SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
50125
+  (0.1ms) RELEASE SAVEPOINT active_record_1
50126
+ SQL (26.4ms) UPDATE "users" SET "status" = 'pending' WHERE "users"."id" = 999914116
50127
+ SQL (0.2ms) UPDATE "users" SET "deleted" = 'f' WHERE "users"."id" = 999914116
50128
+ Started POST "/users/login" for 127.0.0.1 at 2013-02-15 14:44:14 -0500
50129
+ Processing by Contour::SessionsController#create as HTML
50130
+ Parameters: {"user"=>{"email"=>"pending-2@example.com", "password"=>"[FILTERED]"}}
50131
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1
50132
+  (0.1ms) SAVEPOINT active_record_1
50133
+  (0.1ms) RELEASE SAVEPOINT active_record_1
50134
+ Completed 401 Unauthorized in 10ms
50135
+ Started GET "/users/login" for 127.0.0.1 at 2013-02-15 14:44:14 -0500
50136
+ Processing by Contour::SessionsController#new as HTML
50137
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/_links.html.erb (0.9ms)
50138
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_login_table.html.erb (2.3ms)
50139
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.1ms)
50140
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (2.5ms)
50141
+ Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (5.9ms)
50142
+ Completed 200 OK in 18ms (Views: 17.5ms | ActiveRecord: 0.0ms)
50143
+  (0.8ms) rollback transaction
50144
+  (0.1ms) begin transaction
50145
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
50146
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
50147
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
50148
+ Started GET "/" for 127.0.0.1 at 2013-02-15 14:44:14 -0500
50149
+ Processing by WelcomeController#index as HTML
50150
+ Completed 401 Unauthorized in 1ms
50151
+  (0.1ms) rollback transaction
50152
+  (0.1ms) begin transaction
50153
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
50154
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
50155
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
50156
+ Started GET "/logged_in_page.json" for 127.0.0.1 at 2013-02-15 14:44:14 -0500
50157
+ Processing by WelcomeController#logged_in_page as JSON
50158
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
50159
+  (0.1ms) SAVEPOINT active_record_1
50160
+  (0.3ms) UPDATE "users" SET "last_sign_in_at" = '2013-02-15 19:44:14.420625', "current_sign_in_at" = '2013-02-15 19:44:14.420625', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2013-02-15 19:44:14.421961' WHERE "users"."id" = 201799169
50161
+  (0.1ms) RELEASE SAVEPOINT active_record_1
50162
+ Completed 200 OK in 288ms (Views: 0.3ms | ActiveRecord: 0.6ms)
50163
+  (0.7ms) rollback transaction
50164
+  (0.1ms) begin transaction
50165
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
50166
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
50167
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
50168
+ Started GET "/logged_in_page.json" for 127.0.0.1 at 2013-02-15 14:44:14 -0500
50169
+ Processing by WelcomeController#logged_in_page as JSON
50170
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
50171
+ Completed 401 Unauthorized in 291ms
50172
+  (0.1ms) rollback transaction
50173
+  (0.1ms) begin transaction
50174
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
50175
+  (0.1ms) rollback transaction
50176
+  (0.1ms) begin transaction
50177
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
50178
+  (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.2.0.pre8
5
- prerelease: 6
4
+ version: 1.2.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: 2013-02-14 00:00:00.000000000 Z
12
+ date: 2013-02-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -570,11 +570,11 @@ files:
570
570
  - lib/generators/contour/scaffold/templates/new.html.erb
571
571
  - lib/generators/contour/scaffold/templates/show.html.erb
572
572
  - lib/generators/contour/scaffold/USAGE
573
- - CHANGELOG.rdoc
573
+ - CHANGELOG.md
574
574
  - contour.gemspec
575
575
  - LICENSE
576
576
  - Rakefile
577
- - README.rdoc
577
+ - README.md
578
578
  - test/contour_test.rb
579
579
  - test/dummy/app/assets/javascripts/application.js
580
580
  - test/dummy/app/assets/stylesheets/application.css
@@ -640,9 +640,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
640
640
  required_rubygems_version: !ruby/object:Gem::Requirement
641
641
  none: false
642
642
  requirements:
643
- - - ! '>'
643
+ - - ! '>='
644
644
  - !ruby/object:Gem::Version
645
- version: 1.3.1
645
+ version: '0'
646
646
  requirements: []
647
647
  rubyforge_project:
648
648
  rubygems_version: 1.8.24
@@ -1,415 +0,0 @@
1
- == 1.2.0
2
-
3
- * Breaking Changes
4
- * Removed support for the subnav partial
5
-
6
- * Enhancements
7
- * Updated Twitter Bootstrap to 2.3.0
8
- * Updated Gem Dependencies
9
- * devise 2.2.3, jquery-rails 2.2.1, rails 3.2.12
10
- * Updated jQuery UI to 1.10.0, the following modules are included:
11
- * UI Core: Core, Widget, Mouse
12
- * Interactions: Draggable, Droppable, Sortable
13
- * Effects: Effects Core, Fade, Highlight
14
- * Updated qTip2 to account for deprecations in jQuery 1.9.1
15
- * Added bootstrap-datepicker and bootstrap-timepicker
16
- * Contour can now be configured to have a search bar in the navigation menu
17
- * For example:
18
- config.search_bar = {
19
- display: 'always',
20
- id: 'global-search',
21
- path: 'search_path',
22
- placeholder: 'Search',
23
- position: 'left'
24
- }
25
- * Flash messages have been moved up into the navbar
26
-
27
- == 1.1.3 (February 11, 2013)
28
-
29
- * Enhancements
30
- * Tooltip base line-height is now fixed at 20px
31
- * Update Gem Dependencies
32
- * rails 3.2.11
33
- * Removed tooltips from alternate login providers to save iPhones and iPads from clicking the authentication button twice
34
- * Added a <tt>.center</tt> CSS class to use instead of the deprecated <tt>&lt;center&gt;</tt> tag
35
-
36
- * Bug Fix
37
- * apply_omniauth(omniauth) updated to account for PostgreSQL error, see {README}[https://github.com/remomueller/contour/blob/master/README]
38
-
39
- == 1.1.2 (January 3, 2013)
40
-
41
- * Enhancements
42
- * Recommended Ruby bumped to 1.9.3-p327
43
- * Updated Twitter Bootstrap to 2.2.2
44
- * Updated HighCharts to 2.3.3
45
- * Kaminari Pagination styling now provided, available themes:
46
- * <%= paginate @items, theme: "contour[-large|-small|-mini]" %>
47
- * Update Gem Dependencies
48
- * rails 3.2.10, jquery-rails 2.1.4, omniauth-cas 1.0.1, omniauth-twitter 0.0.14
49
- * Updated Bootstrap-Scroll-Modal to version 1.2
50
- * nonStandardClick(event) helper JavaScript added to capture clicks
51
-
52
- == 1.1.1 (October 30, 2012)
53
-
54
- * Bug Fix
55
- * Renamed LICENSE to LICENSE.txt to keep assets from failing to compile in Rails 3.2.9.rc1
56
-
57
- == 1.1.0 (September 18, 2012)
58
-
59
- * Enhancements
60
- * Updated jQuery UI to 1.8.22, the following modules are included:
61
- * UI Core: Core, Widget, Mouse
62
- * Interactions: Draggable, Droppable, Resizable, Selectable, Sortable
63
- * Widgets: Datepicker
64
- * Effects: Effects Core, Blind, Bounce, Clip, Drop, Explode, Fade, Fold, Highlight, Pulsate, Scale, Shake, Slide, Transfer
65
- * Updated Twitter Bootstrap from 2.0.4 to 2.1.1
66
-
67
- * Breaking Changes
68
- * Unobtrusive JS now required, JavaScript is now included at bottom of HTML to improve perceived page load
69
-
70
- == 1.0.6 (September 10, 2012)
71
-
72
- * Enhancements
73
- * Login and Registration API now return authentication token, first_name, last_name, id, and email for JSON requests on successful login
74
-
75
- == 1.0.5 (August 21, 2012)
76
-
77
- * Bug Fix
78
- * IE8 no longer shows security warning due to http reference to shim.js when using https by default
79
-
80
- == 1.0.4 (August 14, 2012)
81
-
82
- * Enhancements
83
- * Rails updated to minimum 3.2.8
84
- * Removed deprecated use of update_attribute for Rails 4.0 compatibility
85
- * Cancel button no longer uses btn-danger class for consistency with Bootstrap cancel button defaults
86
- * <tt>devise.failure.unauthenticated</tt> message is no longer displayed when navigating to the root_url
87
- * <tt>rails g contour:scaffold</tt> updated to include better ordering and object counts on index pages
88
- * Sign in with PROVIDER buttons added to sign in page
89
-
90
- * Testing
91
- * Use ActionDispatch for Integration tests instead of ActionController
92
-
93
- == 1.0.3 (July 11, 2012)
94
-
95
- * Enhancements
96
- * JavaScript includes reordered to allow Twitter Bootstrap buttons to be the default $().button() instead of jQuery UI
97
- * Added styling CSS for an About page
98
- * All headers (h1, h2, ...) have had their font-weight changed from bold to 300
99
- * Flash messages can be added using JavaScript:
100
- * flashMessage('My Message', alert_type, overwrite)
101
- * alert_type can be 'success' (default), 'error', 'info', or '', which are green, red, blue, and yellow respectively
102
- * overwrite can be <tt>true</tt> (default), or <tt>false</tt> in which case it will append to the already existing alerts
103
-
104
- == 1.0.2 (June 19, 2012)
105
-
106
- * Enhancements
107
- * Rails updated to minimum 3.2.6
108
- * :confirm links updated to use data: { :confirm } to account for deprecations in Rails 4.0
109
- * Devise updated to minimum 2.1.2
110
- * Twitter Bootstrap updated to 2.0.4
111
- * Now includes all Bootstrap JavaScript Plugins, http://twitter.github.com/bootstrap/javascript.html
112
- * Added styling for .subnav and .subnav-fixed
113
- * Subnav Partial added, can be called as follows: **Subnav was REMOVED in 1.2.0**
114
- * <tt>render partial: 'contour/layouts/subnav', locals: { links: [{name: 'Link A', sublinks: [{name: 'Sublink 1'}, {name: 'Sublink 2'}]}, {name: 'Link B'}]}</tt>
115
-
116
- == 1.0.1 (June 1, 2012)
117
-
118
- * Enhancements
119
- * Rails updated to minimum 3.2.5
120
- * Recommended use of Ruby 1.9.3-p194
121
-
122
- == 1.0.0 (May 31, 2012)
123
-
124
- * Enhancements
125
- * Twitter-Bootstrap CSS layout is now default!
126
- * Authentications can now be placed as a submenu using { authentications: true } anywhere in the contour links configuration
127
- * Rails updated to minimum 3.2.4
128
- * Redirects to the user's alternate login page if a user fails to login on the default devise sign in page
129
- * Registration page can now have fields added by modifying <tt>config.sign_up_fields</tt>
130
- * Ex: <tt>config.sign_up_fields = [ { attribute: 'first_name', type: 'text_field' }, { attribute: 'last_name', type: 'text_field' } ]</tt>
131
- * An empty <tt>links</tt> array is no longer required when specifying a menu item without a submenu
132
- * Submenus are properly hidden if none of the submenu link conditions evaluate to true
133
- * Added Rails scaffold generator
134
- * <tt>rails generate contour:scaffold ModelName</tt>
135
- * NOTE: This generator currently assumes you have a scope named current in your model. The conditions can be modified to limit only those records who are not deleted for example.
136
- * <tt>scope :current, conditions: { }</tt>
137
-
138
- * Breaking Changes
139
- * CSS updated to use Twitter-Bootstrap
140
- * New CSS classes here: http://twitter.github.com/bootstrap/base-css.html
141
- * New JS operations here: http://twitter.github.com/bootstrap/javascript.html
142
- * New Components here: http://twitter.github.com/bootstrap/components.html
143
- * All icons other than Gentleface 16x16 have been removed
144
- * User model no longer requires a name attribute or method
145
- * Authentication model is no longer required to be the user model
146
- * Authentication model creation no longer assigns application specific variables, i.e. first_name, last_name
147
-
148
- == 0.10.2 (March 2, 2012)
149
-
150
- * Bug Fix
151
- * CSS fixed for positive and negative classes for buttons
152
-
153
- == 0.10.1 (February 14, 2012)
154
-
155
- * Enhancements
156
- * Added options for setting body_background_{image|color} and link_color
157
- * Setting these as arrays will rotate through on a daily basis
158
- * Use the month_day configuration to set specific colors/images for select days
159
-
160
- == 0.10.0 (February 13, 2012)
161
-
162
- * Enhancements
163
- * Changes made to accomodate contour template gems like contour-minimalist
164
-
165
- == 0.9.4 (February 13, 2012)
166
-
167
- * Enhancements
168
- * Dependency for Rails updated to 3.2.1 and Devise 2.0.1
169
- * Devise no longer complains about missing Engine Route, set to :main_app
170
- * Removed Devise fix that is no longer needed as of Devise 2.0.1
171
-
172
- * Testing
173
- * Passwords controller test added for "Forget Password"
174
-
175
- == 0.9.3 (January 20, 2012)
176
-
177
- * Enhancements
178
- * Dependency for Rails updated to 3.2.0 and OmniAuth 1.0.2
179
- * Updated to use Devise 2.0.0.rc
180
- * Important! Update Devise Migrations to new format! https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.0-migration-schema-style
181
-
182
- * Refactoring
183
- * Removed debug logging information
184
-
185
- == 0.9.2 (January 18, 2012)
186
-
187
- * Bug Fix
188
- * HTTP Basic Auth failure fix for Devise added, (Do not use ActiveSupport::Base64, https://github.com/plataformatec/devise/commit/9549a32500301c0a60a41bc31311b6198a8f0670)
189
-
190
- == 0.9.1 (January 16, 2012)
191
-
192
- * Bug Fix
193
- * rails generate contour:install now installs the correct omniauth.rb configuration file
194
-
195
- == 0.9.0 (January 13, 2012)
196
-
197
- * Enhancements
198
- * Updated Contour to work with OmniAuth 1.0
199
- * Contour will now provide support for the following providers:
200
- * OmniAuth OpenID
201
- * OmniAuth LDAP
202
- * OmniAuth Twitter
203
- * OmniAuth Facebook
204
- * OmniAuth LinkedIn
205
- * OmniAuth CAS
206
- * Authentication provider names now rely on the OmniAuth camelizations
207
-
208
- * Testing
209
- * SimpleCov testing updated to show gem test coverage
210
-
211
- == 0.8.4 (January 12, 2012)
212
-
213
- * Bug Fix
214
- * OmniAuth Builder updated to work with Rack 1.4.0
215
- * Menu Items no longer require a path (url link) to be specified and the option can now be omitted as it is optional
216
- * Silent 404 no longer occurs when the Contour.header_title_image is left blank
217
-
218
- * Testing
219
- * Dummy Application tests added:
220
- * Functional Tests for Authentication Controller
221
- * Functional Tests for Registration Controller
222
- * Integration Tests for Navigation
223
- * Unit Tests for Authentication Model
224
- * Unit Tests for User Model
225
- * Continuous Integration using TravisCI (travis-ci.org)
226
-
227
- == 0.8.3 (January 9, 2012)
228
-
229
- * Enhancements
230
- * Added icons from gentleface.com (see LICENSE in /app/assets/images/gentleface/LICENSE)
231
- * You can reference icons using
232
- <%= image_tag('gentleface/[16|32|48]/checkmark.png') %>
233
- * Note: in 1.0.0+ the images/contour/gentleface icons will be removed and be moved to images/gentleface
234
-
235
- == 0.8.2 (January 9, 2012)
236
-
237
- * Bug Fix
238
- * Submit buttons on new registration, new session, and new password have been fixed
239
-
240
- == 0.8.1 (January 6, 2012)
241
-
242
- * Bug Fix
243
- * rake assets:precompile now works due to Sprockets 2.1.2 incorrectly assuming that .src was a x-wais-source file instead of a javascript file
244
-
245
- == 0.8.0 (January 3, 2012)
246
-
247
- * Enhancements
248
- * Updated to require Rails 3.2.x for ~> 0.8.0
249
- * Google Omniauth authentication now uses OpenID protocol
250
- # Replace
251
- provider :google_apps, OpenID::Store::Filesystem.new('/tmp')
252
- # With
253
- provider :open_id, OpenID::Store::Filesystem.new('/tmp'), name: 'google_apps', identifier: 'https://www.google.com/accounts/o8/id'
254
- * Added icons from gentleface.com (see LICENSE in /app/assets/images/contour/gentleface/LICENSE)
255
- * Added qTip2, http://craigsworks.com/projects/qtip2/, distributed under http://creativecommons.org/licenses/by/3.0/
256
-
257
- * Bug Fix
258
- * Fixed Rails 3.2.x deprecation warning due to passing the format in the template name for render :template
259
-
260
- == 0.7.2 (January 3, 2012)
261
-
262
- * Bug Fix
263
- * Print layouts can now be specified using @media print{} block in CSS
264
-
265
- == 0.7.1 (December 14, 2011)
266
-
267
- * Bug Fix
268
- * Settings default menu item removed
269
-
270
- * Documentation
271
- * Contour Menu Items no longer require a unique id
272
- * README updated to reflects that Contour requires Rails 3.1.3 for ~> 0.7.0
273
-
274
- == 0.7.0 (December 13, 2011)
275
-
276
- * Enhancements
277
- * Restructuring gem to be more in line with a gem created by 'rails plugin new'
278
- * Menu system updated to use embedded ul and li tags, and jQuery to capture mouseenter and mouseleave
279
- * GUI updates for alert and notice popups
280
-
281
- * Testing
282
- * Adding dummy app and tests
283
-
284
- * Bug Fix
285
- * New Menu system is now IE7+ compatible
286
-
287
- == 0.6.1 (November 14, 2011)
288
-
289
- * Bug Fix
290
- * Samples Index page now correctly displays the Contour version number
291
-
292
- == 0.6.0 (November 14, 2011)
293
-
294
- * Enhancements
295
- * Underlying HighCharts Library updated to 2.1.9 to work with jQuery 1.7.0
296
- * Added jquery-rails ~> 1.0.17 as a dependency
297
-
298
- * Bug Fix
299
- * CSS classes negative and positive now properly apply color to their corresponding links
300
-
301
- == 0.5.7 (November 14, 2011)
302
-
303
- * Enhancements
304
- * Authentications link is now hidden by default if no additional providers have been specified for Omniauth
305
-
306
- * Bug Fix
307
- * Dependency added for jquery-rails 1.0.0 to 1.0.16 since jquery-rails 1.0.17 switches to jQuery 1.7.0 which is incompatible with HighCharts 2.1.4 which requires jQuery 1.6.4
308
-
309
- == 0.5.6 (October 11, 2011)
310
-
311
- * Bug Fix
312
- * SSL Verify Mode set to VERIFY_NONE so that RSS feeds using https can be read and parsed
313
-
314
- == 0.5.5 (October 10, 2011)
315
-
316
- * Bug Fix
317
- * after_inactive_sign_up_path_for is now set to redirect to new_session_path(resource) to properly show message and to avoid redirect when the root_path is not publicly available
318
-
319
- == 0.5.4 (October 10, 2011)
320
-
321
- * Enhancements
322
- * Added arrow.png image asset
323
- * Added config.news_feed options that allows users to specify an RSS feed url that is displayed on the login page
324
- * Added config.news_feed_items to be able to specify the maximum number of items displayed in the News Feed
325
-
326
- * Refactoring
327
- * Code cleanup and additional logger information for Devise Registrations (Omniauth) controller
328
-
329
- == 0.5.3 (September 30, 2011)
330
-
331
- * Enhancements
332
- * Added warning.png image asset
333
-
334
- == 0.5.2 (September 19, 2011)
335
-
336
- * Bug Fix
337
- * Password reset functionality fixed
338
-
339
- == 0.5.1 (September 12, 2011)
340
-
341
- * Refactoring
342
- * Removed debug output
343
-
344
- * Documentation
345
- * Contour Walkthrough from an empty Rails 3.1 application now works correctly (# Devise.config.sign_out_via = :delete)
346
-
347
- == 0.5.0 (September 8, 2011)
348
-
349
- * Enhancements
350
- * rails generate contour:install now appends routes
351
- * Authentication icons can be overridden in the application if the application has a contour folder in the assets directory
352
- * ex: if the web app contains a special logo for LDAP authentication, the app/assets/images/contour folder would contain specialized ldap_64.png and ldap_32.png where 64 and 32 represent the height
353
- * Removing reliance on Contour.application_site_url and using request.script_name instead
354
- * Contour now handles fixes to other libraries in the background, no longer needs to add omniauth_fix.rb and rack_fix.rb to the config/initializers folder
355
-
356
- * Bug Fix
357
- * Removed registration page requirement for first_name and last_name
358
- * Incorrect redirect on LDAP authentication failure for Rails apps on subdomains fixed
359
-
360
- == 0.4.0 (September 7, 2011)
361
-
362
- * Enhancements
363
- * Added new image assets
364
- * :target allowed as a parameter for a link in the menu, ex: target: '_blank'
365
- * Added application_name_html configuration so that users can specify the html for the application name
366
- * :image and :image_options can now be passed to links to specify an image that appears to the right of the link
367
-
368
- == 0.3.2 (September 6, 2011)
369
-
370
- * Bug Fix
371
- * Fixing asset paths in production and development by restructuring asset (image and stylesheet) relative placement
372
-
373
- == 0.3.1 (September 5, 2011)
374
-
375
- * Bug Fix
376
- * Fixed assets location for images specified in the stylesheets
377
-
378
- == 0.3.0 (September 5, 2011)
379
-
380
- * Enhancements
381
- * Update dependencies to Devise 1.4.4, (needed for Rails 3.1.0)
382
- * Menu items are now rendered using html_safe
383
- * Links and menu items can now have a :condition parameter passed to it which is a string that can be evaluated to true or false
384
- * ex: condition: 'current_user.admin?'
385
-
386
- * Testing
387
- * Created limited tests for authentications controller and registrations
388
-
389
- == 0.2.1 (September 1, 2011)
390
-
391
- * Bug Fix
392
- * Apparently add_dependency doesn't work with (= ) signs either
393
-
394
- == 0.2.0 (September 1, 2011)
395
-
396
- * Enhancements
397
- * Stock assets added
398
- * Sign in, password reset, and registration pages redesigned
399
-
400
- == 0.1.1 (September 1, 2011)
401
-
402
- * Bug Fix
403
- * Apparently add_dependency doesn't currently work without ~> Set Omniauth dependency to increment on bug fix revision
404
-
405
- == 0.1.0 (September 1, 2011)
406
-
407
- * Enhancements
408
- * Contour can now be used as a default template for the application layout
409
- * Contour provides assets, (images, css, and javascript), to provide an easy authentication system built on top of Devise and Omniauth
410
- * Contour provides CSS based on Bluetrip to provide cross-browser compatiblity
411
- * Contour rails generator provides fixes to Rack and Omniauth to allow correct reverse proxy (chaining) authentication to machines behind firewalls
412
-
413
- == 0.0.0 (August 29, 2011)
414
-
415
- * Skeleton files to compile gem and make it available on rubygems.org