Update TODO

This commit is contained in:
Bryan Helmkamp 2008-11-06 13:52:47 -05:00
parent d6ec85839e
commit 33e0000c5a
1 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,8 @@
Add tests for locator strategies
Use Webrat::Methods for Merb and Rails integration
Get file uploads workign with merb
Use a stack for #within to support nested scoping and implicit receivers
Fix #within scoping for forms that exist outside the scope
Figure out what the deal is with #select not working
Restore SSL support for Rails (See 73d3b72108254c0f1ad00e63f8e712115cc8ca7c)
Full support for multiple forms on a page
Track the current form based on the location of the last manipulated input, use this as a default for click_button
Make current_url work with redirections
Support for a hash mapping page names to page URLs
Track the current form based on the location of the last manipulated input, use this as a default for click_button
Verify SSL support in Rails and Merb