Ruby On Code to detect the web browser
by foca,
August 29, 2008 02:23
Why is that more testable?
...
Ruby On Code to detect the web browser
by foca,
August 29, 2008 01:51
Hm, good one. But what nach...
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
Er, sorry, I rushed to post...

@dcadenas: re: testability:...