IE Conditional Targeting with the HTML tag and Rails
My co-author, Bruce Williams, released an update to his rails gem that handles an easy way to get the Paul Irish approach into a rails app.
Once you’ve installed it, all you have to do is
<pre>
rake ie_conditional_tag:install
</pre>
And put this in your application.html.erb file:
<%= ie_conditional_tag :html %>
You can get the gem/plugin source on github
