Displaying 1 result from an estimated 1 matches for "seleniumonrailsconfig".
2006 Apr 16
1
plugins problems with RoR 1.1 in production
...ooking to upgrade an application based on rails 1.0, and I have a
problem with plugins working fine in development, but not in
production or test. Actually, it happens in all environments with
their dependency mechanism set to :load.
For example for the selenium on rails plugin, it needs the class
SeleniumOnRailsConfig, which triggers the dependency on
''selenium_on_rails''. First, the file ''rails/selenium_on_rails'' is
searched. If cannot be loaded, it raises the exception LoadError. The
problem I see is that only MissingSourceFile exceptions are treated in
activesupport/lib/acti...