Skip to content

Instantly share code, notes, and snippets.

@rwjblue
Last active August 15, 2024 15:17
Show Gist options
  • Select an option

  • Save rwjblue/8816372 to your computer and use it in GitHub Desktop.

Select an option

Save rwjblue/8816372 to your computer and use it in GitHub Desktop.

Revisions

  1. rwjblue revised this gist Nov 6, 2017. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion ember_examples.md
    Original file line number Diff line number Diff line change
    @@ -170,4 +170,7 @@ Plain Javascript:
    * http://jsbin.com/fitoje/edit?js,output - Tagged template string to strip whitespace before and after a newline (but not at concat boundaries).

    Babel Plugin:
    * https://astexplorer.net/#/gist/9cd6b3d1a7cfabd5290db4a7ff5dc26b/b184ec2cb4409044e84b5de591fc4c95b58cd696 - `htmlbars-inline-precompile` babel plugin
    * https://astexplorer.net/#/gist/9cd6b3d1a7cfabd5290db4a7ff5dc26b/b184ec2cb4409044e84b5de591fc4c95b58cd696 - `htmlbars-inline-precompile` babel plugin

    Codemods:
    * https://astexplorer.net/#/gist/e3e6c6d5b1172e3ba80c4a9c0a18e0f2/6975e94674a76141b6dcf2f16aa6bf8346bad335 - Replace `.extend({ foo: {} })` with `.extend({ init() { this._super(...arguments); this.foo = {}; } })`.
  2. rwjblue revised this gist May 1, 2017. 1 changed file with 7 additions and 2 deletions.
    9 changes: 7 additions & 2 deletions ember_examples.md
    Original file line number Diff line number Diff line change
    @@ -29,8 +29,13 @@
    * 2.6 - http://rwjblue.jsbin.com/tokefox/edit?html,js,output
    * 2.7 - http://rwjblue.jsbin.com/rebibe/edit?html,js,output
    * 2.8 - http://jsbin.com/madolo/edit?html,js,output
    * release - http://rwjblue.jsbin.com/vefemi/edit?html,js,output
    * beta - http://rwjblue.jsbin.com/tevulu/edit?html,js,output
    * 2.9 - https://jsbin.com/jecucot/edit?html,js,output
    * 2.10 - https://jsbin.com/xajuyi/edit?html,js,output
    * 2.11 - https://jsbin.com/rewarah/edit?html,js,output
    * 2.12 - https://jsbin.com/pisehoq/edit?html,js,output
    * 2.13 - https://jsbin.com/ricebum/edit?html,js,output
    * release - https://jsbin.com/lizobi/edit?html,js,output
    * beta - https://jsbin.com/fuyodet/edit?html,js,output
    * canary - https://rwjblue.jsbin.com/solokun/edit?html,js,output
    * alpha - https://rwjblue.jsbin.com/comewa/edit?html,js,output

  3. rwjblue revised this gist Mar 13, 2017. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion ember_examples.md
    Original file line number Diff line number Diff line change
    @@ -162,4 +162,7 @@ Plain HTML:
    * http://rwjblue.jsbin.com/jiropo/edit?html,output - Making Enter in an input submit a button other than the default/first one.

    Plain Javascript:
    * http://jsbin.com/fitoje/edit?js,output - Tagged template string to strip whitespace before and after a newline (but not at concat boundaries).
    * http://jsbin.com/fitoje/edit?js,output - Tagged template string to strip whitespace before and after a newline (but not at concat boundaries).

    Babel Plugin:
    * https://astexplorer.net/#/gist/9cd6b3d1a7cfabd5290db4a7ff5dc26b/b184ec2cb4409044e84b5de591fc4c95b58cd696 - `htmlbars-inline-precompile` babel plugin
  4. rwjblue revised this gist Feb 22, 2017. 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
    @@ -142,6 +142,7 @@

    * Testing
    * http://rwjblue.jsbin.com/yagati/1/edit?html,js,output - Basic Acceptance test (QUnit)
    * https://jsbin.com/gadumar/edit?js,output - Basic Acceptance Test (QUnit 2.x, `ember.prod.js`)
    * 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`.
  5. rwjblue revised this gist Dec 6, 2016. 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
    @@ -99,6 +99,7 @@
    * http://rwjblue.jsbin.com/kanamav/edit?html,js,output - AST Transform for detecting invalid block indentation (thanks to @matteddy)
    * http://rwjblue.jsbin.com/dubiza/edit?html,js,output - AST Transform for detecting triple curlies
    * http://rwjblue.jsbin.com/jenenip/edit?js,output - AST Transform to detect all template invocations of components or helpers.
    * http://jsbin.com/kuweki/edit?html,js,output - AST Transform to provide the template's moduleId

    * Components
    * http://emberjs.jsbin.com/kenum/3/edit - Drag & Drop Component (by @rpflorence).
  6. rwjblue revised this gist Sep 24, 2016. 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 @@
    * 2.5 - http://rwjblue.jsbin.com/yulirep/edit?html,js,output
    * 2.6 - http://rwjblue.jsbin.com/tokefox/edit?html,js,output
    * 2.7 - http://rwjblue.jsbin.com/rebibe/edit?html,js,output
    * 2.8 - http://jsbin.com/madolo/edit?html,js,output
    * release - http://rwjblue.jsbin.com/vefemi/edit?html,js,output
    * beta - http://rwjblue.jsbin.com/tevulu/edit?html,js,output
    * canary - https://rwjblue.jsbin.com/solokun/edit?html,js,output
  7. rwjblue revised this gist Aug 16, 2016. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion ember_examples.md
    Original file line number Diff line number Diff line change
    @@ -156,4 +156,7 @@

    Plain HTML:
    * 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.
    * http://rwjblue.jsbin.com/jiropo/edit?html,output - Making Enter in an input submit a button other than the default/first one.

    Plain Javascript:
    * http://jsbin.com/fitoje/edit?js,output - Tagged template string to strip whitespace before and after a newline (but not at concat boundaries).
  8. rwjblue revised this gist Aug 1, 2016. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions ember_examples.md
    Original file line number Diff line number Diff line change
    @@ -28,6 +28,10 @@
    * 2.5 - http://rwjblue.jsbin.com/yulirep/edit?html,js,output
    * 2.6 - http://rwjblue.jsbin.com/tokefox/edit?html,js,output
    * 2.7 - http://rwjblue.jsbin.com/rebibe/edit?html,js,output
    * release - http://rwjblue.jsbin.com/vefemi/edit?html,js,output
    * beta - http://rwjblue.jsbin.com/tevulu/edit?html,js,output
    * canary - https://rwjblue.jsbin.com/solokun/edit?html,js,output
    * alpha - https://rwjblue.jsbin.com/comewa/edit?html,js,output

    * Other
    * http://emberjs.jsbin.com/rwjblue/251/edit?html,js,output - Opening a window and communicate with it.
  9. rwjblue revised this gist Aug 1, 2016. 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
    @@ -27,6 +27,7 @@
    * 2.4 - http://rwjblue.jsbin.com/wixeka/edit?html,js,output
    * 2.5 - http://rwjblue.jsbin.com/yulirep/edit?html,js,output
    * 2.6 - http://rwjblue.jsbin.com/tokefox/edit?html,js,output
    * 2.7 - http://rwjblue.jsbin.com/rebibe/edit?html,js,output

    * Other
    * http://emberjs.jsbin.com/rwjblue/251/edit?html,js,output - Opening a window and communicate with it.
  10. rwjblue revised this gist Jul 20, 2016. 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
    @@ -46,6 +46,7 @@
    * http://ember-twiddle.com/afd593c0bb0130b280c5 - Cursor position :troll: when using `<input>`
    * https://ember-twiddle.com/dd0dd9b48140531ccccb - Dynamic `attributeBindings`.
    * http://rwjblue.jsbin.com/mibagi/edit?html,js,output - Promise constructor is synchronous.
    * https://ember-twiddle.com/569e40aef2b4158096db68607b73da59 - Using a linked list with `{{#each`.

    * POJO's
    * http://emberjs.jsbin.com/rwjblue/253/edit?js,output - Defining computed properties on a POJO.
  11. rwjblue revised this gist Jul 1, 2016. 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
    @@ -113,6 +113,7 @@
    * 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...
    * http://rwjblue.jsbin.com/bofijik/edit?js,output - Using Javascript getters from templates.
    * http://jsbin.com/katado/edit?js,output - Creating accessor helper.

    * Handlebars Helpers
    * http://emberjs.jsbin.com/rwjblue/75/edit - `{{super}}`
  12. rwjblue revised this gist Jun 29, 2016. 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
    @@ -112,6 +112,7 @@
    * 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...
    * http://rwjblue.jsbin.com/bofijik/edit?js,output - Using Javascript getters from templates.

    * Handlebars Helpers
    * http://emberjs.jsbin.com/rwjblue/75/edit - `{{super}}`
  13. rwjblue revised this gist Jun 14, 2016. 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 @@
    * 2.3 - http://rwjblue.jsbin.com/zulacu/edit?html,js,output
    * 2.4 - http://rwjblue.jsbin.com/wixeka/edit?html,js,output
    * 2.5 - http://rwjblue.jsbin.com/yulirep/edit?html,js,output
    * 2.6 - http://rwjblue.jsbin.com/tokefox/edit?html,js,output

    * Other
    * http://emberjs.jsbin.com/rwjblue/251/edit?html,js,output - Opening a window and communicate with it.
  14. rwjblue revised this gist May 25, 2016. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions ember_examples.md
    Original file line number Diff line number Diff line change
    @@ -2,6 +2,9 @@
    * http://emberjs.jsbin.com/nayaho/edit?html,js - Interdependent select boxes. No observers.
    * http://ember-twiddle.com/2d7246875098d0dbb4a4 - One Way Input

    * Plain JSBin's
    * http://rwjblue.jsbin.com/pixeki/edit?html,js,output

    * Ember Version Base JSBin's
    * 1.0 - http://emberjs.jsbin.com/juluje/edit?html,js,output
    * 1.1 - http://emberjs.jsbin.com/cofufo/edit?html,js,output
  15. rwjblue revised this gist Apr 28, 2016. 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
    @@ -47,7 +47,7 @@
    * http://emberjs.jsbin.com/rwjblue/253/edit?js,output - Defining computed properties on a POJO.

    * Routing
    * http://emberjs.jsbin.com/rwjblue/254/ - Shows route hook ordering.
    * http://rwjblue.jsbin.com/zasujoh/edit?html,js,output - Shows route hook ordering.
    * http://emberjs.jsbin.com/rwjblue/255/edit?html,js,output - Keyboard shortcuts with mousetrap.
    * http://emberjs.jsbin.com/rwjblue/38/edit - List known routes.
    * http://emberjs.jsbin.com/rwjblue/166/edit - Route hooks for nested routes.
  16. rwjblue revised this gist Apr 24, 2016. 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
    @@ -87,7 +87,7 @@
    * http://rwjblue.jsbin.com/vayamom/edit?html,js,output - AST Transform for detecting static strings in templates.
    * http://rwjblue.jsbin.com/kanamav/edit?html,js,output - AST Transform for detecting invalid block indentation (thanks to @matteddy)
    * http://rwjblue.jsbin.com/dubiza/edit?html,js,output - AST Transform for detecting triple curlies
    * http://rwjblue.jsbin.com/piqope/edit?js,output - AST Transform to detect all template invocations of components or helpers.
    * http://rwjblue.jsbin.com/jenenip/edit?js,output - AST Transform to detect all template invocations of components or helpers.

    * Components
    * http://emberjs.jsbin.com/kenum/3/edit - Drag & Drop Component (by @rpflorence).
  17. rwjblue revised this gist Apr 23, 2016. 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
    @@ -87,6 +87,7 @@
    * http://rwjblue.jsbin.com/vayamom/edit?html,js,output - AST Transform for detecting static strings in templates.
    * http://rwjblue.jsbin.com/kanamav/edit?html,js,output - AST Transform for detecting invalid block indentation (thanks to @matteddy)
    * http://rwjblue.jsbin.com/dubiza/edit?html,js,output - AST Transform for detecting triple curlies
    * http://rwjblue.jsbin.com/piqope/edit?js,output - AST Transform to detect all template invocations of components or helpers.

    * Components
    * http://emberjs.jsbin.com/kenum/3/edit - Drag & Drop Component (by @rpflorence).
  18. rwjblue revised this gist Apr 19, 2016. 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
    @@ -22,6 +22,7 @@
    * 2.2 - http://rwjblue.jsbin.com/wuforo/edit?html,js,output
    * 2.3 - http://rwjblue.jsbin.com/zulacu/edit?html,js,output
    * 2.4 - http://rwjblue.jsbin.com/wixeka/edit?html,js,output
    * 2.5 - http://rwjblue.jsbin.com/yulirep/edit?html,js,output

    * Other
    * http://emberjs.jsbin.com/rwjblue/251/edit?html,js,output - Opening a window and communicate with it.
  19. rwjblue revised this gist Mar 16, 2016. 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
    @@ -21,6 +21,7 @@
    * 2.1 - http://rwjblue.jsbin.com/hiqago/edit?html,js,output
    * 2.2 - http://rwjblue.jsbin.com/wuforo/edit?html,js,output
    * 2.3 - http://rwjblue.jsbin.com/zulacu/edit?html,js,output
    * 2.4 - http://rwjblue.jsbin.com/wixeka/edit?html,js,output

    * Other
    * http://emberjs.jsbin.com/rwjblue/251/edit?html,js,output - Opening a window and communicate with it.
  20. rwjblue revised this gist Mar 8, 2016. 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
    @@ -83,7 +83,7 @@
    * 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`).
    * http://rwjblue.jsbin.com/vayamom/edit?html,js,output - AST Transform for detecting static strings in templates.
    * http://rwjblue.jsbin.com/beniko/edit?html,js,output - AST Transform for detecting invalid block indentation (thanks to @matteddy)
    * http://rwjblue.jsbin.com/kanamav/edit?html,js,output - AST Transform for detecting invalid block indentation (thanks to @matteddy)
    * http://rwjblue.jsbin.com/dubiza/edit?html,js,output - AST Transform for detecting triple curlies

    * Components
  21. rwjblue revised this gist Feb 29, 2016. 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
    @@ -84,6 +84,7 @@
    * http://jsbin.com/yomugu/edit?html,js - AST Transform for removing an element attribute (`data-test`).
    * http://rwjblue.jsbin.com/vayamom/edit?html,js,output - AST Transform for detecting static strings in templates.
    * http://rwjblue.jsbin.com/beniko/edit?html,js,output - AST Transform for detecting invalid block indentation (thanks to @matteddy)
    * http://rwjblue.jsbin.com/dubiza/edit?html,js,output - AST Transform for detecting triple curlies

    * Components
    * http://emberjs.jsbin.com/kenum/3/edit - Drag & Drop Component (by @rpflorence).
  22. rwjblue revised this gist Feb 28, 2016. 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
    @@ -83,6 +83,7 @@
    * 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`).
    * http://rwjblue.jsbin.com/vayamom/edit?html,js,output - AST Transform for detecting static strings in templates.
    * http://rwjblue.jsbin.com/beniko/edit?html,js,output - AST Transform for detecting invalid block indentation (thanks to @matteddy)

    * Components
    * http://emberjs.jsbin.com/kenum/3/edit - Drag & Drop Component (by @rpflorence).
  23. rwjblue revised this gist Feb 10, 2016. 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
    @@ -82,7 +82,7 @@
    * 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`).
    * http://rwjbluejsbin.com/vayamom/edit?html,js,output - AST Transform for detecting static strings in templates.
    * http://rwjblue.jsbin.com/vayamom/edit?html,js,output - AST Transform for detecting static strings in templates.

    * Components
    * http://emberjs.jsbin.com/kenum/3/edit - Drag & Drop Component (by @rpflorence).
  24. rwjblue revised this gist Jan 29, 2016. 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
    @@ -39,6 +39,7 @@
    * https://ember-twiddle.com/1d991f7127290eabc953?numColumns=1 - Avoid `owner._lookupFactory` (or `container.lookupFactory`) and still control manual object creation.
    * http://ember-twiddle.com/afd593c0bb0130b280c5 - Cursor position :troll: when using `<input>`
    * https://ember-twiddle.com/dd0dd9b48140531ccccb - Dynamic `attributeBindings`.
    * http://rwjblue.jsbin.com/mibagi/edit?html,js,output - Promise constructor is synchronous.

    * POJO's
    * http://emberjs.jsbin.com/rwjblue/253/edit?js,output - Defining computed properties on a POJO.
  25. rwjblue revised this gist Jan 26, 2016. 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
    @@ -81,7 +81,7 @@
    * 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`).
    * http://jsbin.com/vayamom/edit?html,js,output - AST Transform for detecting static strings in templates.
    * http://rwjbluejsbin.com/vayamom/edit?html,js,output - AST Transform for detecting static strings in templates.

    * Components
    * http://emberjs.jsbin.com/kenum/3/edit - Drag & Drop Component (by @rpflorence).
  26. rwjblue revised this gist Jan 26, 2016. 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
    @@ -81,6 +81,7 @@
    * 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`).
    * http://jsbin.com/vayamom/edit?html,js,output - AST Transform for detecting static strings in templates.

    * Components
    * http://emberjs.jsbin.com/kenum/3/edit - Drag & Drop Component (by @rpflorence).
  27. rwjblue revised this gist Jan 19, 2016. 1 changed file with 20 additions and 0 deletions.
    20 changes: 20 additions & 0 deletions ember_examples.md
    Original file line number Diff line number Diff line change
    @@ -2,6 +2,26 @@
    * http://emberjs.jsbin.com/nayaho/edit?html,js - Interdependent select boxes. No observers.
    * http://ember-twiddle.com/2d7246875098d0dbb4a4 - One Way Input

    * Ember Version Base JSBin's
    * 1.0 - http://emberjs.jsbin.com/juluje/edit?html,js,output
    * 1.1 - http://emberjs.jsbin.com/cofufo/edit?html,js,output
    * 1.2 - http://rwjblue.jsbin.com/nixiqa/edit?html,js
    * 1.3 - http://rwjblue.jsbin.com/doragu/edit?html,js,output
    * 1.4 - http://rwjblue.jsbin.com/sevevi/edit?html,js,output
    * 1.5 - http://rwjblue.jsbin.com/yaduvu/edit?html,js,output
    * 1.6 - http://rwjblue.jsbin.com/dezacel/edit?html,js,output
    * 1.7 - http://rwjblue.jsbin.com/jehohov/edit?html,js,output
    * 1.8 - http://rwjblue.jsbin.com/fovoje/edit?html,js,output
    * 1.9 - http://rwjblue.jsbin.com/leroku/edit?html,js,output
    * 1.10 - http://emberjs.jsbin.com/rwjblue/309/edit
    * 1.11 - http://emberjs.jsbin.com/rwjblue/373/edit?html,js,output
    * 1.12 - http://jsbin.com/nidipe/edit?html,js,output
    * 1.13 - http://rwjblue.jsbin.com/xovivo/edit?html,js,output
    * 2.0 - http://rwjblue.jsbin.com/zesoni/edit?html,js,output
    * 2.1 - http://rwjblue.jsbin.com/hiqago/edit?html,js,output
    * 2.2 - http://rwjblue.jsbin.com/wuforo/edit?html,js,output
    * 2.3 - http://rwjblue.jsbin.com/zulacu/edit?html,js,output

    * 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.
  28. rwjblue revised this gist Dec 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
    @@ -18,6 +18,7 @@
    * 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+.
    * https://ember-twiddle.com/1d991f7127290eabc953?numColumns=1 - Avoid `owner._lookupFactory` (or `container.lookupFactory`) and still control manual object creation.
    * http://ember-twiddle.com/afd593c0bb0130b280c5 - Cursor position :troll: when using `<input>`
    * https://ember-twiddle.com/dd0dd9b48140531ccccb - Dynamic `attributeBindings`.

    * POJO's
    * http://emberjs.jsbin.com/rwjblue/253/edit?js,output - Defining computed properties on a POJO.
  29. rwjblue revised this gist Dec 14, 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
    @@ -17,6 +17,7 @@
    * http://rwjblue.jsbin.com/reyuqo/edit?html,js,output - Overriding a service or factory in the container (prevents using resolved value).
    * 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+.
    * https://ember-twiddle.com/1d991f7127290eabc953?numColumns=1 - Avoid `owner._lookupFactory` (or `container.lookupFactory`) and still control manual object creation.
    * http://ember-twiddle.com/afd593c0bb0130b280c5 - Cursor position :troll: when using `<input>`

    * POJO's
    * http://emberjs.jsbin.com/rwjblue/253/edit?js,output - Defining computed properties on a POJO.
  30. rwjblue revised this gist Dec 14, 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
    @@ -85,6 +85,7 @@
    * 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
    * https://ember-twiddle.com/a6a058514dd69008e477 - `Ember.Helper` recompute on array lenght changes. `get-at-index` helper.

    * Select
    * http://emberjs.jsbin.com/vodab/3/edit - Ember.Select with disabled options.