https://github.com/cybertooth-io/ember-data-base-model
A Base Ember-Data model including `createdAt` and `updatedAt` attributes matching those found in Ruby on Rails timestamped resources.
https://github.com/cybertooth-io/ember-data-base-model
active-record active-record-timestamp base-model ember-data
Last synced: over 1 year ago
JSON representation
A Base Ember-Data model including `createdAt` and `updatedAt` attributes matching those found in Ruby on Rails timestamped resources.
- Host: GitHub
- URL: https://github.com/cybertooth-io/ember-data-base-model
- Owner: cybertooth-io
- License: mit
- Created: 2019-01-14T02:42:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T19:37:18.000Z (almost 5 years ago)
- Last Synced: 2025-02-28T22:40:30.991Z (over 1 year ago)
- Topics: active-record, active-record-timestamp, base-model, ember-data
- Language: JavaScript
- Homepage: https://cybertooth-io.github.io/ember-data-base-model/
- Size: 4.04 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
ember-data-base-model
==============================================================================
Implementation of a Base model that leverages Rails Active Record timestamp fields. Additional helper
functions are provided to query model status/persistence.
[](https://circleci.com/gh/cybertooth-io/ember-data-base-model)
[](https://codeclimate.com/github/cybertooth-io/ember-data-base-model/maintainability)
[](https://codeclimate.com/github/cybertooth-io/ember-data-base-model/test_coverage)




Compatibility
------------------------------------------------------------------------------
* Ember.js v3.4 or above
* Ember CLI v2.13 or above
Docs
------------------------------------------------------------------------------
[View the docs here](https://cybertooth-io.github.io/ember-data-base-model/).
Dependencies
------------------------------------------------------------------------------
I maintain a list of the [dependencies](DEPENDENCIES.md) that I've mixed into this addon project.
Contributing
------------------------------------------------------------------------------
See the [Contributing](CONTRIBUTING.md) guide for details.
License
------------------------------------------------------------------------------
This project is licensed under the [MIT License](LICENSE.md).
Credits
------------------------------------------------------------------------------
This addon was made possible with the support of:
1. [Ember Data](https://github.com/emberjs/data)