Commit Graph

13 Commits

Author SHA1 Message Date
Piotr Sarnacki
1a6c09e624 Don't inject pusher instance if it wasn't created 2015-02-02 10:17:29 +01:00
Piotr Sarnacki
df605a8600 Pusher is not needed in services initializer 2015-02-02 09:48:12 +01:00
Piotr Sarnacki
bfdb9cd47b Fix some more requires 2015-01-30 17:44:02 +01:00
Piotr Sarnacki
42f9559d33 Actually run stylesheets-manager initializer 2015-01-30 17:23:20 +01:00
Piotr Sarnacki
6948a3f746 Run storage initializer before services 2015-01-30 17:22:54 +01:00
Piotr Sarnacki
a302f7f273 Inject store to auth 2015-01-30 17:22:32 +01:00
Piotr Sarnacki
c8be0c91e5 Move instantiating pusher to pusher initializer 2015-01-30 17:16:42 +01:00
Piotr Sarnacki
0a048d1f00 Move things from App.setup() to initializer 2015-01-30 17:07:28 +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
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
485d312255 Proper name for pusher config 2015-01-29 13:39:07 +01:00
Piotr Sarnacki
47c87317d0 More ember-cli compat changes 2015-01-29 13:39:07 +01:00