Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 101 24 trunk 5 2

latest revision Branch trunk

5 annotated / raw | Diffs: previous, other | Lines: 18 ( +11, -3 )

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

Copied to: selenium-on-rails/init.rb 24

r798@D600 (orig r4):  dev | 2006-02-19 01:13:45 +0000
Now 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.

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

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: 10 ( +10, -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:

101 annotated / raw | Diffs: previous, other | Lines: 20 ( +4, -4 )

Created: 2008-11-10 09:26:46 -0600 (1 month 29 days ago) | Author: eric@8thlight.com | Changeset: 101

Remove the reference to switch_environment in init.

90 annotated / raw | Diffs: previous, other | Lines: 20 ( +1, -1 )

Created: 2008-10-26 22:28:13 -0500 (2 months 13 days ago) | Author: eric@8thlight.com | Changeset: 90

Updated so that you can run rake test acceptance again.

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

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

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

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.

27 annotated / raw | Diffs: previous, other | Lines: 19 ( +2, -1 )

Created: 2006-11-14 18:30:01 -0600 (2 years 1 month ago) | Author: Jonas | Changeset: 27

Changes of modules included in SeleniumController didn't cause them to be reload
ed (thanks pic)
The Safari browser didn't get closed automatically (thanks Brian)

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

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

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

Copied from: trunk/init.rb 5

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