loopback/lib
Miroslav Bajtoš 09cc57c061 registry: fix non-unique default dataSources
Fix the problem where `registry.defaultDataSources` has two instances:

 - `require('loopback').defaultDataSources` used by
   `loopback.autoAttach()`

 - `require('./registry').defaultDataSources` used by
   `app.dataSource`.

I am intentionally leaving out unit-tests as the whole `autoAttach`
feature is going to be deleted before 2.0 is released.
2014-06-09 16:15:56 +02:00
..
connectors - Use the RemoteObjects class to find remote objects instead of 2014-05-19 15:56:26 -07:00
middleware Modify `loopback.rest` to include `loopback.token` 2014-05-21 15:22:36 +02:00
models refactor: extract runtime and registry 2014-06-06 11:53:23 +02:00
application.js Merge createModelFromConfig with createModel 2014-06-09 11:18:52 +02:00
browser-express.js Make app.get/app.set available in browser 2014-06-03 21:32:27 +02:00
compat.js Add loopback.compat to simplify upgrade to 1.6 2014-01-27 10:29:57 +01:00
express-middleware.js Exclude express-middleware from browser bundle 2014-06-03 21:32:27 +02:00
loopback.js refactor: extract runtime and registry 2014-06-06 11:53:23 +02:00
registry.js registry: fix non-unique default dataSources 2014-06-09 16:15:56 +02:00
runtime.js refactor: extract runtime and registry 2014-06-06 11:53:23 +02:00