search for: setup_message

Displaying 3 results from an estimated 3 matches for "setup_message".

Did you mean: setup_messages
2007 Jun 02
7
I''m really bad at controllers, help please.
Hey, Sorry for so many questions - I''m really bad at this right now. I''m trying to cover the following code w/ rspec def index if params[:user_id] @user = User.find(params[:user_id]) @messages = @user.messages end end So basically what I''m doing is listing all the messages for a user, provided there is an id parameter. describe
2007 Apr 01
2
strange behavior after switching to DRb server
...b.rb:615:in `recv_request'' (druby://localhost:9010) /usr/local/lib/ruby/1.8/drb/drb.rb:908:in `recv_request'' (druby://localhost:9010) /usr/local/lib/ruby/1.8/drb/drb.rb:1527:in `init_with_client'' (druby://localhost:9010) /usr/local/lib/ruby/1.8/drb/drb.rb:1539:in `setup_message'' (druby://localhost:9010) /usr/local/lib/ruby/1.8/drb/drb.rb:1491:in `perform'' (druby://localhost:9010) /usr/local/lib/ruby/1.8/drb/drb.rb:1586:in `main_loop'' (druby://localhost:9010) /usr/local/lib/ruby/1.8/drb/drb.rb:1582:in `main_loop'' (druby://localhost...
2006 Nov 01
1
strange issue with backgroundrb behind apache/lighttpd
I''m getting strange data back from my worker whenever I run our rails app with more than one dispatcher under lighttpd. just to give some info on what the app does: user submits data to rails app. rails app hands off data to worker, which goes and does it''s thing, storing results in an array of response objects (the array is an attribute of the worker). the response object