Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.54 KB

README.textile

File metadata and controls

53 lines (33 loc) · 1.54 KB

RACK-IFRAME

Rack middleware for enabling problematic web browsers (Internet Explorer and Safari) to use same cookies in iframes as in parent windows.

Background

Best described via:

Installation

Add to your Gemfile:

  gem 'rack-iframe'

…and bundle install.

Usage

Minimal:

  require 'rack/iframe'

  use Rack::Iframe

Test

  $ bundle exec rake test

…or using Guard

  $ bundle exec guard

Notes

This gem was developed for our own requirements at Merchii, so feel free to send pull-requests with enhancements of any kind (features, bug-fixes, documentation, tests, etc.) to make it better or useful for you as well.

License

Released under the MIT license.
Copyright © Jaakko Suutarla, Jonas Grimfelt, Merchii