| selenium-on-rails:/current/selenium-on-rails/init.rb |
Line History |
History |
latest revision Branch trunk5 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 +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.
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 +0000Switched 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).
latest revision Branch root:102 annotated / raw | Diffs: previous, other | Lines: 20 ( +4, -4 ) Created: 2008-11-10 09:28:03 -0600 (1 month 29 days ago) | Author: eric@8thlight.com | Changeset: 102 corrected the init so the current will work
100 annotated / raw | Diffs: previous, other | Lines: 20 ( +1, -1 ) Created: 2008-11-10 08:53:00 -0600 (1 month 29 days ago) | Author: eric@8thlight.com | Changeset: 100 Latest current
79 new/copied annotated / raw | Diffs: previous, other | Lines: 20 ( +20, -0 ) Created: 2008-09-12 10:28:02 -0500 (3 months 27 days ago) | Author: eric@8thlight.com | Changeset: 79 Copied from: selenium-on-rails/init.rb 73 New release
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 andto 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 reloaded (thanks pic) The Safari browser didn't get closed automatically (thanks Brian) Branch point for: tag:pre-rails-2-1
|