Results 5 issues of Tilmann Singer

Capybara added support to access an element's shadow DOM with `Element#shadow_root` in https://github.com/teamcapybara/capybara/pull/2546 – it would be nice if Cuprite supported it too. Here is an attempt at that. Not...

With the following setup on rails 4, the around_generate method is not called for url helper methods such as `products_path`. It is being called as expected for an equivalent `url_for`...

Rename *.css to *.css.scss This fixes the issue reported in #32 for me and is an alternative to PR #33 - this way rails automatically compiles the scss files.

Before, a slow server response arriving after the response to a later request would cause outdated results to be rendered. Example sequence of events: 1. user types "ab", request for...

Refs https://github.com/jech/galene/issues/246