Commit Graph

17 Commits

Author SHA1 Message Date
Piotr Sarnacki
17df511c6a Rename computedLimit to limit in limited-array 2015-02-02 10:45:17 +01:00
Piotr Sarnacki
c8211520f2 Use Ember.run.throttle instead of $.throttle 2015-02-02 10:31:15 +01:00
Piotr Sarnacki
cd1d4a80ce Fix Slider, ToTop and Tailing for ember-cli 2015-02-02 10:25:53 +01:00
Piotr Sarnacki
64323fe4d9 Travis.ajax ember-cli compat 2015-02-02 10:17:50 +01:00
Piotr Sarnacki
64804aae08 formatDuration was renamed to format-duration 2015-01-30 17:44:12 +01:00
Piotr Sarnacki
165d072d79 Use ENV.config instead of Travis.config 2015-01-30 17:15:13 +01:00
Piotr Sarnacki
0a048d1f00 Move things from App.setup() to initializer 2015-01-30 17:07:28 +01:00
Piotr Sarnacki
949431b7df Move remaining files from lib/travis to utils 2015-01-30 15:43:23 +01:00
Piotr Sarnacki
316b43144d Move ajax from lib to utils 2015-01-30 15:38:08 +01:00
Piotr Sarnacki
b0b1ef305b Change the way config is stored
On ember-cli config is stored in config/environment.js file and it can be
accessed at any time of app being booted. Till now we were using Travis.config
which was making things hard, because we needed an application instance to get
any config value. This commit moves config to config/environment.js and allows
to access it at any point of loading the app.
2015-01-30 15:29:46 +01:00
Piotr Sarnacki
6460c6692d Move expandable-record-array to utils 2015-01-30 11:54:45 +01:00
Piotr Sarnacki
7650520beb Move pusher config to main config 2015-01-30 11:25:52 +01:00
Piotr Sarnacki
f94ff75a13 More ember-cli compat changes 2015-01-30 09:10:48 +01:00
Piotr Sarnacki
e00d5d5d5c Move requires to travis.coffee 2015-01-29 13:39:07 +01:00
Piotr Sarnacki
b7f11adafb Move helpers and urls to utils 2015-01-29 13:39:07 +01:00
Piotr Sarnacki
8f5c5022cb Rename files to use dashes 2015-01-29 13:39:06 +01:00
Piotr Sarnacki
71633f1a00 Prepare models for ES6 modules 2015-01-20 12:15:12 +01:00