travis-web/assets/scripts/spec/unit
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
..
incomplete_spec.coffee Fix incomplete implementation 2012-10-22 02:54:48 +02:00
job_spec.coffee Fix jobs table when jobs have different config keys 2012-10-20 02:14:17 +02:00