-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 1. EmbeddedRecordsMixin - Multiple Store Failing Test
Commit 2. Fix Failing Test Commit 3. Make Stores Manage Adapter & Serializer Instances Commit 4. Refactor to utilize cache more effectively - Added lookupAdapter and lookupSerializer - responsible for managing local cached instances - Added modelFor() to adapterFor() (consistent and discussed in PR - Added to & clarified some documentation Commit 5. Removed duplication lookupSerializer and lookupAdapter were doing the same thing - made them use a common function. Undecided on whether to completely remove these two functions in favour of using ‘retrieveManagedInstance’ in ‘adapterFor’ and ‘serializerFor’. The case for leaving them there I think is purely readability/clarity.
- Loading branch information
Showing
7 changed files
with
165 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters