Skip to content

Instantly share code, notes, and snippets.

View protonate's full-sized avatar

Nathan Wolff protonate

  • Springville Projects
  • Portland OR
View GitHub Profile
curl 'https://rex.adequant.com/rex/c2s_prebid?a=5000563&s=728x90_0.01' -H 'accept-encoding: gzip, deflate, sdch' -H 'accept-language: en-US,en;q=0.8' -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36' -H 'accept: */*' -H 'cache-control: max-age=0' -H 'authority: rex.adequant.com' -H 'referer: https://localhost:9999/gpt.html' --compressed
/**
Ember Data: Dependent Relationships
This package extends Ember Data to support creating relationships
where a model's dirty state depends not only on its own attributes
but on the dirty state of models in dependent relationships as well.
```javascript
App.Thing = DS.Model.extend({
name : DS.attr('string'),