Skip to content

Instantly share code, notes, and snippets.

View eccegordo's full-sized avatar

Gordon Potter eccegordo

View GitHub Profile
/* Put your CSS here */
html, body {
margin: 20px;
}
@eccegordo
eccegordo / eak install issue
Created October 11, 2013 07:50
Ember App Kit install issue
Last login: Thu Oct 10 18:20:55 on ttys000
╭─gpotter at gp-mbp15 in ~/code/talks using ‹ruby-2.0.0@global›
╰─○ pwd
/Users/gpotter/code/talks
╭─gpotter at gp-mbp15 in ~/code/talks using ‹ruby-2.0.0@global›
╰─○ ls
ember-app-kit-master.zip emberjs seattle meetup
╭─gpotter at gp-mbp15 in ~/code/talks using ‹ruby-2.0.0@global›
╭─gpotter at gp-mbp15 in ~/code/talks using ‹ruby-2.0.0@global›
╰─○ unzip ember-app-kit-master.zip
@eccegordo
eccegordo / gist:6971659
Created October 14, 2013 06:35
EAK failed install
Last login: Fri Oct 11 20:28:11 on ttys006
╭─gpotter at gp-mbp15 in ~/code/tools/Ember App Kit Stuff using ‹ruby-2.0.0@global›
╰─○ ls
╭─gpotter at gp-mbp15 in ~/code/tools/Ember App Kit Stuff using ‹ruby-2.0.0@global›
╭─gpotter at gp-mbp15 in ~/code/tools/Ember App Kit Stuff using ‹ruby-2.0.0@global›
╰─○ npm -v
1.3.11
╭─gpotter at gp-mbp15 in ~/code/tools/Ember App Kit Stuff using ‹ruby-2.0.0@global›
╰─○ which npm
/Users/gpotter/npm/bin/npm
@eccegordo
eccegordo / gist:6971662
Created October 14, 2013 06:36
npm install log file
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/Users/gpotter/npm/bin/npm', 'install' ]
2 info using [email protected]
3 info using [email protected]
4 verbose readDependencies using package.json deps
5 verbose install where, deps [ '/Users/gpotter/code/tools/Ember App Kit Stuff/ember-app-kit',
5 verbose install [ 'loom',
5 verbose install 'loom-generators-ember',
5 verbose install 'grunt-contrib-connect',
5 verbose install 'grunt',
@eccegordo
eccegordo / app_view.html.erb
Created November 2, 2013 11:06
A pattern for attaching ember to a sub page/controller of a rails application.
<noscript>
<h1>This website requires that your browser support JavaScript to fully function.</h1>
<p>This website was lovingly crafted with Ember JS framework to bring you state of the art features and functionality.</p>
<h2><a href="http://www.enable-javascript.com/">Click here for instructions on how to enable JavaScript.</a></h2>
</noscript>
<div id="ember_app_container">
</div>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{{#if emberApplication}}
<div class="app__nav-holder">
<nav {{bind-attr class=":main-nav view.inactive:main-nav_state_inactive"}}>
<ul class="main-nav__list">
<li class="main-nav__item">
{{#link-to "view_tree"}}
View Tree
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="19px" height="19px" viewBox="0 0 19 19" enable-background="new 0 0 19 19" xml:space="preserve">
<path fill="#454545" d="M0,0v19h19V0H0z M6.109,17.445h-4.57V5.297h4.57V17.445z M17.461,17.445H6.83V5.297h10.63v12.148H17.461z M17.461,4.543H1.539V1.506h15.922V4.543z"/>
@eccegordo
eccegordo / pinky_swear_promises_icon.svg
Last active January 3, 2016 20:18
Possible Icons for Ember Inspector Promises
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{{#if emberApplication}}
<div class="app__nav-holder">
<nav {{bind-attr class=":main-nav view.inactive:main-nav_state_inactive"}}>
<ul class="main-nav__list">
<li class="main-nav__item">
{{#link-to "view_tree"}}
View Tree
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="19px" height="19px" viewBox="0 0 19 19" enable-background="new 0 0 19 19" xml:space="preserve">
<path fill="#454545" d="M0,0v19h19V0H0z M6.109,17.445h-4.57V5.297h4.57V17.445z M17.461,17.445H6.83V5.297h10.63v12.148H17.461z M17.461,4.543H1.539V1.506h15.922V4.543z"/>