Displaying 20 results from an estimated 500 matches similar to: "WML sites"
2006 Jul 04
2
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/.
2006 Jul 27
3
WAP With Rails?
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 1458 bytes
Desc: not available
Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060727/c1c4dc5d/attachment-0001.jpe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
2014 Sep 13
2
wml / centos7
Hi, anybody got wml running under centos7?
Got problems either compiling it or finding an rpm.
TIA for any hint!
Regards
Michael
2008 Jun 30
1
access of WML site through cell phone seems flakey
I just started a new subdomain on hosting rails. I launched it a
couple of days ago. It is a site that
can render onto mobile devices using WAP/WML or through a regular
browser.
It seems flaky with the mobile cell phone access, because sometimes
it works and sometimes it stops working for several hours and then it
seems like it''s fine again, with a regular browser it seems ok, though
2006 Jun 09
0
disable escaping of ActionController::Base.url_for
Hi!
I am trying to use rails for a wml/wap application. Submitting forms
with wml goes something like that:
<input type="text" name="search" value="" />
<a href="/portal?search=$(search)">goto</a>
The wap browser replaces $(search) in the url with the text entered in
the input field. Now to my problem.
To use the routing information
2006 Jun 27
8
Avaya 4610sw SIP setup problem
Hi all,
I've been pulling my hair out for two days over this problem... I did *a
lot* of Googling around, I searched the list archives to no avail - no
one has the same problem!
I have two Avaya 4610sw phones. I installed the latest SIP firmware
using the TFTP server. So far everything looks good. Each time the phone
boots, it retrieves the 46xxsettings.txt from the TFTP server. My
problem
2008 Mar 17
0
Rails, WML and Videos
Hello everybody,
I was asking myself if there is a way to stream videos on mobile phone
(using Windows mobile - not iphone),
Two possibilities :
- Playing videos using flash or something else directly on the IE
browser.
- Launching the WindowsMedia Player with a RTSP flow to play the
video in it.
I think the second one is the best one, but i want to be sure, and
collect some interesting links
2001 Sep 23
2
destination dir doubles in size
I am using Rsync to mirror my primary drive to a mounted second drive. I am
using a crontab to control it:
30 3 * * * /usr/bin/rsync -rpogl /* /mnt/backup2/systemBackup/
The first run seems fine. But the subsequent running seems to double the
original directory size. I notice this by running df -k. The destination
size increases two fold, as if each time Rsync runs, it repeats itself,
rather
2006 Jul 18
1
Document Management Suggestions
I am looking to create an intranet document management solution that would
take advantage of Ruby/Rails/Subversion etc.
I want to get away from document management using MS Word, Excel etc.
Can anyone recommend a direction I should investigate?
I am currently gathering information on Docbook, Latex, ODF,ODT,ODG,ODP,
TinyMCE and others as I find them.
Ideally I would like to convert manuals
2006 Mar 04
3
Gzip compression
How to enable automatic gzip compression for all .js .html ?
Thanks
--
Posted via http://www.ruby-forum.com/.
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
2006 Oct 07
1
Request to open up getConnection to embedded interface
Hello all,
I would like to request that getConnection() and the struct Rconn
declarations be added to the R embedded interface. Here's why.
It's common in CGI scripts for web applications to direct stdin, stdout,
and stderr map to reading from the browser, writing to the browser, and
writing to a web log file respectively; very nice and neat. However,
things get a little hairy once
2006 May 09
1
Email -Content type is not set to html
Hi to ROR!
I could not change the email content type to text/html
What is the problem!
order1= Order.find_get_details(params[:ses_value])
#render_text order1.size
order=order1[0]
email = OrderMailer.create_confirm(order)
email.set_content_type("text/html")
email = OrderMailer.deliver_confirm(order)
email.set_content_type("text/html")
Alwas it shows only plain format
2006 May 09
1
Emailcontewnt problem
I ma facing problems regarding the email-set-contentent
I am writing the total code for
order1= Order.find_get_details(params[:ses_value])
#render_text order1.size
order=order1[0]
email.set_content_type("text/html")
email = OrderMailer.create_confirm(order)
email.set_content_type("text/html")
email = OrderMailer.deliver_confirm(order)
#email =
2005 Nov 08
2
Scriptaculous insertion fails when XHTML Strict used in FireFox
Hi !
I'm getting an uncaught exception requiring the Scriptaculous
libraries when everything says XHTML 1.0 Strict:
class ApplicationController < ActionController::Base
before_filter :set_content_type
protected
def set_content_type
response.headers['Content-Type'] = 'application/xhtml+xml;
charset=ISO-8859-1'
end
end
<?xml version="1.0"
2006 Jan 09
2
Ruby on Rails and WURFL?
Hi!
I''m a newcommer to Ruby and Rails. I''ve just got the environment done on
my Mac OS X machine and I am eager to start to learn more!
It seems as such a great plattform for doing webapplications.
I have a specific task I would like 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
2006 Jan 25
2
how to define content charset?
I tried to define koi8-r charset in app/views/layouts/ like this:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=koi8-r">
<title>Cpu: <%= controller.action_name %></title>
<%= stylesheet_link_tag ''scaffold'' %>
</head>
But it doesn''t work. I suppose WEBrick already sent utf8 charset
2006 Jul 19
4
Rails crashes my fcgid/fastcgi/scgi on apache2/lighttpd :<
Or maybe I crash it and don''t know why. Here is the setup:
I have an action that will crash my debian sarge development box
using fcgid, fastcgi and scgi running with Apache2, as well as
fastcgi running with lighttpd, every time. Here is the action from
the controller:
-------------------
def crashme
@orders = Order.find(:all, :order => "`id` ASC", :offset
2003 Jan 07
0
Your Enterprise Java/J2EE Architect Requirement
Good morning and Happy New Year 2003!
Let it be prosperous for both you and me!
Below you see a very short version of my CV as of January 2003
for your kind consideration and update.
Word, TXT, and PDF version of the complete CV are available upon request.
Enjoy the economic recovery!
Make it a great day:
ZAR
=================================================================
ZAR PETKOV,
2006 Jun 29
1
Logging in Rails
Is there any reason why active_record is overriding the method
format_message of the class logger?
--
Posted via http://www.ruby-forum.com/.