Displaying 2 results from an estimated 2 matches for "sockserv".
2006 Feb 16
1
Newby: Getting "unitialized constant SockServ" -- help
I can''t seem to find my error. I think it''s fairly basic. Do I have to
initialize SockServ somewhere or is this error message really indicating
something else?
uninitialized constant SockServ
C:/rails/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/dependencies.rb:200:in
`const_missing''
#{RAILS_ROOT}/app/controllers/mindreadr_controller.rb:15:in
`get_reor...
2006 Feb 15
1
Newbie Question: I want to open a socket on another server
Help!
I need someone to get me in the right ballpark. I''ve been going around
in circles for the last 24 hours.
I want to open a TCPsocket on another server and eventually send and
receive XML which is what the other servers speaks.
I have both "Agile Web...with Ruby" and "Programming Ruby" but can find
no examples. I''ve poured over the forum list, too.