travis-web/assets/scripts
Piotr Sarnacki 12aaeeef2d Add records to record arrays in a runloop
When adding records just after loading them, the elements in the UI
might have to be updated, which may trigger `get` on associations right
away. As an effect, even if we load a few records on an event (like
repository on build:started event), ember model may end up fetching the
record.

This commit fixes such occurrences by adding record to record arrays in
a run loop, so newly created records will be added at once, after the
event was served.
2013-09-04 21:20:10 +02:00
..
app Delegate CurrentUserController#updateLocale to user instance 2013-09-01 14:22:48 +02:00
config We can remove locales.js, it will be created on compilation on heroku 2012-12-17 22:17:04 +01:00
lib Add records to record arrays in a runloop 2013-09-04 21:20:10 +02:00
spec More github references replaced with links 2013-09-01 13:43:21 +02:00
vendor Update travis-web-log 2013-08-29 04:05:10 +02:00
travis.coffee Always run deferReadiness() 2013-08-29 01:15:46 +02:00