Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View mutewinter's full-sized avatar

Jeremy Mack mutewinter

View GitHub Profile
@mutewinter
mutewinter / show_notes.md
Last active August 29, 2015 13:58
Show Notes for Ember Hot Seat Episode 014: Jeremy Mack

Show Notes for [Ember Hot Seat Episode 014: Jeremy Mack][show]

  • [fnd.io][] - the App Store and iTunes search app I launched at EmberConf.
  • [Tapas with Ember][tapas] - the build tool I used to create fnd.
  • [Portkey][] and [Ember.vim][] for quick file navigation / creation in Vim.
  • [Showbot][] - an IRC bot and website for the 5by5 podcasting network.
  • [ShowGap][] - the Backbone replacement for Showbot.
  • [Stretch][] - the 6 hour Ember app for [Sprintly][].
  • [Sparkbox][] - the Dayton-based web development shop I work for.
@mutewinter
mutewinter / object-proxy.coffee
Created June 4, 2014 15:19
ObjectProxy Mixin for Ember written in CoffeeScript.
# Extracted from packages/ember-runtime/lib/system/object_proxy.js
# See the issue below for having this as a feature of Ember.
# https://github.com/emberjs/ember.js/issues/3403
{
get,
set,
meta
addObserver,
removeObserver,
@mutewinter
mutewinter / getting_started.md
Created June 21, 2014 00:52
Resources for getting started with Ember

Here are some resources you will find useful while getting familiar with Ember.

@mutewinter
mutewinter / missing_route.coffee
Created July 24, 2014 14:08
The missing page route for https://fnd.io
# Routes that should have country from before 2014-07-13.
PATHS_WITH_COUNTRY = [
# Others
'search'
'charts'
'any'
'integrations'
'bookmarklets'
# Models
'album'

Keybase proof

I hereby claim:

  • I am mutewinter on github.
  • I am mutewinter (https://keybase.io/mutewinter) on keybase.
  • I have a public key whose fingerprint is RETU RN T HIS. PGP. GET_ FING ERPR INT( ); }

To claim this, I am signing this object:

@mutewinter
mutewinter / model.coffee
Last active August 29, 2015 14:14
fnd's router
module.exports = App.FndModel = DS.Model.extend
typeKey: (->
@constructor.typeKey
).property()
routeName: (->
@constructor.routeName()
).property()
routePath: (->
@mutewinter
mutewinter / patch.patch
Last active August 29, 2015 14:16
Ember Patch for Global Application Tests Failing After Upgrade to 1.11
diff --git a/vendor/ember/development/ember.js b/vendor/ember/development/ember.js
index d4778f6..9b21660 100644
--- a/vendor/ember/development/ember.js
+++ b/vendor/ember/development/ember.js
@@ -3949,7 +3949,7 @@ enifed('ember-application/system/application', ['exports', 'dag-map', 'container
return ApplicationInstance['default'].create({
customEvents: property_get.get(this, 'customEvents'),
rootElement: property_get.get(this, 'rootElement'),
- applicationRegistry: this.registry
+ applicationRegistry: this.buildRegistry()
@mutewinter
mutewinter / README.md
Last active December 9, 2015 19:55
Trello Userstyle to Show Label Names and Order Black Labels First
@mutewinter
mutewinter / ed.patch
Created April 12, 2013 23:09
Patch for bit.ly/17NgjCe
diff --git a/app.js b/app.js
index ac1e125..a6a418a 100644
--- a/app.js
+++ b/app.js
@@ -113,13 +113,12 @@ EmBlog.Router.map(function() {
this.route('new');
//routes to /posts/:post_id
this.resource('post', {path: '/:post_id/'}, function(){
- this.route('edit', {path: '/edit'});
- //routes to /:post_id/comments