travis-web/public/scripts
Piotr Sarnacki c707135ccd First spike of 'isComplete' functionality
When we get payload from pusher, we usually don't send the entire
record. Initially such records where fetched from server right away to
get missing data. This was done becuase Ember can't tell if given data
is complete or not and just assumes that the record is loaded.

To not fire unneeded request, this code sets incomplete flag on records
loaded from pusher and loads the rest of the data only if needed.
2012-10-13 20:47:21 +02:00
..
min First spike of 'isComplete' functionality 2012-10-13 20:47:21 +02:00
app.js First spike of 'isComplete' functionality 2012-10-13 20:47:21 +02:00
app.min.js rework the asset pipeline to use environments 2012-10-06 15:28:11 +02:00