Ruby On Code to detect the web browser

by foca, August 29, 2008 17:42

@dcadenas: re: testability:...

E2eac01661fd490189a527b41c81a91c Talk

Ruby On Code to detect the web browser

by foca, August 29, 2008 02:23

Why is that more testable?
...

E2eac01661fd490189a527b41c81a91c Talk

Ruby On Code to detect the web browser

by foca, August 29, 2008 01:51

Hm, good one. But what nach...

E2eac01661fd490189a527b41c81a91c Talk
1
2
3
4
def test_web_browser
  ["Firefox/3", "Firefox/2", "MSIE 6", "MSIE 7", "Opera"].detect do |agent|
    request.user_agent =~ Regexp.new(agent)
...

Ruby On Code to detect the web browser

by foca, August 28, 2008 22:07 Star_fullStar_fullStar_fullStar_fullStar_full

Er, sorry, I rushed to post...

E2eac01661fd490189a527b41c81a91c Talk