Skip to content

Instantly share code, notes, and snippets.

@bf4
Forked from rwjblue/ember_examples.md
Created November 24, 2015 17:12
Show Gist options
  • Select an option

  • Save bf4/cd00c00984c9dc97c1e5 to your computer and use it in GitHub Desktop.

Select an option

Save bf4/cd00c00984c9dc97c1e5 to your computer and use it in GitHub Desktop.

Revisions

  1. @rwjblue rwjblue revised this gist Nov 9, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion ember_examples.md
    Original file line number Diff line number Diff line change
    @@ -28,7 +28,7 @@
    * http://emberjs.jsbin.com/rwjblue/334/edit?html,js,output - link-to active state logging
    * http://ember-twiddle.com/a77b3db275d91c7f34c2?numColumns=0 - Demo of loading states and substates.
    * http://emberjs.jsbin.com/vuloju/edit?html,js - Smart scroll location implementation. Scroll to top for forward transitions...
    * http://emberjs.jsbin.com/jipani/1/edit?html,js,output - `{{route-action}}` helper
    * http://rwjblue.jsbin.com/jipani/edit?html,js - `{{route-action}}` helper

    * Service
    * http://emberjs.jsbin.com/luhoquxi/7 - Growl Notifications (by @bcardarella)
  2. @rwjblue rwjblue revised this gist Oct 22, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions ember_examples.md
    Original file line number Diff line number Diff line change
    @@ -28,6 +28,7 @@
    * http://emberjs.jsbin.com/rwjblue/334/edit?html,js,output - link-to active state logging
    * http://ember-twiddle.com/a77b3db275d91c7f34c2?numColumns=0 - Demo of loading states and substates.
    * http://emberjs.jsbin.com/vuloju/edit?html,js - Smart scroll location implementation. Scroll to top for forward transitions...
    * http://emberjs.jsbin.com/jipani/1/edit?html,js,output - `{{route-action}}` helper

    * Service
    * http://emberjs.jsbin.com/luhoquxi/7 - Growl Notifications (by @bcardarella)
  3. @rwjblue rwjblue revised this gist Oct 16, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion ember_examples.md
    Original file line number Diff line number Diff line change
    @@ -95,7 +95,7 @@
    * http://emberjs.jsbin.com/hawa/7/edit - Sorting by a property on an itemController.

    * Testing
    * http://emberjs.jsbin.com/rwjblue/316/edit?html,js,output - Basic Integration test (QUnit)
    * http://rwjblue.jsbin.com/yagati/1/edit?html,js,output - Basic Acceptance test (QUnit)
    * http://emberjs.jsbin.com/genolo/edit?html,js - Basic Integration Test (Mocha)
    * http://rwjblue.jsbin.com/pixigu/edit?html,js - Basic `moduleForComponent` integration test.
    * http://jsbin.com/daloriq/edit?js,output - Test `eq` helper with `moduleForComponent`.
  4. @rwjblue rwjblue revised this gist Oct 8, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion ember_examples.md
    Original file line number Diff line number Diff line change
    @@ -15,7 +15,7 @@
    * http://rwjblue.jsbin.com/rwjblue/620/edit?html,js,output - Auto-mutate action.
    * http://emberjs.jsbin.com/rwjblue/505/edit?js,output - Scroll element into view, from hash fragment.
    * http://rwjblue.jsbin.com/reyuqo/edit?html,js,output - Overriding a service or factory in the container (prevents using resolved value).
    * http://jsbin.com/higeso/edit?html,js,output - Completely dynamic `{{link-to}}` (dynamic route name and variable dynamic segments). Works on 2.1.1+ (or current *release* branch).
    * http://rwjblue.jsbin.com/higeso/edit?html,js,output - Completely dynamic `{{link-to}}` (dynamic route name and variable dynamic segments). Works on 2.1.1+ (or current *release* branch).

    * POJO's
    * http://emberjs.jsbin.com/rwjblue/253/edit?js,output - Defining computed properties on a POJO.
  5. @rwjblue rwjblue revised this gist Oct 7, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions ember_examples.md
    Original file line number Diff line number Diff line change
    @@ -15,6 +15,7 @@
    * http://rwjblue.jsbin.com/rwjblue/620/edit?html,js,output - Auto-mutate action.
    * http://emberjs.jsbin.com/rwjblue/505/edit?js,output - Scroll element into view, from hash fragment.
    * http://rwjblue.jsbin.com/reyuqo/edit?html,js,output - Overriding a service or factory in the container (prevents using resolved value).
    * http://jsbin.com/higeso/edit?html,js,output - Completely dynamic `{{link-to}}` (dynamic route name and variable dynamic segments). Works on 2.1.1+ (or current *release* branch).

    * POJO's
    * http://emberjs.jsbin.com/rwjblue/253/edit?js,output - Defining computed properties on a POJO.
  6. @rwjblue rwjblue revised this gist Oct 2, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions ember_examples.md
    Original file line number Diff line number Diff line change
    @@ -55,6 +55,7 @@
    * http://rwjblue.jsbin.com/kifeju/edit?html,js,output - iterate through keys in object (`{{each-in}}`), and have mutable input (`mut` and `get`) for each.
    * http://rwjblue.jsbin.com/nuyujo/edit?js - AST transform using visitor API (Ember 2.0.0+)
    * http://rwjblue.jsbin.com/rujeji/edit?html,js - AST Transform changing `SubExpression` (`v-get`) into `PathExpression`.
    * http://jsbin.com/yomugu/edit?html,js - AST Transform for removing an element attribute (`data-test`).

    * Components
    * http://emberjs.jsbin.com/kenum/3/edit - Drag & Drop Component (by @rpflorence).
  7. @rwjblue rwjblue revised this gist Sep 29, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions ember_examples.md
    Original file line number Diff line number Diff line change
    @@ -33,6 +33,7 @@
    * Simple `Ember.inject.service` demo ("logger" service).
    * http://emberjs.jsbin.com/rwjblue/270/edit?html,js,output
    * http://emberjs.jsbin.com/rwjblue/317/edit?html,js -- Unit/Integration Tests for the "Logger" service.
    * http://emberjs.jsbin.com/guzoru/edit?js - `generateEventedServiceFor` -- Generates a mixin to subscribe to services events.

    * View
    * http://emberjs.jsbin.com/xavox/1/ - Illustrates how to clear classNames. (by @knownasilya)
  8. @rwjblue rwjblue revised this gist Sep 26, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions ember_examples.md
    Original file line number Diff line number Diff line change
    @@ -79,6 +79,7 @@
    * http://emberjs.jsbin.com/rwjblue/75/edit - `{{super}}`
    * http://emberjs.jsbin.com/rwjblue/136/edit?html,js,output - Recompute on changes from outside source (using streams).
    * http://rwjblue.jsbin.com/nodawo/1/edit?html,js - `Ember.Helper` recompute on array length/property changes.
    * http://rwjblue.jsbin.com/samamuf/edit?html,js - `parse-int` helper

    * Select
    * http://emberjs.jsbin.com/vodab/3/edit - Ember.Select with disabled options.
  9. @rwjblue rwjblue revised this gist Sep 11, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions ember_examples.md
    Original file line number Diff line number Diff line change
    @@ -94,6 +94,7 @@
    * http://emberjs.jsbin.com/rwjblue/316/edit?html,js,output - Basic Integration test (QUnit)
    * http://emberjs.jsbin.com/genolo/edit?html,js - Basic Integration Test (Mocha)
    * http://rwjblue.jsbin.com/pixigu/edit?html,js - Basic `moduleForComponent` integration test.
    * http://jsbin.com/daloriq/edit?js,output - Test `eq` helper with `moduleForComponent`.
    * http://rwjblue.jsbin.com/tefeke/edit?js,output - Adding a custom assertion `assert.currentURLEqual` to `QUnit.assert`.
    * http://jsbin.com/ojUGebes/1/edit - Ember Testing Template Testing Components
    * http://jsbin.com/UGaTasU/5/edit - Ember Testing Template Testing Components w/o Container
  10. @rwjblue rwjblue revised this gist Sep 10, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions ember_examples.md
    Original file line number Diff line number Diff line change
    @@ -26,6 +26,7 @@
    * http://emberjs.jsbin.com/rwjblue/166/edit - Route hooks for nested routes.
    * http://emberjs.jsbin.com/rwjblue/334/edit?html,js,output - link-to active state logging
    * http://ember-twiddle.com/a77b3db275d91c7f34c2?numColumns=0 - Demo of loading states and substates.
    * http://emberjs.jsbin.com/vuloju/edit?html,js - Smart scroll location implementation. Scroll to top for forward transitions...

    * Service
    * http://emberjs.jsbin.com/luhoquxi/7 - Growl Notifications (by @bcardarella)
  11. @rwjblue rwjblue revised this gist Sep 10, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions ember_examples.md
    Original file line number Diff line number Diff line change
    @@ -52,6 +52,7 @@
    * http://emberjs.jsbin.com/rwjblue/503/edit - `hasBlock` polyfill
    * http://rwjblue.jsbin.com/kifeju/edit?html,js,output - iterate through keys in object (`{{each-in}}`), and have mutable input (`mut` and `get`) for each.
    * http://rwjblue.jsbin.com/nuyujo/edit?js - AST transform using visitor API (Ember 2.0.0+)
    * http://rwjblue.jsbin.com/rujeji/edit?html,js - AST Transform changing `SubExpression` (`v-get`) into `PathExpression`.

    * Components
    * http://emberjs.jsbin.com/kenum/3/edit - Drag & Drop Component (by @rpflorence).
  12. @rwjblue rwjblue revised this gist Sep 2, 2015. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion ember_examples.md
    Original file line number Diff line number Diff line change
    @@ -89,7 +89,8 @@
    * http://emberjs.jsbin.com/hawa/7/edit - Sorting by a property on an itemController.

    * Testing
    * http://emberjs.jsbin.com/rwjblue/316/edit?html,js,output - Basic Integration test
    * http://emberjs.jsbin.com/rwjblue/316/edit?html,js,output - Basic Integration test (QUnit)
    * http://emberjs.jsbin.com/genolo/edit?html,js - Basic Integration Test (Mocha)
    * http://rwjblue.jsbin.com/pixigu/edit?html,js - Basic `moduleForComponent` integration test.
    * http://rwjblue.jsbin.com/tefeke/edit?js,output - Adding a custom assertion `assert.currentURLEqual` to `QUnit.assert`.
    * http://jsbin.com/ojUGebes/1/edit - Ember Testing Template Testing Components
  13. @rwjblue rwjblue revised this gist Aug 31, 2015. No changes.
  14. @rwjblue rwjblue renamed this gist Aug 31, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  15. @rwjblue rwjblue revised this gist Aug 31, 2015. No changes.
  16. @rwjblue rwjblue revised this gist Aug 31, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions ember_jsbins.md
    Original file line number Diff line number Diff line change
    @@ -25,6 +25,7 @@
    * http://emberjs.jsbin.com/rwjblue/38/edit - List known routes.
    * http://emberjs.jsbin.com/rwjblue/166/edit - Route hooks for nested routes.
    * http://emberjs.jsbin.com/rwjblue/334/edit?html,js,output - link-to active state logging
    * http://ember-twiddle.com/a77b3db275d91c7f34c2?numColumns=0 - Demo of loading states and substates.

    * Service
    * http://emberjs.jsbin.com/luhoquxi/7 - Growl Notifications (by @bcardarella)
  17. @rwjblue rwjblue revised this gist Aug 26, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion ember_jsbins.md
    Original file line number Diff line number Diff line change
    @@ -64,7 +64,7 @@
    * http://emberjs.jsbin.com/rwjblue/325/edit - TinyMCE
    * http://emberjs.jsbin.com/rwjblue/142/edit - `RadioButton` component
    * ~~http://emberjs.jsbin.com/rwjblue/269/edit - Using `viewName` to access a sibling view/component's Id.~~
    * http://emberjs.jsbin.com/rwjblue/586/edit - Build a properly labeled input without double render.
    * http://emberjs.jsbin.com/kuzenip/edit?html,js,output - Build a properly labeled-input without double render.
    * http://emberjs.jsbin.com/rwjblue/278/edit - Using `key-up` and `key-down` with `{{input}}`.
    * http://emberjs.jsbin.com/rwjblue/279/edit?js,output - Render custom components without compiling at runtime.
    * http://emberjs.jsbin.com/rwjblue/322/edit?html,js,output - document title component
  18. @rwjblue rwjblue revised this gist Aug 25, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions ember_jsbins.md
    Original file line number Diff line number Diff line change
    @@ -50,6 +50,7 @@
    * http://emberjs.jsbin.com/rwjblue/340/edit?html,js,output - `is-last` sub-expression / helper.
    * http://emberjs.jsbin.com/rwjblue/503/edit - `hasBlock` polyfill
    * http://rwjblue.jsbin.com/kifeju/edit?html,js,output - iterate through keys in object (`{{each-in}}`), and have mutable input (`mut` and `get`) for each.
    * http://rwjblue.jsbin.com/nuyujo/edit?js - AST transform using visitor API (Ember 2.0.0+)

    * Components
    * http://emberjs.jsbin.com/kenum/3/edit - Drag & Drop Component (by @rpflorence).
  19. @rwjblue rwjblue revised this gist Aug 19, 2015. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion ember_jsbins.md
    Original file line number Diff line number Diff line change
    @@ -101,4 +101,5 @@
    * http://emberjs.jsbin.com/oZemaGA/1/edit - Ember Testing Template easyForm

    Plain HTML:
    * http://jsbin.com/sicos/1/edit?html,output
    * http://jsbin.com/sicos/1/edit?html,output
    * http://rwjblue.jsbin.com/jiropo/edit?html,output - Making Enter in an input submit a button other than the default/first one.
  20. @rwjblue rwjblue revised this gist Aug 19, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions ember_jsbins.md
    Original file line number Diff line number Diff line change
    @@ -14,6 +14,7 @@
    * http://emberjs.jsbin.com/rwjblue/473/edit?html,js,output - Improved Actions!
    * http://rwjblue.jsbin.com/rwjblue/620/edit?html,js,output - Auto-mutate action.
    * http://emberjs.jsbin.com/rwjblue/505/edit?js,output - Scroll element into view, from hash fragment.
    * http://rwjblue.jsbin.com/reyuqo/edit?html,js,output - Overriding a service or factory in the container (prevents using resolved value).

    * POJO's
    * http://emberjs.jsbin.com/rwjblue/253/edit?js,output - Defining computed properties on a POJO.
  21. @rwjblue rwjblue revised this gist Aug 18, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions ember_jsbins.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,6 @@
    * Data Down / Actions Up
    * http://emberjs.jsbin.com/nayaho/edit?html,js - Interdependent select boxes. No observers.
    * http://ember-twiddle.com/2d7246875098d0dbb4a4 - One Way Input

    * Other
    * http://emberjs.jsbin.com/rwjblue/251/edit?html,js,output - Opening a window and communicate with it.
  22. @rwjblue rwjblue revised this gist Aug 13, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions ember_jsbins.md
    Original file line number Diff line number Diff line change
    @@ -5,6 +5,7 @@
    * http://emberjs.jsbin.com/rwjblue/251/edit?html,js,output - Opening a window and communicate with it.
    * http://emberjs.jsbin.com/rwjblue/55/edit - Using liquid-fire animations in globals mode.
    * http://emberjs.jsbin.com/rwjblue/593/edit - Modify computed dependent keys after initialization.
    * http://emberjs.jsbin.com/siforo/edit?js,output - Define computed property after object initialization.
    * http://emberjs.jsbin.com/rwjblue/299/edit?js,output - simplified version of ic-ajax
    * http://emberjs.jsbin.com/rwjblue/337/edit?html,js,output - Detect if Mixin was mixed into a Class
    * http://emberjs.jsbin.com/rwjblue/390/edit - Handlebars whitespace control
  23. @rwjblue rwjblue revised this gist Aug 12, 2015. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions ember_jsbins.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,6 @@
    * Data Down / Actions Up
    * http://emberjs.jsbin.com/nayaho/edit?html,js - Interdependent select boxes. No observers.

    * Other
    * http://emberjs.jsbin.com/rwjblue/251/edit?html,js,output - Opening a window and communicate with it.
    * http://emberjs.jsbin.com/rwjblue/55/edit - Using liquid-fire animations in globals mode.
  24. @rwjblue rwjblue revised this gist Aug 10, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions ember_jsbins.md
    Original file line number Diff line number Diff line change
    @@ -43,6 +43,7 @@
    * http://emberjs.jsbin.com/rwjblue/311/edit?html,js,output - Disable `{{bind-attr}}` (requires 1.11 or greater).
    * http://emberjs.jsbin.com/rwjblue/340/edit?html,js,output - `is-last` sub-expression / helper.
    * http://emberjs.jsbin.com/rwjblue/503/edit - `hasBlock` polyfill
    * http://rwjblue.jsbin.com/kifeju/edit?html,js,output - iterate through keys in object (`{{each-in}}`), and have mutable input (`mut` and `get`) for each.

    * Components
    * http://emberjs.jsbin.com/kenum/3/edit - Drag & Drop Component (by @rpflorence).
  25. @rwjblue rwjblue revised this gist Aug 10, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions ember_jsbins.md
    Original file line number Diff line number Diff line change
    @@ -82,6 +82,7 @@
    * Testing
    * http://emberjs.jsbin.com/rwjblue/316/edit?html,js,output - Basic Integration test
    * http://rwjblue.jsbin.com/pixigu/edit?html,js - Basic `moduleForComponent` integration test.
    * http://rwjblue.jsbin.com/tefeke/edit?js,output - Adding a custom assertion `assert.currentURLEqual` to `QUnit.assert`.
    * http://jsbin.com/ojUGebes/1/edit - Ember Testing Template Testing Components
    * http://jsbin.com/UGaTasU/5/edit - Ember Testing Template Testing Components w/o Container
    * http://jsbin.com/ECoTIP/4/edit - Ember Testing Template Testing Handlebars Helper
  26. @rwjblue rwjblue revised this gist Jul 29, 2015. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion ember_jsbins.md
    Original file line number Diff line number Diff line change
    @@ -80,7 +80,8 @@
    * http://emberjs.jsbin.com/hawa/7/edit - Sorting by a property on an itemController.

    * Testing
    * http://emberjs.jsbin.com/rwjblue/316/edit?html,js,output - Basic Integration test.
    * http://emberjs.jsbin.com/rwjblue/316/edit?html,js,output - Basic Integration test
    * http://rwjblue.jsbin.com/pixigu/edit?html,js - Basic `moduleForComponent` integration test.
    * http://jsbin.com/ojUGebes/1/edit - Ember Testing Template Testing Components
    * http://jsbin.com/UGaTasU/5/edit - Ember Testing Template Testing Components w/o Container
    * http://jsbin.com/ECoTIP/4/edit - Ember Testing Template Testing Handlebars Helper
  27. @rwjblue rwjblue revised this gist Jul 23, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions ember_jsbins.md
    Original file line number Diff line number Diff line change
    @@ -67,6 +67,7 @@
    * Handlebars Helpers
    * http://emberjs.jsbin.com/rwjblue/75/edit - `{{super}}`
    * http://emberjs.jsbin.com/rwjblue/136/edit?html,js,output - Recompute on changes from outside source (using streams).
    * http://rwjblue.jsbin.com/nodawo/1/edit?html,js - `Ember.Helper` recompute on array length/property changes.

    * Select
    * http://emberjs.jsbin.com/vodab/3/edit - Ember.Select with disabled options.
  28. @rwjblue rwjblue revised this gist Jun 30, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion ember_jsbins.md
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,7 @@
    * http://emberjs.jsbin.com/rwjblue/390/edit - Handlebars whitespace control
    * http://emberjs.jsbin.com/rwjblue/401/edit?html,css,js - Many Ember Apps on the same page.
    * http://emberjs.jsbin.com/rwjblue/473/edit?html,js,output - Improved Actions!
    * http://emberjs.jsbin.com/rwjblue/518/edit?html,js - Auto-mutate action.
    * http://rwjblue.jsbin.com/rwjblue/620/edit?html,js,output - Auto-mutate action.
    * http://emberjs.jsbin.com/rwjblue/505/edit?js,output - Scroll element into view, from hash fragment.

    * POJO's
  29. @rwjblue rwjblue revised this gist Jun 20, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions ember_jsbins.md
    Original file line number Diff line number Diff line change
    @@ -62,6 +62,7 @@
    * http://emberjs.jsbin.com/rwjblue/322/edit?html,js,output - document title component
    * http://emberjs.jsbin.com/rwjblue/343/edit?html,js,output - {{each-keys}} component to iterate object keys
    * http://emberjs.jsbin.com/rwjblue/569/edit?html,js,output - easy-form ish API using Ember 1.13+
    * http://emberjs.jsbin.com/rwjblue/584/edit?html,js,output - `<input>` without `{{input}}` via improved actions...

    * Handlebars Helpers
    * http://emberjs.jsbin.com/rwjblue/75/edit - `{{super}}`
  30. @rwjblue rwjblue revised this gist Jun 11, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion ember_jsbins.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    * Other
    * http://emberjs.jsbin.com/rwjblue/251/edit?html,js,output - Opening a window and communicate with it.
    * http://emberjs.jsbin.com/rwjblue/55/edit - Using liquid-fire animations in globals mode.
    * http://emberjs.jsbin.com/rwjblue/151/edit?js,output - Modify computed dependent keys after initialization.
    * http://emberjs.jsbin.com/rwjblue/593/edit - Modify computed dependent keys after initialization.
    * http://emberjs.jsbin.com/rwjblue/299/edit?js,output - simplified version of ic-ajax
    * http://emberjs.jsbin.com/rwjblue/337/edit?html,js,output - Detect if Mixin was mixed into a Class
    * http://emberjs.jsbin.com/rwjblue/390/edit - Handlebars whitespace control