Commit Graph

  • 740bb293e3 Fix for #161 When using Rails 2.3 it uses Rack::Utils to parse params Matthew Ford 2009-02-26 14:39:10 +0000
  • 4e07f5b654 Fix following of absolute redirect URL in Sinatra Simon Rozet 2009-02-22 07:04:30 +0100
  • 7d7c32256d Support for "modular" Sinatra app style Simon Rozet 2009-02-22 01:07:15 +0100
  • 00433bafe5 History Bryan Helmkamp 2009-02-27 20:45:51 -0500
  • 4115c99c9b Merge branch 'master' into atmos Bryan Helmkamp 2009-02-27 20:41:05 -0500
  • b7e0d6f8e6 Prep for 0.4.2 release 0.4.2 Bryan Helmkamp 2009-02-24 12:29:05 -0500
  • e32a208b7f Fix warning caused by Nokogiri deprecating CSS::Parser.parse (Aaron Patterson) [#176 state:resolved] Bryan Helmkamp 2009-02-23 22:18:41 -0500
  • aec889a14d Always deal with one query selector (a String, not an Array) Bryan Helmkamp 2009-02-23 22:14:58 -0500
  • dad3da195c Bumping nokogiri dependency version to 1.2.0 Bryan Helmkamp 2009-02-23 21:18:17 -0500
  • 18c60f4e51 Refactoring XPath manipulation Bryan Helmkamp 2009-02-23 20:52:10 -0500
  • 29c40bd73c Pulling attribute conditions up from have_selector to have_xpath Bryan Helmkamp 2009-02-23 20:47:02 -0500
  • 1625e3e9ba Pulling :content functionality up from have_selector into have_xpath Bryan Helmkamp 2009-02-23 20:22:36 -0500
  • a688c28b19 Extracting xpath_escape method Bryan Helmkamp 2009-02-23 20:21:23 -0500
  • 9761b64b60 Pulling :count option up from have_selector to have_xpath Bryan Helmkamp 2009-02-23 20:18:36 -0500
  • 66d39b851c Allow have_xpath to accept options Bryan Helmkamp 2009-02-23 20:15:29 -0500
  • 2296cadb93 Pulling features up from have_tag into have_selector Bryan Helmkamp 2009-02-23 19:51:50 -0500
  • 120a53dced small doc fixup to explain how to use different application frameworks with selenium Corey Donohoe 2009-02-23 14:21:42 -0700
  • d96899be8c Remove extra whitespace from contain failure message Bryan Helmkamp 2009-02-23 11:19:09 -0500
  • ec06c76b91 use bin/merb if it's available for appserver startup Corey Donohoe 2009-02-18 12:31:52 -0700
  • 92565d3bc4 use application_environment in merb also Corey Donohoe 2009-02-18 12:16:19 -0700
  • b4687c29d5 Break out specs for matchers into separate files Bryan Helmkamp 2009-02-15 19:47:12 -0500
  • 17a8bc7b66 Adding :count option to have_tag Bryan Helmkamp 2009-02-15 19:41:44 -0500
  • 932fdab884 Get quoting working for content Bryan Helmkamp 2009-02-15 19:32:25 -0500
  • 7ba620f38b Whitespace Bryan Helmkamp 2009-02-15 18:57:53 -0500
  • 4fb9406154 remove commented line that serves no purpose Corey Donohoe 2009-02-15 15:54:04 -0700
  • 63337d4476 it helps if i make sure the spec suite still passes :\ Corey Donohoe 2009-02-15 14:41:54 -0700
  • 69dfa5022a Webrat.configuration.application_type => Webrat.configuration.application_framework Corey Donohoe 2009-02-15 14:40:17 -0700
  • 7692930769 clean up constant definitions for rails and fix merb port fubar on selenium appserver stop Corey Donohoe 2009-02-15 14:37:38 -0700
  • 9066d2a9cd add specs for starting and stopping appservers, covers rails, sinatra and merb Corey Donohoe 2009-02-13 20:26:44 -0700
  • 4bf49a5163 allow picking your appserver type via a configuration option, not discovering framework specific files in the current working directory. also start rack apps with the application port parameter Corey Donohoe 2009-02-11 11:17:43 -0700
  • 8fbcbef180 better handling for starting/stopping the server Corey Donohoe 2009-02-11 10:09:23 -0700
  • 82eabc31ee small fixup for sinatra + selenium, use rackup instead of mongrel_rails if config.ru exists Corey Donohoe 2009-02-11 09:25:39 -0700
  • 24eab77ecd Accept do/end blocks in matchers. [#157 state:resolved] Peter Jaros 2009-02-08 19:02:24 -0500
  • 7fe667da73 Removing HashWithIndifferentAccess Bryan Helmkamp 2009-02-09 00:13:28 -0500
  • a89e3ee612 History [#159 state:resolved] Bryan Helmkamp 2009-02-08 21:04:51 -0500
  • 7fc6a79bee Merge commit 'teejayvanslyke/master' into lh_159 Bryan Helmkamp 2009-02-08 21:03:40 -0500
  • e97f7fafc5 Add a spec for two checkboxes with the same name (array style) Bryan Helmkamp 2009-02-08 20:58:43 -0500
  • 4769a5f90b Detect infinite redirects and raise a Webrat::InfiniteRedirectError (Daniel Lucraft) Bryan Helmkamp 2009-02-08 20:54:00 -0500
  • e5ae16367c Prep for 0.4.1 release 0.4.1 Bryan Helmkamp 2009-01-31 17:58:17 -0500
  • d9de0c4e78 Remove gemspec. I don't want GitHub to build gems... Bryan Helmkamp 2009-01-31 17:57:35 -0500
  • aa97b063f7 History Bryan Helmkamp 2009-01-31 17:31:35 -0500
  • 56e6d15811 add uncheck to selenium_session Lee Bankewitz 2009-01-30 15:15:22 -0500
  • ea8e1910d1 Added single-quotes around --chdir argument to mongrel_rails call, as webrat bombs with a file not found error if RAILS_ROOT contains a space. T.J. VanSlyke 2009-01-30 11:37:43 -0800
  • 49e86d103f comment out have_tag from selenium matcher which overrides rails' have_tag Noah Davis 2009-01-28 14:34:24 -0500
  • c25885afc0 History Bryan Helmkamp 2009-01-27 19:15:32 -0500
  • 7f9df54838 Merge commit 'lenalena/master' into lh_139 Bryan Helmkamp 2009-01-27 19:13:53 -0500
  • d2d8de7963 History Bryan Helmkamp 2009-01-27 19:11:28 -0500
  • 91edb22b81 History Bryan Helmkamp 2009-01-25 20:02:40 -0500
  • 33509ef575 Remove stray require of ruby-debug Bryan Helmkamp 2009-01-25 19:50:58 -0500
  • 238bfb469e Use redgreen when running rails integraton tests if available Bryan Helmkamp 2009-01-25 19:48:02 -0500
  • 0039bf4d4b Check exit code of spec:jruby when running precommit Bryan Helmkamp 2009-01-25 19:46:22 -0500
  • 6836115308 History Bryan Helmkamp 2009-01-25 19:45:58 -0500
  • 3d5dd1343c turning off have_tag test for now until we figure out whether we want it or not. Making integration not run the selenium tests for now. Need a eventually framework for test::unit Mike Gaffney 2009-01-25 18:30:03 -0600
  • 8d9d907e73 have_tag is built into rails and rspec and we don't want to overload those. Please use assert_contain or assert_select Revert "Make have_tag work in rails as well as Merb" Mike Gaffney 2009-01-24 13:01:41 -0600
  • f956bea7dd Adding rescue from Webrat::TimeoutError in selenium matchers which allows NegativeMatchers to behave correctly Noah Davis 2009-01-24 01:36:58 -0500
  • 18fa3ab11c Merge branch 'master' of git@github.com:gaffo/webrat Mike Gaffney 2009-01-23 22:55:32 -0600
  • 40280a4a0d fix history to be in correct version. Amos King 2009-01-23 22:53:29 -0600
  • fc4ba75e22 Merge branch 'master' of git@github.com:gaffo/webrat Mike Gaffney 2009-01-23 22:46:16 -0600
  • 099341cede Forgot to add Mike Amos King 2009-01-23 22:42:34 -0600
  • f4f0e3b6a7 Merge branch 'master' of git@github.com:brynary/webrat Mike Gaffney 2009-01-23 22:35:46 -0600
  • 483559f279 Makes have_tag work outside of Merb. Amos King 2009-01-23 21:32:54 -0600
  • 0a021059d6 Added to rails test for have_tag Amos King 2009-01-23 21:13:52 -0600
  • 6e7609e01c Make have_tag work in rails as well as Merb Amos King 2009-01-23 21:13:13 -0600
  • 118b522662 moved have content Amos King 2009-01-23 21:03:19 -0600
  • 3a5d34e759 Moved have selector Amos King 2009-01-23 21:01:21 -0600
  • 5a91f10a99 Began moving selenium matchers to their own files to be consistent with core matchers and for maintainability. Amos King 2009-01-23 20:59:30 -0600
  • 0b8e378fb2 change to use rails label tag for test. Amos King 2009-01-23 20:56:16 -0600
  • 5b8e451272 forgot to update History file Amos King 2009-01-23 20:37:35 -0600
  • cbddebd01c Merge branch 'lh_82' of git@github.com:gaffo/webrat mike.gaffney 2009-01-23 16:23:12 -0600
  • a1ef306838 update Rakefile to run test_units with the new test task Amos King 2009-01-23 16:13:43 -0600
  • 996eedb0d2 Switch to using selenium.click instead of .check when checking a checkbox Noah Davis 2009-01-23 17:08:04 -0500
  • 8c0facc5af cleanup and tests closes LH #82 Amos King 2009-01-23 16:05:33 -0600
  • 813adcc238 Remove the rails selenium test directory and change rake tasks for selenium and rails modes to run the same tests. The end goal should be that the same tests run in both Seleium and Webrat. Amos King 2009-01-23 15:37:26 -0600
  • da59584cdf add the ability for selenium mode to create pids dirs Amos King 2009-01-23 15:34:51 -0600
  • 2c9b546a83 Merge branch 'lh_120_tests_with_selenium' of git@github.com:gaffo/webrat into lh_82 Amos King 2009-01-23 15:11:16 -0600
  • 0272e81847 Fixed issue where webrat was only using relative paths when making requests for Rails apps. This borked Rails apps that use subdomains [John Hwang/Zach Dennis] Zach Dennis 2009-01-20 20:54:59 -0500
  • 7a59353c78 Unfortunately this commit breaks any Rails specs which pass anchor tags. I like the concept, but I'd prefer to work on this post 0.4.1 once I have a bit more time to work out the failures in our referance app. This reverts commit 4fc2b7eb7e. Josh Knowles 2009-01-20 20:08:57 -0500
  • 4fc2b7eb7e removing the normalization of url's for the rails session. stipping them of host, port, and anchors is not really needed, especially since josh's redirect change to stop when going to a different host. See comments here: http://webrat.lighthouseapp.com/projects/10503-webrat/tickets/132 Adam Greene 2009-01-16 12:18:22 -0800
  • 4e3cf59920 adding a helper method to make it easier to see where the user was redirected_to Adam Greene 2009-01-16 12:12:50 -0800
  • ce36e5890f lets follow redirects that are on the same domain but a different subdomain... Adam Greene 2009-01-14 12:53:29 -0800
  • c06fa90864 History Bryan Helmkamp 2009-01-20 00:37:03 -0500
  • e53c64f763 Setup deprecated writers for the selenium_environment= and selenium_port= config methods Bryan Helmkamp 2009-01-20 00:32:19 -0500
  • 9a2302e9af History Bryan Helmkamp 2009-01-20 00:27:38 -0500
  • d60f524df1 Merge commit '1bfe7634f8bb93472f4f53715d43916a8ff1569f' Bryan Helmkamp 2009-01-20 00:26:36 -0500
  • 0204c2766d Change query params parser to work with Edge Rails Bryan Helmkamp 2009-01-20 00:20:12 -0500
  • d64bba627e History Bryan Helmkamp 2009-01-19 20:03:21 -0500
  • 1bfe7634f8 sinatra 0.9 support ichverstehe 2009-01-16 18:51:01 +0100
  • 6529a016d1 Labels should only search for fields within the current scope Kyle Hargraves 2009-01-19 10:50:54 -0600
  • 14d114ce1d Ensure the previous pages params aren't passed through redirect Bryan Helmkamp 2009-01-19 13:56:22 -0500
  • ced63f6e5a Don't install RDoc when installing locally built gem Bryan Helmkamp 2009-01-19 13:48:58 -0500
  • b8b4a614c4 Use reload instead of deprecated reloads in spec Bryan Helmkamp 2009-01-19 13:40:58 -0500
  • 8352985d08 Updating History for 0.4.0 release 0.4.0 0-4-stable Bryan Helmkamp 2009-01-18 17:24:34 -0500
  • f7b4e673cd reloads is deprecated, not reload Bryan Helmkamp 2009-01-18 17:19:46 -0500
  • 9056255abe Updating gemspec Bryan Helmkamp 2009-01-18 17:09:13 -0500
  • bbf6cf06c2 Bump version number to 0.4.0 Bryan Helmkamp 2009-01-18 17:08:12 -0500
  • 2b38b78724 field_labeled() should disregard labels without matching fields Kyle Hargraves 2009-01-18 15:43:51 -0600
  • cbd323ac37 More info in the Unknown mode error message Bryan Helmkamp 2009-01-18 16:45:24 -0500
  • f92f9bead8 Parse content as HTML (unless the Content-Type is XML) Bryan Helmkamp 2009-01-18 16:34:42 -0500
  • 4720a79d3c Bumping version to 0.3.999.1 in prep for 0.4 coming later today Bryan Helmkamp 2009-01-18 16:26:32 -0500
  • 743d787164 Ensure setting mode as a string works too Bryan Helmkamp 2009-01-18 16:25:35 -0500