search for: redirectto

Displaying 2 results from an estimated 2 matches for "redirectto".

Did you mean: redirect_to
2007 Jul 26
6
response.should_not redirect_to
...hould_not redirect_to(url) # response.should_not redirect_to(:action => action_name) # response.should_not redirect_to(:controller => controller_name, :action => action_name) So, am I really missing something important? I''ve added negative_failure_message to RedirectTo matcher and it seems to function just fine (though as I''ve stated, it''s quite late over here, so I could be wrong) class Spec::Rails::Matchers::RedirectTo def negative_failure_message return %Q{expected to not to be redirected to # {@expected.inspect}, but actuall...
2006 Aug 08
1
[OT] Campfire problems
I''m getting bounced back the ''lobby'' every 30 seconds or so by an Ajax redirect. This is happening in a couple of accounts and browsers. FireBug showed me it was a poll.fcgi that occasionally came back with: chat.redirectTo(''/''); I realise this isn''t the right place, but figured I might find a campfire user or two to verify if it''s system wide or just me. Anyone? Log in, go to a room, and wait. If you''re still there after a minute or so, you''re fine. A. --...