Gonzalo Rodríguez-Baltanás Díaz
Gonzalo Rodríguez-Baltanás Díaz
Can you try using this repo please: ``` gem 'akephalos', :git => "[email protected]:Nerian/akephalos.git" ```
Do you have this? Capybara.default_driver = :akephalos
I tried something. Tell if it works: https://github.com/Nerian/akephalos/tree/emulation-ie7 gem 'akephalos', :git => "git://github.com/Nerian/akephalos.git", :branch=>"emulation-ie7"
Mmm nah, it fails. Let me rethink.
Ok, I did set html unit browser emulation to IE7. Check if your test works now. gem 'akephalos', :git => "git://github.com/Nerian/akephalos.git", :branch=>"emulation-ie7"
That's weird, that code it is actually in my that too.
Hi, Check https://github.com/Nerian/akephalos2 Shouldn't have encoding problems
Possibly related to https://github.com/Nerian/akephalos2/issues/8
@korny Actually that gem was never mine :) I don't know who made that one. New development is being made here: https://github.com/Nerian/akephalos2 Checkout the install section.
Hi, You can configure how much memory to allocate to JVM. Checkout https://github.com/Nerian/akephalos2