https://github.com/josh-taylor/ember-data-cakephp-rest-adapter
A ember-data adapter for using CakePHP REST API http://book.cakephp.org/2.0/en/development/rest.html
https://github.com/josh-taylor/ember-data-cakephp-rest-adapter
Last synced: about 1 month ago
JSON representation
A ember-data adapter for using CakePHP REST API http://book.cakephp.org/2.0/en/development/rest.html
- Host: GitHub
- URL: https://github.com/josh-taylor/ember-data-cakephp-rest-adapter
- Owner: josh-taylor
- License: other
- Created: 2013-09-22T21:08:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-03T16:46:04.000Z (over 11 years ago)
- Last Synced: 2025-04-17T14:40:16.063Z (about 1 month ago)
- Language: JavaScript
- Size: 645 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ember Data adapter for CakePHP [](https://travis-ci.org/josh-taylor/ember-data-cakephp-rest-adapter)
## Building ember-data-cakephp-rest-adapter
To build the project you need to use [Node.js](http://nodejs.org/).
First install the required dependencies for the build process:
```
npm install
```Then you can build the project with the default grunt task:
```
grunt
```## Contributing
Contributions to the project are welcome. If you find a bug please open an issue
or create a pull request with the fix. A failing test case would help solve the
issue quickly.## Unit tests
Unit tests are ran through Karma using QUnit.
```
grunt test
```## Credits
Based off Toran Billups' [Ember Data Django REST Adapter](https://github.com/toranb/ember-data-django-rest-adapter)
## License
Licensed under the [MIT License](http://en.wikipedia.org/wiki/MIT_License)