Gopal Ramasammy-Cook
2006-Jul-04 23:12 UTC
[Rails] 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 -- Posted via http://www.ruby-forum.com/.
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 Development with Rails" book discussed XML output using the Builder library. dean On 7/4/06, Gopal Ramasammy-Cook <gopal@psybergate.com> wrote:> 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 > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Dean Wampler 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 -----Original Message----- From: rails-bounces@lists.rubyonrails.org [mailto:rails-bounces@lists.rubyonrails.org] On Behalf Of Gopal Ramasammy-Cook Sent: Tuesday, July 04, 2006 4:12 PM To: rails@lists.rubyonrails.org Subject: [Rails] 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 -- Posted via http://www.ruby-forum.com/. _______________________________________________ Rails mailing list Rails@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails