webrat/lib/webrat
2008-10-21 21:33:49 -04:00
..
core Merge branch 'master' of git://github.com/aslakhellesoy/webrat into aslakhellesoy/master 2008-10-17 13:53:22 -04:00
mechanize fixed Webrat::MechanizeSession - calling visit on a newly created session was failing. Default headers were not set and Webrat::Session#request_page would fail when Webrat::Session#headers was called - dup was being called on the nil headers 2008-10-21 21:33:49 -04:00
rack Decouple from Rails so we can use Webrat with Sinatra 2008-10-16 15:50:11 +02:00
rails Cleaning up the Rails session code. Extract scoped_html method in Scope 2008-10-13 20:30:44 -04:00
selenium Extracted Selenium location strategies to their own .js files for easier readability and editing. 2008-10-14 00:17:25 -04:00
sinatra Merge branch 'aslakhellesoy/master' 2008-10-17 14:30:07 -04:00
core.rb Sorting libraries before require to avoid load order issues on server 2008-06-02 12:50:33 +01:00
mechanize.rb Basic spike of WWW:Mechanize support 2008-05-12 00:42:43 -04:00
rails.rb Start isolating Rails-specific webrat components to prepare for additional modes (Merb and WWW::Mechanize) 2008-05-11 23:58:20 -04:00
selenium.rb Spiked a Selenium session type for webrat. 2008-06-16 01:11:02 -04:00