Displaying 3 results from an estimated 3 matches for "myuri".
Did you mean:
yuri
2007 Apr 05
2
URL check URL validity
Hi everyone,
I have a web app that at some point asks for a URL ... and i need to
check that url''s validity ... is there a way to do that in RoR...
- in C# i would to something along the lines of
HttpWebRequest hReq =
(HttpWebRequest)WebRequest.Create(url................);
HttpWebResponse hRes = (HttpWebResponse)hReq.GetResponse();
rCode = hRes.get_StatusCode()...etc
Any input is
2010 Jun 30
0
drb problem? ringy-dingy won't answer...
...self.distrib = distrib
@myLog = ''''
end
def perform
myScript = Script.find(script_id)
# left out setting of variables used below...
require "#{myRoot}/script/#{myScript.name}"
fullScript = Object.const_get(myClass).new( myScript, myRun,
runenv, myURI, myRoot )
if self.distrib
require ''rinda/ring''
DRb.start_service
ring_server = Rinda::RingFinger.primary
service = ring_server.take([:name, :ScriptServer, nil, nil])
server = service[2]
result = server.run(fullScript)
puts result
el...
2011 Jun 09
1
Question about voip.ms service.
Hey;
I figured I would ask here as I seem to get better results.
I am using the voip.ms <http://voip.ms/> VoIP service. I have no problem
configuring my
Asterisk server 1.8x to dial out with my Softphone.
HOWEVER, for some reason, I cannot get inbound. All that I hear is a
busy signal.
I know this is not much for you folks to go on, but what would be a good
place to start