public
Description: Rails 2.3.2 Hancock Consumer Application using Sinatra Middleware as Rails Metal
Homepage:
Clone URL: git://github.com/atmos/hancock-client-rails.git
atmos (author)
Fri May 01 10:45:29 -0700 2009
commit  9f06b2a9ad72de9f96ddd937a64e127f3a01f78e
tree    1d2f59191e832bb4ecaa09d9ad16e5bbe23734c5
parent  e48767e8a4cbc9f37640b2aa173fe008c3c145d9
name age message
file .gitignore Thu Mar 19 13:48:41 -0700 2009 initial import of the application [atmos]
file README.md Thu Mar 19 20:57:36 -0700 2009 doc update [atmos]
file Rakefile Thu Mar 19 14:10:55 -0700 2009 blank rails 2.3 app [pedro]
directory app/ Mon Mar 23 20:17:56 -0700 2009 no longer use framework level before filters si... [atmos]
directory config/ Loading commit data...
directory features/ Tue Apr 28 02:08:21 -0700 2009 could of small fixups for 0.0.5 [atmos]
directory lib/ Thu Mar 19 20:49:04 -0700 2009 throw in a little cucumber action [atmos]
directory public/ Thu Mar 19 19:42:12 -0700 2009 add something a little sexier [atmos]
directory script/ Thu Mar 19 20:49:04 -0700 2009 throw in a little cucumber action [atmos]
directory test/ Thu Mar 19 20:50:21 -0700 2009 removing this since it's covered by cucumber now [atmos]
directory vendor/ Thu Mar 19 19:42:24 -0700 2009 switch to haml since it's sexy too [atmos]
README.md

Welcome to the Hancock Rails Client

This is an example client application using a sinatra app as rails metal middleware for the hancock SSO server.

Installation

  • Install the [hancock client libraries][hancock-client]
  • Install rails 2.3.2 or greater
  • Install cucumber 0.2.0

Unit Test

The unit tests suck, there's only one to verify the default page redirect

Cucumber Tests

  • Install the safariwatir gem
  • run rake features if you're on a mac