WAP/WML/Mobile Internet Access with RoR

Is there any good information on doing WAP/WML/Mobile Internet Access
with Ruby on Rails. I’ve tried surfing the web, but couldn’t come up
with anything substancial. I would appreciate any input in this regard.

Thanks in advance
Gopal

You should have a look at DHH’s keynote at the recent RailsConf, where
he discussed forthcoming enhancements to Rails that make it easier to
generate context for different MIME types, like XML vs. HTML. The
keynote slides are here:

http://www.loudthinking.com/lt-files/worldofresources.pdf

The MIME type stuff starts around slide #32. As for what you can do
today with Rails, the “Agile Web D. with Rails” book
discussed XML output using the Builder library.

dean

On 7/4/06, Gopal Ramasammy-Cook [email protected] wrote:

Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails


Dean W.
http://www.aspectassoc.com
http://www.aspectprogramming.com
http://www.contract4j.org

http://wiki.rubyonrails.com/rails/pages/HowToProvideAlternateViewsForMobileD
evices

might be a good place

for something basic all you should have to do is set the mime type and
make
the rhtml files wml instead of html

one could make an engine or plugin for something like this