Commit Graph

8 Commits

Author SHA1 Message Date
Piotr Sarnacki
bd950faf4a Add Ember Data 2015-01-15 12:39:05 +01:00
Piotr Sarnacki
7350d37e91 Remove ember-data, add Ember model, update ember 2013-07-09 13:46:50 +02:00
Piotr Sarnacki
01cdbc1d89 Update ember and ember-data 2013-03-08 16:53:59 +01:00
Piotr Sarnacki
0a09c96eb1 Use ember-data from drogus fork, easier-overrides branch 2013-02-21 23:22:54 +01:00
Piotr Sarnacki
360b1d1a73 Update ember, ember-data and jquery 2013-02-21 23:22:50 +01:00
Piotr Sarnacki
eef8e55cfe Check if key is defined in incomplete checks 2012-10-31 14:56:17 +01:00
Piotr Sarnacki
6bf5bd3356 Needed to move part of incomplete impl. to store
When using get with path (eg. get('foo.bar.baz')), get method is called
only on the current object and computed property will be called. Because
there is no easy way to overwrite the computed property, I moved
incomplete record loading to ember-data. It's not DRY and it should be
rewritten, but I don't want to do it at this point as we will need to
completely rewrite it when upgrading ember-data.
2012-10-31 00:46:13 +01:00
Sven Fuchs
7b47863014 extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00