Kai Schlichting

Results 5 issues of Kai Schlichting

In case the select2 component is a multi select field, `select2_container.has_selector?(".select2-choice")` takes `Capybara.default_wait_time` seconds to complete. We should use non-waiting finders like `#first` instead.

Changes: - Make generator and tests work in Rails 3 - Adjust config and SSO to current version of Uservoice API (you now define UI-based settings of widgets on the...

I am currently implementing a form to create and edit products. Apart from a title and price, the user should be able to upload a picture. As far as I...

I started today using this awesome gem, it is much nicer than copying the Railscast code into each project. Additionally, the provided Javascript callbacks make it easy to adjust the...

1 - Ready

As already described in #459 , the default kill timeout of 20 seconds of the daemons gem might be not appropriate for every project, especially when having long running jobs....