forked from bernerdschaefer/akephalos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO.txt
33 lines (26 loc) · 1.3 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
0.0.5
=======================================================================================
* Upgrade to htmlunit-2.7
* Fix DRb recycled object errors
* Define NativeException on ruby side so that uncaught exceptions are displayed with
a proper backtrace.
* Add Akephalos.filter() for enabling FakeWeb style request/response mocking in the
HtmlUnit browser.
0.0.4
=======================================================================================
- Update to jruby 1.5
- bin/akephalos for interactive mode
- use internally managed java threading instead of capybara's own wait methods
0.0.3
=======================================================================================
- Update for compatibility with capybara 0.3.8
0.0.2 - 10 May 2010
=======================================================================================
- Ensure users cannot accidently call non-existant methods on DRb objects
- Refactor akephalos classes to expose HTMLUnit behavior, instead of shipping
objects directly to remote process.
0.0.1 - 03 May 2010
=======================================================================================
- DRb server starts automatically when needed
- DRb objects are undumped, and references are kept on the server
- All capybara provided specs pass.