travis-web/public
Piotr Sarnacki 300ad58516 Fix incomplete implementation
While testing in the wild I spotted a few problems with it:

* it didn't work for camel case names.
* it was sometimes setting loaded data too late - it needed to use find
  and then save data on the record. Instead it should save data in
  special array saved on store, indexed by clientId
* there is already method to get attributes in ember-data, it just
  doesn't work with Travis.Foo.get('attributes'), it needs
  Ember.get(Travis.Foo, 'attributes') - it makes implementation much
  shorter
2012-10-22 02:54:48 +02:00
..
images improvements to the asset pipeline thanks to @twinturbo 2012-10-05 21:58:20 +02:00
scripts Fix incomplete implementation 2012-10-22 02:54:48 +02:00
styles Fix scrolling to line numbers 2012-10-20 15:43:17 +02:00
stylesheets make assetfile reusable 2012-10-03 16:34:21 +02:00
colors.html tweak colors and font-sizes 2012-09-19 13:14:02 +02:00
favicon.ico add the favicon 2012-10-03 13:29:50 +02:00
index.html parse pusher key into the index.html like the api endpoint 2012-10-10 13:21:52 +02:00
spec.html Fix specs 2012-10-15 23:20:33 +02:00
version Fix incomplete implementation 2012-10-22 02:54:48 +02:00