Skip to content

Commit

Permalink
Even more improved language in BREAKING_CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Dec 12, 2012
1 parent 8d5f10d commit a86ae36
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions BREAKING_CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,10 @@ API.
### Adapter-Specified Record Dirtying

One of the goals of Ember Data is to separate application semantics from
server semantics. For example, you should be able to use a simple
backend during development. Then, when deploying to production,
switch to a database better equipped to handle scale.
Even significant differences between the two database
technologies should not require you to rewrite your application.
server semantics. For example, you should be able to handle changes to
a back-end API formats with minimal changes to your application's code.
You could even switch to using a browser-resident database like
IndexedDB or WebSQL and have only a single file to change.

Ember Data accomplishes this by isolating server-specific code in the
_adapter_. The adapter is responsible for translating
Expand Down

0 comments on commit a86ae36

Please sign in to comment.