Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 97 24 trunk 10 2

latest revision Branch trunk

10 annotated / raw | Diffs: previous, other | Lines: 70 ( +21, -0 )

Created: 2006-07-31 17:01:32 -0500 (2 years 5 months ago) | Author: Jonas | Changeset: 10

Copied to: selenium-on-rails/test/test_helper.rb 24

r811@D600 (orig r9):  dev | 2006-05-02 22:32:23 +0100
Added partials support
Fixed defect where missing RedCloth gem would make Selenese crash.
Defect fixes in test_acceptance
 - starting server now works on *nix since output is no longer redirected to /dev/nul -- contributed by David Vollbracht
 - support for Safari is added (it doesn't support opening URLs from command-line arguments) -- contributed by Dave Hoover

6 annotated / raw | Diffs: previous, other | Lines: 49 ( +1, -1 )

Created: 2006-07-31 16:55:25 -0500 (2 years 5 months ago) | Author: Jonas | Changeset: 6

r800@D600 (orig r5):  dev | 2006-02-19 13:48:23 +0000
Added RSelenese, contributed by Eric Kidd, http://www.randomhacks.net.

4 annotated / raw | Diffs: previous, other | Lines: 49 ( +1, -1 )

Created: 2006-07-31 16:50:45 -0500 (2 years 5 months ago) | Author: Jonas | Changeset: 4

r792@D600 (orig r3):  dev | 2006-02-07 23:04:37 +0000
Different line endings won't fail tests (for real this time). Made sure .filename and filename~ don't appear in test suites.

3 annotated / raw | Diffs: previous, other | Lines: 49 ( +10, -0 )

Created: 2006-07-31 16:50:07 -0500 (2 years 5 months ago) | Author: Jonas | Changeset: 3

r789@D600 (orig r2):  dev | 2006-02-07 00:53:17 +0000
Switched from config.controller_paths to $LOAD_PATH in init.rb since EdgeRails doesn't do anything with controller_paths. Now it should work for both EdgeRails@3546 and Rails 1.0.0.
Made some small changes to the tests so they should work with non-Windows line endings (not tested though).

2 new annotated / raw | Lines: 39 ( +39, -0 )

Created: 2006-07-31 16:49:12 -0500 (2 years 5 months ago) | Author: Jonas | Changeset: 2

r788@D600 (orig r1):  dev | 2006-02-05 23:07:14 +0000
Initial release of Selenium on Rails

latest revision Branch root:

97 annotated / raw | Diffs: previous, other | Lines: 99 ( +7, -0 )

Created: 2008-11-10 08:37:24 -0600 (1 month 29 days ago) | Author: eric@8thlight.com | Changeset: 97

Unfinished commit.  I need to get this on the server in case my mac goes in for repairs today.

76 annotated / raw | Diffs: previous, other | Lines: 92 ( +1, -0 )

Created: 2008-09-12 10:10:30 -0500 (3 months 27 days ago) | Author: eric@8thlight.com | Changeset: 76

Copied to: current/selenium-on-rails/test/test_helper.rb 79

We now run all tests in Rails 2.1.

75 annotated / raw | Diffs: previous, other | Lines: 91 ( +16, -1 )

Created: 2008-09-12 10:10:25 -0500 (3 months 27 days ago) | Author: eric@8thlight.com | Changeset: 75

THe first pass at making all the tests run without being in the vendor directory.

74 annotated / raw | Diffs: previous, other | Lines: 76 ( +5, -2 )

Created: 2008-09-12 10:10:15 -0500 (3 months 27 days ago) | Author: eric@8thlight.com | Changeset: 74

Trying to get this to run tests without being in the vendor/plugins directory.

73 annotated / raw | Diffs: previous, other | Lines: 73 ( +6, -3 )

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 and
to figure out what the changes were.

24 new/copied annotated / raw | Diffs: previous, other | Lines: 70 ( +70, -0 )

Created: 2006-09-04 17:24:19 -0500 (2 years 4 months ago) | Author: Jonas | Changeset: 24

Copied from: trunk/test/test_helper.rb 10

Renamed trunk to selenium-on-rails (due to the way script/plugin install works)

Branch point for: tag:pre-rails-2-1