History
This commit is contained in:
parent
2a4959e7f6
commit
c86931b401
17
History.txt
17
History.txt
@ -1,17 +1,24 @@
|
|||||||
== Trunk
|
== Trunk (Git)
|
||||||
|
|
||||||
TODO: Document changes to Webrat requiring. See:
|
* _IMPORTANT_ Breaking change:
|
||||||
|
|
||||||
54de30032e7a6be5ef0321a3fcab318029dad0f8
|
* Removed init.rb auto-require of webrat/rails
|
||||||
ad8956070788cf3fa0f2ea5cbcb33867028c8605
|
* Removed auto-require of webrat/rails when requiring webrat when RAILS_ENV is
|
||||||
|
defined
|
||||||
|
|
||||||
|
In your env.rb file, ensure you have:
|
||||||
|
|
||||||
|
require "webrat/rails"
|
||||||
|
|
||||||
* Major enhancements
|
* Major enhancements
|
||||||
|
|
||||||
* Use Hpricot and REXML when not parsing with Nokogiri (on JRuby, for example)
|
|
||||||
* Added select_time, select_date, and select_datetime to API. [#36] (Ben Mabey)
|
* Added select_time, select_date, and select_datetime to API. [#36] (Ben Mabey)
|
||||||
|
* Use Hpricot and REXML when not parsing with Nokogiri (on JRuby, for example)
|
||||||
|
|
||||||
* Minor enhancements
|
* Minor enhancements
|
||||||
|
|
||||||
|
* Expose #selenium method for direct access to Selenium client
|
||||||
|
* Check nokogiri gem version before requiring nokogiri
|
||||||
* Include the Selenium server jar file in the gem (Bryan Helmkamp, Ben Schwarz)
|
* Include the Selenium server jar file in the gem (Bryan Helmkamp, Ben Schwarz)
|
||||||
* Added key_down, key_up and fire_event to Selenium session (Fernando Garcia)
|
* Added key_down, key_up and fire_event to Selenium session (Fernando Garcia)
|
||||||
* Fix outputing README during Rails plugin install (Fernando Garcia)
|
* Fix outputing README during Rails plugin install (Fernando Garcia)
|
||||||
|
Loading…
Reference in New Issue
Block a user