webrat/spec/private
Álvaro Gil fa881a88c8 build querystring with all form elements and then parse to get query params
* Basically Field#to_param was replaced for Field#to_query_string and
some methods related to build params were moved to Form class.

Before this commit the params hash was made by parsing each element
querystring to param and then merge, now we build the whole querystring
first and then parse it to get params with Rack or Rails depending of
the configure mode.
2010-04-03 12:07:16 -03:00
..
core build querystring with all form elements and then parse to get query params 2010-04-03 12:07:16 -03:00
mechanize Move adapters to webrat/adapters, and Rails and Merb integration code into webrat/integrations 2009-08-19 23:42:54 -04:00
rails Removed save_and_open_page's rewriting of static asset paths before saving (was not actually working) 2010-01-16 19:28:29 -05:00
selenium/application_servers Wait for app server to boot on 0.0.0.0 instead of application_address 2009-06-16 17:44:42 -04:00
nokogiri_spec.rb Dropping support for Hpricot and REXML 2009-08-19 23:14:13 -04:00