Done, thanks everyone.<br><br><div><span class="gmail_quote">On 14/02/2008, <b class="gmail_sendername">David Chelimsky</b> &lt;<a href="mailto:dchelimsky@gmail.com">dchelimsky@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Thu, Feb 14, 2008 at 10:16 AM, Max Williams<br> <br>&lt;<a href="mailto:toastkid.williams@gmail.com">toastkid.williams@gmail.com</a>&gt; wrote:<br> <br>&gt; I&#39;m new to rspec (and coding in general) but would it break a lot of<br>
 &gt; people&#39;s tests if redirect_to was changed to do this by default?&nbsp;&nbsp;It&#39;s what<br> &gt; i expected it to do, personally, that is to pass if the given :action and<br> &gt; :controller match up.&nbsp;&nbsp;If i pass a url string, and it&#39;s missing the params,<br>
 &gt; then it seems fair that it should fail, but if for example i just specify a<br> &gt; controller, and that controller is called (with any action) i&#39;d expect it to<br> &gt; pass as well.<br> &gt;<br> &gt; Like i say i&#39;m a newb with no idea of the impact of this to existing tests<br>
 &gt; :)<br> <br> <br>It is conceivable that existing examples could break, but the docs do<br> set out the same expectation that you have.<br> <br> Can you file a bug at <a href="http://rspec.lighthouseapp.com">http://rspec.lighthouseapp.com</a> so we can get it<br>
 in the queue?<br> <br><br> <br> &gt; On 14/02/2008, Rick DeNatale &lt;<a href="mailto:rick.denatale@gmail.com">rick.denatale@gmail.com</a>&gt; wrote:<br> &gt; &gt; On 2/14/08, David Chelimsky &lt;<a href="mailto:dchelimsky@gmail.com">dchelimsky@gmail.com</a>&gt; wrote:<br>
 &gt; &gt; &gt; On Thu, Feb 14, 2008 at 9:48 AM, Rick DeNatale &lt;<a href="mailto:rick.denatale@gmail.com">rick.denatale@gmail.com</a>&gt;<br> &gt; wrote:<br> &gt; &gt; &gt;&nbsp;&nbsp;&gt; On 2/14/08, David Chelimsky &lt;<a href="mailto:dchelimsky@gmail.com">dchelimsky@gmail.com</a>&gt; wrote:<br>
 &gt; &gt; &gt;&nbsp;&nbsp;&gt;&nbsp;&nbsp;&gt; On Thu, Feb 14, 2008 at 8:22 AM, Rick DeNatale<br> &gt; &lt;<a href="mailto:rick.denatale@gmail.com">rick.denatale@gmail.com</a>&gt; wrote:<br> &gt; &gt;<br> &gt; &gt; &gt;&nbsp;&nbsp;&gt;&nbsp;&nbsp;&gt;&nbsp;&nbsp;I don&#39;t have the cycles to add this anytime soon, so if you like<br>
 &gt; the<br> &gt; &gt; &gt;&nbsp;&nbsp;&gt;&nbsp;&nbsp;&gt;&nbsp;&nbsp;idea, feel free to submit a patch to the tracker.<br> &gt; &gt; &gt;&nbsp;&nbsp;&gt;<br> &gt; &gt; &gt;&nbsp;&nbsp;&gt;&nbsp;&nbsp;I&#39;d be happy to do that, although I&#39;m not entirely convinced that<br> &gt; &gt; &gt;&nbsp;&nbsp;&gt;&nbsp;&nbsp;redirect_with is the right name, not that I&#39;ve got a better<br>
 &gt; &gt; &gt;&nbsp;&nbsp;&gt;&nbsp;&nbsp;alternative.<br> &gt; &gt; &gt;<br> &gt; &gt; &gt;<br> &gt; &gt; &gt; redirect_with_options?<br> &gt; &gt;<br> &gt; &gt;<br> &gt; &gt; I think I like that.<br> &gt; &gt;<br> &gt; &gt;<br> &gt; &gt;<br>
 &gt; &gt; &gt;&nbsp;&nbsp;How about something added to the existing call?<br> &gt; &gt; &gt;<br> &gt; &gt; &gt;&nbsp;&nbsp;response.should redirect_to(:controller =&gt; &#39;foo&#39;, :action =&gt;<br> &gt; &gt; &gt;&nbsp;&nbsp;&#39;bar&#39;).ignoring_other_options<br>
 &gt; &gt;<br> &gt; &gt;<br> &gt; &gt; This seems too wordy.<br> &gt; &gt;<br> &gt; &gt;<br> &gt; &gt;<br> &gt; &gt; --<br> &gt; &gt;<br> &gt; &gt; Rick DeNatale<br> &gt; &gt;<br> &gt; &gt; My blog on Ruby<br> &gt; &gt; <a href="http://talklikeaduck.denhaven2.com/">http://talklikeaduck.denhaven2.com/</a><br>
 &gt; &gt; _______________________________________________<br> &gt; &gt; rspec-users mailing list<br> &gt; &gt; <a href="mailto:rspec-users@rubyforge.org">rspec-users@rubyforge.org</a><br> &gt; &gt; <a href="http://rubyforge.org/mailman/listinfo/rspec-users">http://rubyforge.org/mailman/listinfo/rspec-users</a><br>
 &gt; &gt;<br> &gt;<br> &gt;<br> &gt; _______________________________________________<br> &gt;&nbsp;&nbsp;rspec-users mailing list<br> &gt;&nbsp;&nbsp;<a href="mailto:rspec-users@rubyforge.org">rspec-users@rubyforge.org</a><br> &gt;&nbsp;&nbsp;<a href="http://rubyforge.org/mailman/listinfo/rspec-users">http://rubyforge.org/mailman/listinfo/rspec-users</a><br>
 &gt;<br> _______________________________________________<br> rspec-users mailing list<br> <a href="mailto:rspec-users@rubyforge.org">rspec-users@rubyforge.org</a><br> <a href="http://rubyforge.org/mailman/listinfo/rspec-users">http://rubyforge.org/mailman/listinfo/rspec-users</a><br>
 </blockquote></div><br>