History
This commit is contained in:
parent
d1a2c80ab8
commit
62491121c1
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
* Minor enhancements
|
* Minor enhancements
|
||||||
|
|
||||||
|
* Support for "modular" Sinatra app style (Simon Rozet)
|
||||||
* When faced with a label with no for attribute, that contains a hidden field
|
* When faced with a label with no for attribute, that contains a hidden field
|
||||||
and another field, as can be the case in Rails 2.3's checkbox view,
|
and another field, as can be the case in Rails 2.3's checkbox view,
|
||||||
webrat now locates the non-hidden field. (Luke Melia)
|
webrat now locates the non-hidden field. (Luke Melia)
|
||||||
|
@ -10,6 +11,10 @@
|
||||||
* Add application_framework config for Selenium mode to determine how to
|
* Add application_framework config for Selenium mode to determine how to
|
||||||
start and stop the app server (Corey Donohoe)
|
start and stop the app server (Corey Donohoe)
|
||||||
|
|
||||||
|
* Bug fixes
|
||||||
|
|
||||||
|
* Fix following of absolute redirect URL in Sinatra (Simon Rozet)
|
||||||
|
|
||||||
== 0.4.2 / 2009-02-24
|
== 0.4.2 / 2009-02-24
|
||||||
|
|
||||||
* Major enhancements
|
* Major enhancements
|
||||||
|
|
Loading…
Reference in New Issue