From be44933556693266974318865d0bca2663223d38 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Mon, 13 Oct 2008 20:58:05 -0400 Subject: [PATCH] History --- History.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/History.txt b/History.txt index db42057..7b51a47 100644 --- a/History.txt +++ b/History.txt @@ -10,6 +10,7 @@ * Separated Rails-specific code from the Webrat core to make it easier to use Webrat with other environments * Alias visits as visit, clicks_link as click_link, etc. for better readability * Raise error when trying to interact with a disabled form element (Luke Melia) + * Don't send disabled form elements to the server (Patch from Nicholas A. Evans) * Minor enhancements