travis-web/assets/scripts
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
..
app Fix incomplete implementation 2012-10-22 02:54:48 +02:00
config fuck yeah, flash messages 2012-10-09 15:16:54 +02:00
data Use Travis Pro in sponsors info 2012-10-08 17:12:39 +02:00
lib Fix incomplete implementation 2012-10-22 02:54:48 +02:00
spec Fix incomplete implementation 2012-10-22 02:54:48 +02:00
vendor Update ember.js 2012-10-21 18:53:52 +02:00
travis.coffee refactor broadcasts 2012-10-19 04:27:07 +02:00