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)
Mon Jun 15 22:27:54 -0700 2009
commit  da0dfb036e379cc1cf82a3e63203072c1aeccf1e
tree    983201ce472414b5962fe453021c681502ba9317
parent  9f06b2a9ad72de9f96ddd937a64e127f3a01f78e
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/ Mon Jun 15 22:27:54 -0700 2009 make this work with 0.0.7 and the latest cucumb... [atmos]
directory features/ Mon Jun 15 22:27:54 -0700 2009 make this work with 0.0.7 and the latest cucumb... [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