Tagged Questions
The druby tag has no wiki summary.
3
votes
2answers
130 views
is_a? and dRuby objects
I'm working with dRuby and basicly I'm calling a remote method that returns me an object.
In the clientside I have this code:
handle_error(response) if response.is_a?(Error)
where response is the ...
0
votes
1answer
97 views
0
votes
1answer
91 views
Thread problem with Druby and ActiveRecord
I have a rails app and a separate druby process. This process gives me some methods, and at the first line of each druby's method there is a call to ActiveRecord::Base.establish_connection, where the ...