- Make
Watir::Rails.boot
use previously selected port in subsequent calls. PR #34 by Bartek Bulat.
- Fix a possible initialization problem with Watir 7.0.0+. See #32.
- Fix a situation where checking if server is running without using specified port. PR #27 by Stefan Rotariu.
- Fix EOFError on some environments. PR #25 by Slava Kardakov.
- Add support for specifying custom server for test Rails instance. PR #23 by Alex Rodionov.
- Add support for cleaning up when test Rails server instance has served all requests. PR #23 by Alex Rodionov.
- Add support for specifying Rails test-server port. PR #22 by Bartek Wilczek.
- Add support for Watir 6.0.
- Fix Browser#add_checker deprecation warning. PR #18 by Christophe Bliard.
- Add support for running Rails on Puma server. PR #15 by Andrey Koleshko.
- Remove strict
mime-types
dependency. See #13
- Allow to set Watir::Rails.ignore_exceptions to false. PR #8 by Andrey Koleshko.
- Make watir-rails working with Rails 2.3.x too.
- Make sure that newest Rails is going to be installed on an empty system.
- Add license to gemspec.
- Add watir as a dependency to make it possible to use with watir-classic too.
- Add specs to keep the quality high.
- Documentation fixes.