travis-web/assets/scripts/lib/travis
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
..
ajax.coffee add broadcasts 2012-10-18 03:53:19 +02:00
expandable_record_array.coffee extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00
limited_array.coffee Limit repos list to 30 items 2012-10-09 18:23:11 +02:00
location.coffee Forgot to add Travis.Location file 2012-10-09 12:59:27 +02:00
log.coffee Fix logs to always point to build or job view 2012-10-12 18:32:25 +02:00
model.coffee Fix incomplete implementation 2012-10-22 02:54:48 +02:00
ticker.coffee extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00