Nathan Van der Auwera

Results 7 issues of Nathan Van der Auwera

Hi, I have the following step definition: ``` When /^I click on the operator delete button$/ do node = page.find(:xpath, '//a[contains(@class, "delete")]') page.evaluate_script('window.confirm = function() { return true; }') click_link(node.text)...

When using the selenium, we wrote something like ``` page.driver.browser.switch_to.window('online_manuals') ``` to swich to a newly opened window (`online_manuals`). Instead I get this error: ``` undefined method `switch_to' for #...

In phantomjs versions > 2.0 `phantom.args` is no longer supported, and we should use `system.args` instead. When I installed screencap on my dev machine, it just worked, but somehow when...

Hi, I am the author of the cocoon gem, and received a request to be able to create nested forms with ActiveModel models. This gems seems like the perfect answer...

We now publish the js companion package on npm. While we currently still work with jquery and jquery-editable, now it would not be too far-fetched to imagine having different inline-editing...

For now on-the-spot is still using jEditable, which does work, but [x-editable](http://vitalets.github.io/x-editable/docs.html) is looking waayyyyyy better :) I have seen some gems already exist offering it (just the assets or...

I am trying to deploy on a Windows server (I know: I would rather not either), and I installed node.js which is normally my go-to solution to make everything work....