sl-ember-behavior
sl-ember-behavior copied to clipboard
An Ember CLI Addon that provides the ability to define and enforce behaviors, combining the concepts of whether a user has permission to perform an action and whether that action can currently be perf...
https://github.com/simplabs/ember-simple-auth The route restriction of this repo and the functionality provided by ember-simple-auth is what got me thinking about this. Chances are users will be using ember-simple-auth in their projects...
This is against the `addon/mixins/component.js` file, as well as the `sl-able` and `sl-unable` components. This issue involves more than just simply replacing syntax, but instead requires understanding what this new...
See item #5 at https://github.com/softlayer/ember-style-guide/blob/master/javascript.md#commas Similar question is posed in https://github.com/softlayer/sl-ember-translate/issues/178
http://emberjs.com/api/classes/Ember.Helper.html#sts=Ember.Helper%20Class%20packages/ember-htmlbars/lib/helper.js:8 One thought that comes to mind is how we would reconcile naming between the component's already have and the helpers to do the same thing. Maybe if really only...
Once ember-cli/ember-cli#4513 has been resolved and a new version of Ember CLI has been released containing this modification, any of the files affected by https://github.com/softlayer/sl-ember-behavior/issues/69 will need to be modified.
https://www.npmjs.com/package/phantomjs is a NPM wrapper around phantomjs binary. The version of phantomjs it installs is in https://github.com/Medium/phantomjs/blob/master/lib/phantomjs.js TravisCI uses phantomjs version 1.9.8 (https://github.com/travis-ci/travis-ci/issues/3225), same as npm phantomjs
tests/unit/services/sl-behavior-test.js - "getBehaviorGroup() requires an Object to be provided" - "getBehaviorGroup() "provider.behaviorGroup" must be a String or Function" - "setBehaviors() requires an Object to be provided" - "isAble() requires two...
Once https://github.com/softlayer/sl-ember-test-helpers/issues/66 is resolved