Displaying 4 results from an estimated 4 matches for "mooktakim".
2006 Jul 13
6
Webservices Xml-Rpc and authentication
...is.
At the moment all i can think of is sending username and password with every method.
These are the howto''s i''m following:
http://wiki.rubyonrails.com/rails/pages/HowtoWriteAXmlRpcService
http://manuals.rubyonrails.com/read/book/10
Thanks for any help
--
Website: http://www.mooktakim.com
email: mma@mooktakim.com
2006 Feb 14
5
SSL and domain as account key
Say I have an hosted application which allows the user to use their own
domain name (company.com) to access it, and that application must be
accessed over SSL, how do you go about our SSL certificate not being
registered to their domain. Sure the connection will be safe but the
browser will pop up a warning saying the certificate is invalid for this
domain.
I dont think this problem occur
2006 Feb 07
4
inexpensive ways to make a rails application highly available? mysql replication?
I''m interested in making a low volume rails application very available. This
means that I would like to have
an alternate server for those times when the primary server is unavailable
for whatever reason.
Virtual private servers are fairly inexpensive so one could have a rails
application on 2 different vps systems (not on the same server, possibly not
even in the same city).
2007 Aug 24
1
ActiveMerchant Paypal IPN and RESTful design
Hello,
I''m trying to go all REST of my application. But i''ve come to one problem.
How do i do payment, using IPN, in a RESTful way?
right now i have an Payments controller. With 2 actions.
action "new" shows a page with a paypal button.
action "paypal_ipn" is where paypal sends its notifications.
How would i go about doing this in a REST environment?
Thank