| selenium-on-rails:/selenium-on-rails/routes.rb |
Line History |
History |
latest revision Branch trunk5 annotated / raw | Diffs: previous, other | Lines: 23 ( +4, -0 ) Created: 2006-07-31 16:52:54 -0500 (2 years 5 months ago) | Author: Jonas | Changeset: 5 Copied to: selenium-on-rails/routes.rb 24 r798@D600 (orig r4): dev | 2006-02-19 01:13:45 +0000Now it's only available in test environment per default (but it's configurable). Added support for TestRunner.html&auto=true. Added configurabilitization(tm)... Added AcceptanceTestRunner. Added Rake task test_acceptance.
latest revision Branch root:99 annotated / raw | Diffs: previous, other | Lines: 24 ( +2, -0 ) Created: 2008-11-10 08:37:29 -0600 (1 month 29 days ago) | Author: eric@8thlight.com | Changeset: 99 Corrected the routes for when the server is started in modes other than test.
75 annotated / raw | Diffs: previous, other | Lines: 22 ( +1, -1 ) Created: 2008-09-12 10:10:25 -0500 (3 months 27 days ago) | Author: eric@8thlight.com | Changeset: 75 Copied to: current/selenium-on-rails/routes.rb 79 THe first pass at making all the tests run without being in the vendor directory.
73 annotated / raw | Diffs: previous, other | Lines: 22 ( +0, -1 ) Created: 2008-09-12 10:10:11 -0500 (3 months 27 days ago) | Author: eric@8thlight.com | Changeset: 73 Okay - I've added everything from Ryan Bates' git repo into mine. Now to get the tests running andto figure out what the changes were.
32 annotated / raw | Diffs: previous, other | Lines: 23 ( +1, -1 ) Created: 2006-12-11 16:44:33 -0600 (2 years ago) | Author: Jonas | Changeset: 32 routes.rb compatible with Rails 1.2switch_environment.rb compatible with Rails 1.2 Support for two additional options (host and multi_window) in acceptance_test_ru nner.rb In path.rb use File.basename(log_file) instead of log_file because, being log_fi le a user parameter, there is a potential security risk. Thanks Nicola! Branch point for: tag:pre-rails-2-1
|