Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
##make a helper method out of something like this case request.user_agent when /(gecko|opera|konqueror|khtml|webkit)/i return :gecko when /msie\s+7\.\d+/i return :ie7 else return :older_browser end ##then just use that in your controller
This paste will be private.
From the Design Piracy series on my blog: