
Add support for Rails 2.3.4 form authenticity token
Reported by Jonathan Weiss | November 9th, 2009 @ 12:05 PM
Recent Rails versions changes the format of the form authenticity token. It it now 44 characters long and has more char types than [a-z0-9] like it used to have. That means that Webrat fails to sumbit "form" links.
The patch at http://github.com/jweiss/webrat/commit/96f2f34518d2c4333fe9773cd019... fixes this.
Comments and changes to this ticket
-
Bryan Helmkamp November 15th, 2009 @ 04:39 PM
- State changed from new to resolved
Thanks for the patch, Jonathan. Applied to master.
Cheers,
-Bryan
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Ruby Acceptance Testing for Web applications.