Displaying 2 results from an estimated 2 matches for "wurfl".
Did you mean:
wurfel
2006 Jan 09
2
Ruby on Rails and WURFL?
...ike to acomplish but being a newbie with
Rails and Ruby am not sure where to start.
What I want to do is to create a mobile site that is very goood at
detecting which device is used for accessing the web application and
then adjust the pages accroding to the devices capabilities.
Fortunately WURFL (http://wurfl.sourceforge.net/) is excellent at
identifying the various devices. For the Java world there is a tag
library (WALL - http://wurfl.sourceforge.net/java/index.php) that
implements a JSP tag library on top of WURFL - this makes it very easy
to develop web applications that behave cle...
2007 Jan 20
0
Best way to force a respond_to format
I am playing around with the idea of adding to the HTTP_ACCEPT header
method and trying to utilize WURFL for detecting mobile devices by
USER_AGENT instead. I''m thinking I will set up some kind of
before_filter in my controller, to intercept all requests and compare
the USER_AGENT to some data source.
If I detect that the USER_AGENT is a mobile device, then I''d like to
force a part...