Gonzalo Rodríguez-Baltanás Díaz
Gonzalo Rodríguez-Baltanás Díaz
Hi Nathan, Does it give you any error using #confirm_dialog? https://github.com/Nerian/akephalos2/blob/master/spec/integration/confirm_dialog_spec.rb#L10
Hi Patrick, I think that instructions sent to the HTMLUnit driver are atomic. Meaning the second click on the save button is not sent until the first has finished. It...
Hi Patrick, Do you still have this problem in https://github.com/Nerian/akephalos2 ? I tried to reproduce this bug, but it works fine for me. it "Should be able to make four...
Hi Patrick, Does this happen in https://github.com/Nerian/akephalos2 ? File a bug issue there if that is the case. A failing test sample would be extremely nice :) Thanks
Sounds like a great feature :) Checking the docs: http://htmlunit.sourceforge.net/apidocs/index.html You may need to use - [WebClient.html#openWindow](http://htmlunit.sourceforge.net/apidocs/com/gargoylesoftware/htmlunit/WebClient.html#openWindow) - [WebClient.html#setCurrentWindow]((http://htmlunit.sourceforge.net/apidocs/com/gargoylesoftware/htmlunit/WebClient.html#openWindow) Feel free to open a pull request when you start working...
Hello guys, You may want to use https://github.com/Nerian/akephalos2 and check the section "Running akephalos with Spork"
And ruby 1.9.2p180, and Spork 0.9
It seems to be a problem with garbage collection. I tried setting the minimum memory for the VM to be 512 MB in order to minimise Garbage collection (the default...
Let wait for @bernerdschaefer insight :)
It is a problem with the GC. Akephalos uses HTMLUnit, which runs on JRuby. I suspect that some object is being garbage collected in the JRuby part. But I haven't...