Displaying 3 results from an estimated 3 matches for "dr_gavin".
2008 Nov 20
5
Couldn't find without an ID
hi friends...
my rhtml is for_for_test.rhtml
<html>
<head>
<title>Form_For Tester</title>
</head>
<body>
<% form_for :blog, :url => { :action => ''save'', :id => @blog } do
|f| %>
Name: <%= f.text_field :blog %>
<%= submit_tag ''Save'' %>
<% end %>
</body>
2009 Jan 20
2
Do I need an SSL certificate to use ActionMailer 2.2.2?
Hi guys - I''m sorry to post about this issue again but after several
days I still cannot get ActionMailer working and I''ve been through
every tutorial/forum looking for the answer.
I know ActionMailer now requires SSL validation, does that mean I need
to purchase an SSL certificate before I can send emails?
If not, is there anyone out there who can help me set up my mailer to
2008 Nov 27
3
How to parse info from an xml response
Hi all!
In my app I want to detect what country a visitor is viewing from by
their IP.
Although it''s by no means perfect, the simplest option I''ve found is
by using this site:
http://api.hostip.info/
by passing the ip address as a query, this site returns an xml file
with the country as one of the tags.
http://api.hostip.info/?ip=6.255.255.255 returns (amongst other
things)