Sha256: 981ab9b56b8172df344a5f99d33a9203219178693d38dcd0b1e250edf8fc9f3d

Contents?: true

Size: 1.48 KB

Versions: 1

Compression:

Stored size: 1.48 KB

Contents

== 0.3.2

* Bug Fix
  * Fixing asset paths in production and development by restructuring asset (image and stylesheet) relative placement

== 0.3.1

* Bug Fix
  * Fixed assets location for images specified in the stylesheets

== 0.3.0

* Enhancements
  * Update dependencies to Devise 1.4.4, (needed for Rails 3.1.0)
  * Menu items are now rendered using html_safe
  * 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
    * ex: :condition => 'current_user.admin?'

* Testing
  * Created limited tests for authentications controller and registrations

== 0.2.1

* Bug Fix
  * Apparently add_dependency doesn't work with (= ) signs either

== 0.2.0

* Enhancements
  * Stock assets added
  * Sign in, password reset, and registration pages redesigned

== 0.1.1

* Bug Fix
  * Apparently add_dependency doesn't currently work without ~> Set Omniauth dependency to increment on bug fix revision

== 0.1.0

* Enhancements
  * Contour can now be used as a default template for the application layout
  * Contour provides assets, (images, css, and javascript), to provide an easy authentication system built on top of Devise and Omniauth
  * Contour provides CSS based on Bluetrip to provide cross-browser compatiblity
  * Contour rails generator provides fixes to Rack and Omniauth to allow correct reverse proxy (chaining) authentication to machines behind firewalls

== 0.0.0

* Skeleton files to compile gem and make it available on rubygems.org

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
contour-0.3.2 CHANGELOG.rdoc