This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 337a013cbe4f6002a6c227b3c9d2e3df7b0d473d
tree bbe113ca5d9b6f6b30c1b180bba06125a855c564
parent efe57b4cb376519abc2860e73e402341549dc5af
tree bbe113ca5d9b6f6b30c1b180bba06125a855c564
parent efe57b4cb376519abc2860e73e402341549dc5af
README
Connexion Bar
==============
Provides a simple helper method that will render a GCX connexion bar in your app.
Dependencies
============
Hpricot: `gem install hpricot`
To use this helper, you also must have a properly configured cas client that uses mygcx as it's authenticating server.
Your cas client configuration must also include a valid proxy granting server.
To simplify things I've set up a ccc_rubycas_client plugin that includes a good set of default configurations that
*should*
work out of the box:
`./script/plugin install git://github.com/twinge/ccc_rubycas_client.git`
Example Usage
=============
In your layouts just after the <body> tag:
<%= connexion_bar %>
or you can specify the following options: :community, :logout, :css
<%= connexion_bar(:community => 'CampusStaff') %> # Default is the 'Public' community
<%= connexion_bar(:logout => link_to('LOGOUT', '/logout'), :css => 'http://example.com/im_special.css') %>







