From 91edb22b8140545bd55d52f908120dcb331bed45 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Sun, 25 Jan 2009 20:02:40 -0500 Subject: [PATCH] History --- History.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index 82211cb..925f05d 100644 --- a/History.txt +++ b/History.txt @@ -4,9 +4,15 @@ * Support Sinatra 0.9 (Harry Vangberg) * Update query param parsing to work with latest Edge Rails - + * Added #redirected_to method to easily check where an external redirect was + redirected to (Adam Greene) + * Bug fixes + * Make requests to a Rails app using a full URL instead of a relative path. This change + is helpful for Rails apps that use subdomains. (John Hwang and Zach Dennis) + * Follow redirects that are on the same domain but a different subdomain + (Adam Greene) * rescue from Webrat::TimeoutError in selenium matchers which allows NegativeMatchers to behave correctly (Noah Davis) * Switch to using selenium.click instead of .check when checking a checkbox