Sebastian Welther

Results 4 issues of Sebastian Welther

Today I noticed a weird behaviour during my request spec: The controller defines a helper method which is called from the decorator. But during the test this helper is not...

bug

I had issues with the swipe slideout when there is a horizontal scrolling div, see issue #58 and issue #59. This PR is based on PR #10 which has been...

Should this plugin work with Ember CLI 0.2.5? I added it to my project as described in the readme but I get this error when visiting the page: ``` Uncaught...

Given in the gemfile the following ruby syntax is used: ```ruby ruby file: "../.ruby-version" … ``` Appraisal would fail with `wrong number of arguments (given 0, expected 1) (ArgumentError)` ```...