travis-web/assets/scripts/spec
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
..
support Fix specs 2012-10-15 23:20:33 +02:00
unit Fix incomplete implementation 2012-10-22 02:54:48 +02:00
vendor Fix specs 2012-10-15 23:20:33 +02:00
build_spec.coffee Fix specs 2012-10-15 23:20:33 +02:00
builds_spec.coffee Fix specs 2012-10-15 23:20:33 +02:00
current_spec.coffee Fix specs 2012-10-15 23:20:33 +02:00
event_spec.coffee Fix specs and add missing spec file 2012-10-16 12:14:45 +02:00
index_spec.coffee Fix specs 2012-10-15 23:20:33 +02:00
job_spec.coffee Fix specs 2012-10-15 23:20:33 +02:00
sidebar_spec.coffee Fix specs 2012-10-15 23:20:33 +02:00
spec_helper.coffee Fix specs and add missing spec file 2012-10-16 12:14:45 +02:00