jgwhite / ember-sandbox

A little live-editor for experimenting with Ember, written in Ember.
http://embersandbox.com
Other
31 stars 2 forks source link

Display Version Info #8

Open jgwhite opened 11 years ago

jgwhite commented 11 years ago

Good suggestion from @eccegordo

http://discuss.emberjs.com/t/show-tell-a-little-ember-sandbox-built-on-ember/1525/8

…would be nice to display all the version info upfront in the UI. Ember version, Ember Data, Handlebars, etc. The ability to toggle different ember versions would help in exploring regressions or bug fixes on an existing code snippet.

mmun commented 11 years ago

I have an idea of how we can implement this in the eshtml framework. For example in the {{script}} helper we can set a global flag for each script as Handlebars detects them.