Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T19:37:18.000Z (over 3 years ago)
- Last Synced: 2024-11-02T08:06:26.048Z (18 days 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.[![CircleCI](https://circleci.com/gh/cybertooth-io/ember-data-base-model.svg?style=svg)](https://circleci.com/gh/cybertooth-io/ember-data-base-model)
[![Maintainability](https://api.codeclimate.com/v1/badges/a5acd1c21cc1fddb227b/maintainability)](https://codeclimate.com/github/cybertooth-io/ember-data-base-model/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/23ff8a234033724f0ec6/test_coverage)](https://codeclimate.com/github/cybertooth-io/ember-data-base-model/test_coverage)![ember-lts-2.16](https://img.shields.io/badge/ember--try-ember--lts--2.16-brightgreen.svg)
![ember-lts-2.18](https://img.shields.io/badge/ember--try-ember--lts--2.18-brightgreen.svg)![ember-lts-3.4](https://img.shields.io/badge/ember--try-ember--lts--3.4-brightgreen.svg)
![ember-lts-3.8](https://img.shields.io/badge/ember--try-ember--lts--3.8-brightgreen.svg)Compatibility
------------------------------------------------------------------------------* Ember.js v3.4 or above
* Ember CLI v2.13 or aboveDocs
------------------------------------------------------------------------------[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)