Tue Feb 19 20:01:00 UTC 2008

selenium on rails

Posted in Rails at 08:01 PM by matt

For rails 2 i was having problems getting selenium going. the upper left corner of my page was missing the layout. e.g.
ActionController::MissingTemplate layout




change the file /vendor/plugins/selenium_on_rails/lib/controllers/selenium_controller.rb on line 22
to use layout => false

Leave a Comment