Skip to content

rhomobile/rhomobile-nav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku Nav

This is a Ruby gem providing a Rack middleware to help Heroku add-on providers displaying a customized header for users coming from a single sign-on session.

Usage

Use it just like any Rack middleware:

require 'rhomobile/nav'
use Rhomobile::Nav::Provider

That will fetch the latest header from our API and insert it as the first element inside the body tag when the cookie "rhomobile-nav-data" is defined.

For Rails apps, add it to your Gemfile:

gem 'rhomobile-nav', :require => 'rhomobile/nav'

And add the middleware like:

config.middleware.use Rhomobile::Nav::Provider

Meta

Maintained by Pedro Belo, contributions by Todd Matthews and David Dollar.

Released under the MIT license. http://github.com/heroku/heroku-nav

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages