Project

ie_snowman

0.0
No commit activity in last 3 years
No release in over 3 years
For SEO purposes the snowman fix is only applied for the IE browser. Firefox, Safari, Opera or any other client the snowman fix unnecessary.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0.0
~> 1.6.4
>= 0
~> 0.6.0
 Project Readme

ie_snowman

Rails applies the snowman fix to get around a Internet Explorer (IE) bug [1, 2]. Yet, since the snowman fix clutters the url we only want to apply the fix for IE browsers. ie_snowman monkey patches Rails to only apply the fix when a IE browser is detected.

Requirements

Supported versions are Rails 3 or later, tested versions are 3.0.9 and 3.1.0.rc4.

Install

  • Add ie_snowman to your gemfile
# Gemfile
gem "ie_snowman"

Links

  1. railssnowman.info
  2. stackoverflow.com

Copyright

Copyright (c) 2011 Dan Byström. See LICENSE.txt for further details.