Displaying 3 results from an estimated 3 matches for "setup_messag".
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://localhos...
2006 Nov 01
1
strange issue with backgroundrb behind apache/lighttpd
...1.8/drb/drb.rb:613:in `recv_request''
(druby://localhost:42531) /usr/lib/ruby/1.8/drb/drb.rb:911:in `recv_request''
(druby://localhost:42531) /usr/lib/ruby/1.8/drb/drb.rb:1530:in `init_with_cl
ient''
(druby://localhost:42531) /usr/lib/ruby/1.8/drb/drb.rb:1542:in `setup_messag
e''
(druby://localhost:42531) /usr/lib/ruby/1.8/drb/drb.rb:1494:in `perform''
(druby://localhost:42531) /usr/lib/ruby/1.8/drb/drb.rb:1589:in `main_loop''
(druby://localhost:42531) /usr/lib/ruby/1.8/drb/drb.rb:1585:in `loop''
(druby://localhost:42531)...