On 2006-07-20, at 14:12 , Lee Marlow wrote:

This looks to be the same issue as
http://dev.rubyonrails.org/ticket/5584 which I reopened.  I attached a
failing testcase to it as well.

I don't think it's the same issue.

Your patch doesn't fix my problem, mine doesn't pass your new test.

I can, however, fix your test by defining reset_session_with_flash as such:

      def reset_session_with_flash
        reset_session_without_flash
        remove_instance_variable("@flash")
        flash(:refresh)
      end

You might want to update that patch in #5584 to include this.
_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to